Compose a variable from a combination in Ansible
The other day I was confronted with a bit of a problem in Ansible: I have a role with a docker_container where I use two variables, one defining the user ( role_user ) and one defining the group ( role_group ). When both the user and group are defined, they specify the UID and GID respectively…