Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Releases: deep-security/ansible

1.5.0

27 Jul 01:42
Compare
Choose a tag to compare
  • Add a new variable "policy_name" for activate / deploy commands.
  • Fix mismatch variables for "set-policy-by-name" / "set-policy-by-id" in README.

1.4.0

14 Jun 10:35
Compare
Choose a tag to compare
  • 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

13 Jun 05:34
Compare
Choose a tag to compare
  • 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

30 Apr 10:48
Compare
Choose a tag to compare

1.2.0

22 Mar 01:45
Compare
Choose a tag to compare

Changes:

  • Add groupid support.
  • Add tenantPassword support for backwards compatibility.

1.1.0

08 Mar 11:01
Compare
Choose a tag to compare

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

22 Feb 03:50
Compare
Choose a tag to compare

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.