Ansible: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html Ansible » Module » <code>community.general.lxd_container</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html Ansible » Module » <code>community.general.lxd_container</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_repo_module.html Ansible » Module » <code>community.general.apt_repo</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/general/apt_repo_module.html Ansible » Module » <code>community.general.apt_repo</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apt_rpm_module. | * [https://docs.ansible.com/ansible/latest/collections/community/general/apt_rpm_module.html Ansible » Module » <code>community.general.apt_rpm</code>] | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/apk_module.html Ansible » Module » <code>community.general.apk</code>] | * [https://docs.ansible.com/ansible/latest/collections/community/general/apk_module.html Ansible » Module » <code>community.general.apk</code>] | ||
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04 Install & Configure Ansible on Ubuntu 20.04] | * [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04 Install & Configure Ansible on Ubuntu 20.04] |
Revision as of 07:19, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version