Added role yourls

This commit is contained in:
2021-04-24 12:03:51 +02:00
parent d398c22b56
commit 941b374f01
8 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
- name: delete nocontent
file:
path: ~/html/nocontent.html
state: absent
- name: download YOURLS
git:
dest: ~/html/
repo: '{{ yourls_repo }}'
depth: 1
accept_hostkey: yes
- name: download pseudonymize plugin
git:
dest: ~/html/user/plugins/yourls-pseudonymize
repo: '{{ pseudonymize_repo }}'
depth: 1
accept_hostkey: yes