Open ccravens opened 1 month ago
Summary of Request In site.yml, hosts is not configurable and is hard-coded to all
site.yml
- name: Run RHEL8 CIS hardening hosts: all become: true roles: - role: "{{ playbook_dir }}"
Describe Alternatives You've Considered A clear and concise description of any alternative solutions or features you've considered.
Suggested Code Submitting PR that adds a hosts variable to defaults, defaulted to all and uses the variable in the site.yml file.
hosts
all
hi @ccravens
Thank you again or this, i have fed back on the PR.
Many thanks
uk-bolly
Feature Request or Enhancement
Summary of Request In
site.yml
, hosts is not configurable and is hard-coded to allDescribe Alternatives You've Considered A clear and concise description of any alternative solutions or features you've considered.
Suggested Code Submitting PR that adds a
hosts
variable to defaults, defaulted toall
and uses the variable in thesite.yml
file.