diff --git a/ansible/inventories/production/hosts.ini b/ansible/inventories/production/hosts.ini index 10ab7b1..1104f4a 100644 --- a/ansible/inventories/production/hosts.ini +++ b/ansible/inventories/production/hosts.ini @@ -21,3 +21,6 @@ irc.home.jthan.io [syncthing] syncthing.home.jthan.io + +[notes] +notes.jthan.io ansible_host=192.168.1.16 diff --git a/ansible/irc.yaml b/ansible/irc.yaml index 14d6058..7094626 100644 --- a/ansible/irc.yaml +++ b/ansible/irc.yaml @@ -1,5 +1,5 @@ --- -# file: pangolin.yaml +# file: irc.yaml - hosts: irc roles: - common diff --git a/ansible/notes.yaml b/ansible/notes.yaml new file mode 100644 index 0000000..52b6127 --- /dev/null +++ b/ansible/notes.yaml @@ -0,0 +1,6 @@ +--- +# file: notes.yaml +- hosts: notes + roles: + - common + - ldap_client diff --git a/ansible/site.yaml b/ansible/site.yaml index 4b94b57..89d490e 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -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 +