Add in /etc/hosts
This commit is contained in:
parent
44d3c8d07a
commit
e8b3b77948
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue