feat: deployment for runner
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user