Skip to content

Commit

Permalink
Update hardening playbook to use include_role
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 22, 2023
1 parent 2b50646 commit 677c1aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/harden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
name: Hardening tasks
become: yes
become_method: sudo
roles:
- role: harden
tasks:
- name: Hardening
ansible.builtin.include_role:
name: harden
vars:
# FreeIPA will not install with a umask of 027
umask_value: "022"

0 comments on commit 677c1aa

Please sign in to comment.