diff options
Diffstat (limited to 'ansible/strongswan-experiment/strongswan-rw.yml')
-rw-r--r-- | ansible/strongswan-experiment/strongswan-rw.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ansible/strongswan-experiment/strongswan-rw.yml b/ansible/strongswan-experiment/strongswan-rw.yml deleted file mode 100644 index 136e9ad..0000000 --- a/ansible/strongswan-experiment/strongswan-rw.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: - - arius - vars_files: - - strongswan-vars.yml - tasks: - - name: strongswan-rw - import_role: name=strongswan-rw - tags: strongswan-rw - become: yes |