aboutsummaryrefslogtreecommitdiff
path: root/foreman.ini
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-02-02 18:55:30 +0100
committerGuido Günther <agx@sigxcpu.org>2016-02-02 18:59:11 +0100
commit9972f3fff005a065ea6ebaee73e9fc66d0cf8961 (patch)
treef4ceef839882caa5cd7e4dd24434dd1b290c328e /foreman.ini
Initial commit
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