feat: enable ssh on all loopbacks
- required for cephadm to manage roles
This commit is contained in:
parent
c1637d9f43
commit
238e8559a8
@ -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