mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
8 lines
276 B
YAML
8 lines
276 B
YAML
---
|
|
- 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
|