Adjust releng config a bit
This commit is contained in:
parent
20ec6c9a34
commit
63f74db484
1 changed files with 3 additions and 5 deletions
|
@ -111,11 +111,9 @@
|
||||||
- name: enable nfs-related services and run them
|
- name: enable nfs-related services and run them
|
||||||
action: service name={{ item }} enabled=true state=started
|
action: service name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
- rpcidmapd
|
- nfs-idmapd
|
||||||
- rpcbind
|
- rpc-statd
|
||||||
- nfs
|
- nfs-lock
|
||||||
- nfslock
|
|
||||||
|
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue