I wrote a role for Solaris systems. And now I would like to apply the role to all systems, which have been identified by Ansible to be a Solaris host.
I know that I can write an inventory group containing all Solaris servers. But this sounds redundant to me. Instead I want Ansible to check if the host is a Solaris host and if so, apply the role for Solaris systems.
I know that I can write an inventory group containing all Solaris servers. But this
sounds redundant to me. Instead I want Ansible to check if the host is a Solaris host
and if so, apply the role for Solaris systems.