+ refactored and solve some problems with mariadb and nginx playbook
+ apps playbooks - docker, caprover * simple refactore starter scripts + apt update debops playboook prepend launch by default * sury repo changed * database users locked to localhost only * phpmyadmin blowfish generate secret fix
This commit is contained in:
@ -60,7 +60,7 @@ if [[ -z "$force" ]]; then
|
||||
printf 'Launch ansible playbook:\n%s\n' "${COMMAND}"
|
||||
read -p "Are you sure? " -n 1 -r
|
||||
echo # (optional) move to a new line
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
if [[ $REPLY =~ ^[Yyн]$ ]]
|
||||
then
|
||||
/bin/bash -c "${COMMAND}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user