Ansible: Difference between revisions
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_regmerge_module.html <code>community.windows.win_regmerge</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/windows/win_regmerge_module.html <code>community.windows.win_regmerge</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_format_module.html <code>community.windows.win_format</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/windows/win_format_module.html <code>community.windows.win_format</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_route_module.html <code>community.windows.win_route</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_unzip_module.html <code>community.windows.win_unzip</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/windows/win_unzip_module.html <code>community.windows.win_unzip</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/psexec_module.html <code>community.windows.psexec</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/windows/psexec_module.html <code>community.windows.psexec</code>] |
Revision as of 21:37, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version
Modules
References
| ||