Initial commit
Some checks failed
Ansible Playbook lint & deploy / ansible-lint (push) Successful in 12s
Ansible Playbook lint & deploy / run-ansible-mongo (push) Failing after 6s
Ansible Playbook lint & deploy / run-ansible-postgres (push) Failing after 7s

This commit is contained in:
2024-12-03 00:56:20 +00:00
commit 32d815621d
29 changed files with 465 additions and 0 deletions

5
ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
[defaults]
inventory=./hosts
remote_user=root
roles_path=./roles/
remote_tmp=/tmp/ansible-$USER