Files
awx/awx/plugins/inventory/foreman.ini.example
2016-04-05 14:34:22 -04:00

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