aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
blob: d5cd56e441775111fe4aa7222617a47769f6a231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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