v0.3.0
* Getting environment variables and passwords from Vault (not tested yet) * Vault configuration to config (not tested yet) * Ability to run scripts from file on local machine on the remote host * Ability to get ouput in the notification of a list for individual commands or all commands * Make SSH connections close after all commands have been run; reuse previous connections if needed
This commit is contained in:
8
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/_index.en.md
vendored
Normal file
8
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/_index.en.md
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
+++
|
||||
description = "Testing Attachments Shortcode"
|
||||
title = "Attachments Shortcode Test"
|
||||
+++
|
||||
|
||||
Our attachment shortcode is a source of pleasure...
|
||||
|
||||
{{%children containerstyle="div" style="h2" description="true" %}}
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/_index.pir.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/_index.pir.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
description = "Test'n Attachments Shorrrtcode"
|
||||
title = "Attachments Shorrrtcode Test"
|
||||
+++
|
||||
{{< piratify >}}
|
@ -0,0 +1 @@
|
||||
This is a small text
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach1/_index.en.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach1/_index.en.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Branch Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
@ -0,0 +1 @@
|
||||
Harrr, nothn' to see herre
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach1/_index.pir.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach1/_index.pir.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Brrranch Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
@ -0,0 +1 @@
|
||||
This is a small text
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach2/index.en.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach2/index.en.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Leaf Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
@ -0,0 +1 @@
|
||||
Harrr, nothn' to see herre
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach2/index.pir.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach2/index.pir.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Leaf Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
1
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.en.files/hugo.txt
vendored
Normal file
1
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.en.files/hugo.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is a small text
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.en.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.en.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Page Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
@ -0,0 +1 @@
|
||||
Harrr, nothn' to see herre
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.pir.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/attach/attach3.pir.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Attachments Page Test"
|
||||
+++
|
||||
|
||||
{{% attachments /%}}
|
Reference in New Issue
Block a user