aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
blob: 42312dac6cce1c0ef3efdd66af5b22f169d99902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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_
# Whether to fetch facts from Foreman and store them on the host
want_facts = True

[cache]
path = .
max_age = 60