Fix Sockethub being offline due to missing HAProxy and UFW configs #392

Merged
raucao merged 4 commits from bugfix/sockethub_firewall into master 2022-03-02 15:57:06 +00:00
Showing only changes of commit 2e8004b37a - Show all commits

View File

@ -12,16 +12,13 @@
"hostname": "draco",
"ipaddress": "148.251.237.73",
"roles": [
"postgresql_primary"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_encfs",
"kosmos_encfs::default",
"kosmos-postgresql",
"kosmos-postgresql::default",
"kosmos-postgresql::firewall_replicas",
"kosmos_kvm::host",
"kosmos-ejabberd::firewall",
"kosmos-ipfs::firewall_swarm",
@ -29,10 +26,12 @@
"kosmos-bitcoin::firewall",
"kosmos_zerotier::firewall",
"kosmos-nginx::firewall",
"sockethub::firewall",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
"ntp::default",
"ntp::apparmor",
"kosmos-base::systemd_emails",
"apt::unattended-upgrades",
"kosmos-base::firewall",
@ -43,8 +42,7 @@
"postfix::sasl_auth",
"hostname::default",
"firewall::default",
"chef-sugar::default",
"build-essential::default"
"chef-sugar::default"
],
"platform": "ubuntu",
"platform_version": "20.04",
@ -69,6 +67,7 @@
"recipe[kosmos-ipfs::firewall_public_gateway]",
"recipe[kosmos-bitcoin::firewall]",
"recipe[kosmos_zerotier::firewall]",
"recipe[kosmos-nginx::firewall]"
"recipe[kosmos-nginx::firewall]",
"recipe[sockethub::firewall]"
]
}
}