aboutsummaryrefslogtreecommitdiffstats
path: root/space.yml
blob: cb935c9c3e97c22497397dcc4ca6cfcf7b9befe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- hosts: space.labitat.dk
  pre_tasks:
  - name: Detect chroot
    set_fact:
      chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
    tags: always
  - name: Load secrets
    include_vars: 'secrets.yml'
    ignore_errors: yes
    tags: always
  roles:
  - space_server

# vim: set ts=2 sw=2 et: