caching.yml 539 B

1234567891011121314151617181920212223
  1. all:
  2. children:
  3. caching_ns:
  4. hosts:
  5. servera.lab.example.com:
  6. vars:
  7. packages:
  8. - unbound
  9. configs:
  10. - src: unbound.conf.j2
  11. dest: /etc/unbound/unbound.conf
  12. owner: root
  13. group: root
  14. mode: 0640
  15. - src: unbound-sysconf.j2
  16. dest: /etc/sysconfig/unbound
  17. owner: root
  18. group: root
  19. mode: 0640
  20. service: unbound
  21. fwsvc: dns
  22. test_programs:
  23. - unbound-checkconf