mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add a idmapd.conf file with our domain for all nfs clients.
This commit is contained in:
@@ -168,13 +168,6 @@
|
||||
tags:
|
||||
- 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
|
||||
- name: 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
|
||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
||||
when: datacenter == 'phx2' or datacenter == 'rdu2'
|
||||
|
||||
Reference in New Issue
Block a user