Ansible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html Ansible » Module » Community » General » Manage LXD] | |||
* [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 04:56, 22 November 2022
sudo apt update && sudo apt list --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version
References
| ||