cisagov / ansible-role-openvpn

Ansible role to install an OpenVPN server and configure it to authenticate users certificates against FreeIPA.
Creative Commons Zero v1.0 Universal
8 stars 2 forks source link

Add boto3 #19

Closed jsf9k closed 4 years ago

jsf9k commented 4 years ago

๐Ÿ—ฃ Description

This pull request adds installation of the boto3 python library.

๐Ÿ’ญ Motivation and Context

boto3 is required by the scripts that are created by cloud-init. These scripts need to assume AWS IAM roles to download items from S3 buckets and the like.

๐Ÿงช Testing

Verified that all pre-commit hooks and molecule tests pass.

๐Ÿšฅ Types of Changes

โœ… Checklist