Merge pull request #282 from JBiggs610/filezillaconfig

Filezillaconfig
This commit is contained in:
Cliffe
2023-07-31 10:40:06 +01:00
committed by GitHub

View File

@@ -8,15 +8,21 @@
<author>Jack Biggs</author>
<module_license>MIT</module_license>
<description>Creates a Filezilla config file which includes a host, a port and a password</description>
<type>string_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<read_fact>host</read_fact>
<read_fact>port</read_fact>
<read_fact>password</read_fact>
<output_type>config_file</output_type>
</generator>
<type>string_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<read_fact>host</read_fact>
<read_fact>port</read_fact>
<read_fact>password</read_fact>
<default_input into="host">
<value>0.0.0.0</value>
</default_input>
<default_input into="port">
<value>21</value>
</default_input>
<default_input into="password">
<value>Nothing to see here</value>
</default_input>
</generator>