This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
Releases: deep-security/ansible
Releases · deep-security/ansible
1.5.0
1.4.0
- Convert variable name 'action' to 'operation' to avoid the concern of using reserved variable name.
However, 'action' will still be kept for backward compatibility.
1.3.0
- Add actions to change the agent's policy via policy name or ID
- Modify README to avoid confusing about non-multi-tenant support
1.2.1
- Hide service warning to avoid confusing as https://github.com/deep-security/ansible/issues/7
- Modify missing space before the wording "roles" in Sample README
1.2.0
Changes:
- Add groupid support.
- Add tenantPassword support for backwards compatibility.
1.1.0
Changes:
- Restructure the repo to fit Ansible Galaxy's requirement.
- Merge two readmes into one.
- Modify meta/main.yml to fit Ansible Galaxy's platform format.
1.0.0
Changes:
- Change the way we identify the platform from files to variables.
- Add Windows platform support.
- Separate Windows and Linux tasks into different Yaml files.
- Add unit tests.