Update inventory file to standardize ansible_user settings for Gitea and other services
- Adjust ansible_user for Gitea to 'root' for improved access control. - Ensure consistent ansible_user settings across all services, including Portainer, Jellyfin, and Listmonk, to streamline user management. These changes enhance the clarity and usability of the inventory setup, facilitating smoother operations across the infrastructure.
This commit is contained in:
parent
96f7c8a82a
commit
1fe27468a1
@ -4,7 +4,7 @@
|
||||
# Usage: ansible_host_fallback is available for manual fallback
|
||||
|
||||
[gitea]
|
||||
giteaVM ansible_host=10.0.30.169 ansible_user=gitea
|
||||
giteaVM ansible_host=10.0.30.169 ansible_user=root
|
||||
|
||||
[portainer]
|
||||
portainerVM ansible_host=10.0.30.69 ansible_user=ladmin
|
||||
@ -31,7 +31,8 @@ tailscaleVM ansible_host=100.66.218.53 ansible_user=ladmin
|
||||
caddy ansible_host=100.117.106.18 ansible_host_fallback=10.0.10.50 ansible_user=root
|
||||
jellyfin ansible_host=100.104.109.45 ansible_host_fallback=10.0.10.232 ansible_user=root
|
||||
listmonk ansible_host=100.73.190.115 ansible_host_fallback=10.0.10.149 ansible_user=root
|
||||
#slack ansible_host=100.110.190.69 ansible_host_fallback=10.0.10.154 ansible_user=ladmin
|
||||
nextcloud ansible_host=10.0.10.25 ansible_user=root
|
||||
actual ansible_host=10.0.10.159 ansible_user=root
|
||||
|
||||
[desktop]
|
||||
desktop-beast ansible_host=100.117.34.106 ansible_user=beast
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user