feat: add Fresh RSS service

This commit is contained in:
Alexander Navarro 2024-12-11 12:03:50 -03:00
parent 7ebbac3870
commit 6afeea39f2
5 changed files with 115 additions and 60 deletions

View file

@ -1,5 +1,10 @@
export ANSIBLE_VAULT_PASSWORD_FILE := ".decrypt-pass.txt"
# Debug output, disabled in CI
export ANSIBLE_DISPLAY_ARGS_TO_STDOUT := if env('CI', '') == 'true' { 'false' } else { 'true' }
export ANSIBLE_ENABLE_TASK_DEBUGGER := if env('CI', '') == 'true' { 'false' } else { 'true' }
play +ARGS:
ansible-playbook {{ ARGS }}