Difference between revisions of "Ansible-config"
Jump to navigation
Jump to search
(Created page with " /usr/bin/ansible-config usage: ansible-config [-h] [--version] [-v] {list,dump,view} ... ansible-config: error: the following arguments are required: action == See also...") Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
− | + | [[ansible-config list]] | |
+ | |||
+ | ansible-config --help | ||
+ | usage: ansible-config [-h] [--version] [-v] {list,dump,view,init} ... | ||
+ | |||
+ | View ansible configuration. | ||
+ | |||
+ | positional arguments: | ||
+ | {list,dump,view,init} | ||
+ | list Print all config options | ||
+ | dump Dump configuration | ||
+ | view View configuration file | ||
+ | init Create initial configuration | ||
+ | |||
+ | options: | ||
+ | --version show program's version number, config file location, configured module search path, module location, executable | ||
+ | location and exit | ||
+ | -h, --help show this help message and exit | ||
+ | -v, --verbose verbose mode (-vvv for more, -vvvv to enable connection debugging) | ||
+ | |||
+ | ansible-config | ||
usage: ansible-config [-h] [--version] [-v] {list,dump,view} ... | usage: ansible-config [-h] [--version] [-v] {list,dump,view} ... | ||
ansible-config: error: the following arguments are required: action | ansible-config: error: the following arguments are required: action |
Revision as of 10:53, 4 February 2022
ansible-config list
ansible-config --help usage: ansible-config [-h] [--version] [-v] {list,dump,view,init} ... View ansible configuration. positional arguments: {list,dump,view,init} list Print all config options dump Dump configuration view View configuration file init Create initial configuration options: --version show program's version number, config file location, configured module search path, module location, executable location and exit -h, --help show this help message and exit -v, --verbose verbose mode (-vvv for more, -vvvv to enable connection debugging)
ansible-config usage: ansible-config [-h] [--version] [-v] {list,dump,view} ... ansible-config: error: the following arguments are required: action
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: