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

From Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Step 1: Prepare local terminal ==
== Step 1: Prepare local terminal ==
* Install Windows Subsystem for Linux / Ubuntu
* Install Windows Subsystem for Linux / Ubuntu
* Install Ansible
* Install Ansible:
<blockquote>
<blockquote>
<pre>
<pre>

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