[copr] keygen: disabled backup configuration, until "{{ private }}/copr/keygen/backup_key.asc" will be available
This commit is contained in:
parent
b11c573bf3
commit
24f710a553
2 changed files with 9 additions and 9 deletions
|
@ -38,5 +38,5 @@
|
|||
- signd
|
||||
|
||||
- name: setup backup
|
||||
# when: not devel
|
||||
when: not devel
|
||||
include: "setup_backup.yml"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
- name: ensure /backup dir
|
||||
file: path=/backup state=directory
|
||||
|
||||
- name: copy pubkey for backup encryption
|
||||
copy: src="{{ private }}/copr/keygen/backup_key.asc" dest="/root/backup_key.asc"
|
||||
|
||||
- name: import pubkey for backup encryption
|
||||
shell: "gpg2 --import /root/backup_key.asc || true"
|
||||
|
||||
- name: copy backup script
|
||||
copy: src="backup_keyring.sh" dest="/etc/cron.daily/backup_keyring.sh" owner=root group=root mode=755
|
||||
#- name: copy pubkey for backup encryption
|
||||
# copy: src="{{ private }}/copr/keygen/backup_key.asc" dest="/root/backup_key.asc"
|
||||
#
|
||||
#- name: import pubkey for backup encryption
|
||||
# shell: "gpg2 --import /root/backup_key.asc || true"
|
||||
#
|
||||
#- name: copy backup script
|
||||
# copy: src="backup_keyring.sh" dest="/etc/cron.daily/backup_keyring.sh" owner=root group=root mode=755
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue