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:
parent
a4c69e8597
commit
a351511b0d
2 changed files with 8 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
7
roles/2-common/templates/ansible.repo
Normal file
7
roles/2-common/templates/ansible.repo
Normal 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
|
Loading…
Reference in a new issue