skip to Main Content

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…

VIEW QUESTION

Combining values in Ansible – Nginx

I need to create a cronjob for renewal lets encrypt certificates. The final command should looks like this: certbot certonly --no-eff-email -m [email protected] --redirect --agree-tos --non-interactive --standalone -d mydomain.com -d www.mydomain.com -d domain1.mydomain.com -d domain1a.mydomain.com -d domain2.mydomain.com -d domain2a.mydomain.com I…

VIEW QUESTION
Back To Top
Search