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,9 @@
---
- name: install pymysql
pip:
name: pymysql
extra_args: --user
- name: create database
community.mysql.mysql_db:
name: '{{ uberspace_user }}_yourls'