Fix stuff

This commit is contained in:
Sam A. 2023-12-29 19:59:58 +01:00
parent 2a0fcd6012
commit e3fa67ef54
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 4 additions and 4 deletions

View File

@ -16,5 +16,5 @@ proxy_vars:
staging:
app01: "{{ hostvars['sapt-labs-app01'] }}"
# mda01: "{{ hostvars['sapt-labs-mda01'] }}"
shared:
mon01: "{{ hostvars['sapt-labr-mon01'] }}"
# shared:
# mon01: "{{ hostvars['sapt-labr-mon01'] }}"

View File

@ -1,9 +1,9 @@
# vim: ft=yaml.ansible
# code: language=ansible
---
- name: Run play
- name: Run playbook against ${HOSTS}
hosts: ${HOSTS}
remote_user: ansible
become: true
gather_facts: false
gather_facts: true
roles: ${ROLES}