Linux/Virtual Server Setup Guide with Ansible: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
* Install Windows Subsystem for Linux / Ubuntu
* Install Windows Subsystem for Linux / Ubuntu
* Install Ansible
* Install Ansible
<blockquote>
<pre>
<pre>
sudo apt -y install software-properties-common
sudo apt -y install software-properties-common
Line 7: Line 8:
sudo apt install ansible
sudo apt install ansible
</pre>
</pre>
 
</blockquote>





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