17 lines
726 B
Text
17 lines
726 B
Text
$ anta get from-ansible --help
|
|
Usage: anta get from-ansible [OPTIONS]
|
|
|
|
Build ANTA inventory from an ansible inventory YAML file.
|
|
|
|
NOTE: This command does not support inline vaulted variables. Make sure to
|
|
comment them out.
|
|
|
|
Options:
|
|
-o, --output FILE Path to save inventory file [env var:
|
|
ANTA_INVENTORY; required]
|
|
--overwrite Do not prompt when overriding current inventory
|
|
[env var: ANTA_GET_FROM_ANSIBLE_OVERWRITE]
|
|
-g, --ansible-group TEXT Ansible group to filter
|
|
--ansible-inventory FILE Path to your ansible inventory file to read
|
|
[required]
|
|
--help Show this message and exit.
|