Add privatebin config

Disable super long expirations, among other things
This commit is contained in:
Jake Howard
2021-09-19 19:29:05 +01:00
parent d70f450e2d
commit 178ca6b2c4
3 changed files with 195 additions and 0 deletions

View File

@ -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