[playbook] try to install Drupal on debian bookworm

it fails...
This commit is contained in:
bronsen 2025-03-03 19:53:31 +01:00
parent 13308f1b54
commit 86ae57c5c7
5 changed files with 220 additions and 2 deletions

View file

@ -1,4 +1,4 @@
multi:
all:
vars:
ansible_host: "127.0.0.1"
ansible_ssh_user: "vagrant"
@ -9,7 +9,7 @@ multi:
# hide all warnings regarding the discovered python interpreters on the remote side
# https://docs.ansible.com/ansible-core/2.18/reference_appendices/interpreter_discovery.html
ansible_python_interpreter: "auto_silent"
multi:
children:
application_servers:
database_servers:
@ -26,3 +26,8 @@ database_servers:
ansible_ssh_port: 2201
ansible_become_user: "postgres"
debian:
hosts:
deb:
ansible_host: 127.0.0.1
ansible_ssh_port: 2202