aboutsummaryrefslogtreecommitdiffstats
path: root/space.yml
blob: a757a3dee94a506d1ee1cbb01cd9a372877f29ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: