ansible-collections / community.zabbix

Zabbix Ansible modules

Home Page:http://galaxy.ansible.com/community/zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python/Ansibleize enable variables

pyrodie18 opened this issue · comments

SUMMARY

There are a number of variables across the roles that essentially questions (i.e. AllowRoot) that are looking for 1 or 0 in the config. Turn them into regular bools within Ansible and convert as required (i.e. {{ zabbix_agent_enablepersistentbuffer | ternary('1', '0') }} as suggested by @eb4x

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

All roles