Archived
1
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
playbookctl/scripts/scripts.d/00-environment.sh
Voomra c584648913 import code
сохранён для истории
2024-04-23 07:41:00 +03:00

19 lines
290 B
Bash

#!/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