diff --git a/src/playbooks/deploy/metadata.obsah.yaml b/src/playbooks/deploy/metadata.obsah.yaml index 81744b368..d7013aeca 100644 --- a/src/playbooks/deploy/metadata.obsah.yaml +++ b/src/playbooks/deploy/metadata.obsah.yaml @@ -7,6 +7,7 @@ variables: help: Base flavor to use in this deployment. choices: - katello + - satellite external_authentication: help: External authentication method to use choices: diff --git a/src/vars/flavors/satellite.yml b/src/vars/flavors/satellite.yml new file mode 100644 index 000000000..30ce5ad0b --- /dev/null +++ b/src/vars/flavors/satellite.yml @@ -0,0 +1,10 @@ +--- +flavor_features: + - foreman + - katello + - content/ansible + - content/container + - content/rpm + - remote-execution + - rh-cloud + - theme-satellite