Remove forgejo runner setup
This commit is contained in:
parent
30d80247f2
commit
0a64e05223
2 changed files with 0 additions and 46 deletions
22
playbook.yml
22
playbook.yml
|
|
@ -38,27 +38,6 @@
|
|||
state: directory,
|
||||
mode: 755
|
||||
}
|
||||
- {
|
||||
path: '{{ runner_dir }}',
|
||||
owner: git,
|
||||
group: git,
|
||||
state: directory,
|
||||
mode: 755
|
||||
}
|
||||
- {
|
||||
path: '{{ runner_dir }}/.cache',
|
||||
owner: git,
|
||||
group: git,
|
||||
state: directory,
|
||||
mode: 2775
|
||||
}
|
||||
- {
|
||||
path: '{{ runner_dir }}/.runner',
|
||||
owner: git,
|
||||
group: git,
|
||||
state: touch,
|
||||
mode: 2775
|
||||
}
|
||||
|
||||
- name: copy docker-compose file
|
||||
template:
|
||||
|
|
@ -86,7 +65,6 @@
|
|||
app_dir: '/srv/docker/forgejo'
|
||||
data_dir: '/home/sonny/vm/forgejo/data'
|
||||
postgres_dir: '/home/sonny/vm/forgejo/postgres'
|
||||
runner_dir: '/home/sonny/vm/forgejo/runner'
|
||||
|
||||
image_tag: 'codeberg.org/forgejo/forgejo:9'
|
||||
|
||||
|
|
|
|||
Reference in a new issue