mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
751e5c5444
Signed-off-by: Brett Logan <lindluni@github.com>
9 lines
311 B
YAML
9 lines
311 B
YAML
---
|
|
- name: Configure the GHE Instance
|
|
hosts: github_primary
|
|
vars:
|
|
demo_github_initial_user: "{{ hostvars['localhost'].local_user }}"
|
|
github_host: "{{ hostvars['github_primary'].ansible_host }}"
|
|
probot_server_ip: "{{ hostvars['backup-utils'].ansible_host }}"
|
|
roles:
|
|
- role: ghe_initialize
|