Skip to content

Commit

Permalink
add playbook to run against localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescassell authored and shepdelacreme committed Dec 21, 2018
1 parent e4743af commit 8b3de8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Apply DISA Postgresql 9.x STIG remediations to the local host
hosts: localhost
connection: local
become: yes
roles:
- "{{ playbook_dir }}"

0 comments on commit 8b3de8b

Please sign in to comment.