all:
children:
all_hosts:
hosts:
host-1: {}
host-2: {}
host-3: {}
group_1:
hosts:
host-3: {}
host-2: {}
group_2:
hosts:
host-1: {}
host-2: {}
group_3:
hosts:
host-3: {}
group_4:
hosts:
host-2: {}
ungrouped: {}
Hi Ricard,
maybe this one fixes it ??
> https://github.com/rundeck-plugins/ansible-plugin/pull/400
It focused on subgroups specifically. However, that PR is still in development.
I’d be happy to try building from the pull 400 branch, I just don’t know how to do a Gradle build on Linux/Rocky 8. I am very familiar with lots of other build tools though, maven, sbt, npm etc so maybe if I give it a try I might be able to figure it out
but maybe for the lazy among us :) - can you give me a quick “this is how you build the plugin on Linux” instructions please.
clearly it will start with “git clone, switch to the right branch and then….” some commands ….
Here are some steps:
git clone git checkout issue_rpl-36_child-groups ./gradlew clean buildThat PR is under development and may include some changes in the future.
Regards!