import code
сохранён для истории
This commit is contained in:
18
scripts/scripts.d/00-environment.sh
Normal file
18
scripts/scripts.d/00-environment.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
# vi: set tabstop=2 shiftwidth=2 noexpandtab :
|
||||
DD_DEBUG=${DEBUG:-0}
|
||||
|
||||
SSH_TARGET=dedic2
|
||||
|
||||
ANSIBLE_TARGET_HOST=dedic2
|
||||
ANSIBLE_PLAYBOOK=DevDi9.playbook.yml
|
||||
|
||||
ANSIBLE_PARTS=(
|
||||
system
|
||||
postgres
|
||||
gitea
|
||||
)
|
||||
ANSIBLE_PARTS_RESTORE=(gitea)
|
||||
|
||||
ANSIBLE_BECOME=0
|
||||
ANSIBLE_BECOME_USER=root
|
||||
Reference in New Issue
Block a user