1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

supply ansible.repo for updating

This commit is contained in:
Jerry Vonau 2017-10-18 01:26:45 -05:00
parent a4c69e8597
commit a351511b0d
2 changed files with 8 additions and 0 deletions

View file

@ -18,6 +18,7 @@
with_items:
- iiab-centos.repo
- li.nux.ro.repo
- ansible.repo
#- name: Disable updating ansible on CentOS
# shell: sed -i -e '/^enabled=/a exclude=ansible' {{ item }}

View file

@ -0,0 +1,7 @@
[ansible]
name=ansible
failovermethod=priority
baseurl=http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/
enabled=1
metadata_expire=1d
gpgcheck=0