Ivan Suzdal | 184c4e3 | 2018-06-06 13:55:30 +0400 | [diff] [blame] | 1 | |
| 2 | ================ |
| 3 | openscap formula |
| 4 | ================ |
| 5 | |
| 6 | Openscap is used to install openscap utils. |
| 7 | |
| 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | .. code-block:: yaml |
| 12 | |
| 13 | parameters: |
| 14 | openscap: |
| 15 | service: |
| 16 | enabled: True |
| 17 | upload: |
| 18 | cloud_name: ${_param:cluster_domain} |
| 19 | api_url: http://8.8.8.8:12345/ |
| 20 | tailoring: |
| 21 | id: |
| 22 | profile: xccdf_org.customer.content_profile_default |
| 23 | extends: xccdf_org.mirantis.content_profile_default |
| 24 | values: |
| 25 | first_value: First |
| 26 | second_value: 2 |
| 27 | external_ip_address: ${_param:single_address} |
| 28 | |
| 29 | Read more |
| 30 | ========= |
| 31 | |
| 32 | * https://www.open-scap.org/ |