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

@@ -41,7 +41,7 @@
- name: Add remote host.
ansible.builtin.add_host:
name: server
ansible_ssh_host: repository_gitea
ansible_ssh_host: "{{ variables.gitea_host }}"
- name: Install Docker.
gather_facts: true
@@ -55,6 +55,7 @@
name:
- python3-pip
state: present
update_cache: true
- name: Install needed packages.
ansible.builtin.pip: