Difference between revisions of "Ansible"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
==Ansible Tutorials== | ==Ansible Tutorials== | ||
{{:Video/How to write your first Ansible playbook}} | |||
<noinclude> | <noinclude> | ||
=References= | =References= | ||
<references /> | <references /> |
Revision as of 12:56, 1 August 2021
Ansible is an automation tool for IT professionals for managing software in a network environment, particularly designed to apply repetitive changes to a large number of machines. It can be used in conjunction with Terraform.
Installation for Ubuntu
This is the community documentation landing page for Ansible.
Ubuntu Installation
The original documentation on Ansible's Ubuntu installation can be found here: The actual installation commands are:
sudo apt update sudo apt install software-properties-common sudo add-apt-repository --yes --update ppa:ansible/ansible sudo apt install ansible
Ansible Tutorials
Valaxy Technologies
References