Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.35 KB

Ansible Role: local-group-policy

Build Status license Ansible Galaxy

Description

Copies the Local Group Policy from a Git Repostory to a Windows system.

Installation

ansible-galaxy install sbaerlocher.local-group-policy

Requirements

None

Role Variables

Variable Default Comments (type)
local_group_policy_repo https://github.com/sbaerlocher/windows.local-group-policy.git
local_group_policy_directory C:\Windows\System32

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - sbaerlocher.local-group-policy

Changelog

1.0.0

  • inital commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2018, Simon Bärlocher