[ansible-project] Is it possible to run playbook with wildcard tags

2016-01-31 Thread
Is it possible to run playbook with wildcard tags ? for example: ansible-playbook ... playbook.yml --tags db_* which expects db_* matches db_install, db_configure etc. thanks -- You received this message because you are subscribed to the Google Groups "Ansible Project" grou

[ansible-project] Re: role dependencies question

2016-01-02 Thread
Thanks, this could be a solution. -- 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 ansible-project+unsubscr...@googlegroups.com. To post to this group, sen

[ansible-project] role dependencies question

2016-01-01 Thread
hi, i have role1 which depend on role2. and i want role2 to know the path of role1 without being hardcoded, how can i achieve this? #role1/meta/main.yml dependencies: - { role: role2, role_dir: "{{role_path}}" }--> it doesn't work, role_dir is always the path of role2 thanks -

Re: [ansible-project] Re: help: install/upgrade a list of RPMs

2015-12-16 Thread
Ah, cool, state=latest, thanks guys!! -- 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 ansible-project+unsubscr...@googlegroups.com. To post to this grou

[ansible-project] Re: help: install/upgrade a list of RPMs

2015-12-15 Thread
Thanks Calum. I already went through the docs, and googled. I know how to loop with items and install with yum. But i want to a list of RPMs to be check and install/upgrade, not sure if there is a way to do so. how to loop with_items: for the three steps ? Perhaps something like the follow

[ansible-project] help: install/upgrade a list of RPMs

2015-12-14 Thread
hi, i'm new to ansible. i want to install a list of RPMs, and upgrade if already installed, otherwise just install it. How to do this with ansible? Thanks -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group