Initial commit
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
This commit is contained in:
9
playbooks/install.yml
Normal file
9
playbooks/install.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install cms
|
||||
hosts: cms
|
||||
roles:
|
||||
- role: setup_cgroupsv1
|
||||
- role: install_packages
|
||||
- role: cms_preparation
|
||||
- role: setup_database
|
||||
- role: configure_cms
|
||||
Reference in New Issue
Block a user