kubeasz/roles/os-harden/os-harden.yml

6 lines
183 B
YAML
Raw Normal View History

2018-05-29 11:32:53 +08:00
# [可选]操作系统安全加固 https://github.com/dev-sec/ansible-os-hardening
- hosts: all
roles:
- { role: os-harden, when: "OS_HARDEN is defined and OS_HARDEN == 'yes'" }