kayobe/ansible/group_vars/monitoring/ansible-user
Mark Goddard 27db155c0e Add support for monitoring nodes
Currently these nodes are not deployed using kolla-ansible but use the
host provisioning and host OS configuration pieces of kayobe. The
monasca-deploy project is used to deploy the monitoring services.
2017-05-29 16:52:17 +01:00

8 lines
263 B
Plaintext

---
# User with which to access the monitoring nodes via SSH.
ansible_user: "{{ kayobe_ansible_user }}"
# User with which to access the monitoring nodes before the kayobe_ansible_user
# account has been created.
bootstrap_user: "{{ monitoring_bootstrap_user }}"