Add hosts configuration
This commit is contained in:
parent
9566a10281
commit
57ac0971d7
2 changed files with 18 additions and 0 deletions
|
|
@ -64,6 +64,14 @@
|
|||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: copy /etc/hosts template
|
||||
become: true
|
||||
template:
|
||||
src: 'hosts.j2'
|
||||
dest: '/etc/hosts'
|
||||
mode: '0644'
|
||||
owner: root
|
||||
|
||||
- name: copy mobile configuration
|
||||
template:
|
||||
src: 'mobile.wireguard.j2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue