mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
c69c254b1d
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
---
|
|
- name: Configure the GHE Instance
|
|
block:
|
|
######################################################
|
|
# Need to run the tasks to stand up the GHE instance #
|
|
######################################################
|
|
# Configure the base system
|
|
- ansible.builtin.include_tasks: ghe-initial-configuration.yml
|
|
tags:
|
|
- github
|
|
- ghe_primary
|
|
- initialize
|
|
|
|
- name: Configure the GHE LDAP
|
|
block:
|
|
############################################################
|
|
# Need to run the tasks to config LDAP on the GHE instance #
|
|
############################################################
|
|
# Configure the base system
|
|
- ansible.builtin.include_tasks: ghe-ldap-configuration.yml
|
|
tags:
|
|
- openldap
|
|
|
|
- name: Configure the GHE Instance Block
|
|
block:
|
|
######################################################
|
|
# Need to run the tasks to stand up the GHE instance #
|
|
######################################################
|
|
# Configure the base system
|
|
- ansible.builtin.include_tasks: ghe-api-config-apply.yml
|
|
tags:
|
|
- github
|
|
- ghe_primary
|
|
- initialize
|