deployement covas-liquibase

This commit is contained in:
2022-10-05 22:46:00 +02:00
parent 4c465044ef
commit 69a9be3a02
6 changed files with 36 additions and 1 deletions

View File

@@ -1,2 +1,22 @@
---
# tasks file for server
- name: git archive local
local_action:
module: git
repo: "https://{{ git_username | urlencode }}:{{ git_password | urlencode }}@git.valczeryba.ovh/v4l3n71n/covas-liquibase.git"
dest: "/home/valentin/src/"
archive: "/tmp/covas-liquibase.tar.gz"
force: yes
update: yes
run_once: True
- name: Create directory
file:
path: "/home/valentin/covas-liquibase"
state: directory
- name: Extract repo isr
unarchive:
src: "/tmp/covas-liquibase.tar.gz"
dest: "/home/valentin/covas-liquibase"