Add hosts configuration

This commit is contained in:
sonny 2024-01-22 21:36:38 +01:00
parent 9566a10281
commit 57ac0971d7
2 changed files with 18 additions and 0 deletions

View file

@ -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'