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 == | == Step 1: Prepare local linux terminal == | ||
* Install Windows Subsystem for Linux / Ubuntu | * Install Windows Subsystem for Linux / Ubuntu | ||
* Install Ansible: | * Install Ansible: | ||
Line 12: | Line 12: | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
git clone https://ansible-library | git clone https://{ansible-library} | ||
cd ansible-library | cd ansible-library | ||
</pre> | </pre> |
Revision as of 13:32, 19 November 2023
Step 1: Prepare local linux 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
- Get repository with Ansible files:
git clone https://{ansible-library} cd ansible-library
- check configuration files
- execute .sh scripts (top to bottom)