aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
diff options
context:
space:
mode:
Diffstat (limited to 'foreman.ini')
-rw-r--r--foreman.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/foreman.ini b/foreman.ini
new file mode 100644
index 0000000..d5cd56e
--- /dev/null
+++ b/foreman.ini
@@ -0,0 +1,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