diff --git a/.gitea/workflows/ansible.yml b/.gitea/workflows/ansible.yml index 0091c8b..533d9d2 100644 --- a/.gitea/workflows/ansible.yml +++ b/.gitea/workflows/ansible.yml @@ -14,6 +14,7 @@ on: type: choice options: - infra.yml + - runner.yml jobs: ansible: diff --git a/ansible/group_vars/infra/.vault.yml.swp b/ansible/group_vars/infra/.vault.yml.swp new file mode 100644 index 0000000..4ff7fe3 Binary files /dev/null and b/ansible/group_vars/infra/.vault.yml.swp differ diff --git a/ansible/infra.yml b/ansible/infra.yml index 4c08104..5c3fe4f 100644 --- a/ansible/infra.yml +++ b/ansible/infra.yml @@ -5,6 +5,5 @@ roles: - gitea - - gitea-runner - vaultwarden - backup diff --git a/ansible/runner.yml b/ansible/runner.yml new file mode 100644 index 0000000..c7d8fcf --- /dev/null +++ b/ansible/runner.yml @@ -0,0 +1,7 @@ +--- +- name: Set up Gitea runner + hosts: infra + become: true + + roles: + - gitea-runner