Drop rhel config here, rhel7 is like fedora for this.
This commit is contained in:
parent
c4960cd997
commit
e6fa8a217d
1 changed files with 0 additions and 9 deletions
|
@ -106,15 +106,6 @@
|
||||||
- nfs-lock
|
- nfs-lock
|
||||||
when: ansible_distribution == 'Fedora'
|
when: ansible_distribution == 'Fedora'
|
||||||
|
|
||||||
- name: enable nfs-related services and run them (rhel)
|
|
||||||
action: service name={{ item }} enabled=true state=started
|
|
||||||
with_items:
|
|
||||||
- rpcidmapd
|
|
||||||
- rpcbind
|
|
||||||
- nfs
|
|
||||||
- nfslock
|
|
||||||
when: ansible_distribution == 'RedHat'
|
|
||||||
|
|
||||||
- name: route to netapp network
|
- name: route to netapp network
|
||||||
action: copy src="{{ files }}/../roles/koji_builder/files/route-eth1" dest=/etc/sysconfig/network-scripts/route-eth1
|
action: copy src="{{ files }}/../roles/koji_builder/files/route-eth1" dest=/etc/sysconfig/network-scripts/route-eth1
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue