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

From Wiki
mNo edit summary
mNo edit summary
Line 17: Line 17:
</blockquote>
</blockquote>
* check configuration files  
* check configuration files  
* execute .sh scripts (top to bottom)
*





Revision as of 13:34, 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