Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 470 Bytes

Git role

Checkout Git repositories.

Usage

Configure the role.

git_repositories:
  - repo: https://github.com/Digital-Cluster-Uri/Website
    dest: /usr/share/nginx01/static
    version: main
  - repo: [email protected]:sozialinfo/reference-data.git
    key_file: /home/sozialinfo-git-bot/.ssh/id_ed25519
    dest: /usr/share/postgres43/reference-data
    version: main

Include the role in your playbook.

- hosts: git
  roles:
  - role: git