Hi , 
I have an input file that i'm using as part of J2 template.
Is there more elegant way to present the configuration inside the input 
file - for example a solution like a table ?



group_configuration:
  rootGroups:
    working:
      hardConcurrencyLimit: 100
      maxQueued: 1000
      interactive:
        hardConcurrencyLimit: 80
        maxQueued: 800
      background:
        hardConcurrencyLimit: 20
        maxQueued: 200
        base:
          hardConcurrencyLimit: 15
          maxQueued: 150
        scheduled:
          hardConcurrencyLimit: 5
          maxQueued: 50
    non_working:
      hardConcurrencyLimit: 100
      maxQueued: 1000
      interactive:
        hardConcurrencyLimit: 20
        maxQueued: 200
      background:
        hardConcurrencyLimit: 80
        maxQueued: 800
        base:
          hardConcurrencyLimit: 15
          maxQueued: 150
        scheduled:
          hardConcurrencyLimit: 5
          maxQueued: 50

-- 
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/72e3bc8a-a105-48f4-888a-a95b70f029e9n%40googlegroups.com.

Reply via email to