Implementing an installation guide as a ansible project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rosario-Francesco Polito d000f2e9a7 adding placeholders 2 years ago
group_vars/all init with basic installation / preperation 2 years ago
tasks adding todo for later development 2 years ago
.gitignore adding placeholders 2 years ago
ansible.cfg init with basic installation / preperation 2 years ago
hosts adding placeholders 2 years ago
prepare_db.sql adding dummy sql, moving non essential tasks to own file, importing these to run.yml 2 years ago
readme.md adding todo for later development 2 years ago
run.yml adding dummy sql, moving non essential tasks to own file, importing these to run.yml 2 years ago

readme.md

Replicating this guide as a ansible installation script:

How it works:

  • install modules for mysql ansible-galaxy collection install community.mysql
  • add your variables in vars.yml
  • run with ansible-playbook run.yml -K