Description
Summary
I'm trying to create a gpg key and add that gpg key to Github. Currently, there's doesn't seem to exist a module which will upload my gpg key to github. But there exists a github_key which pushes ssh key into github, the logic would be exactly the same except the URL to POST to will be different and maybe some other changes.
This is my first time in ansible community so I might not know the correct way to do this, nevertheless I'd be happy to send a PR if you guys will accept.
I'm thinking: simply copy github_key.py to github_gpg_key.py, and make modifications, is there anything that needs to be done? or is just adding 1 file in that location and symlinking enough? (or symlinking happens automatically?)
If this is suitable for first time contributors, I'll give it a stab.
And in case you won't accept the PR, may I ask what's another way to achieve this? Can I write some python directly on my playbook repository and get it to run?
Issue Type
Feature Idea
Component Name
source_control
Additional Information
Code of Conduct
- I agree to follow the Ansible Code of Conduct