vps-ansible/README.md

18 lines
560 B
Markdown
Raw Normal View History

# VPS set up playbooks
2020-01-03 12:26:46 +01:00
Contains ansible playbooks to set up VPS instances.
2020-01-03 17:13:27 +01:00
## Requirements
A virtual host installed with Ubuntu Server 18. You will need the root password initially.
You should have a password for the new SSH login user ready.
## Usage
After cloning the repo to your ansible host, copy hosts.example to hosts and
fill the file appropriately. As of now Ubuntu Server 18 installations are expected.
2020-01-03 17:13:27 +01:00
* initial setup: ``ansible-playbook -i hosts initial-setup.yml --ask-pass``
* collabora setup: ``ansible-playbook -i hosts collabora.yml``