You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Marius Rieder 22fb4c858a Win domain group membership module (#52556)
* Add new win_domain_group_membership module.

* Add support for diff mode.

* Do not assign variable which is never used.

* Add documentation for the `domain_*` options.

* Let ansible handle the exceptions.

The test if the group exists is useless as the first action on the 
groups fails with the same error message if it does not exist.

* Add comments why we need the try/catch

* Rework diff handling.

Just return before/after state and let ansible do the working out of the
diff.

* Minor cleanups according to PR

* Switch from Get-AdUser/Group to Get-AdObject

so we can add/remove service accounts, or computers too.

* Cleanup PowerShell code
6 years ago
..
cli Avoid auto-interpreter for ansible-pull localhost. (#53699) 6 years ago
compat Have update-bundled check for updates to all bundled code 6 years ago
config More kubevirt_* modules in k8s mod defaults group (#53450) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 6 years ago
executor fixes for stripping (#52930) 6 years ago
galaxy Update galaxy cli metadata file templates (#51398) 6 years ago
inventory Fine tune sanity (#53544) 6 years ago
module_utils Reference RFC 8555 instead of latest draft. (#53674) 6 years ago
modules Win domain group membership module (#52556) 6 years ago
parsing Fix pycodestyle E117 issues. 6 years ago
playbook Undeprecate force handlers (#53705) 6 years ago
plugins add inventory plugin for Docker swarm nodes (#53058) 6 years ago
template template: add additional variable for dest path (#52015) 6 years ago
utils Don't fail if ConnectionError has no code (#53455) 6 years ago
vars fixes for stripping (#52930) 6 years ago
__init__.py
constants.py Fine tune sanity (#53544) 6 years ago
context.py Become plugins (#50991) 6 years ago
release.py Codename: How Many More Times 6 years ago