PatroniConfig/docker-compose.yaml
IaaC Ansible Roles 2e68a84ead Initial commit
2025-03-31 14:06:16 +03:00

15 lines
322 B
YAML

services:
ansible:
build:
context: .
ssh:
- default
container_name: ansible
volumes:
- .:/ansible
- /var/run/docker.sock:/var/run/docker.sock
environment:
- ANSIBLE_VAULT_PASSWORD_FILE=./vault-password.txt
tty: true
privileged: true
working_dir: /ansible