superlint/.automation/test/ansible/ansible_bad_1.yml

40 lines
1.2 KiB
YAML
Raw Normal View History

2020-02-04 09:49:58 -05:00
---
###########################################
###########################################
#### GitHub Services-Engineering Stack ####
#### ####
#### GHE Primary HA backup-utils ONLY ####
###########################################
###########################################
###############################
# Description of the playbook #
###############################
# description: Builds GHE Primary, HA, and backup-utils.
# detailed_description: Builds GHE Primary, HA, and backup-utils.
######################
## Configure GitHub ##
######################
2020-02-04 16:50:52 -05:00
- hosts: Yo-Mama
2020-02-04 09:49:58 -05:00
vars:
github_host: "{{ hostvars['github_primary'].ansible_host }}"
probot_server_ip: "{{ hostvars['backup-utils'].ansible_host }}"
roles:
2020-02-04 16:50:52 -05:00
- role: ghe-initialize
2020-02-04 09:49:58 -05:00
##########################################
## Run ghe-config-apply for all changes ##
##########################################
# Due to us hot loading some data into GHE, the final
# run of ghe-config-apply hangs and leaves the system in an odd state
# The simplist option is to run the process
# 1 more time at the end to solve the issue
- hosts: github_primary
tasks:
- block:
2020-02-04 16:50:52 -05:00
include_role:
tasks_from: ghe-config-apply.yml
2020-02-04 09:49:58 -05:00
tags:
- github