playbook.yml 144 B

1234567
  1. - name: renew certificat of website
  2. hosts: "{{ hosts }}"
  3. remote_user: root
  4. roles:
  5. - disable-apache
  6. - certbot
  7. - enable-apache