I have the following dict:

syslog_clients:
   caprica:
      hosts: "[ '10.5.10.111', '10.5.10.112', '10.5.10.11', '10.5.10.12', 
'10.5.12.21' ]"
      destinations:
          - destination: '/logs/mail/mail.log'
   apache:
      hosts: "[ '10.5.13.24', '10.5.13.25', '10.5.13.26' ]"
    destinations:
      - var: '$syslogtag'
        contains: 'apache-access:'
        destination: '/logs/web/access.log'
      - var: '$syslogtag'
        contains: 'apache-error:'
        destination: '/logs/web/error.log'


 

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/536f19db-72cd-4038-95d4-3ae7a36f24dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to