Move notes to webserver role, add new webserver, add dns entries
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
private_domains:
|
||||
- name: jthan.io
|
||||
records:
|
||||
- type: A
|
||||
name: "jthan.io"
|
||||
value: "192.168.1.17"
|
||||
- type: A
|
||||
name: "notes.jthan.io"
|
||||
value: "192.168.1.16"
|
||||
- type: AAAA
|
||||
name: "jthan.io"
|
||||
value: "2602:fb57:c20:b00:be24:11ff:feac:6536"
|
||||
- type: AAAA
|
||||
name: "notes.jthan.io"
|
||||
value: "2602:fb57:c20:b00:be24:11ff:fe8b:f6db"
|
||||
|
||||
Reference in New Issue
Block a user