Use ExecStartPost in order to unseal your Vault every time the vault daemon is started
vault operator init -t 1 -n 1
| ... | |
| [alias] | |
| # https://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit | |
| br = for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))' |
| #!/usr/bin/env python | |
| # | |
| # Fetches systems from spacewalk when systems osad status equals "Online" | |
| # | |
| # Tags: Systems subscribed Groups | |
| # BaseChannel: Systems basechannel | |
| # OS: Systems activation key (if *centos* -> Centos, else RHEL + Systems Release Version) | |
| # Virt_type: Systems virtualization Type | |
| # | |
| # Autor: tom-morelly@gmx.de |