summaryrefslogtreecommitdiffstats
path: root/roles/nfs
Commit message (Collapse)AuthorAgeFilesLines
* change method to static, add restart handler for nfs-idmapd and use itKevin Fenzi2017-03-062-1/+3
|
* add a root@REDHAT.COM to local root mappinng for nfsidmapdKevin Fenzi2017-03-061-1/+1
|
* stg koji: add alt arch stg hosts as RWPeter Robinson2017-01-191-1/+1
|
* stg koji: add alt arch stg hosts to nfs exportPeter Robinson2017-01-191-1/+1
|
* Add also a route-eth1 file for stagingKevin Fenzi2017-01-041-0/+1
|
* also add route in stagingKevin Fenzi2017-01-041-1/+1
|
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-011-1/+1
|
* restore this data in the file but not sure how it would workStephen Smoogen2016-10-181-0/+1
|
* add in items to make download-rdu01 an ansible box versus puppetStephen Smoogen2016-10-171-1/+0
|
* Another pile of trailing whitespace fixesKevin Fenzi2016-08-081-10/+10
|
* fix pkg to packageKevin Fenzi2016-08-081-1/+1
|
* Merge old Fedora 20 condition with EL 7 oneMichael Scherer2016-08-081-12/+3
|
* Use the new pkg module, to avoid having 2 tasksMichael Scherer2016-08-081-11/+3
|
* Fix tagsKevin Fenzi2016-05-191-2/+1
|
* Add a idmapd.conf file with our domain for all nfs clients.Kevin Fenzi2016-05-192-0/+121
|
* Change ansible_fqdn to inventory_hostname. This fixes some few hosts that ↵Kevin Fenzi2016-05-111-1/+1
| | | | | | have incorrect reverse dns and shouldn't break any others since we always use fully qualified in our inventory.
* Also add exports for koji01.stg to arm builders (may need RHIT firewall changes)Kevin Fenzi2016-04-211-1/+1
|
* Just hard code these things here for now as we always want the same in ↵Kevin Fenzi2016-04-211-3/+3
| | | | staging anyhow.
* Need to have the right path here for production.Kevin Fenzi2016-04-201-1/+1
|
* Try and fix composer.stg nfs mounts.Kevin Fenzi2016-04-201-3/+24
|
* Add exports for new buildvm's stg.Kevin Fenzi2016-04-111-1/+1
|
* Remove action: in all roles.Kevin Fenzi2016-01-062-3/+3
|
* Another yum vs dnf changeKevin Fenzi2015-11-071-0/+10
|
* Add export for bodhi02.stg on koji01.stgKevin Fenzi2015-07-221-1/+1
|
* Drop the /vol/ we no longer use it on the new machine.Kevin Fenzi2015-06-091-2/+2
|
* Switch everything to nfsv4 and new filer.Kevin Fenzi2015-06-091-4/+4
|
* Try absent to remove the entry in fstabKevin Fenzi2015-06-091-2/+2
|
* Set all the nfs mounts to 'unmounted' in prep for new storage changeKevin Fenzi2015-06-091-2/+2
|
* tag the nfs/client role so we can easily just run it to make nfs changes.Kevin Fenzi2015-06-091-0/+22
|
* Drop / here as it causes us to have a // in paths that confuses some ansible ↵Kevin Fenzi2015-06-081-3/+3
| | | | plays
* Change all instances of ansible_distribution_major_version to filter to int ↵Kevin Fenzi2015-05-271-3/+3
| | | | for comparisons.
* Revert this again for now. http/https access should be used instead of nfs ↵Kevin Fenzi2015-05-151-1/+1
| | | | for koschei.
* koji01.stg: allow read-only NFS access for KoscheiMikolaj Izdebski2015-05-121-1/+1
|
* This only works with f20 (nfs-lock isnt in f21+)Kevin Fenzi2015-03-251-2/+2
|
* NFSv3 locking depends on rpcbind and while dependencies in the packages ↵Peter Robinson2015-03-251-2/+4
| | | | systemd startup files should deal with it they don't so lets make sure its enabled and running
* Look ma, nfs changed what units you need again in 7.1Kevin Fenzi2015-03-111-1/+0
|
* It actually seems like f21 should work for nfs client out of the box. Lets see.Kevin Fenzi2015-01-301-7/+0
|
* Fedora 21 also needs rpcbind to be manually startedPatrick Uiterwijk2015-01-151-0/+1
|
* Try this name, might need it in rhel7Kevin Fenzi2015-01-121-2/+2
|
* Revert "See if we can fold these cases together"Kevin Fenzi2015-01-121-1/+13
| | | | This reverts commit cde692749f1edcdacd02c87394c9fbc31cae801d.
* See if we can fold these cases togetherKevin Fenzi2015-01-121-13/+1
|
* This should be nfs-lock for rhel7Kevin Fenzi2015-01-101-1/+1
|
* Fix this for the various Fedora and rhel versions.Kevin Fenzi2015-01-101-3/+15
|
* Adjust this tooKevin Fenzi2015-01-101-1/+1
|
* Adjust this some.Kevin Fenzi2015-01-101-2/+2
|
* We don't need nfs-idmap on client side in fedora anymore.Kevin Fenzi2014-11-171-1/+0
|
* Next try.Kevin Fenzi2014-11-131-1/+1
|
* More buildvm-01.stg fixes.Kevin Fenzi2014-11-131-1/+1
|
* Fix up buildvm-01.stg nfs mountingKevin Fenzi2014-11-121-2/+2
|
* Update state from installed/removed to present/absent for yum module as per ↵Praveen Kumar2014-11-052-2/+2
| | | | latest documents -> http://docs.ansible.com/yum_module.html