mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
[foreman]
|
|
url = http://localhost:3000/
|
|
user = foreman
|
|
password = secret
|
|
ssl_verify = True
|
|
|
|
[ansible]
|
|
group_patterns = ["{app}-{tier}-{color}",
|
|
"{app}-{color}",
|
|
"{app}",
|
|
"{tier}"]
|
|
|
|
[cache]
|
|
path = .
|
|
max_age = 60
|