17 lines
408 B
YAML
17 lines
408 B
YAML
is_local: true
|
|
passphrase: changeme
|
|
cert_domain: "{{ inventory_hostname }}"
|
|
dest_dir: /var/app/
|
|
cert_path: "{{ dest_dir }}/srcs/nginx/certbot/conf/live/{{ cert_domain }}"
|
|
|
|
|
|
MARIADB_USER: wp
|
|
MARIADB_PASSWORD: password123
|
|
MARIADB_ROOT_PASSWORD: rootpassword
|
|
WP_USER: rralambo
|
|
WP_PWD: password123
|
|
WP_EMAIL: email@email.com
|
|
WP_ADMIN: obama
|
|
WP_ADMIN_PWD: thepresidentialpassword
|
|
WP_ADMIN_EMAIL: obama@obamail.com
|