-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathglobal.yaml
36 lines (36 loc) · 1.49 KB
/
global.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
ssh_authorized_keys:
'rsa-key-20150105':
user: 'padmin'
type: 'ssh-rsa'
key: 'AAAAB3NzaC1yc2EAAAABJQAAAIEAixib8xiytdy6OHNR1gpYff0xcaC8CbETinn2BjgMb9kFCgymWu1oaIYhdDYAAsF3pNraP9gMLb1UE/EzdjjaXdHvMNV2wUmqRGc7X5ad8RJE3XDR1bBfN6OPCLQMAdrZ8TAACBUpocRNyOqFSgwbccaEUgWFL4XelY3OCmRK76k='
local_users:
padmin:
state: 'present'
comment: 'Puppet Admin'
groups:
- 'wheel'
last_change: '2015-01-01'
password: '$6$h\/T72V5u$BBYRNaVoJQ7VNTH\/3LnSGjtdDdaedI13Qm3KaAJwVrx4oCJV5y\/4mkcsY3E7D7QNbmN2k7ENtEmZpk10Rp7FD0'
password_max_age: '1000'
yumrepo_url: 'http://yum.example.com/el-6.5/'
ssh::server::options:
'PermitRootLogin' : 'yes'
'Protocol' : '2'
'SyslogFacility' : 'AUTHPRIV'
'PasswordAuthentication' : 'yes'
'GSSAPIAuthentication' : 'yes'
'GSSAPICleanupCredentials' : 'yes'
'AcceptEnv' : 'LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL LANGUAGE XMODIFIERS'
'Subsystem' : ' sftp /usr/libexec/openssh/sftp-server'
'Banner' : '/etc/issue.net'
ssh::client::options:
'Host *' :
'SendEnv' : 'LANG LC_*'
'HashKnownHosts' : 'yes'
'GSSAPIAuthentication' : 'yes'
'GSSAPIDelegateCredentials' : 'no'
ntp::servers:
- '0.pool.ntp.org'
- '2.centos.pool.ntp.org'
- '1.rhel.pool.ntp.org'