2020-02-04 08:49:58 -06:00
|
|
|
---
|
2022-05-23 21:51:47 +02:00
|
|
|
- name: Configure the GHE Instance
|
|
|
|
block:
|
2020-02-04 08:49:58 -06:00
|
|
|
######################################################
|
|
|
|
# Need to run the tasks to stand up the GHE instance #
|
|
|
|
######################################################
|
|
|
|
# Configure the base system
|
2022-03-24 15:26:33 +01:00
|
|
|
- ansible.builtin.include_tasks: ghe-initial-configuration.yml
|
2020-02-04 08:49:58 -06:00
|
|
|
tags:
|
|
|
|
- github
|
|
|
|
- ghe_primary
|
|
|
|
- initialize
|
|
|
|
|
2022-05-23 21:51:47 +02:00
|
|
|
- name: Configure the GHE LDAP
|
|
|
|
block:
|
2020-02-04 08:49:58 -06:00
|
|
|
############################################################
|
|
|
|
# Need to run the tasks to config LDAP on the GHE instance #
|
|
|
|
############################################################
|
|
|
|
# Configure the base system
|
2022-03-24 15:26:33 +01:00
|
|
|
- ansible.builtin.include_tasks: ghe-ldap-configuration.yml
|
2020-02-04 08:49:58 -06:00
|
|
|
tags:
|
|
|
|
- openldap
|
|
|
|
|
2022-05-23 21:51:47 +02:00
|
|
|
- name: Configure the GHE Instance Block
|
|
|
|
block:
|
2020-02-04 08:49:58 -06:00
|
|
|
######################################################
|
|
|
|
# Need to run the tasks to stand up the GHE instance #
|
|
|
|
######################################################
|
|
|
|
# Configure the base system
|
2022-03-24 15:26:33 +01:00
|
|
|
- ansible.builtin.include_tasks: ghe-api-config-apply.yml
|
2020-02-04 08:49:58 -06:00
|
|
|
tags:
|
|
|
|
- github
|
|
|
|
- ghe_primary
|
|
|
|
- initialize
|