-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,7 +142,9 @@ ssh::server::match_block: | |
<<: *authorized_keys | ||
csilva_b: | ||
<<: *authorized_keys | ||
# easy_ipa server options | ||
dtapia_b: | ||
<<: *authorized_keys | ||
# ipa server options | ||
# defines the uid/gid of the admin user | ||
# needs to be coordinated between master + replicas | ||
easy_ipa::idstart: 70000 | ||
|
@@ -225,6 +227,12 @@ accounts::user_list: | |
purge_sshkeys: true | ||
sshkeys: | ||
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8sKqmS0H7irkQ54l8+aBicM3cmJUxo6Zo3pJt+XgjB5eiB4fvBfwkRm+QSqlR9E9jgFmoo3A+zPd1vZEqjTLuAZ4GEglB4sa9uVxPWOrqW0M6Z0Tiw8lsbXVVFCLOIDl4En7KqTA9B3rg98pSoj2P4ooDywCYn0hSMZEU62O4EnnuJbGWk6azelWicyydszpsHuwjjp0o+K0wuYlPnKioTNyYMzkAx70Uft4+qRMI9mFx7wGySNVFCBS5BcskdM/bmzmKzhz+rOmD8c1K00uKTe/qEAJiQQAZR5N+JW3kky1LllUrpmUySC41eMONA2lkNpmcup9pQ1JrsNjlQUbD [email protected]" | ||
dtapia_b: # backup access in case LDAP fails | ||
groups: | ||
- "wheel_b" | ||
purge_sshkeys: true | ||
sshkeys: | ||
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC71rIbJq0BkvWS0vaUbvRMpnt64kmRjvP9Eac23YJkfAeRL8JZs8LO6M2FzMgwGUmH+8r7eUHNQrvZy+DzhejB7lD1sWk503/4k44q7X2g0ymnjMheNRsxSjwuqXGuCklIS8kMeiJsMBCvIF7fOJ9Eh4h5I7O+4vxogig2VxCeX+LFKKDLKjIyXlFTjpl3qOrEDhujCabejbAhAdz5u7dAnGINFM+9gLKi/TVbjb6BmSnBG1UxOkmK6SmtLdEioaLiOANscrGdc/pMnva1snS0QRlHksCjpcKza58QbEDUpzITSCkGyJRSTQcxrnzJHuS8L+/ssbeK0el97J6GkrRivJjJEJDmstLjd1mXGWhmqO/HYbX0s82TqoXTxw8P/kEaL3XVYOkAuNsypEtpH2oSv30fEdUOlJmy3PzcshW9mzTvdBbT8jQnFiO107lVmhGNAvtJFgeFEXGbnAHL33ff0kUNgOO7zdWfuTng5Hchwj5Gzgl0dOX7uxG/b5mk4mc= [email protected]" | ||
lssttech: &rm_user | ||
ensure: "absent" | ||
managehome: true | ||
|