Browse Source

Merge pull request #6548 from kwoodson/configurable_ami_drive_size

Adding ability to update ami drive size.
Kenny Woodson 7 years ago
parent
commit
fe2dbc1d95
1 changed files with 1 additions and 5 deletions
  1. 1 5
      roles/openshift_aws/tasks/provision_instance.yml

+ 1 - 5
roles/openshift_aws/tasks/provision_instance.yml

@@ -14,11 +14,7 @@
     instance_type: m4.xlarge
     vpc_subnet_id: "{{ openshift_aws_subnet_id | default(subnetout.subnets[0].id) }}"
     image: "{{ openshift_aws_base_ami }}"
-    volumes:
-    - device_name: /dev/sdb
-      volume_type: gp2
-      volume_size: 100
-      delete_on_termination: true
+    volumes: "{{ openshift_aws_node_group_config_node_volumes }}"
     wait: yes
     exact_count: 1
     count_tag: