Skip to content
New issue

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

Hosts are not configurable #414

Open
ccravens opened this issue Oct 6, 2024 · 1 comment
Open

Hosts are not configurable #414

ccravens opened this issue Oct 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ccravens
Copy link

ccravens commented Oct 6, 2024

Feature Request or Enhancement

  • Feature []
  • Enhancement [X]

Summary of Request
In site.yml, hosts is not configurable and is hard-coded to all

---
- 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.

@ccravens ccravens added the enhancement New feature or request label Oct 6, 2024
@uk-bolly uk-bolly self-assigned this Nov 5, 2024
@uk-bolly
Copy link
Member

uk-bolly commented Nov 5, 2024

hi @ccravens

Thank you for taking the time to raise this issue, feedback like his always helps us to understand how people maybe utilising ansible-lockdown. Unfortunately the PR you have raised doesn't have the reqiured sign offs DCO (signedoff by) or is GPG signed.

Many thanks

uk-bolly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants