zabbix_agent Role - Fixes a mispelling of the zabbix_agent_logfile variable zabbix_agent Role - Fixes error in the double assignment of values for the zabbix_agent_tlspskidentity_check and zabbix_agent_tlspskcheck variables. zabbix_agent Role - Fixes multiple errors related to the Windows insta...
The when condition in Ansible is used to control whether a task or a role should be executed. It evaluates an expression and runs the task only if the condition evaluates to true. This allows you to skip certain tasks based on the state of a variable or the result of a previous task. ...
ternary: allows for trueval/falseval assignment dependent on conditional cartesian: returns the Cartesian product of 2 lists to_uuid: given a string it will return an ansible domain specific UUID checksum: uses the ansible internal checksum to return a hash from a string hash: get a hash from...
# I do not use vlan 0 or 1 in my lab # If I release this, the user should either remove the when conditional check below and allow any vlan number above in the vars_prompt or change it. - name: Vlan Assignment when: proxmox_vlan_id != '0' community.general.proxmox_nic: api_use...
ternary: allows for trueval/falseval assignment dependent on conditional cartesian: returns the Cartesian product of 2 lists to_uuid: given a string it will return an ansible domain specific UUID checksum: uses the ansible internal checksum to return a hash from a string hash: get a hash from...
while variable assignment can be delegated to a different host the execution context is always the current inventory_hostname connection variables, if set at all, would reflect the host it would target, even if we are not connecting at all in this case ...
ternary: allows for trueval/falseval assignment dependent on conditional cartesian: returns the Cartesian product of 2 lists to_uuid: given a string it will return an ansible domain specific UUID checksum: uses the ansible internal checksum to return a hash from a string hash: get a hash from...
ternary: allows for trueval/falseval assignment dependent on conditional cartesian: returns the Cartesian product of 2 lists to_uuid: given a string it will return an ansible domain specific UUID checksum: uses the ansible internal checksum to return a hash from a string hash: get a hash from...
docker_service - return results as regular variable services; this is a dictionary mapping service names to container dictionaries. The old ansible facts are still returned, but it is recommended to use register and services in the future. The facts will be removed in Ansible 2.12. docker_swarm...
ternary: allows for trueval/falseval assignment dependent on conditional cartesian: returns the Cartesian product of 2 lists to_uuid: given a string it will return an ansible domain specific UUID checksum: uses the ansible internal checksum to return a hash from a string hash: get a hash from...