-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Ansible Module #126
Comments
Hi, Thank you for your feedback and information. It looks interesting. |
Hi, I was more thinking you can write a better version for this module, as my experience with Python is almost zero to none, and the above gist was hacked by looking on the Ansible Module development example. I see this like this... My thinking was to have a module which only need the library installed on the manage machine, which compile the commands and push/run them on the remote machine. But that was over my head, so I installed tcconfig on the remote machine and compiled the I know I'm asking for a lot, but that was my wish for "Ansible Module" for |
Thank you for your detailed explanation. Looks like this will need more investigation. tcconfig client/server #128 can be used for setup shaping rules to remote hosts. |
Hi, The option to import external libs are there ... but I won't know what to do with it. |
Hi,
First I like to thank you for this project, which make working with
tc
much more sane for us mortals.One thing I like to ask is if you would consider porting the code base into an Ansible Module ?
I started testing this with a client side support where
tcconfig
is installed on the destination machine. And I have as small lib which I was able to compile from several places which tried to do the same, which works for my small use case, but I think that having the support directly as ansible module/lib which compile the commands on the managing host and push the required commands to the provisioned machine is the right why to accomplish this.The text was updated successfully, but these errors were encountered: