aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-06-28 10:19:17 +0200
committerKristian Lyngstol <kly@kly.no>2016-06-28 10:19:17 +0200
commite1b13ab10dd39650b8df04c62d2f32f9c2f4904d (patch)
tree8253f30a1440daf05ba819d94e8d5744151b5273 /ansible
parent2f11df576dbf42be2a6c53145da12c2794e6138e (diff)
Ansible: Playbook for prod too
Just skips the db
Diffstat (limited to 'ansible')
-rw-r--r--ansible/playbook-prod.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ansible/playbook-prod.yml b/ansible/playbook-prod.yml
new file mode 100644
index 0000000..0dc620f
--- /dev/null
+++ b/ansible/playbook-prod.yml
@@ -0,0 +1,19 @@
+---
+- hosts: all
+ become: false
+ roles:
+ - basics
+ vars:
+ - images:
+ - name: "gondul-front-test"
+ links: []
+ ports: "{{ front_ports }}"
+ - name: "gondul-varnish-test"
+ links: [ "gondul-front-test:gondul-front" ]
+ ports: "{{ varnish_ports }}"
+ - name: "gondul-collector-test"
+ links: [ ]
+ ports: []
+ - name: "gondul-snmp-test"
+ links: [ ]
+ ports: []