Add knot role
This commit is contained in:
parent
24a36c1353
commit
cbca659113
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
roles/geerlingguy.*
|
roles/geerlingguy.*
|
||||||
roles/criecm.*
|
roles/criecm.*
|
||||||
|
roles/vavrusa.*
|
||||||
.vault-password
|
.vault-password
|
||||||
*.retry
|
*.retry
|
||||||
inventory*
|
inventory*
|
||||||
|
|
4
playbook_dns_deploy.yml
Normal file
4
playbook_dns_deploy.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
- hosts: authority_dns_server
|
||||||
|
roles:
|
||||||
|
- vavrusa.knot
|
|
@ -3,3 +3,4 @@
|
||||||
- name: geerlingguy.nginx
|
- name: geerlingguy.nginx
|
||||||
- name: geerlingguy.certbot
|
- name: geerlingguy.certbot
|
||||||
- name: criecm.openldap
|
- name: criecm.openldap
|
||||||
|
- name: vavrusa.knot
|
||||||
|
|
Loading…
Reference in a new issue