Using Variables — Ansible Documentation
docs.ansible.com › playbooks_variablesAnsible uses variables to manage differences between systems. With Ansible, you can execute tasks and playbooks on multiple different systems with a single command. To represent the variations among those different systems, you can create variables with standard YAML syntax, including lists and dictionaries.
Variables — Ansible Documentation
docs.ansible.com › ansible › 2Ansible allows you to reference variables in your playbooks using the Jinja2 templating system. While you can do a lot of complex things in Jinja, only the basics are things you really need to learn at first. For instance, in a simple template, you can do something like: My amp goes to { { max_amp_value }}