Ansible: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/ansible/builtin/unarchive_module.html | * [https://docs.ansible.com/ansible/latest/collections/ansible/builtin/unarchive_module.html <code>ansible.builtin.unarchive</code>] | ||
| valign="top" | | | valign="top" | | ||
Line 19: | Line 19: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apache2_mod_proxy_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/apache2_mod_proxy_module.html <code>community.general.apache2_mod_proxy</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/nginx_status_info_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/nginx_status_info_module.html <code>community.general.nginx_status_info</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html <code>community.general.lxd_container</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/iso_extract_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/iso_extract_module.html <code>community.general.iso_extract</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_repo_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/apt_repo_module.html <code>community.general.apt_repo</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/archive_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/archive_module.html <code>community.general.archive</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_rpm_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/apt_rpm_module.html <code>community.general.apt_rpm</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bower_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/bower_module.html <code>community.general.bower</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/cargo_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/cargo_module.html <code>community.general.cargo</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apk_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/apk_module.html <code>community.general.apk</code>] | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_known_host_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_known_host_module.html <code>community.general.bitbucket_pipeline_known_host</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_variable_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_variable_module.html <code>community.general.bitbucket_pipeline_variable</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_key_pair_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_key_pair_module.html <code>community.general.bitbucket_pipeline_key_pair</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_access_key_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_access_key_module.html <code>community.general.bitbucket_access_key</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/cloudflare_dns_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/general/cloudflare_dns_module.html <code>community.general.cloudflare_dns</code>] | ||
| valign="top" | | | valign="top" | | ||
Line 44: | Line 44: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/community/windows/win_unzip_module.html | * [https://docs.ansible.com/ansible/latest/collections/community/windows/win_unzip_module.html <code>community.windows.win_unzip</code>] | ||
| valign="top" | | | valign="top" | |
Revision as of 20:49, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version
Ansible Module
| ||
| ||
References
| ||