revive jhtoolz

This commit is contained in:
Sophie Schiller 2024-05-18 13:07:42 +02:00
parent e2f36c483b
commit 1ac8a53a9a
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
directories['/opt/jugendhackt_tools/src'] = {} directories['/opt/jugendhackt_tools/src'] = {}
git_deploy['/opt/jugendhackt_tools/src'] = { git_deploy['/opt/jugendhackt_tools/src'] = {
'repo': 'https://github.com/kunsi/jugendhackt_schedule.git', 'repo': 'https://github.com/sophieschi/jugendhackt_schedule.git',
'rev': 'main', 'rev': 'main',
'triggers': { 'triggers': {
'action:jugendhackt_tools_install', 'action:jugendhackt_tools_install',

View file

@ -14,8 +14,8 @@ nodes['htz-cloud.jugendhackt'] = {
'interfaces': { 'interfaces': {
'eth0': { 'eth0': {
'ips': { 'ips': {
'65.108.53.1', '65.21.106.160',
'2a01:4f9:c011:be01::/64', '2a01:4f9:c012:cfd9::/64',
}, },
'gateway4': '172.31.1.1', 'gateway4': '172.31.1.1',
'gateway6': 'fe80::1', 'gateway6': 'fe80::1',
@ -68,7 +68,7 @@ nodes['htz-cloud.jugendhackt'] = {
'when_creating': { 'when_creating': {
'config': [{ 'config': [{
'devices': { 'devices': {
'/dev/disk/by-id/scsi-0HC_Volume_100095339', '/dev/sdb',
}, },
}] }]
}, },