This website works better with JavaScript.
Home
Help
Sign In
mehalter
/
ansible-postgresql9-stig
mirror of
https://github.com/mehalter/ansible-postgresql9-stig.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
0
Activity
This is a work in progress of an Ansible playbook that will audit and harden PostgreSQL 9 to the DoD STIG v1r6.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
1.3 MiB
Markdown
100%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ansible-postgresql9-stig
/
playbook.yml
5 lines
87 B
Raw
Permalink
Blame
History
---
-
hosts
:
localhost
become
:
yes
roles
:
- {
role: disa-v1r6, tags
:
[
'disa'
]
}