Archived
1

import code

сохранён для истории
This commit is contained in:
2024-04-23 07:41:00 +03:00
commit c584648913
6 changed files with 583 additions and 0 deletions

View 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