Make a server great again.
Ubuntu server 23.10
- Network connections
- Subnet: 46.28.109.0/24
- Adress: 46.28.109.13
- sudo adduser name
- sudo usermod -aG sudo name
- sudo apt update
- sudo apt upgrade
- sudo apt install ansible
- cd /home/user/.ansible
- touch hosts
- nano hosts
- webservers:
- 46.28.110.160
- touch ansible.cfg
- [defaults]
- inventory = /home/divcz/.ansible/hosts
- host_key_checking = False
- remote_user = divcz
- private_key_file=/home/divcz/.ssh/ansible_rsa
- [ssh_connection]
- ssh_args = -o ServerAliveInterval=10
- cd /home/user/tmp
- git clone https://github.com/div-cz/div_ansible.git
- sudo apt update
- sudo apt install ansible
- ansible-playbook playbook.yml
This project is shared under the MIT License. See LICENSE.md
for details.