New structure
This commit is contained in:
17
playbooks/install-docker.yml
Normal file
17
playbooks/install-docker.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- hosts: docker
|
||||
become: true
|
||||
become_user: root
|
||||
tasks:
|
||||
- name: install-docker.yml | Stop service gitea on debian, if running
|
||||
ansible.builtin.systemd:
|
||||
name: gitea
|
||||
state: stopped
|
||||
|
||||
- name: gitea.yml | Download newest gitea binary
|
||||
ansible.builtin.get_url:
|
||||
url: "{{ var_gitea_url }}"
|
||||
dest: /tmp/gitea
|
||||
mode: '0511'
|
||||
|
||||
|
Reference in New Issue
Block a user