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

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