|
|
|
|
@ -120,8 +120,8 @@
|
|
|
|
|
test your playbook. this option is not used if you set an `inventory_file`.
|
|
|
|
|
|
|
|
|
|
- `galaxy_file` (string) - A requirements file which provides a way to
|
|
|
|
|
install roles with the [ansible-galaxy
|
|
|
|
|
cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool)
|
|
|
|
|
install roles or collections with the [ansible-galaxy
|
|
|
|
|
cli](https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#the-ansible-galaxy-command-line-tool)
|
|
|
|
|
on the local machine before executing `ansible-playbook`. By default, this is empty.
|
|
|
|
|
|
|
|
|
|
- `galaxy_command` (string) - The command to invoke ansible-galaxy. By default, this is
|
|
|
|
|
@ -131,11 +131,16 @@
|
|
|
|
|
Adds `--force` option to `ansible-galaxy` command. By default, this is
|
|
|
|
|
`false`.
|
|
|
|
|
|
|
|
|
|
- `roles_path` (string) - The path to the directory on your local system to
|
|
|
|
|
install the roles in. Adds `--roles-path /path/to/your/roles` to
|
|
|
|
|
- `roles_path` (string) - The path to the directory on your local system in which to
|
|
|
|
|
install the roles. Adds `--roles-path /path/to/your/roles` to
|
|
|
|
|
`ansible-galaxy` command. By default, this is empty, and thus `--roles-path`
|
|
|
|
|
option is not added to the command.
|
|
|
|
|
|
|
|
|
|
- `collections_path` (string) - The path to the directory on your local system in which to
|
|
|
|
|
install the collections. Adds `--collections-path /path/to/your/collections` to
|
|
|
|
|
`ansible-galaxy` command. By default, this is empty, and thus `--collections-path`
|
|
|
|
|
option is not added to the command.
|
|
|
|
|
|
|
|
|
|
- `use_proxy` (boolean) - When `true`, set up a localhost proxy adapter
|
|
|
|
|
so that Ansible has an IP address to connect to, even if your guest does not
|
|
|
|
|
have an IP address. For example, the adapter is necessary for Docker builds
|
|
|
|
|
|