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