Ansible playbook to setup servers (mainly ubuntu & debian based). This playbook is focused on quickly deploying a "ready to use" server machine with my personal perferred setup.
- Git
- Ansible 2+ (automatically installed from Ansible offical PPA with the provided install.sh script)
Run the following commands to install the playbook:
apt update && apt install curl -y && curl -fsSL https://raw.githubusercontent.com/mimukit/ansible-server/main/install.sh | bash