aboutsummaryrefslogtreecommitdiffstats
path: root/space.yml
diff options
context:
space:
mode:
Diffstat (limited to 'space.yml')
-rw-r--r--space.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/space.yml b/space.yml
new file mode 100644
index 0000000..a757a3d
--- /dev/null
+++ b/space.yml
@@ -0,0 +1,15 @@
+---
+- hosts: space
+ pre_tasks:
+ - include_vars: '{{ item }}'
+ with_first_found:
+ - files:
+ - /etc/ansible/secrets.yml
+ - secrets.yml
+ skip: true
+ tags:
+ - radius
+ roles:
+ - space_server
+
+# vim: set ts=2 sw=2 et: