No description
| defaults | ||
| meta | ||
| tasks | ||
| .gitignore | ||
| README.md | ||
ansible-role-hosts
An Ansible role to manage the /etc/hosts file.
- name: Add entries to /etc/hosts
hosts: hosts
become: true
roles:
- role: hosts
host_additions:
- addr: 10.222.2.12
names:
- a.somehost.name
- b.somehost.name