vulcanus

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f598b4892ffb079f3c5581396f7fd3ca805cdd36
parent b46a6a25221938dd6683cb84b4fcbab1bed90d77
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat, 16 May 2026 14:12:05 +0900

chore(ansible): comment out decommissioned hosts in inventory

Disabled docker-synapse and filebrowser in the inventory.ini file as they are no longer in use.

Diffstat:
Mansible/inventory.ini | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/inventory.ini b/ansible/inventory.ini @@ -4,10 +4,10 @@ devcontainer ansible_host=192.168.0.149 [ubuntu_hosts] softether ansible_host=192.168.0.129 -docker-synapse ansible_host=192.168.0.133 +# docker-synapse ansible_host=192.168.0.133 cf-tunnels ansible_host=192.168.0.134 github-runner ansible_host=192.168.0.135 -filebrowser ansible_host=192.168.0.147 +# filebrowser ansible_host=192.168.0.147 zabbix01 ansible_host=192.168.0.148 [gentoo_hosts]