Difference between revisions of "Ansible variables"
Jump to navigation
Jump to search
↑ https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#referencing-simple-variables
↑ https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#organizing-host-and-group-variables
Line 1: | Line 1: | ||
* https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html | * https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html | ||
− | Creating a variable: | + | Creating a [[variable]]: |
[[vars:]] | [[vars:]] | ||
your_new_variable: your_new_var_value | your_new_variable: your_new_var_value |
Revision as of 12:47, 12 October 2022
Creating a variable:
vars: your_new_variable: your_new_var_value
Using variables, just reference it using {{ }}
: [1]
{{ 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
lookup
See also
Advertising: