[ansible-project] Play single roles in a playbook

2016-02-12 Thread Daniele Varrazzo
Hello, All my playbooks looks like: - hosts: web_servers roles: - role: nginx tags: nginx - role: web_landing tags: web_landing - role: web_server tags: web_server because I want to be able to deploy only a certain role or subset

Re: [ansible-project] Play single roles in a playbook

2016-02-12 Thread Matt Martz
What is the problem with using tags? We tag every role. At the moment, we have 65 tags aggregated across site.yml. tags are designed specifically for this functionality. On Fri, Feb 12, 2016 at 9:21 AM, Daniele Varrazzo < daniele.varra...@gmail.com> wrote: > Hello, > > All my playbooks looks

Re: [ansible-project] Play single roles in a playbook

2016-02-12 Thread Daniele Varrazzo
On Friday, February 12, 2016 at 3:38:11 PM UTC, Matt Martz wrote: > > What is the problem with using tags? We tag every role. At the moment, > we have 65 tags aggregated across site.yml. > > tags are designed specifically for this functionality. > Sure tags work, that's why I use them. But

Re: [ansible-project] Play single roles in a playbook

2016-02-12 Thread Mike Biancaniello
It would be nice if roles could be autotagged with the role name. > -- 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