added mariadb to docker stack

Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
This commit is contained in:
Marc Ahlgrim
2022-09-12 09:54:34 +02:00
parent 36dddd6f03
commit 0c87745fb4
5 changed files with 68 additions and 6 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
- name: Add a new user named ansiblessh
user:
name=ansiblessh
password={{ ansiblessh_password }}
password={{ ansible_user_password }}
- name: Add ansiblessh user to the sudoers
copy: