-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathinit.yml
More file actions
68 lines (55 loc) · 1.8 KB
/
init.yml
File metadata and controls
68 lines (55 loc) · 1.8 KB
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
---
- hosts: controller
gather_facts: no
vars_prompt:
- name: 'default_dnet'
prompt: 'Name of the default dnet '
default: 'default'
private: no
- name: 'default_dnet_domain'
prompt: 'Name of the default dnet domain'
default: 'deflect.ca'
private: no
- name: 'dnet_list'
prompt: 'List other dnets names, comma separated with no spaces. Space for none'
default: 'staging,redzone'
private: no
- name: 'swabber_grace'
prompt: 'Swabber grace'
default: '300'
private: no
- name: 'le_url'
prompt: 'Letsencrypt server host:port'
default: 'le.deflect.ca:1111'
private: no
- name: 'dash_clients_yml'
prompt: 'Path to clients.yml on Dashboard'
default: '/var/www/brainsconfig/site.yml'
private: no
- name: 'tls_bundle_path'
prompt: 'Path to tls bundles on Dashboard'
default: '/var/www/brainsconfig/tls_bundles'
private: no
- name: 'email_notify'
prompt: 'Your email address to get notifications'
default: 'notify@example.local'
private: no
- name: 'email_key_id'
prompt: 'Your email address to use with gpg'
default: 'notify@example.local'
private: no
- name: 'le_email'
prompt: 'Your email address to use for LetsEncrypt'
default: 'letsencrypt@example.local'
private: no
- name: 'authoritative_nameserver_grep_init'
prompt: 'Authoritive name servers to grep for. Comma separated with not spaces'
default: 'deflect,someplaceelse'
private: no
- name: 'edgemanage_transfer_ip'
prompt: 'IP addresses of DNS service for transfers. Comma separated with no spaces. Space for none'
default: ' '
private: no
roles:
- {role: init, tags: init}
- {role: autobrains_update}