Linux/Virtual Server Setup Guide with Ansible: Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* | |||
* | == Step 2: Generate Cloud VM (Hetzner, Netcup,...) == | ||
* Install latest Ubuntu LTS | |||
* Set username / password | |||
Revision as of 13:36, 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
Step 2: Generate Cloud VM (Hetzner, Netcup,...)
- Install latest Ubuntu LTS
- Set username / password