Difference between revisions of "Ansible.builtin.set fact:"
Jump to navigation
Jump to search
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | [[ansible.builtin]].set_fact, https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html | |
+ | <pre> | ||
+ | <nowiki> | ||
+ | - name: set your var | ||
+ | set_fact: | ||
+ | you_var_name: "{{ your_var }}" | ||
+ | when: YOUR_ENV == "yourValue" | ||
+ | </nowiki> | ||
+ | </pre> | ||
− | + | Parameters: | |
− | + | * [[platform]] | |
− | |||
== Related terms == | == Related terms == | ||
* <code>[[gather_facts:]]</code> | * <code>[[gather_facts:]]</code> | ||
+ | * <code>set_fact:</code> | ||
+ | * <code>[[with_items:]]</code> | ||
== See also == | == See also == | ||
− | * {{Ansible}} | + | * {{set_fact}} |
+ | * {{Ansible modules}} | ||
[[Category:Ansible]] | [[Category:Ansible]] |
Latest revision as of 11:15, 18 October 2023
ansible.builtin.set_fact, https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html
- name: set your var set_fact: you_var_name: "{{ your_var }}" when: YOUR_ENV == "yourValue"
Parameters:
Related terms[edit]
gather_facts:
set_fact:
with_items:
See also[edit]
set_fact
- Ansible modules:
gather_facts, set_fact
,ansible.builtin.file
,lineinfile
,stat
,group
,mount
,git:
,package:
,command:
,shell:
,raw:
,template:
,register:
,user:
, Ansible playbooks examples,tasks:
,lineinfile, blockinfile:
,shell:
,command:
,raw:
,ansible.builtin.file, service:, aws.ecs_taskdefinition, aws.asg, docker_container, kubernetes.core.k8s
,community.
,include_tasks
Advertising: