-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create secrets or configs from files already on remote #64
Comments
What would make sense is add a |
Sure, that would be great! |
Why exclusive? The |
@WojciechowskiPiotr |
Ok, I forgot we cannot send data to a remote host that way I wanted to send it :) |
Yes, that requires an accompanying |
resolved_by_pr #203 |
SUMMARY
Would it be possible to create secrets and/or configs from files already on the remote?
This would be specially useful for a GitOps workflow. One would use the git module to clone a repo with all the configs/secrets and use the docker_config/docker_secret module to add them to swarm.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
These are the current examples on the documentation
Possibly a new flag could be added to indicate whether the source of the data is the machine running ansible or the target server.
The text was updated successfully, but these errors were encountered: