init notes web host

This commit is contained in:
2026-02-02 22:47:15 -07:00
parent f97da59a1e
commit 21618d2e5e
4 changed files with 12 additions and 1 deletions

View File

@@ -21,3 +21,6 @@ irc.home.jthan.io
[syncthing] [syncthing]
syncthing.home.jthan.io syncthing.home.jthan.io
[notes]
notes.jthan.io ansible_host=192.168.1.16

View File

@@ -1,5 +1,5 @@
--- ---
# file: pangolin.yaml # file: irc.yaml
- hosts: irc - hosts: irc
roles: roles:
- common - common

6
ansible/notes.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: notes.yaml
- hosts: notes
roles:
- common
- ldap_client

View File

@@ -8,4 +8,6 @@
- import_playbook: ldap_server.yaml - import_playbook: ldap_server.yaml
- import_playbook: irc.yaml - import_playbook: irc.yaml
- import_playbook: syncthing.yaml - import_playbook: syncthing.yaml
- import_playbook: notes.yaml
#- import_playbook: authentik.yaml #- import_playbook: authentik.yaml