Eerste grote update:

- Wissen standaard accounts
 - Zetten root password
 - Aanmaken databases
 - Aanmaken gebruikers per database
 - Lege files klaar zetten voor backup, slave, config
This commit is contained in:
Marcel Nijenhof
2021-05-06 14:46:09 +02:00
parent bf1c4d86e7
commit cff00f04c7
18 changed files with 143 additions and 89 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Loop over nodes to create db
include_tasks: mysql_db.yml
with_items: "{{ nodes }}"
loop_control:
loop_var: node
when: (ansible_nodename == node.node)