Add my docker and docker_compose role

Do this in preparation for the keycloak deployment.
This commit is contained in:
julian 2023-05-01 01:45:15 +02:00
commit 91274de823
11 changed files with 241 additions and 0 deletions

View file

@ -0,0 +1,6 @@
- name: docker compose down
ansible.builtin.command:
cmd: /usr/bin/docker compose down
chdir: /ansible_docker_compose
become: true
changed_when: true # This is always changed.