* 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:
2023-07-01 21:46:54 -05:00
parent 5e7c52997c
commit 4b382bddd9
831 changed files with 83782 additions and 107 deletions

View File

@ -0,0 +1,66 @@
+++
description = "Some testing for different styles of image links"
title = "Images"
+++
Some testing for different styles of image links.
## Markdown
### Resource SVG
![Magic](test.svg?classes=shadow)
### Relative to page
![Magic](magic.gif?classes=shadow)
### Relative to page up level
![Magic](../images/magic.gif?classes=shadow&height=50px)
### Static SVG
![Logo](/images/logo.svg?classes=shadow&height=50px)
### External fully qualified
![Minion](https://octodex.github.com/images/minion.png?classes=shadow&height=50px)
### External without scheme
![Minion](//octodex.github.com/images/minion.png?classes=shadow&height=50px)
### External without scheme and scheme separator
![Minion](octodex.github.com/images/minion.png?classes=shadow&height=50px)
## HTML
### Resource SVG
<p><img src="test.svg?classes=shadow"></p>
### Relative to page
<p><img src="magic.gif?classes=shadow"></p>
### Relative to page up level
<p><img src="../images/magic.gif?classes=shadow&height=50px"></p>
### Static SVG
<p><img src="/images/logo.svg?classes=shadow&height=50px"></p>
### External fully qualified
<p><img src="https://octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>
### External without scheme
<p><img src="//octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>
### External without scheme and scheme separator
<p><img src="octodex.github.com/images/minion.png?classes=shadow&height=50px"></p>

View File

@ -0,0 +1,5 @@
+++
description = "Some test'n fer different styles o' image links"
title = "Images"
+++
{{< piratify >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB