superlint/.automation/test/ansible/playbooks/ansible_good_1.yml

10 lines
311 B
YAML
Raw Normal View History

---
- 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