-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ansible 2.0.0.2 broke compatibility with os-hardening
On a fresh pull and dependencies fetch (including ansible itself) the hardening role was causing ansible to fail to converge due to a [resolved issue](dev-sec/ansible-collection-hardening#64) The requirements file format for ansible-galaxy has been changed to yaml as well to remove a deprecation warning in ansible 2.
- Loading branch information
matt urbanski
committed
Mar 2, 2016
1 parent
9827404
commit b75b010
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- src: jnv.unattended-upgrades | ||
version: v1.1.1 | ||
|
||
- src: geerlingguy.firewall | ||
version: 1.0.9 | ||
|
||
- src: https://github.com/hardening-io/ansible-os-hardening | ||
name: hardening.os-hardening | ||
|
||
- src: debops.cryptsetup | ||
version: v0.2.1 | ||
|
||
- src: jacksingleton.ramfs |