b235cb8734
* aws_eks: New module for managing AWS EKS aws_eks module is used for creating and removing EKS clusters. Includes full test suite and updates to IAM policies to enable it. * Clean up all security groups * appease shippable * Rename aws_eks module to aws_eks_cluster
5 lines
63 B
YAML
5 lines
63 B
YAML
- hosts: localhost
|
|
connection: local
|
|
|
|
roles:
|
|
- aws_eks
|