1
0

Add playbook for homepage app deploy

This commit is contained in:
2025-04-13 10:44:32 +03:00
parent c5a7db6a55
commit e5ad8fda80
6 changed files with 71 additions and 23 deletions

View File

@ -27,3 +27,7 @@
- name: 'Install rclone plugin'
ansible.builtin.import_role:
name: docker_rclone_plugin
- name: 'Login to yandex docker registry.'
ansible.builtin.script:
cmd: 'files/yandex-docker-registry-auth.sh'