Skip to content

Commit

Permalink
passes spot parameters to stateful_set
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Dec 5, 2018
1 parent cc0c463 commit f4b242f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pool_automation/roles/aws_manage/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
security_group: "{{ aws_sgroup }}"
instance_type: "{{ aws_ec2_type }}"
instance_count: "{{ aws_instance_count }}"
market_spot: "{{ aws_ec2_market_spot }}"
spot_max_price: "{{ aws_ec2_spot_max_price }}"
register: aws_ec2hosts

- name: Post-Up
Expand Down

0 comments on commit f4b242f

Please sign in to comment.