Top "Ansible-role" questions

Ansible role is a set of tasks to configure a host to serve a certain purpose like configuring a service, whereby they are defined using YAML files with a predefined directory structure, as part of the provisioning, configuration management, and application-deployment tool Ansible.

Ansible - multiple roles

I am trying to run multiple roles using with_items command, however I am getting error: "ERROR! 'item' is undefined" …

ansible ansible-role
How can I skip role in Ansible?

I have this playbook: roles: - { role: common} - { role: mariadb} - { role: wordpress} What is want is in every …

ansible ansible-role
Ansible Roles Global Variables

I use roles to deploy my machines, Roles have vars, but sometimes i have multiple role and i want to …

ansible ansible-role