/ansible-role-ec2

Ansible role to provision EC2 servers

ansible-role-ec2

Ansible role used to provision EC2 instances

Requirements

  • boto and boto3 must be installed on the controller

Role Variables

TODO

Dependencies

None

Example Playbook

- name: Provision an EC2 instance
  hosts: localhost
  connection: local
  roles:
     - role: Lowess.ec2

License

BSD

Author Information

This role was created in 2018 by Florian Dambrine, used in AWS-360 course.