Ansible: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 165: Line 165:
| 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.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04 Ansible » Install & Configure on Ubuntu 20.04]
* [https://molecule.readthedocs.io/en/latest/getting-started.html Ansible » Molecule » Getting Started]
* [https://molecule.readthedocs.io/en/latest/getting-started.html Ansible » Test » Molecule » Getting Started]
* [https://www.ansible.com/blog/ansible-best-practices-essentials Ansible » Essentials Best Practices]
* [https://molecule.readthedocs.io/en/latest/ci.html Ansible » Test » Molecule » CI/CD]
* [https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html Ansible » Playbook » Variables]
* [https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html Ansible » Playbook » Variables]
* [https://docs.ansible.com/ansible/latest/inventory_guide/ Ansible » Building Inventories]
* [https://docs.ansible.com/ansible/latest/inventory_guide/ Ansible » Building Inventories]
* [https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_filters.html Ansible » Playbook » Filters]
* [https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_filters.html Ansible » Playbook » Filters]
* [https://molecule.readthedocs.io/en/latest/ci.html Ansible » Molecule » CI/CD]
* [https://www.redhat.com/sysadmin/developing-ansible-role Ansible » Developing Role]
* [https://www.redhat.com/sysadmin/developing-ansible-role Ansible » Developing Role]
* [https://molecule.readthedocs.io/en/latest/ Ansible » Molecule]
* [https://molecule.readthedocs.io/en/latest/ Ansible » Test » Molecule]
* [https://testinfra.readthedocs.io/en/latest/ Ansible » Test » Testinfra]
* [https://tox.wiki/en/latest/ Ansible » Test » Tox]


| valign="top" |
| valign="top" |
* [https://www.ansible.com/blog/ansible-best-practices-essentials Ansible » Essentials Best Practices]


| valign="top" |
| valign="top" |

Revision as of 09:23, 24 November 2022

sudo apt update  && sudo apt list  --upgradeable
sudo apt upgrade && sudo apt install ansible
ansible --version

Modules





Namespaces


References