1
0
Fork 0

Initial commit

This commit is contained in:
Andrew Tomaka 2022-12-21 22:56:39 -05:00
commit d6bd3862eb
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
19 changed files with 357 additions and 0 deletions

View file

@ -0,0 +1,6 @@
- name: Restart dnsmasq
service:
name: dnsmasq
enabled: true
state: restarted
when: ansible_facts.services['dnsmasq.service'] is defined