Files @ 67dd87d59abb
Branch filter:

Location: majic-ansible-roles/roles/backup_client/handlers/main.yml

branko
MAR-83: Added support to wsgi_website role for specifying headers that should be passed on to Gunicorn by Nginx. Updated hello.wsgi app to demonstrate the feature.
---

- name: Clean-up GnuPG keyring for import of new keys
  shell: rm -f /etc/duply/main/gnupg/*

- name: Import private keys
  command: gpg2 --homedir /etc/duply/main/gnupg --import /etc/duply/main/private_keys.asc

- name: Import public keys
  command: gpg2 --homedir /etc/duply/main/gnupg --import /etc/duply/main/public_keys.asc
  when: backup_additional_encryption_keys