superlint/.automation/test/ansible/roles/ghe_initialize/tasks/main.yml

35 lines
1.1 KiB
YAML
Raw Normal View History

2020-02-04 09:49:58 -05: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
- 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
- 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