ce-provision

AWS key pair.

Creates a key pair for the current “provision user”

Default variables

---
aws_provision_ec2_keypair:
  aws_profile: "{{ _aws_profile }}"
  region: "{{ _aws_region }}"
  key_name: "{{ ce_provision.username }}@{{ ansible_hostname }}"