chore: add rados gateway role
All checks were successful
Build / precommit (pull_request) Successful in 4m42s

- just enough role to deploy some containers
This commit is contained in:
Ben Vincent 2025-08-10 19:26:03 +10:00
parent 308d97d783
commit fb6fa7d450

View File

@ -0,0 +1,10 @@
# a role to deploy the ceph rgw
class roles::infra::ceph::rgw {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}