Skip to content

Commit

Permalink
bring back dnsmasq to vms (#710)
Browse files Browse the repository at this point in the history
* bring back dnsmasq to vms

* add task to stop and disable dnsmasq

* Update ansible/hetzner-single-deploy.yml

Co-authored-by: Jan Schumacher <[email protected]>

---------

Co-authored-by: Jan Schumacher <[email protected]>
  • Loading branch information
amitsagtani97 and jschumacher-wire authored Jun 13, 2024
1 parent 3730d2d commit 15f13fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/hetzner-single-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- debian-goodies
- dnsutils
- git
- dnsmasq
- less
- lsof
- net-tools
Expand Down Expand Up @@ -102,6 +103,11 @@
owner: root
group: root
notify: sshd | restart
- name: stop and disable dnsmasq service
service:
name: dnsmasq
state: stopped
enabled: false
- name: collect libvirt network facts
virt_net:
command: facts
Expand Down

0 comments on commit 15f13fa

Please sign in to comment.