Skip to content

noobient/ansible-galaxy-gitconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noobient.gitconfig

Synopsys

This role lets you set Git config options.

Parameters

Name Required Example Description
name yes user.name Git config option name.
value yes Stewie Griffin Git config option vale.
scope no global Git config option scope. Possible values are system and global. Defaults to system.
conflict no Eric Cartman Don't change the specified option, if its current value is this.

Examples

- include_role:
    name: noobient.gitconfig
  vars:
    name: 'user.name'
    value: 'Stewie Griffin'

- include_role:
    name: noobient.gitconfig
  vars:
    name: 'user.name'
    value: 'Eric Cartman'
    scope: 'global'
    conflict: 'Stewie Griffin'

Return Values

N/A

Support

Platform Support Status
Linter Lint
AlmaLinux 8 AlmaLinux 8
AlmaLinux 9 AlmaLinux 9
Fedora 40 Fedora 40
Fedora 41 Fedora 41
Ubuntu 20.04 Ubuntu 20.04
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 24.04 Ubuntu 24.04

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published