mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
68 lines
2.1 KiB
YAML
68 lines
2.1 KiB
YAML
|
---
|
||
|
######################################
|
||
|
######################################
|
||
|
## Configure the GHE Instance Block ##
|
||
|
######################################
|
||
|
######################################
|
||
|
- block:
|
||
|
######################################################
|
||
|
# Need to run the tasks to stand up the GHE instance #
|
||
|
######################################################
|
||
|
# Configure the base system
|
||
|
- include_tasks: ghe-initial-configuration.yml
|
||
|
|
||
|
######################
|
||
|
# Set the tags block #
|
||
|
######################
|
||
|
tags:
|
||
|
- github
|
||
|
- ghe_primary
|
||
|
- initialize
|
||
|
#################################################
|
||
|
############### End of Block ####################
|
||
|
#################################################
|
||
|
|
||
|
##################################
|
||
|
##################################
|
||
|
## Configure the GHE LDAP Block ##
|
||
|
##################################
|
||
|
##################################
|
||
|
- block:
|
||
|
############################################################
|
||
|
# Need to run the tasks to config LDAP on the GHE instance #
|
||
|
############################################################
|
||
|
# Configure the base system
|
||
|
- include_tasks: ghe-ldap-configuration.yml
|
||
|
|
||
|
######################
|
||
|
# Set the tags block #
|
||
|
######################
|
||
|
tags:
|
||
|
- openldap
|
||
|
#################################################
|
||
|
############### End of Block ####################
|
||
|
#################################################
|
||
|
|
||
|
######################################
|
||
|
######################################
|
||
|
## Configure the GHE Instance Block ##
|
||
|
######################################
|
||
|
######################################
|
||
|
- block:
|
||
|
######################################################
|
||
|
# Need to run the tasks to stand up the GHE instance #
|
||
|
######################################################
|
||
|
# Configure the base system
|
||
|
- include_tasks: ghe-api-config-apply.yml
|
||
|
|
||
|
######################
|
||
|
# Set the tags block #
|
||
|
######################
|
||
|
tags:
|
||
|
- github
|
||
|
- ghe_primary
|
||
|
- initialize
|
||
|
#################################################
|
||
|
############### End of Block ####################
|
||
|
#################################################
|