Skip to content

Instantly share code, notes, and snippets.

@Sicnus
Created December 4, 2018 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sicnus/e640cd6e74cadb613b0f4e6881c93efd to your computer and use it in GitHub Desktop.
Save Sicnus/e640cd6e74cadb613b0f4e6881c93efd to your computer and use it in GitHub Desktop.
local.yml
---
- hosts: 10.1.1.32
become: yes
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
is_container: false
rhel7stig_cat1_patch: yes
rhel7stig_cat2_patch: yes
rhel7stig_cat3_patch: yes
rhel7stig_gui: yes
roles:
- role: "{{ playbook_dir }}"
rhel7stig_system_is_container: "{{ is_container | default(false) }}"
rhel7stig_ssh_required: "{{ is_container == false }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment