F--- aws

+2 -18
inventory.yml
···
ansible_user: jas
ansible_host: dietpi.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
-
wiki:
-
ansible_user: root
-
ansible_host: wiki.ayu-matrix.ts.net
-
ansible_python_interpreter: /usr/bin/python3
debian_servers:
hosts:
···
ansible_user: jas
ansible_host: 152.53.88.212
ansible_python_interpeter: /usr/bin/python3
-
wiki:
-
ansible_user: root
-
ansible_host: wiki.ayu-matrix.ts.net
-
ansible_python_interpreter: /usr/bin/python3
-
high-overseer:
-
ansible_user: admin
-
ansible_host: high-overseer.ayu-matrix.ts.net
-
ansible_python_interpreter: /usr/bin/python3
-
hws:
-
ansible_user: admin
-
ansible_host: ec2-18-224-181-96.us-east-2.compute.amazonaws.com
-
ansible_python_interpreter: /usr/bin/python3
freebsd_servers:
hosts:
···
prom_servers:
hosts:
-
high-overseer:
+
nas-aux:
ansible_user: admin
-
ansible_host: high-overseer.ayu-matrix.ts.net
+
ansible_host: nas-aux.ayu-matrix.ts.net
ansible_python_interpreter: /usr/bin/python3
prom_clients:
+1 -1
remote-logging-setup.yml
···
when: ansible_system == "Linux"
- name: Get remote logging server headnet IP address
-
ansible.builtin.shell: tailscale status | grep "high-overseer" | awk '{print $1}'
+
ansible.builtin.shell: tailscale status | grep "nas-aux" | awk '{print $1}'
register: ctrl_headnet_ip_addr
changed_when: false
failed_when: ctrl_headnet_ip_addr.rc != 0