Update inventory, remote-logging-setup

+14 -24
inventory.yml
···
rhel_servers:
hosts:
-
hyperreal-local:
+
hyperreal:
ansible_user: jas
-
ansible_host: hyperreal-locale.hs.ms.dev
+
ansible_host: hyperreale.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
tor:
ansible_user: jas
ansible_host: 152.53.88.212
ansible_python_interpreter: /usr/bin/python3
-
fcos_servers:
-
hosts:
-
hyperreal-remote:
-
ansible_user: core
-
ansible_host: hyperreal-remote.hs.ms.dev
-
ansible_python_interpreter: /usr/bin/python3
-
headscale:
-
ansible_user: core
-
ansible_host: headscale.moonshadow.dev
-
ansible_python_interpreter: /usr/bin/python3
-
borgmatic_hosts:
hosts:
desktop:
ansible_user: jas
ansible_host: localhost
ansible_python_interpreter: /usr/bin/python3
-
hyperreal-local:
+
hyperreal:
ansible_user: jas
-
ansible_host: hyperreal-local.hs.ms.dev
+
ansible_host: hyperreal.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
nas:
ansible_user: jas
-
ansible_host: nas.hs.ms.dev
+
ansible_host: nas.ayu-matrix.ts.net
ansible_python_interpreter: /usr/local/bin/python3
dietpi:
ansible_user: jas
-
ansible_host: dietpi.hs.ms.dev
+
ansible_host: dietpi.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
debian_servers:
hosts:
dietpi:
ansible_user: dietpi
-
ansible_host: dietpi.hs.ms.dev
+
ansible_host: dietpi.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
freebsd_servers:
hosts:
nas:
ansible_user: jas
-
ansible_host: nas.hs.ms.dev
-
ansible_python_interpreter: /usr/local/bin/python3
-
nas-aux:
-
ansible_user: jas
-
ansible_host: nas-aux.hs.ms.dev
+
ansible_host: nas.ayu-matrix.ts.net
ansible_python_interpreter: /usr/local/bin/python3
prom_servers:
hosts:
dietpi:
ansible_user: dietpi
-
ansible_host: dietpi.hs.ms.dev
+
ansible_host: dietpi.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
prom_clients:
children:
rhel_servers:
debian_servers:
+
freebsd_servers:
+
+
remote_logging_clients:
+
children:
+
rhel_servers:
freebsd_servers:
zfs_hosts:
+2 -2
remote-logging-setup.yml
···
---
-
- hosts: rhel_servers,debian_servers,freebsd_servers
+
- hosts: remote_logging_clients
gather_facts: true
become: true
···
group: root
mode: 0644
block: |
-
# Forward to desktop.hs.ms.dev ({{ctrl_headnet_ip_addr.stdout}})
+
# Forward to dietpi.hs.ms.dev ({{ctrl_headnet_ip_addr.stdout}})
*.* action(type="omfwd" target="{{ctrl_headnet_ip_addr.stdout}}" port="514" protocol="tcp"
action.resumeRetryCount="100"
queue.type="linkedList" queue.size="10000")