Kenny Woodson 7d50ffe98d Updated README to reflect refactor. Moved firewall initialize into separate file. 7 роки тому
..
defaults 7d50ffe98d Updated README to reflect refactor. Moved firewall initialize into separate file. 7 роки тому
handlers ec9c22ca6a Refactored to use Ansible systemd module 8 роки тому
meta 4f9b26e8af First attempt at refactor of os_firewall 7 роки тому
tasks 7d50ffe98d Updated README to reflect refactor. Moved firewall initialize into separate file. 7 роки тому
templates ed274e2d03 Add etcd exports to openshift_storage_nfs 7 роки тому
README.md ec9c22ca6a Refactored to use Ansible systemd module 8 роки тому

README.md

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)