initial import

This commit is contained in:
2021-11-14 16:55:15 +01:00
commit b16534c045
6 changed files with 112 additions and 0 deletions

13
handlers/main.yml Normal file
View File

@ -0,0 +1,13 @@
---
- name: reload dnsmasq
systemd: name=dnsmasq state=reloaded
delegate_to: localhost
connection: local
- name: restart container
lxd_container:
name: "{{ inventory_hostname }}"
state: restarted
delegate_to: localhost
connection: local