superlint/test/linters/ansible/roles/ghe_initialize/tasks/main.yml
Marco Ferrari e6cf8d3845
Move tests to the test directory (#4985)
* Move tests to the test directory

* Fix linting errors

* Add states back

* Add xml back
2023-12-15 08:50:35 +00:00

34 lines
1.1 KiB
YAML

---
- name: Configure the GHE Instance
tags:
- github
- ghe_primary
- initialize
block:
######################################################
# Need to run the tasks to stand up the GHE instance #
######################################################
# Configure the base system
- ansible.builtin.include_tasks: ghe-initial-configuration.yml
- name: Configure the GHE LDAP
tags:
- openldap
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
- name: Configure the GHE Instance Block
tags:
- github
- ghe_primary
- initialize
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