Add the kosmos_kvm recipe and the firewall rules

... to the KVM hosts, centaurus and draco

Refs #244
This commit is contained in:
Greg Karékinian 2020-12-04 16:33:18 +01:00
parent ee7a117d63
commit 1837285b79
2 changed files with 16 additions and 4 deletions

View File

@ -81,6 +81,10 @@
"role[gitea]",
"role[postgresql_replica]",
"role[discourse]",
"role[drone]"
"role[drone]",
"recipe[kosmos_kvm]",
"recipe[kosmos-ejabberd::firewall]",
"recipe[kosmos-postgresql::firewall_replicas]",
"recipe[kosmos_zerotier::firewall]"
]
}
}

View File

@ -57,6 +57,14 @@
"recipe[kosmos-base]",
"recipe[kosmos_encfs]",
"role[postgresql_replica]",
"recipe[kosmos-bitcoin::source]"
"recipe[kosmos-bitcoin::source]",
"recipe[kosmos_kvm]",
"recipe[kosmos-ejabberd::firewall]",
"recipe[kosmos-ipfs::firewall_swarm]",
"recipe[kosmos-ipfs::firewall_public_gateway]",
"recipe[kosmos-postgresql::firewall_replicas]",
"recipe[kosmos-bitcoin::firewall]",
"recipe[kosmos_zerotier::firewall]",
"recipe[kosmos-nginx::firewall]"
]
}
}