remove orange
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
## Ansible
|
||||
|
||||
```bash
|
||||
ansible-playbook -i ansible/inventory.yaml wireguard/keys.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml wireguard/wireguard.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml wireguard/peers.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml mesh/keys.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml mesh/interface.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml mesh/peers.yaml
|
||||
```
|
||||
|
||||
## DNS Records
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
vars_files:
|
||||
- vars.yaml
|
||||
tasks:
|
||||
- name: delete unused peers
|
||||
shell: wg set duconet-wg peer {{ item }} remove
|
||||
loop:
|
||||
- "CQxNsdPgfzjvOszjn/UZHFdAY3k+D9J+vI8qKUjCYV0="
|
||||
- name: wg set peers
|
||||
shell: >
|
||||
wg set duconet-wg
|
||||
|
||||
@@ -6,9 +6,6 @@ peers:
|
||||
- name: yellow
|
||||
public_key: kzbHUGzYk6Uyan/NFYY5mh3pxf2IX/WzWZtImeyp6Sw=
|
||||
endpoint: yellow.reeselink.com:51821
|
||||
- name: orange
|
||||
public_key: CQxNsdPgfzjvOszjn/UZHFdAY3k+D9J+vI8qKUjCYV0=
|
||||
endpoint: orange.reeselink.com:51821
|
||||
- name: node1
|
||||
public_key: 1K3CszRSSnUSWpgL7q57+LTgOEbIt8TonSK1gV/JnXE=
|
||||
endpoint: node1.reeselink.com:51821
|
||||
@@ -31,9 +28,6 @@ ip:
|
||||
yellow:
|
||||
address: fd00:fd41:d0f1:1010::1
|
||||
hostname: yellow
|
||||
orange:
|
||||
address: fd00:fd41:d0f1:1010::2
|
||||
hostname: orange
|
||||
node1:
|
||||
address: fd00:fd41:d0f1:1010::3
|
||||
hostname: node1
|
||||
|
||||
Reference in New Issue
Block a user