Files
cms/playbooks/install.yml
ytshih c5e237b9ff
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 16s
Feat: add helper scripts
2024-12-19 10:27:37 +08:00

11 lines
215 B
YAML

---
- name: Install cms
hosts: cms
roles:
- role: setup_cgroupsv1
- role: install_packages
- role: cms_preparation
- role: setup_database
- role: configure_cms
- role: add_helper_scripts