20 lines
699 B
YAML
20 lines
699 B
YAML
---
|
|
|
|
root_password_hashed: "{{ vault_root_password_hashed }}"
|
|
user_password_hashed: "{{ vault_user_password_hashed }}"
|
|
maverik_password_hashed: "{{ vault_user_password_hashed }}"
|
|
charlie_password_hashed: "{{ vault_user_password_hashed }}"
|
|
goose_password_hashed: "{{ vault_user_password_hashed }}"
|
|
user_ssh_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDl05rLhOKK4M2pqp7xRbKzIYlnkLRvp61NLrP2E0fiU l01@L01"
|
|
|
|
ansible_become_password: "toto" #FIXME
|
|
ansible_become_user: "root"
|
|
ansible_become_method: "sudo"
|
|
|
|
nginx_cert_position: "/etc/ssl/dmz.pem"
|
|
nginx_key_position: "/etc/ssl/dmz.key.pem"
|
|
|
|
mysql_db_name: "wordpress_db"
|
|
mysql_user_name: "wordpress_user"
|
|
mysql_user_pass: "ApacheCestPasTerribleQuandMeme"
|