From 9e05538cbfd593198b176b4fd4b8d0473a7f3a43 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 24 Jun 2015 17:54:23 -0500 Subject: Creating openshift_expand_partition --- roles/openshift_expand_partition/meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/openshift_expand_partition/meta/main.yml (limited to 'roles/openshift_expand_partition/meta') diff --git a/roles/openshift_expand_partition/meta/main.yml b/roles/openshift_expand_partition/meta/main.yml new file mode 100644 index 000000000..c2a38be17 --- /dev/null +++ b/roles/openshift_expand_partition/meta/main.yml @@ -0,0 +1,17 @@ +--- +galaxy_info: + author: Troy Dawson + description: Expand partition and filesystem to fill free space on disks. + company: Red Hat, Inc. + license: license (Apache) + min_ansible_version: 1.4 + platforms: + - name: EL + versions: + - 7 + - name: Fedora + versions: + - all + categories: + - openshift + - cloud -- cgit v1.2.3