1
0

Новый сервер с приложениями внутри котейнеров

This commit is contained in:
2018-10-07 17:47:46 +03:00
parent 1083d7d073
commit 244c9a96e4
9 changed files with 97 additions and 24 deletions

View File

@ -0,0 +1,7 @@
---
dependencies:
- role: blocks/owner
owner_name: '{{ username }}'
owner_group: '{{ username }}'
owner_ssh_keys: '{{ ssh_keys | default([]) }}'
owner_envs: '{{ env | default({}) }}'

View File

@ -0,0 +1 @@
---