ansible/roles/hostsfile/tasks/main.yaml

9 lines
131 B
YAML
Raw Normal View History

2019-11-16 02:43:08 +00:00
---
- name: configure hosts file
template:
src: hosts.j2
dest: /etc/hosts
owner: root
group: root
mode: 0644