Note
This plugin is part of the community.general collection (version 2.0.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.online
.
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
groups list / elements=string |
| List of groups. | |
hostnames list / elements=string |
["public_ipv4"] | List of preference about what to use as an hostname. | |
oauth_token string / required | env:ONLINE_TOKEN env:ONLINE_API_KEY env:ONLINE_OAUTH_TOKEN | Online OAuth token. | |
plugin string / required |
| token that ensures this is a source file for the 'online' plugin. |
# online_inventory.yml file in YAML format # Example command line: ansible-inventory --list -i online_inventory.yml plugin: community.general.online hostnames: - public_ipv4 groups: - location - offer - rpn
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/community/general/online_inventory.html