-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathasimov.yml
108 lines (90 loc) · 2.61 KB
/
asimov.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
- name: Configure Asimov
hosts: asimov
user: root
vars_files:
- vars/authorized_keys.yml
- vars/secrets.yml
pre_tasks:
- name: Update system
apt:
update_cache: yes
tags: update
- name: Install utilities
apt:
name:
- vim
- htop
- nmap
- unzip
- tmux
roles:
- role: sshkeys
tags: sshkeys
extra_keys: |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDp/z+3QzScADwxD7ryhw9nfr9EoY7Q/DZhBLwg240vX2T1mp96ZAjSYoly2p44dMe4k+ujbQmfcrMfJ1QEO9ns5y9+z1RRp36EE/4YNayhzkx9Fo158z032+H8GBV23c2nG5KWsWYoBpD1pPRO+BXNe9UpehCdU1g1CG3X4aUF13JydHLSHcXoSHxe45hywOy9cB3tUDPQfXPrGHl8rWqTpEMtfxYu+p1Fe0AlqaDCfijbGXuUZCjRrM6vIaC/WYe9fikEX80i43Fe7l1Mmy7eAbKD7LdDeItLOB2PQqV/YJM/1cY67TzmRHIqsXcnezuTl82JpbZqo7iPHgMyu8XOSlsN3IQ896jvy3EEty0H4OqrbIHBo3zjytqfV+pYwBBFlbFrOdo3o3AMOn40SPmTIquzJab8kMXIbCfcg9nAXoo+TgTjPGCpYtXgsS+JaNuc/ql8E10eJ8ekdcXawI+lovUgUuAqNQ1aTzj1JB+Mpk9Hlm7/edWO6KBd5odmwas= robbe@adell
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGhg7F1y22LxKb1XHakXI5q8EqVoemXMlQFGc4bORXUU janle@ROG-ARCH
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBNqubyKWMbJOK1+ooIo3VpUQZeczu4jlkSwXs9njFrJ ieben@MacBook-Pro-van-Ieben
- role: ssh-config
tags: ssh-config
- role: alloy
tags: alloy
- role: nginx_base
tags:
- nginx_base
- nginx
- role: nginx_vhost
nginx_vhost_file: 'join.12urenloop.be'
tags:
- join
- nginx
- role: nginx_vhost
nginx_vhost_file: '12urenloop.be'
tags:
- nginx
- role: nginx_vhost
nginx_vhost_file: 'materiaal.12urenloop.be'
tags:
- saruman
- nginx
- role: nginx_vhost
nginx_vhost_file: 'factuur.12urenloop.be'
tags:
- factuur
- nginx
- role: nginx_vhost
nginx_vhost_file: 'live.6urenloop.be'
tags:
- 6urenloop
- live6urenloop
- nginx
- role: nginx_vhost
nginx_vhost_file: 'dataset.12urenloop.be'
tags:
- dataset
- nginx
- role: nginx_vhost
nginx_vhost_file: 'loxsi.12urenloop.be'
tags:
- loxsi
- nginx
- role: nginx_vhost
nginx_vhost_file: 'live.12urenloop.be'
tags:
- live
- nginx
- role: nginx_vhost
nginx_vhost_file: 'festibar.12urenloop.be'
tags:
- festibar
- nginx
- role: nginx_vhost
nginx_vhost_file: 'loxsi6.12urenloop.be'
tags:
- loxsi6
- nginx
- role: nginx_vhost
nginx_vhost_file: 'docs.12urenloop.be'
tags:
- docs
- nginx