Added role to manage the hosts file

This commit is contained in:
2019-11-15 20:43:08 -06:00
parent 31400a85ac
commit ef924eaf5d
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: configure hosts file
template:
src: hosts.j2
dest: /etc/hosts
owner: root
group: root
mode: 0644