Difference between revisions of "Vars:"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* [[Ansible print and debug examples]] | * [[Ansible print and debug examples]] | ||
* [[Ansible variables|Variables]] | * [[Ansible variables|Variables]] | ||
+ | * <code>[[--extra-vars]]</code> | ||
== See also == | == See also == |
Revision as of 17:24, 11 August 2022
#!/usr/bin/env ansible-playbook - hosts: localhost gather_facts: no vars: my_var: MY_VALUE tasks: - name: My first task to show uptime command: uptime
Related
See also
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: