add some infrastructure for delete request handling
This commit is contained in:
parent
9b6a4c8952
commit
5afb825376
2 changed files with 18 additions and 0 deletions
|
@ -52,6 +52,8 @@ pkgs02.phx2.fedoraproject.org
|
|||
notifs-web01.phx2.fedoraproject.org
|
||||
wiki02.phx2.fedoraproject.org
|
||||
|
||||
[gdpr_delete]
|
||||
|
||||
[certgetter]
|
||||
certgetter01.phx2.fedoraproject.org
|
||||
|
||||
|
|
16
playbooks/manual/gdpr/delete.yml
Normal file
16
playbooks/manual/gdpr/delete.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This playbook removes some data that Fedora knows about a username and/or e-mail address.
|
||||
#
|
||||
# Please read http://fedora-infra-docs.readthedocs.io/en/latest/sysadmin-guide/sops/gdpr_delete.html
|
||||
# for information about how to use this playbook and how to integration applications with it.
|
||||
|
||||
- name: Delete user data
|
||||
hosts: gdpr_delete
|
||||
strategy: free
|
||||
tasks:
|
||||
# Non-huge SAR retrieval
|
||||
- command: "{{ gdpr_delete_script }}"
|
||||
environment:
|
||||
SAR_USERNAME: "{{ gdpr_delete_fas_user }}"
|
||||
SAR_EMAIL: "{{ gdpr_delete_email }}"
|
||||
become: yes
|
||||
become_user: "{{ gdpr_delete_script_user }}"
|
Loading…
Add table
Add a link
Reference in a new issue