Example.
[main] 192.168.1.1 users="test1, test2"
This example does not work since this type of var requires a key value. But is it possible to do this in anyway? And if so what is the correct syntax to use?
For a better look at what I want to do. I have hundreds of users that I need to remove off of hundreds of different servers. So I want to assign a list of users to each different host. Something like this.
host1 users={{ list }}
Or something like that?
Is this possible?