main.yml 592 B

1234567891011121314151617181920212223242526
  1. ---
  2. # dnsmasq installer: currently using pihole for DNS/DHCP, so this is disabled
  3. # - name: Install dnsmasq
  4. # apt:
  5. # name: dnsmasq
  6. # state: present
  7. # update_cache: yes
  8. #
  9. # - name: Write dnsmasq config
  10. # template:
  11. # src: templates/orcha/etc/dnsmasq.conf
  12. # dest: /etc/dnsmasq.conf
  13. # owner: root
  14. # group: root
  15. # mode: u=rw,g=r,o=r
  16. #
  17. # - name: Start & enable dnsmasq service
  18. # service:
  19. # name: dnsmasq
  20. # state: started
  21. # enabled: yes
  22. # daemon_reload: yes
  23. # - name: Set default route to outward-facing NIC
  24. # command: ip route add default via