mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-13 02:37:54 +01:00
11 lines
194 B
Text
11 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
|
|
|