add netbird host
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
root_pw: "{{ lookup('bitwarden.secrets.lookup', 'a3402c94-7082-4d70-8436-b42e002c8e18') }}"
|
||||||
@@ -25,3 +25,6 @@ syncthing.home.jthan.io
|
|||||||
[webservers]
|
[webservers]
|
||||||
notes.jthan.io ansible_host=192.168.1.16
|
notes.jthan.io ansible_host=192.168.1.16
|
||||||
jthan.io ansible_host=192.168.1.17
|
jthan.io ansible_host=192.168.1.17
|
||||||
|
|
||||||
|
[netbird_server]
|
||||||
|
netbird.jthan.io
|
||||||
|
|||||||
5
ansible/netbird_server.yaml
Normal file
5
ansible/netbird_server.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
# file: netbird_server.yaml
|
||||||
|
- hosts: netbird_server
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
- import_playbook: gitea.yaml
|
- import_playbook: gitea.yaml
|
||||||
- import_playbook: dns.yaml
|
- import_playbook: dns.yaml
|
||||||
- import_playbook: pangolin_server.yaml
|
- import_playbook: pangolin_server.yaml
|
||||||
|
- import_playbook: netbird_server.yaml
|
||||||
- import_playbook: monitoring.yaml
|
- import_playbook: monitoring.yaml
|
||||||
- import_playbook: ldap_server.yaml
|
- import_playbook: ldap_server.yaml
|
||||||
- import_playbook: irc.yaml
|
- import_playbook: irc.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user