This repository contains Ansible playbooks for deploying various services and applications.
Install Ansible & packages:
# PIP3
pip install ansible ansible-lint molecule docker
# Ansible Galaxy
ansible-galaxy install -r requirements.yml --forceRun the playbooks
ansible-playbook -i inventory run.yml --vault-password-file vault.txt --become-password-file become.txtThis program is licensed under the MIT-License. See the "LICENSE" file for more information