mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-24 22:21:26 +00:00
adding gitlab primers with ipa fixes
This commit is contained in:
parent
1ab71a2d4d
commit
f15a9d3db0
@ -11,6 +11,7 @@ Loosely copied from the CentOS ansible infrastructure.
|
||||
```
|
||||
.
|
||||
├── ansible.cfg
|
||||
├── collections
|
||||
├── files -> playbooks/files
|
||||
├── handlers -> playbooks/handlers
|
||||
├── inventories
|
||||
|
@ -22,6 +22,7 @@ build-a-box.rockylinux.org ansible_host=10.100.1.112
|
||||
idp001.rockylinux.org ansible_host=10.100.x.x
|
||||
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
||||
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
||||
git.rockylinux.org ansible_host=10.100.1.113
|
||||
|
||||
[ipsilon]
|
||||
idp001.rockylinux.org ansible_host=10.100.x.x
|
||||
@ -29,3 +30,6 @@ idp001.rockylinux.org ansible_host=10.100.x.x
|
||||
[chronyservers]
|
||||
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
||||
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
||||
|
||||
[gitlabservers]
|
||||
git.rockylinux.org ansible_host=10.100.1.113
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
users:
|
||||
adminusers:
|
||||
- name: label2
|
||||
first: Louis
|
||||
last: Abel
|
||||
|
@ -12,3 +12,5 @@ ipagroups:
|
||||
description: Marketing
|
||||
- group: rockyadm
|
||||
description: Rocky Linux Administrators - Only Admin Accounts
|
||||
- group: gitadm
|
||||
description: Rocky Linux GitLab Admins
|
||||
|
@ -5,3 +5,4 @@ ipaclient_realm: ROCKYLINUX.ORG
|
||||
ipaadmin_principal: admin
|
||||
ipaclient_no_ntp: true
|
||||
ipaclient_mkhomedir: true
|
||||
ipatype: client
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
adminusers:
|
||||
users:
|
||||
- name: label
|
||||
first: Louis
|
||||
last: Abel
|
||||
|
Loading…
Reference in New Issue
Block a user