Add deployment (git)

This commit is contained in:
2021-11-14 18:51:00 +01:00
parent b7a1a0be03
commit 84ca68fbdc
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- hosts: server
become: false
tasks:
- name: update from git
ansible.builtin.git:
repo: git@git.front.kjuulh.io:kjuulh/todo.git
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
single_branch: yes
version: production