File: os_linux.yml

package info (click to toggle)
scap-security-guide 0.1.79-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,704 kB
  • sloc: xml: 244,677; sh: 84,647; python: 33,203; makefile: 27
file content (22 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "cpe:/o:{arg}:{ver_specs_cpe}"
title: "Operating System is {arg}"
versioned: true
template:
    name: platform_os_linux
args:
    rhel:
        os_name: "Red Hat Enterprise Linux"
        os_id: 'rhel'
        os_id_ansible: "RedHat"
    fedora:
        os_name: "Fedora"
        os_id: 'fedora'
        os_id_ansible: "Fedora"
    ol:
        os_name: "Oracle Linux"
        os_id: 'ol'
        os_id_ansible: "OracleLinux"
    sles:
        os_name: "SUSE Linux Enterprise Server"
        os_id: 'sles'
        os_id_ansible: "SLES"