feat: deployment for runner

This commit is contained in:
2025-10-08 20:11:49 -04:00
parent 7f36507dce
commit 79b37f17e2
4 changed files with 116 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
- name: Add remote host.
ansible.builtin.add_host:
name: server
ansible_ssh_host: repository_gitea
ansible_ssh_host: "{{ variables.gitea_host }}"
- name: Deploy artifact to instance.
hosts: server