Add rhel7ah to sigul server

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-13 16:44:29 +00:00
parent d35bbdb03c
commit c9d150a4db

View file

@ -1,3 +1,11 @@
- name: put rhel AH repos on rhel systems
copy: src="{{ files }}/common/rhel7ah.repo" dest="/etc/yum.repos.d/rhel7ah.repo"
when: ansible_distribution == 'RedHat'
tags:
- config
- packages
- yumrepos
- name: Install sigul server
yum: state=present name={{ item }}
with_items: