Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldz/ansible-role.hostname
https://github.com/waldz/ansible-role.hostname
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waldz/ansible-role.hostname
- Owner: Waldz
- Created: 2015-03-28T20:52:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T08:54:03.000Z (almost 10 years ago)
- Last Synced: 2024-11-09T21:48:37.756Z (2 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role.hostname
Install
========
```
git submodule add [email protected]:Waldz/ansible-role.hostname.git roles/hostname
```Example
========
```
- name: Basic configuration to all servers
hosts: all
sudo: true
roles:
- role: hostname
vars:
- hostname: myserver.com
```