Skip to content

Latest commit

 

History

History

git_config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ansible Role: Git config

Setup git config on Debian and Ubuntu servers.

Role Variables

Available variables can be found in defaults/main.yml

Example Playbook

    - hosts: all

      vars:
        git_config_settings:
          - name: safe.directory
            value: '*'
            scope: global

      tasks:
        ansible.builtin.include_role:
          name: alphanodes.setup.git_config