Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Conversation

@ferruhcihan
Copy link

Description:

This PR simplifies the process of prompting for user input and setting Git configurations in the Ansible playbook.
User needs to fill in following git credentials:

git config --global user.signingkey
git config --global user.name
git config --global user.email
git config --global github.user

Copy link

@j-zimnowoda j-zimnowoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there,
This is good start but I believe that the input should come from a file. Let's say custom.yaml. This file should be ignored by git so users do not push they config to repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants