group home
This commit is contained in:
parent
5ac4d3cc33
commit
b1e5992f05
8 changed files with 19 additions and 7 deletions
1
groups/locations/home.py
Normal file
1
groups/locations/home.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.0.5',
|
'hostname': '10.0.0.5',
|
||||||
'groups': [
|
'groups': [
|
||||||
'debian-11',
|
|
||||||
'backup-server',
|
|
||||||
'monitored',
|
|
||||||
'autologin',
|
'autologin',
|
||||||
|
'backup-server',
|
||||||
|
'debian-11',
|
||||||
|
'home',
|
||||||
|
'monitored',
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'smartctl',
|
'smartctl',
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.2.8',
|
'hostname': '10.0.2.8',
|
||||||
'groups': [
|
'groups': [
|
||||||
'raspberrymatic',
|
|
||||||
'autologin',
|
'autologin',
|
||||||
|
'home',
|
||||||
|
'raspberrymatic',
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'hostname',
|
'hostname',
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
'dummy': True,
|
'dummy': True,
|
||||||
|
'groups': [
|
||||||
|
'home',
|
||||||
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'id': '',
|
'id': '',
|
||||||
'network': {
|
'network': {
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.0.17',
|
'hostname': '10.0.0.17',
|
||||||
'groups': [
|
'groups': [
|
||||||
|
'autologin',
|
||||||
'backup',
|
'backup',
|
||||||
'debian-11',
|
'debian-11',
|
||||||
|
'home',
|
||||||
'monitored',
|
'monitored',
|
||||||
'raspberry-pi',
|
'raspberry-pi',
|
||||||
'webserver',
|
'webserver',
|
||||||
'autologin',
|
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'build-agent',
|
'build-agent',
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.0.2',
|
'hostname': '10.0.0.2',
|
||||||
'groups': [
|
'groups': [
|
||||||
|
'autologin',
|
||||||
'backup',
|
'backup',
|
||||||
'debian-11',
|
'debian-11',
|
||||||
|
'home',
|
||||||
'nextcloud',
|
'nextcloud',
|
||||||
'monitored',
|
'monitored',
|
||||||
'webserver',
|
'webserver',
|
||||||
'hardware',
|
'hardware',
|
||||||
'build-server',
|
'build-server',
|
||||||
'autologin',
|
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'apcupsd',
|
'apcupsd',
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.0.15',
|
'hostname': '10.0.0.15',
|
||||||
'groups': [
|
'groups': [
|
||||||
|
'autologin',
|
||||||
'debian-11',
|
'debian-11',
|
||||||
|
'home',
|
||||||
'raspberry-pi',
|
'raspberry-pi',
|
||||||
'monitored',
|
'monitored',
|
||||||
'autologin',
|
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'stromzaehler',
|
'stromzaehler',
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
'dummy': True,
|
'dummy': True,
|
||||||
|
'groups': [
|
||||||
|
'home',
|
||||||
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'id': '',
|
'id': '',
|
||||||
'network': {
|
'network': {
|
||||||
|
|
Loading…
Reference in a new issue