aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
blob: f6baf9d6371104308d4b923931a26cea08e805f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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 = .
filename = foreman_ansible_inventory
max_age = 60