prepared for update printerserver

This commit is contained in:
krumel
2022-02-26 22:05:37 +01:00
parent 7adcf81c0d
commit de05b7e312
4 changed files with 65 additions and 38 deletions

View File

@ -1,19 +1,34 @@
---
all:
children:
single-hosts:
rpi:
# Hosts without special groups
single-hosts:
hosts:
srv-print:
ansible_host: 192.168.2.95
ansible_user: ansible
# All RPI hosts
rpi:
hosts:
children:
rpi:
hosts:
children:
rpi_ubuntu:
rpi_rpios:
vars:
ansible_user: pi
hosts:
octopi:
ansible_host: 192.168.2.99
pihole:
ansible_host: 192.168.2.20
naspi:
ansible_host: 192.168.2.75
piprint:
ansible_host: 192.168.2.95
rpi_ubuntu:
rpi_rpios:
# RPI hosts with RPIOS
rpi_rpios:
vars:
ansible_user: pi
hosts:
octopi:
ansible_host: 192.168.2.99
pihole:
ansible_host: 192.168.2.20
naspi:
ansible_host: 192.168.2.75
# piprint:
# ansible_host: 192.168.2.95