Chore: remove unneeded files
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 28s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 28s
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
- name: Configure PKI server
|
||||
hosts: infra
|
||||
roles:
|
||||
- install_packages
|
||||
- create_rootca
|
||||
- create_www_cert
|
||||
- create_ldap_cert
|
||||
- role: install_packages
|
||||
tags: [install]
|
||||
- role: create_rootca
|
||||
tags: [rootca]
|
||||
- role: create_www_cert
|
||||
tags: [www]
|
||||
- role: create_ldap_cert
|
||||
tags: [ldap]
|
||||
|
||||
Reference in New Issue
Block a user