mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
28
setup/ansible/roles/semaphore/tasks/main.yml
Normal file
28
setup/ansible/roles/semaphore/tasks/main.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
- name: API authentication
|
||||
ansible.builtin.include_tasks:
|
||||
file: authentication.yml
|
||||
|
||||
- name: Add projects
|
||||
ansible.builtin.include_tasks:
|
||||
file: projects.yml
|
||||
|
||||
- name: Add keys
|
||||
ansible.builtin.include_tasks:
|
||||
file: keys.yml
|
||||
|
||||
- name: Add repositories
|
||||
ansible.builtin.include_tasks:
|
||||
file: repositories.yml
|
||||
|
||||
- name: Add environment
|
||||
ansible.builtin.include_tasks:
|
||||
file: environments.yml
|
||||
|
||||
- name: Add inventory
|
||||
ansible.builtin.include_tasks:
|
||||
file: inventories.yml
|
||||
|
||||
- name: Add templates
|
||||
ansible.builtin.include_tasks:
|
||||
file: templates.yml
|
Loading…
Add table
Add a link
Reference in a new issue