summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
blob: 4320e8fb5f98abd9b8c65af5915d2a2b3a47a004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- name: Install public-facing server
  hosts: "{{ services.mox.host }}"
  become: true
  roles:
    - dyndns
    - tls
    - mox
  vars_files:
    - common.yml
    - mox.yml
    - network.yml

- name: Install ln
  hosts: "{{ services.ln.host }}"
  become: true
  roles:
    - ln
  vars_files:
    - common.yml