Difference between revisions of "Ansible variables"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
== See also == | == See also == | ||
− | * {{Ansible}} | + | * {{Ansible variables}} |
[[Category:Ansible]] | [[Category:Ansible]] |
Revision as of 08:47, 19 August 2022
Creating a variable:
vars: your_new_variable: your_new_var_value
- name: Execute a command ansible.builtin.command: "false" debugger: on_failed
Related
vars:
- Ansible print and debug examples
- Msg: The task includes an option with an undefined variable.
- DEBUG
--extra-vars
/group_vars/
See also
Advertising: