Host needs
- ansible
- git
- ansible collecttions:
ansible-galaxy collection install ansible.posix community.docker
pocketsoc-ng_var.env
should be of the format
---
# Variables
salt: "$SALT"
admin_password_command: "$ADMIN_PASSWORD_COMMAND"
haproxy_fqdn: "$HAPROXY_FQDN"
admin_password_command
should be formulated to print the desired password to stdout
, eg openssl rand -base64 32