stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

Ansible group specific parameters #210

Open stgrace opened 3 years ago

stgrace commented 3 years ago

Description of feature

Have specific parameters per Ansible group

Purpose of this new feature

Some Ansible groups require specific parameters.

Following example could be a solution:

stackl_inventory_groups:
   - tags: ["k8s_worker"]
     description: ""
     count: 1
     params:
       voorbeeld: voorbeeld 

This requires changes in the Stackl inventory plugin