Difference between revisions of "Vars files: (Ansible)"
Jump to navigation
Jump to search
m (Welcome moved page Vars files: to Vars files: (Ansible)) Tags: Mobile web edit, Mobile edit |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
* [[Ansible playbooks examples]] | * [[Ansible playbooks examples]] | ||
* Read https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html | * Read https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html | ||
+ | * <code>[[ansible-vault]]</code> | ||
== See also == | == See also == |
Latest revision as of 09:23, 10 July 2021
$ cat external_vars.yml --- username: cisco password: cisco auth_pass: cisco $ $ cat ios_command.yaml - name: Ansible ios_command on Cisco IOS XE hosts: ios-xe vars_files: - external_vars.yml
Related terms[edit]
- Ansible playbooks examples
- Read https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html
ansible-vault
See also[edit]
- 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: