mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user