Feat: add gitea ci
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 11s

This commit is contained in:
2024-12-02 10:54:41 +00:00
parent 9940e21540
commit b0d10fb992
2 changed files with 17 additions and 0 deletions

8
playbooks/install.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Configure PKI server
hosts: infra
roles:
- install_packages
- create_rootca
- create_www_cert
- create_ldap_cert