init notes web host
This commit is contained in:
@@ -21,3 +21,6 @@ irc.home.jthan.io
|
||||
|
||||
[syncthing]
|
||||
syncthing.home.jthan.io
|
||||
|
||||
[notes]
|
||||
notes.jthan.io ansible_host=192.168.1.16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# file: pangolin.yaml
|
||||
# file: irc.yaml
|
||||
- hosts: irc
|
||||
roles:
|
||||
- common
|
||||
|
||||
6
ansible/notes.yaml
Normal file
6
ansible/notes.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# file: notes.yaml
|
||||
- hosts: notes
|
||||
roles:
|
||||
- common
|
||||
- ldap_client
|
||||
@@ -8,4 +8,6 @@
|
||||
- import_playbook: ldap_server.yaml
|
||||
- import_playbook: irc.yaml
|
||||
- import_playbook: syncthing.yaml
|
||||
- import_playbook: notes.yaml
|
||||
#- import_playbook: authentik.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user