Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waldz/ansible-role.hostname


https://github.com/waldz/ansible-role.hostname

Last synced: 3 days ago
JSON representation

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
```