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

9
yourls.yml Normal file
View File

@ -0,0 +1,9 @@
---
- name: Set up YOURLS
hosts: uberspace
vars_files:
- general_vars.yml
- yourls_vars.yml
remote_user: "{{ uberspace_user }}"
roles:
- yourls