-
Notifications
You must be signed in to change notification settings - Fork 16
/
site-vultr.yml
62 lines (58 loc) · 1.11 KB
/
site-vultr.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
---
- hosts: local
gather_facts: False
become: True
vars_prompt:
- name: vultr_api_token_entry
prompt: "Your Vultr API access token"
private: no
roles:
- vultr
- hosts: vultr
become: True
roles:
- common
- unattendedupgrades
- fail2ban
- git-client
- git-server
- shadowsocks
- kcptun
- ansible
- openjdk
- role: user
user_metadata:
- user_name: jenkins
group_name: jenkins
user_home: /var/lib
github_user: xuxiaodong
- user_name: toyland
group_name: wheel
user_home: /home
github_user: xuxiaodong
- debian-packaging
- pelican
- docker
- obnam
- role: certbot
domains:
- unixkoans.com
- www.unixkoans.com
- planet.unixkoans.com
- sync.unixkoans.com
- paste.unixkoans.com
- git.unixkoans.com
- fonts.unixkoans.com
- role: nginx
config:
default: unixkoans.com
planet: planet.unixkoans.com
sync: sync.unixkoans.com
paste: paste.unixkoans.com
git: git.unixkoans.com
- postgresql
- php
- ttrss
- role: stikked
paste_domain: paste.unixkoans.com
- syncthing