A collection of ansible playbooks for astronomy tools. From a freshly installed ubuntu server to a OS ready for astro photography.
Ansible is a radically simple IT automation system that handles configuration management, application deployment, and many others. For more information, visite their website or github. This project use ansible to install pre-configured playbooks on a target machine.
There's only one requirement: ansible. To install ansible using pip
for the current user:
python3 -m pip install --user ansible
Other options to install ansible here
to be completed
to be completed ...