Replies: 3 comments
-
Can't you do this within Ansible itself? |
Beta Was this translation helpful? Give feedback.
-
I'm currently gaining my first experiences with Ansible. I've been working on automation for my company for two weeks. More and more servers are being included. At first glance, Semaphore appeared to be a good graphical interface so that people who don't know much about CLI tools can get an understanding of what is currently being built. I know in Semaphore I can add additional CLI arguments (like multiple -i ) to a task template. |
Beta Was this translation helpful? Give feedback.
-
Okay, we are currently moving the inventories to the Git repository. It seems to work quite well with the folders. It currently only becomes difficult when different login data have to be used. If there were the option to organize inventories into folders directly in Semaphore (or just by allowing to select childs in a inventory), it would certainly be much less complicated. But for now, offloading to Git still seems to offer a small advantage. |
Beta Was this translation helpful? Give feedback.
-
Maybe its already possible, but if not, it would be great to allow inventorie referencing.
To describe this:
I have 8 inventories and I want an inventory called "All".
Of course, I don't want to have to configure everything twice. It would be better if I could just reference other inventories.
So the inventory would then have 8 child items.
Instead of having to write all the IPs of the other inventories in there again.
I am using the Static Inventory Type.
Beta Was this translation helpful? Give feedback.
All reactions