You've already forked ansible-role-git
fix: support ssh allowedSignersFile and revocationFile
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -5,6 +5,10 @@ git_package_name_merge_tool: meld
|
||||
|
||||
git_users: []
|
||||
# github:
|
||||
# allowedSignersFile:
|
||||
# - principals:
|
||||
# - max.mustermann@example.com
|
||||
# publicSSHKey: ssh-rsa AAAAX1...
|
||||
# config:
|
||||
# commit:
|
||||
# gpgSign: "true"
|
||||
@ -12,3 +16,5 @@ git_users: []
|
||||
# name: "root"
|
||||
# email: root@localhost
|
||||
# signingKey: gpg-fingerprint
|
||||
# revocationFile:
|
||||
# - ssh-rsa AAAAX1...
|
||||
|
Reference in New Issue
Block a user