move weechat to rx300
This commit is contained in:
parent
c0af623782
commit
b5530b15ee
2 changed files with 27 additions and 52 deletions
|
@ -57,18 +57,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'deb http://deb.debian.org/debian {os_release}-backports main',
|
||||
},
|
||||
},
|
||||
'weechat': {
|
||||
'items': {
|
||||
'deb https://weechat.org/debian {os_release} main',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'backup-client': {
|
||||
'pre-hooks': {
|
||||
'kunsi-weechat': \
|
||||
'echo \'core.weechat */layout store\' >> /home/kunsi/.weechat/weechat_fifo\n' \
|
||||
'echo \'core.weechat */save\' >> /home/kunsi/.weechat/weechat_fifo\n',
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
|
@ -87,25 +75,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'icinga_options': {
|
||||
'pretty_name': 'kunsmann.eu',
|
||||
},
|
||||
'letsencrypt': {
|
||||
'concat_and_deploy': {
|
||||
'kunsi-weechat': {
|
||||
'match_domain': 'part.of.the.trans-agenda.eu',
|
||||
'target': '/home/kunsi/.weechat/ssl/relay.pem',
|
||||
'chown': 'kunsi:kunsi',
|
||||
'chmod': '0440',
|
||||
'commands': [
|
||||
'echo \'core.weechat */relay sslcertkey\' >> /home/kunsi/.weechat/weechat_fifo'
|
||||
],
|
||||
},
|
||||
},
|
||||
'domains': {
|
||||
'matrix.franzi.business': {
|
||||
'franzi.business',
|
||||
},
|
||||
'part.of.the.trans-agenda.eu': set(),
|
||||
},
|
||||
},
|
||||
'locale': {
|
||||
'installed': {
|
||||
# legacy
|
||||
|
@ -115,10 +84,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'nftables': {
|
||||
'rules': {
|
||||
'input': {
|
||||
'kunsi-weechat': [
|
||||
'udp dport { 60000-61000 } accept',
|
||||
'tcp dport 9001 accept',
|
||||
],
|
||||
'libvirt': [
|
||||
'tcp dport 53 iif virbr0 accept',
|
||||
'udp dport 53 iif virbr0 accept',
|
||||
|
|
|
@ -86,9 +86,9 @@ nodes['rx300'] = {
|
|||
},
|
||||
'backup-client': {
|
||||
'pre-hooks': {
|
||||
# 'kunsi-weechat': \
|
||||
# 'echo \'core.weechat */layout store\' >> /home/kunsi/.weechat/weechat_fifo\n' \
|
||||
# 'echo \'core.weechat */save\' >> /home/kunsi/.weechat/weechat_fifo\n',
|
||||
'kunsi-weechat': \
|
||||
'echo \'core.weechat */layout store\' >> /home/kunsi/.weechat/weechat_fifo\n' \
|
||||
'echo \'core.weechat */save\' >> /home/kunsi/.weechat/weechat_fifo\n',
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
|
@ -156,20 +156,20 @@ nodes['rx300'] = {
|
|||
'domain': 'jenkins.franzi.business',
|
||||
},
|
||||
'letsencrypt': {
|
||||
# 'concat_and_deploy': {
|
||||
# 'kunsi-weechat': {
|
||||
# 'match_domain': 'part.of.the.trans-agenda.eu',
|
||||
# 'target': '/home/kunsi/.weechat/ssl/relay.pem',
|
||||
# 'chown': 'kunsi:kunsi',
|
||||
# 'chmod': '0440',
|
||||
# 'commands': [
|
||||
# 'echo \'core.weechat */relay sslcertkey\' >> /home/kunsi/.weechat/weechat_fifo'
|
||||
# ],
|
||||
# },
|
||||
# },
|
||||
# 'domains': {
|
||||
# 'part.of.the.trans-agenda.eu': set(),
|
||||
# },
|
||||
'concat_and_deploy': {
|
||||
'kunsi-weechat': {
|
||||
'match_domain': 'rx300.kunbox.net',
|
||||
'target': '/home/kunsi/.weechat/ssl/relay.pem',
|
||||
'chown': 'kunsi:kunsi',
|
||||
'chmod': '0440',
|
||||
'commands': [
|
||||
'echo \'core.weechat */relay sslcertkey\' >> /home/kunsi/.weechat/weechat_fifo'
|
||||
],
|
||||
},
|
||||
},
|
||||
'domains': {
|
||||
'rx300.kunbox.net': set(),
|
||||
},
|
||||
},
|
||||
'matrix-media-repo': {
|
||||
'version': 'v1.2.8',
|
||||
|
@ -243,6 +243,16 @@ nodes['rx300'] = {
|
|||
'@.*:franzi\\\\.business',
|
||||
},
|
||||
},
|
||||
'nftables': {
|
||||
'rules': {
|
||||
'input': {
|
||||
'kunsi-weechat': [
|
||||
'udp dport { 60000-61000 } accept',
|
||||
'tcp dport 9001 accept',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'element-web': {'ssl': '_.franzi.business'},
|
||||
|
|
Loading…
Reference in a new issue