Add rhel7ah to sigul server
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d35bbdb03c
commit
c9d150a4db
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue