+ debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret
This commit is contained in:
3
role/defaults/main.yml
Normal file
3
role/defaults/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
mariadb__root_password: '{{ lookup("password", secret + "/credentials/" +
|
||||
ansible_fqdn + "/mariadb/root/password length=20") }}'
|
Reference in New Issue
Block a user