aboutsummaryrefslogtreecommitdiff
path: root/ansible/strongswan-experiment/strongswan-rw.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-09-19 19:29:18 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-09-19 19:29:18 +0200
commitf400516745aee13ee55e59623717e82619818c10 (patch)
tree746f88a98b549b4c7f63ac9f6627b63f97a3512e /ansible/strongswan-experiment/strongswan-rw.yml
parent8987415a10506bd823fd24fc78e0699608250a3b (diff)
downloadinfra-f400516745aee13ee55e59623717e82619818c10.tar.gz
infra-f400516745aee13ee55e59623717e82619818c10.tar.bz2
infra-f400516745aee13ee55e59623717e82619818c10.tar.xz
infra-f400516745aee13ee55e59623717e82619818c10.zip
o Adding strongswan experiment.
Diffstat (limited to 'ansible/strongswan-experiment/strongswan-rw.yml')
-rw-r--r--ansible/strongswan-experiment/strongswan-rw.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/strongswan-experiment/strongswan-rw.yml b/ansible/strongswan-experiment/strongswan-rw.yml
new file mode 100644
index 0000000..136e9ad
--- /dev/null
+++ b/ansible/strongswan-experiment/strongswan-rw.yml
@@ -0,0 +1,9 @@
+- hosts:
+ - arius
+ vars_files:
+ - strongswan-vars.yml
+ tasks:
+ - name: strongswan-rw
+ import_role: name=strongswan-rw
+ tags: strongswan-rw
+ become: yes