Ansible: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
ansible --version | ansible --version | ||
</source> | </source> | ||
== Ansible Module == | |||
{| | |||
| valign="top" | | |||
* [https://docs.ansible.com/ansible/latest/collections/ansible/builtin/unarchive_module.html Ansible » <code>ansible.builtin.unarchive</code>] | |||
| valign="top" | | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apache2_mod_proxy_module.html Ansible » <code>community.general.apache2_mod_proxy</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/nginx_status_info_module.html Ansible » <code>community.general.nginx_status_info</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html Ansible » <code>community.general.lxd_container</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/iso_extract_module.html Ansible » <code>community.general.iso_extract</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_repo_module.html Ansible » <code>community.general.apt_repo</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/archive_module.html Ansible » <code>community.general.archive</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_rpm_module.html Ansible » <code>community.general.apt_rpm</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bower_module.html Ansible » <code>community.general.bower</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/cargo_module.html Ansible » <code>community.general.cargo</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apk_module.html Ansible » <code>community.general.apk</code>] | |||
| valign="top" | | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_known_host_module.html Ansible » <code>community.general.bitbucket_pipeline_known_host</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_variable_module.html Ansible » <code>community.general.bitbucket_pipeline_variable</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_pipeline_key_pair_module.html Ansible » <code>community.general.bitbucket_pipeline_key_pair</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/bitbucket_access_key_module.html Ansible » <code>community.general.bitbucket_access_key</code>] | |||
* [https://docs.ansible.com/ansible/latest/collections/community/general/cloudflare_dns_module.html Ansible » <code>community.general.cloudflare_dns</code>] | |||
| valign="top" | | |||
|} | |||
== References == | == References == | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04 Ansible » Install & Configure on Ubuntu 20.04] | |||
* [https://www.ansible.com/blog/ansible-best-practices-essentials Ansible » Essentials Best Practices] | |||
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04 Install & Configure | |||
| valign="top" | | | valign="top" | | ||
| valign="top" | | | valign="top" | |
Revision as of 20:44, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version
Ansible Module
References
| ||