Difference between revisions of "Ansible.builtin.set fact:"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[[ansible.builtin]].set_fact | [[ansible.builtin]].set_fact | ||
− | + | <pre> | |
+ | <nowiki> | ||
+ | - name: set your var | ||
+ | set_fact: | ||
+ | you_var_name: "{{ your_var }}" | ||
+ | when: YOUR_ENV == "yourValue" | ||
+ | </nowiki> | ||
+ | </pre> | ||
== Related terms == | == Related terms == |
Revision as of 10:57, 2 December 2022
ansible.builtin.set_fact
- name: set your var set_fact: you_var_name: "{{ your_var }}" when: YOUR_ENV == "yourValue"
Related terms
gather_facts:
set_fact:
See also
- 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: