diff --git a/playbooks/dns.yml b/playbooks/dns.yml index 12cd8c2..cdf4c5d 100644 --- a/playbooks/dns.yml +++ b/playbooks/dns.yml @@ -10,7 +10,7 @@ zone: 9iron.club type: A record: "{{ inventory_hostname }}." - ttl: 300 + ttl: 3600 value: [ "{{ ipify_public_ip }}" ] wait: yes become: yes diff --git a/playbooks/gameservers.yml b/playbooks/gameservers.yml index 94705b7..001d8f1 100644 --- a/playbooks/gameservers.yml +++ b/playbooks/gameservers.yml @@ -17,7 +17,7 @@ zone: 9iron.club type: CNAME record: tes3mp.9iron.club - ttl: 300 + ttl: 3600 value: [ "{{ inventory_hostname }}." ] become: yes tags: [ dns ] @@ -58,7 +58,7 @@ # zone: 9iron.club # type: CNAME # record: "{{ source_instancename }}.src.9iron.club." -# ttl: 300 +# ttl: 3600 # value: [ "{{ inventory_hostname }}." ] # become: yes # tags: [ dns ] @@ -69,7 +69,7 @@ # zone: 9iron.club # type: CNAME # record: "{{ mcname }}.mc.9iron.club." -# ttl: 300 +# ttl: 3600 # value: [ "{{ inventory_hostname }}." ] # become: yes # tags: [ dns ] @@ -80,7 +80,7 @@ # zone: 9iron.club # type: SRV # record: "_minecraft._tcp.{{ mcname }}.mc.{{ zone }}." -# ttl: 300 +# ttl: 3600 # value: [ "1 10 {{ mcport }} {{ inventory_hostname }}." ] # become: yes # tags: [ dns ] diff --git a/playbooks/webservers.yml b/playbooks/webservers.yml index 1afc21b..ed910bd 100644 --- a/playbooks/webservers.yml +++ b/playbooks/webservers.yml @@ -10,7 +10,7 @@ zone: cowfee.moe type: A record: "cowfee.moe." - ttl: 300 + ttl: 3600 value: [ "{{ ipify_public_ip }}" ] wait: yes become: yes