Add privatebin config
Disable super long expirations, among other things
This commit is contained in:
@ -15,3 +15,12 @@
|
||||
validate: docker-compose -f %s config
|
||||
notify: restart privatebin
|
||||
become: true
|
||||
|
||||
- name: Install config file
|
||||
template:
|
||||
src: files/config.ini
|
||||
dest: "{{ app_data_dir }}/privatebin/conf.php" # Yes, really
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
notify: restart privatebin
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user