chore: add ssh principals #31
@ -5,6 +5,12 @@ profiles::puppet::server::dns_alt_names:
|
|||||||
- puppetca.query.consul
|
- puppetca.query.consul
|
||||||
- puppetca
|
- puppetca
|
||||||
|
|
||||||
|
profiles::ssh::sign::principals:
|
||||||
|
- puppetca.main.unkin.net
|
||||||
|
- puppetca.service.consul
|
||||||
|
- puppetca.query.consul
|
||||||
|
- puppetca
|
||||||
|
|
||||||
profiles::puppet::puppetca::is_puppetca: true
|
profiles::puppet::puppetca::is_puppetca: true
|
||||||
profiles::puppet::puppetca::allow_subject_alt_names: true
|
profiles::puppet::puppetca::allow_subject_alt_names: true
|
||||||
networking::interfaces:
|
networking::interfaces:
|
||||||
|
|||||||
@ -6,6 +6,11 @@ profiles::pki::vault::alt_names:
|
|||||||
- git.query.consul
|
- git.query.consul
|
||||||
- "git.service.%{facts.country}-%{facts.region}.consul"
|
- "git.service.%{facts.country}-%{facts.region}.consul"
|
||||||
|
|
||||||
|
profiles::ssh::sign::principals:
|
||||||
|
- git.main.unkin.net
|
||||||
|
- git.service.consul
|
||||||
|
- git.query.consul
|
||||||
|
|
||||||
consul::services:
|
consul::services:
|
||||||
git:
|
git:
|
||||||
service_name: 'git'
|
service_name: 'git'
|
||||||
|
|||||||
@ -58,6 +58,10 @@ profiles::puppet::server::dns_alt_names:
|
|||||||
- puppetmaster
|
- puppetmaster
|
||||||
- puppet
|
- puppet
|
||||||
|
|
||||||
|
profiles::ssh::sign::principals:
|
||||||
|
- puppet.service.consul
|
||||||
|
- puppet.query.consul
|
||||||
|
|
||||||
consul::services:
|
consul::services:
|
||||||
puppet:
|
puppet:
|
||||||
service_name: 'puppet'
|
service_name: 'puppet'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user