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
Slava Maslennikov 85d836171b Add a force_replace_host flag to win_domain_membership (#53542)
* Add a force_replace_host flag to win_domain_membership

Satisfies https://github.com/ansible/ansible/issues/53539

* Rework backticks

* Bump version_added

* Check for existence of current hostname as well; use LDAPFilter during search

* Rename $force_replace_host to $allow_existing_computer_account

* Added docs, porting guide and minor nit in code
6 years ago
..
cli Fix typo in CLI help text (#53353) 6 years ago
compat Have update-bundled check for updates to all bundled code 6 years ago
config use ANSIBLE_ prefix on all ansible-defined env vars (#54272) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 6 years ago
executor Expose loop_control.loop_var as ansible_loop_var (#54240) 6 years ago
galaxy Update galaxy cli metadata file templates (#51398) 6 years ago
inventory Strip whitespace when reading limit file (#53564) 6 years ago
module_utils Use locking for concurrent file access (#52567) 6 years ago
modules Add a force_replace_host flag to win_domain_membership (#53542) 6 years ago
parsing dataloader: check exact value of dir (#52021) 6 years ago
playbook helper: raise Exception when ds is not dict type (#53936) 6 years ago
plugins Catch all request timeouts for winrm connection (#54104) 6 years ago
template dict is dict (#54057) 6 years ago
utils Fix encoding handling in unfrackpath. 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