mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b1c60eaa83
This commit introduces a new module called vr_startup_script_facts. This module aims to return the list of startup scripts avaiable avaiable in Vultr. Sample available here: ``` "vultr_startup_script_facts": [ { "date_created": "2018-07-19 08:52:55", "date_modified": "2018-07-19 08:52:55", "id": 327140, "name": "myteststartupscript", "script": "#!/bin/bash\necho Hello World > /root/hello", "type": "boot" } ] ```
3 lines
137 B
YAML
3 lines
137 B
YAML
startup_script_name: myteststartupscript
|
|
startup_script_type: boot
|
|
startup_script_content: "#!/bin/bash\necho Hello World > /root/hello"
|