fixed scp.py
Dieser Commit ist enthalten in:
Ursprung
2d8f065f5a
Commit
d3114d4a4a
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
release_summary: fixed scp.py
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: sebastian
|
namespace: sebastian
|
||||||
name: netcup
|
name: netcup
|
||||||
version: 0.1.3
|
version: 0.1.5
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Sebastian Tobie
|
- Sebastian Tobie
|
||||||
|
|
|
@ -10,7 +10,7 @@ display = Display()
|
||||||
|
|
||||||
|
|
||||||
class InventoryModule(BaseInventoryPlugin):
|
class InventoryModule(BaseInventoryPlugin):
|
||||||
NAME = "ansible.netcup.scp"
|
NAME = "sebastian.netcup.scp"
|
||||||
loader: DataLoader
|
loader: DataLoader
|
||||||
inventory: InventoryData
|
inventory: InventoryData
|
||||||
plugin: str
|
plugin: str
|
||||||
|
@ -71,7 +71,7 @@ class InventoryModule(BaseInventoryPlugin):
|
||||||
|
|
||||||
|
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
name: ansible.netcup.scp
|
name: sebastian.netcup.scp
|
||||||
plugin_type: inventory
|
plugin_type: inventory
|
||||||
short_description: Returns Ansible inventory from netcup SCP
|
short_description: Returns Ansible inventory from netcup SCP
|
||||||
description: Returns Ansible inventory from netcup SCP
|
description: Returns Ansible inventory from netcup SCP
|
||||||
|
@ -80,7 +80,7 @@ DOCUMENTATION = """
|
||||||
plugin:
|
plugin:
|
||||||
description: Name of the plugin
|
description: Name of the plugin
|
||||||
required: true
|
required: true
|
||||||
choices: ['scp', "ansible.netcup.scp"]
|
choices: ['scp', "sebastian.netcup.scp"]
|
||||||
userid:
|
userid:
|
||||||
description: userid for logging into SCP
|
description: userid for logging into SCP
|
||||||
required: true
|
required: true
|
||||||
|
|
Laden…
In neuem Issue referenzieren