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
This provider is really exciting--I really like how you've architected the provider. I'm pretty sure I can switchover my Ansible to this with the current three resources (script, directory, file), some higher level ones would make it easier to avoid using scripts everywhere. Here is my wishlist, happy to contribute if you want to expand the resource scope:
User and group management (CRUD users and groups, including password management)
Service management (start/stop/restart/enable/disable systems services)
Line in file (expand file resource to allow specific edits)
Symlink files
The text was updated successfully, but these errors were encountered:
This provider is really exciting--I really like how you've architected the provider. I'm pretty sure I can switchover my Ansible to this with the current three resources (script, directory, file), some higher level ones would make it easier to avoid using scripts everywhere. Here is my wishlist, happy to contribute if you want to expand the resource scope:
The text was updated successfully, but these errors were encountered: