+ 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:
9
playbooks/own/yadm-update.yml
Normal file
9
playbooks/own/yadm-update.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: ['debian10']
|
||||
tasks:
|
||||
- name: Update existing YADM install with remote ip-address plugin and replace own
|
||||
shell: |
|
||||
yadm remote set-url origin https://vcs.wpstudio.ru/gitea/dotfiles.git
|
||||
rm -rf .tmux/plugins/tmux-ip-address
|
||||
yadm pull
|
||||
yadm checkout .
|
||||
Reference in New Issue
Block a user