1
0
Fork 0

Deploy host "website.fedihub.com"

This commit is contained in:
Alex Kotov 2020-10-22 10:41:41 +05:00
parent e7659baa83
commit 784fe9fc77
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
---
- import_playbook: postgres.yml
- import_playbook: website.yml
# - import_playbook: matrix.yml

View file

@ -0,0 +1,10 @@
---
- hosts: website.fedihub.com
module_defaults:
apt:
force_apt_get: true
update_cache: true
cache_valid_time: 86400
roles:
- name: kotovalexarian.common
tags: common