9 lines
131 B
YAML
Raw Normal View History

2019-11-15 20:43:08 -06:00
---
- name: configure hosts file
template:
src: hosts.j2
dest: /etc/hosts
owner: root
group: root
mode: 0644