Linux/Virtual Server Setup Guide with Ansible: Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Step 1: Prepare local terminal == | |||
* Install Windows Subsystem for Linux / Ubuntu | |||
* Install Ansible | |||
<pre> | |||
sudo apt -y install software-properties-common | |||
sudo apt-add-repository ppa:ansible/ansible | |||
sudo apt install ansible | |||
<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