mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-10 17:37:44 +01:00
12 lines
194 B
Text
12 lines
194 B
Text
|
---
|
||
|
http_port: 80
|
||
|
https_port: 443
|
||
|
|
||
|
database:
|
||
|
host: db-001.local
|
||
|
name: wordpress
|
||
|
username: wordpress_rw
|
||
|
password: SomeSuperStrongPassword
|
||
|
root_password: EvenStrongerPassword
|
||
|
|