feat: deploy cobbler enc
- install python3.11 on all nodes - create python3.11 venv for cobbler-enc - install requirements in cobbler-enc venv - symlink to /usr/local/bin/
This commit is contained in:
@@ -58,6 +58,7 @@ profiles::packages::install:
|
||||
- pbzip2
|
||||
- pigz
|
||||
- pv
|
||||
- python3.11
|
||||
- rsync
|
||||
- screen
|
||||
- socat
|
||||
|
||||
@@ -10,6 +10,12 @@ profiles::puppet::autosign::domains:
|
||||
# profiles::puppet::autosign::nodes:
|
||||
# - 'somenode.main.unkin.net'
|
||||
|
||||
profiles::puppet::cobbler_enc::cobbler_scheme: https
|
||||
profiles::puppet::cobbler_enc::cobbler_hostname: cobbler.main.unkin.net
|
||||
profiles::puppet::cobbler_enc::version: 'system'
|
||||
profiles::puppet::cobbler_enc::packages:
|
||||
- 'requests'
|
||||
- 'PyYAML'
|
||||
profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git
|
||||
profiles::puppet::r10k::r10k_repo: https://git.unkin.net/unkinben/puppet-r10k.git
|
||||
profiles::puppet::g10k::bin_path: '/opt/puppetlabs/bin/g10k'
|
||||
|
||||
Reference in New Issue
Block a user