Hi

Can someone please comment on whether or or it is possible, whether or not 
it is recommended to nest collections inside of other collections ? 

I would like to develop a collection of custom modules, which are again 
composed of other modules.

For example, I would like to develop custom modules like

virtual_machine.disk.add
virtual_machine.disk.remove
virtual_machine.disk.resize
.......
virtual_machine.nic.add
virtual_machine.nic.remove
........

where a module like disk would invoke another module called add, remove 
etc. 

as opposed to having  virtual_machine_disk_add
                                              virtual_machine_disk_remove 

all as separate modules which share a lot of module_utils in the background.

Is this something that can be achieved ?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8d7095c5-701b-4770-b95a-9bddaa160d58n%40googlegroups.com.

Reply via email to