Update inventory

This commit is contained in:
Przemek Grondek 2024-08-10 01:50:38 +02:00
parent 55c2bd4c8d
commit 8354afb237
3 changed files with 17 additions and 51 deletions

View File

@ -10,24 +10,12 @@ all:
ansible_host: 192.168.50.3 ansible_host: 192.168.50.3
home-assistant: home-assistant:
ansible_host: 192.168.60.100 ansible_host: 192.168.60.100
laptop.lan: uatu:
ansible_host: 192.168.50.29
prusa:
ansible_host: 192.168.50.6
node-01.lan:
ansible_host: 192.168.50.101
node-02.lan:
ansible_host: 192.168.50.102
node-03.lan:
ansible_host: 192.168.50.103
node-04.lan:
ansible_host: 192.168.50.104
node-05.lan:
ansible_host: 192.168.50.105
uatu.lan:
ansible_host: 192.168.50.106 ansible_host: 192.168.50.106
node-x86.lan: dymo:
ansible_host: 192.168.50.186 ansible_host: 192.168.50.109
node-cluster:
ansible_host: 192.168.50.151
remote_server: remote_server:
ansible_host: ansible_host:
ansible_become_password: ansible_become_password:
@ -35,14 +23,10 @@ all:
children: children:
raspberry: raspberry:
hosts: hosts:
node-01.lan: dymo:
node-02.lan: uatu:
node-03.lan:
node-04.lan:
node-05.lan:
lan: lan:
hosts: hosts:
router:
bender: bender:
home-assistant: home-assistant:
prusa: prusa:
@ -50,8 +34,10 @@ all:
children: children:
docker_cluster: docker_cluster:
hosts: hosts:
node-01.lan: node-cluster:
node-02.lan: ubuntu:
node-03.lan: hosts:
node-04.lan: uatu:
node-05.lan: debian:
hosts:
dymo:

View File

@ -1,10 +1,4 @@
--- ---
- hosts: prusa
roles:
- ssh
- octoprint
- ubuntu
- hosts: docker_cluster - hosts: docker_cluster
roles: roles:
- node_explorer - node_explorer
@ -12,14 +6,6 @@
- docker-cluster - docker-cluster
- ubuntu - ubuntu
#- hosts: raspberry
# roles:
# - i2c-clock
#- hosts: router.lan
# roles:
# - router
- hosts: remote_server - hosts: remote_server
roles: roles:
- docker - docker
@ -33,7 +19,7 @@
- duplicity - duplicity
- node_explorer - node_explorer
- hosts: dymo
- hosts: laptop.lan
roles: roles:
- node_explorer - ssh
- cups-server

View File

@ -1,6 +0,0 @@
---
- hosts: prusa.lan
roles:
# - ssh
- octoprint
# - ubuntu