browbeat/ansible/install/repos.yml

13 lines
185 B
YAML

---
#
# Add repos
#
# Can be used in conjunction with doing an upgrade
#
- hosts: overcloud
remote_user: "{{ host_remote_user }}"
gather_facts: false
roles:
- { role: repo }