-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
58 lines (48 loc) · 1.07 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
- name: Site Setup
hosts: all
tasks:
- name: Setup Software Config
include_role:
name: lugorguk.software_config
# - name: Setup MOTD Banners
# include_role:
# name: lugorguk.motd
# - name: Setup NTP
# include_role:
# name: lugorguk.ntp
# - name: Setup Exim
# include_role:
# name: lugorguk.exim
# - name: Setup Monit
# include_role:
# name: lugorguk.monit
- name: Admin Server Setup
hosts: admin
become: true
tasks:
- name: Install and configure Bind
include_role:
name: lugorguk.bind
- name: Web Server Setup
hosts: test01,test02
become: true
tasks:
# - name: Setup Docker
# include_role:
# name: lugorguk.docker
- name: Setup Syncthing
include_role:
name: lugorguk.syncthing
# - name: Install Ceph
# include_role:
# name: lugorguk.ceph
# TODO: Create Mailman
# TODO: Create web hosting
# TODO: Consider setting up Gitlab + Gitlab Pages
- name: Setup Users
hosts: all
tasks:
- name: Setup Admins
include_role:
name: lugorguk.admins