-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
49 lines (46 loc) · 1.46 KB
/
main.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
# Authentication
# Insert a valid digitalocean API Key with write permissions here
do_oauth_token: ""
# DNS
# This is a multidimensional array, please follow the commented examples, all properties except 'priority' are mandatory
do_dns_domains: []
# - domain: example.org
# state: present
# this is the ip for the default '@' domain, which is required by community.digitalocean.digital_ocean_domain module
# default_ip: 1.1.1.1
# entries:
# - name: host
# data: 10.0.0.2
# state: present
# type: A
# ttl: 3600
# - name: legacy-host
# data: 10.0.0.3
# state: absent
# type: A
# ttl: 3600
# - name: mail
# data: 10.0.0.254
# state: present
# type: MX
# ttl: 3600
# priority: 10
# - domain: mydomain.com
# state: present
# entries:
# - name: web
# data: 10.20.0.2
# state: present
# type: A
# ttl: 3600
# - name: default._domainkey
# data: v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDE1sCUxuv29Krtv+7ugCXcC1mzGwJA0a19zdzvzVeknGMvA5ZzOtDVs1OvsLnoRpvXg2F6mRMQtPqwSqg1e4qRxuVG9zBlwgfY8b97Wc9Wn8vaKKYus59vUD8tKx6+fgJHZXiV33EG8N6vavSccAExR2VOhTC7H/p+YFWr3p1KHwIDAQAB;
# type: TXT
# ttl: 86400
# - name: '@'
# data: ns3.digitalocean.com.
# state: present
# type: NS
# ttl: 86400
# This will print out a lot of additional information for better error analysis
debug: no