skip to Main Content

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

python module firewall not found – Debian

computer run ansible-playbook: MacBook, with python 3.9 target machine: Debian 10 with python2.7.16 and python3.7.3 When I tried to open port in firewall: - name: Open port 80 for http access firewalld: service: http permanent: true state: enabled I got…

VIEW QUESTION
Back To Top
Search