Add in /etc/hosts

This commit is contained in:
Kevin Fenzi 2013-06-03 23:58:07 +00:00
parent 44d3c8d07a
commit e8b3b77948
2 changed files with 20 additions and 0 deletions

View file

@ -17,3 +17,9 @@
- name: enable ntpd
action: service name=ntpd enabled=true state=started
- name: /etc/hosts
action: copy src=$files/hosts/sign-hosts dest=/etc/hosts
tags:
- configs