Follow these steps to set up and deploy the application:
Add your database credentials to the vault/secrets.yaml
file using ansible-vault vault/secrets.yaml
command:
db_name: your_database_name
db_user: your_database_user
db_password: your_database_password
db_host: your_database_host
db_port: your_database_port
Add your vault password to vault/pass.txt
.
Add your hosts to the inventory/hosts.ini
file.
In the root folder run ansible-playbook ./playbooks/playbook.yaml
command to run the ansible scripts.