You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a git repos containing all my personal server's applications described using the docker-compose syntax. I’d like to add each application backup config alongside those. So I made my profiles.yaml look like that:
Or to add a groups attribute in profiles that could be used in conjunction with groups.profiles to allow the link to be created wherever it makes more sense?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My issue
I have a git repos containing all my personal server's applications described using the docker-compose syntax. I’d like to add each application backup config alongside those. So I made my profiles.yaml look like that:
And I’d like to be able to add to the
dailygroup the profiles of apps that would make sense. Something like:Obviously, this does not work because each app file replaces the profiles (like described in the documentation).
Idea 1
Would it be possible to also support the append/prepend syntax in includes:
Idea 2
Or to add a
groupsattribute in profiles that could be used in conjunction withgroups.profilesto allow the link to be created wherever it makes more sense?Idea 3
Or maybe it could be both #1 and #2?
Ending word
Great project! Thanks a lot for the hard work!
Beta Was this translation helpful? Give feedback.
All reactions