We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
hi @ccravens
Thank you again or this, i have fed back on the PR.
Many thanks
uk-bolly
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: