mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +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
|
├── ansible.cfg
|
||||||
|
├── collections
|
||||||
├── files -> playbooks/files
|
├── files -> playbooks/files
|
||||||
├── handlers -> playbooks/handlers
|
├── handlers -> playbooks/handlers
|
||||||
├── inventories
|
├── 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
|
idp001.rockylinux.org ansible_host=10.100.x.x
|
||||||
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
||||||
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
||||||
|
git.rockylinux.org ansible_host=10.100.1.113
|
||||||
|
|
||||||
[ipsilon]
|
[ipsilon]
|
||||||
idp001.rockylinux.org ansible_host=10.100.x.x
|
idp001.rockylinux.org ansible_host=10.100.x.x
|
||||||
@ -29,3 +30,6 @@ idp001.rockylinux.org ansible_host=10.100.x.x
|
|||||||
[chronyservers]
|
[chronyservers]
|
||||||
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
||||||
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
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
|
- name: label2
|
||||||
first: Louis
|
first: Louis
|
||||||
last: Abel
|
last: Abel
|
||||||
|
@ -12,3 +12,5 @@ ipagroups:
|
|||||||
description: Marketing
|
description: Marketing
|
||||||
- group: rockyadm
|
- group: rockyadm
|
||||||
description: Rocky Linux Administrators - Only Admin Accounts
|
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
|
ipaadmin_principal: admin
|
||||||
ipaclient_no_ntp: true
|
ipaclient_no_ntp: true
|
||||||
ipaclient_mkhomedir: true
|
ipaclient_mkhomedir: true
|
||||||
|
ipatype: client
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
adminusers:
|
users:
|
||||||
- name: label
|
- name: label
|
||||||
first: Louis
|
first: Louis
|
||||||
last: Abel
|
last: Abel
|
||||||
|
Loading…
Reference in New Issue
Block a user