Call variable in Ansible – Nginx
Apologies for this simple question, but I tried various approach without success. This is my vars file --- preprod: name: nginx prod: name: apache I am trying to pass the value of name based on the environment name user provides…