summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs/README.md
blob: 817b007e86089488ab7e3a9a68e109e24094698f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
OpenShift NFS Server
====================

OpenShift NFS Server Installation

Requirements
------------

* Ansible 2.2
* This role is intended to be applied to the [nfs] host group which is
separate from OpenShift infrastructure components.
* Requires access to the 'nfs-utils' package.

Role Variables
--------------

From this role:

| Name                                            | Default value         |                                                             |
|-------------------------------------------------|-----------------------|-------------------------------------------------------------|
| openshift_hosted_registry_storage_nfs_directory | /exports              | Root export directory.                                      |
| openshift_hosted_registry_storage_volume_name   | registry              | Registry volume within openshift_hosted_registry_volume_dir |
| openshift_hosted_registry_storage_nfs_options   | *(rw,root_squash)     | NFS options for configured exports.                         |

Dependencies
------------

* os_firewall
* openshift_facts
* openshift_repos

Example Playbook
----------------

```
- name: Configure nfs hosts
  hosts: oo_nfs_to_config
  roles:
  - role: openshift_storage_nfs
```

License
-------

Apache License, Version 2.0

Author Information
------------------

Andrew Butcher (abutcher@redhat.com)