Chore: remove unneeded files
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 28s

This commit is contained in:
2025-09-24 22:46:23 +08:00
parent b0d10fb992
commit 072e129471
4 changed files with 29 additions and 700 deletions

View File

@@ -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]