feat: enable ssh on all loopbacks (#287)
- required for cephadm to manage roles Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/287
This commit is contained in:
parent
c1637d9f43
commit
92f0ae64b9
@ -148,6 +148,8 @@ frrouting::daemons:
|
|||||||
ssh::server::options:
|
ssh::server::options:
|
||||||
ListenAddress:
|
ListenAddress:
|
||||||
- "%{hiera('networking_loopback0_ip')}"
|
- "%{hiera('networking_loopback0_ip')}"
|
||||||
|
- "%{hiera('networking_loopback1_ip')}"
|
||||||
|
- "%{hiera('networking_loopback2_ip')}"
|
||||||
|
|
||||||
# zfs settings
|
# zfs settings
|
||||||
zfs::manage_repo: false
|
zfs::manage_repo: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user