Add a idmapd.conf file with our domain for all nfs clients.
This commit is contained in:
parent
193eec6ddc
commit
a5f8df8fa2
3 changed files with 7 additions and 7 deletions
|
@ -168,13 +168,6 @@
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
# idmapd and make sure it's set to run
|
|
||||||
- name: idmapd.conf
|
|
||||||
copy: src=idmapd.conf dest=/etc/idmapd.conf
|
|
||||||
tags:
|
|
||||||
- configs
|
|
||||||
- koji_builder
|
|
||||||
|
|
||||||
# oz.cfg upstream ram and cpu definitions are not enough
|
# oz.cfg upstream ram and cpu definitions are not enough
|
||||||
- name: oz.cfg
|
- name: oz.cfg
|
||||||
copy: src=oz.cfg dest=/etc/oz/oz.cfg
|
copy: src=oz.cfg dest=/etc/oz/oz.cfg
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# Setup our idmapd.conf file. It should be loaded automagically.
|
||||||
|
- name: idmapd.conf
|
||||||
|
copy: src=idmapd.conf dest=/etc/idmapd.conf
|
||||||
|
tags:
|
||||||
|
- configs
|
||||||
|
- koji_builder
|
||||||
|
|
||||||
- name: route config for netapp network
|
- name: route config for netapp network
|
||||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
||||||
when: datacenter == 'phx2' or datacenter == 'rdu2'
|
when: datacenter == 'phx2' or datacenter == 'rdu2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue