Merge branch 'develop' into neoloc/mpls_ldp_frr

This commit is contained in:
2025-04-24 01:01:15 +10:00
4 changed files with 159 additions and 5 deletions
@@ -0,0 +1,10 @@
# a role to deploy a incus image server
class roles::infra::incus::imagehost {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}