SatelliteYaml - file /etc/foreman-installer/scenarios.d/satellite.yaml

Parse the file /etc/foreman-installer/scenarios.d/satellite.yaml.

Sample input:

---
:answer_file: /etc/foreman-installer/scenarios.d/satellite-answers.yaml
:installer_dir: /usr/share/foreman-installer/katello
:custom:
    :lock_package_versions: true
:facts:
    tuning: default
    mongo_cache_size: 6.25

Examples

>>> ':facts' in SatelliteYaml
True
>>> SatelliteYaml[':facts']['tuning']
'default'
class insights.parsers.satellite_yaml.SatelliteYaml(context)[source]

Bases: YAMLParser