Hi,
I'm doing a provisioning on AWS EC using tags variables. I'd like to make 
smt like

hosts:
  - host1
  - host2
task:
  - 

But it's totally not working.

I'm including my playbook
---
- hosts: tag_deployment_tesing  <-   Can i SET this as variable EX 
tag_deployment_{{deployment}} ? i've tried don't wokr
  user: ubuntu
  sudo: yes
  tasks:
     - name: Gather facts
       action: ec2_facts
     - hostname: name={{ ec2_tag_Name }}
     - debug: var={{ ec2_tag_Name }}
  roles:
     - ntp
     - history
     - logwatch
     - snmpd


 
- name: Install Specifig apps - apache
  user: ubuntu
  hosts: 
    - tag_client_test:&tag_deployment_tesing:&tag_role_app1          In 
this configuration do not working - if split hosts it's ok
    - tag_client_test:&tag_deployment_tesing:&tag_role_app1
  sudo: True
  gather_facts: True
  roles:
    - apache2
       
#- name: Install Specifig apps - apache
#  user: ubuntu
#  hosts: 
#    - tag_client_test:&tag_deployment_tesing:&tag_role_app1
#  sudo: True
#  gather_facts: True
#  roles:
#    - apache2 
#    
     

-- 
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/848febcb-6462-45bd-ac22-2a393e057f8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to