Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 368 Bytes

ansible

My Ansible script collection

iodine.yml

Used to provision EC2 instance to run Iodine and update DDNS records on Hurricane Electric. Requires these environment variables:

export AWS_ACCESS_KEY_ID=''
export AWS_SECRET_ACCESS_KEY=''
export HE_PASSWORD=''

To run, use this:

ansible-playbook iodine.yml --private-key swordfish.pem -u ubuntu