Add python-IPy
This commit is contained in:
parent
721ee86b8e
commit
7fa1ffb328
1 changed files with 6 additions and 0 deletions
|
@ -11,10 +11,16 @@
|
||||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||||
with_items:
|
with_items:
|
||||||
- mirrormanager2-mirrorlist
|
- mirrormanager2-mirrorlist
|
||||||
|
- python-IPy
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- mirrorlist2
|
- mirrorlist2
|
||||||
|
|
||||||
|
- name: make sure mirrorlist-server is enabled (but not started yet in case we do not have pkl)
|
||||||
|
service: name=mirrorlist-server enabled=yes
|
||||||
|
tags:
|
||||||
|
- mirrorlist2
|
||||||
|
|
||||||
# install mirrorlist-server.conf apache config
|
# install mirrorlist-server.conf apache config
|
||||||
- name: mirrorlist-server apache conf
|
- name: mirrorlist-server apache conf
|
||||||
template: src=mirrorlist-server.conf dest=/etc/httpd/conf.d/mirrorlist-server.conf
|
template: src=mirrorlist-server.conf dest=/etc/httpd/conf.d/mirrorlist-server.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue