Add knot role

This commit is contained in:
Nemo 2020-08-03 17:42:04 +02:00
parent 24a36c1353
commit cbca659113
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
roles/geerlingguy.*
roles/criecm.*
roles/vavrusa.*
.vault-password
*.retry
inventory*

4
playbook_dns_deploy.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: authority_dns_server
roles:
- vavrusa.knot

View File

@ -3,3 +3,4 @@
- name: geerlingguy.nginx
- name: geerlingguy.certbot
- name: criecm.openldap
- name: vavrusa.knot