mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Scaleway: Update documentation (#1567)
Online SAS is rebranded as Scaleway in 2015. Updated inventory documentation for the same. Fixes: #814 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
1c53894920
commit
7b529c72b3
1 changed files with 4 additions and 6 deletions
|
@ -2,18 +2,16 @@
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
|
||||||
|
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = r'''
|
||||||
name: online
|
name: online
|
||||||
plugin_type: inventory
|
plugin_type: inventory
|
||||||
author:
|
author:
|
||||||
- Remy Leone (@sieben)
|
- Remy Leone (@sieben)
|
||||||
short_description: Online inventory source
|
short_description: Scaleway (previously Online SAS or Online.net) inventory source
|
||||||
description:
|
description:
|
||||||
- Get inventory hosts from Online
|
- Get inventory hosts from Scaleway (previously Online SAS or Online.net).
|
||||||
options:
|
options:
|
||||||
plugin:
|
plugin:
|
||||||
description: token that ensures this is a source file for the 'online' plugin.
|
description: token that ensures this is a source file for the 'online' plugin.
|
||||||
|
@ -45,7 +43,7 @@ DOCUMENTATION = '''
|
||||||
- rpn
|
- rpn
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = r'''
|
||||||
# online_inventory.yml file in YAML format
|
# online_inventory.yml file in YAML format
|
||||||
# Example command line: ansible-inventory --list -i online_inventory.yml
|
# Example command line: ansible-inventory --list -i online_inventory.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue