feat: add certmanager helper

- add certmanager script and config.yaml file
- install into pyenv for certmanager
- deploy to puppet-masters only
This commit is contained in:
2024-02-19 21:08:33 +11:00
parent cd369d8fef
commit 7f03bc5c76
6 changed files with 160 additions and 0 deletions
@@ -0,0 +1,7 @@
vault:
addr: '<%= @vault_config['addr'] %>'
token: '<%= @vault_config['token'] %>'
mount_point: '<%= @vault_config['mount_point'] %>'
role_name: '<%= @vault_config['role_name'] %>'
output_path: '<%= @vault_config['output_path'] %>'