-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement backup configuration for services #8
Comments
Sure, seems interesting :) |
Cool! To be honest, I'm currently not having time to work on this kind of project. |
I start thinking to this library and I've got some question before I could really work on it.
dokku_service_backup:
name: default
service: redis
state: present
auth:
access_key_id:
secret_access_key:
region:
signature_version:
endpoint_url:
bucket_name:
schedule:
encryption:
passphrase:
I never wrote python before, but it looks not really complicated. So I'll try to do a PR in the coming days. But could you tell me how do you process to test this ansible code? Manually, with a vagrant vm? |
I would just assume that a user has configured their backups correctly, and as such would likely have different libraries for updating/removing auth/encryption information. |
Do you think It may be possible to management backup configuration from a module?
On
dokku_service_create
or maybe something likedokku_service_backup
.I never code with python actually, but may be I could have a look if this feature may interest you and I found some time later.
The text was updated successfully, but these errors were encountered: