Ansible: Difference between revisions
Jump to navigation
Jump to search
Line 56: | Line 56: | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_firewall_rule_module.html <code>community.windows.win_firewall_rule</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_firewall_module.html <code>community.windows.win_firewall</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/psexec_module.html <code>community.windows.psexec</code>] | |||
| valign="top" | | | valign="top" | |
Revision as of 21:27, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version
Modules
References
| ||