Skip to content
Snippets Groups Projects
Select Git revision
  • 1bfb7cebd69c0ff2c53874dd5e1a39367859ea7e
  • master default protected
2 results

osfingermap.yaml

Blame
  • osfingermap.yaml 765 B
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    #
    # Setup variables using grains['osfinger'] based logic.
    # You just need to add the key:values for an `osfinger` that differ
    # from `defaults.yaml` + `os_family.yaml` + `osmap.yaml`.
    # Only add an `osfinger` which is/will be supported by the formula
    # (empty `osfinger`s do not need to be listed, just added here as an example).
    ---
    # os_family/os: Debian/Debian
    Debian-9:
      networkd:
        wait_online: true
    
    # os_family/os: RedHat/CentOS
    CentOS Linux-7:
      pkgs_extra:
        - systemd-python
      networkd:
        wait_online: true
    
    # os_family/os: RedHat/Amazon
    Amazon Linux-2:
      pkgs_extra:
        - systemd-python
      networkd:
        wait_online: true
    
    # os_family/os: RedHat/OEL
    Oracle Linux Server-7:
      pkgs_extra:
        - systemd-python