Linux/Virtual Server Setup Guide with Ansible: Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
sudo apt-add-repository ppa:ansible/ansible | sudo apt-add-repository ppa:ansible/ansible | ||
sudo apt install ansible | sudo apt install ansible | ||
<pre> | </pre> | ||
[[Category:Linux/Deployment]] | [[Category:Linux/Deployment]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 13:29, 19 November 2023
Step 1: Prepare local terminal
- Install Windows Subsystem for Linux / Ubuntu
- Install Ansible
sudo apt -y install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt install ansible