24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
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"
|
|
maverik_ssh_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDl05rLhOKK4M2pqp7xRbKzIYlnkLRvp61NLrP2E0fiU l01@L01"
|
|
charlie_ssh_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDl05rLhOKK4M2pqp7xRbKzIYlnkLRvp61NLrP2E0fiU l01@L01"
|
|
goose_ssh_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDl05rLhOKK4M2pqp7xRbKzIYlnkLRvp61NLrP2E0fiU l01@L01"
|
|
|
|
ansible_become_password: "{{ vault_become_password }}"
|
|
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: "{{ vault_mysql_user_pass }}"
|
|
wordpress_secret: "{{ vault_wordpress_secret }}"
|