summaryrefslogtreecommitdiff
path: root/site.yml
blob: 93376d983671714258abb2fe4f7d2cbac55fcbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Global playbook config

- name: apply wolpertinger roles
  hosts: all
  roles:
    - common
    - kerberos
    - sublab_web
  vars_files:
    - vars/encrypted.yaml
    - vars/ldap.yaml
  vars:
    sublab_web_server_name: "wolpertinger.nowhere.ws"