aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
blob: fb103a817ed688f98a729f113dceb4ebc3569727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[foreman]
url = http://localhost:3000/
user = foreman
password = secret
ssl_verify = True

[ansible]
group_patterns = ["{app}-{tier}-{color}",
	          "{app}-{color}",
	          "{app}",
		  "{tier}"]
group_prefix = foreman_

[cache]
path = .
max_age = 60