changed the name to ansible.netcup
Dieser Commit ist enthalten in:
Ursprung
527ad350cf
Commit
0384f7c17e
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
plugin: sebastian.netcup.scp
|
||||
plugin: ansible.netcup.scp
|
||||
userid:
|
||||
password:
|
||||
nickname_is_hostname: false
|
||||
|
|
|
@ -10,7 +10,7 @@ display = Display()
|
|||
|
||||
|
||||
class InventoryModule(BaseInventoryPlugin):
|
||||
NAME = "sebastian.netcup.scp"
|
||||
NAME = "ansible.netcup.scp"
|
||||
loader: DataLoader
|
||||
inventory: InventoryData
|
||||
plugin: str
|
||||
|
@ -60,8 +60,8 @@ class InventoryModule(BaseInventoryPlugin):
|
|||
inventory.set_variable(nickname, "up", serverinfo["status"] == "online")
|
||||
|
||||
|
||||
DOCUMENTATION = r"""
|
||||
name: sebastian.netcup.scp
|
||||
DOCUMENTATION = """
|
||||
name: ansible.netcup.scp
|
||||
plugin_type: inventory
|
||||
short_description: Returns Ansible inventory from netcup SCP
|
||||
description: Returns Ansible inventory from netcup SCP
|
||||
|
@ -70,7 +70,7 @@ DOCUMENTATION = r"""
|
|||
plugin:
|
||||
description: Name of the plugin
|
||||
required: true
|
||||
choices: ['scp', "sebastian.netcup.scp"]
|
||||
choices: ['scp', "ansible.netcup.scp"]
|
||||
userid:
|
||||
description: userid for logging into SCP
|
||||
required: true
|
||||
|
|
Laden…
In neuem Issue referenzieren