Deploy host "website.fedihub.com"
This commit is contained in:
parent
e7659baa83
commit
784fe9fc77
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- import_playbook: postgres.yml
|
||||
- import_playbook: website.yml
|
||||
# - import_playbook: matrix.yml
|
||||
|
|
10
playbooks/deploy/website.yml
Normal file
10
playbooks/deploy/website.yml
Normal 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
|
Reference in a new issue