Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

win_secedit module: adds ability to mod local security policies #3214

Closed
wants to merge 5 commits into from
Closed

win_secedit module: adds ability to mod local security policies #3214

wants to merge 5 commits into from

Conversation

juliedavila
Copy link
Contributor

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

win_secedit

ANSIBLE VERSION
ansible 2.2.0.0
  config file =
  configured module search path = Default w/o overrides
SUMMARY

Allows users to modify local security policies via the secedit utility for example:

    - name: Set local password age policy to 14 days
      win_secedit:
        category: System Access
        key: MaximumPasswordAge
        value: 14

@nitzmahone nitzmahone self-assigned this Oct 17, 2016
@jmighion
Copy link
Member

This works for me on the 2k8r2, 2k12ms, and 2k12dc servers on AWS.

@gregdek
Copy link
Contributor

gregdek commented Oct 17, 2016

Thanks @defionscode for this new module. When this module receives 'shipit' comments from two community members and any 'needs_revision' comments have been resolved, we will mark for inclusion.

[This message brought to you by your friendly Ansibull-bot.]

@jmighion
Copy link
Member

shipit

1 similar comment
@bpleines
Copy link

shipit

@ansibot
Copy link

ansibot commented Dec 7, 2016

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.

@jhawkesworth
Copy link
Contributor

Would it be possible to re-submit this or move this PR now that the ansible repos have been merged?

@jhawkesworth
Copy link
Contributor

Hi there is a feature freeze for ansible 2.3 very shortly, so if you are able to resubmit or move this PR in the next few days it might still be possible to get it included in ansible 2.3.

@ansibot
Copy link

ansibot commented Feb 8, 2017

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.

@ansibot ansibot closed this Feb 8, 2017
@sivel sivel removed the in progress label Feb 8, 2017
@jhawkesworth
Copy link
Contributor

@defionscode I just realised you might not have seen my messages above regarding this pull request as I hadn't mentioned your github handle. Would be great to try and get this in before the 2.3 code freeze next week if you can spare the time to move your PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants