https://github.com/teverett/freebsd_ansible
https://github.com/teverett/freebsd_ansible
ansible-playbook freebsd
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/teverett/freebsd_ansible
- Owner: teverett
- Created: 2019-05-19T20:27:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T22:09:06.000Z (about 7 years ago)
- Last Synced: 2025-01-24T12:27:01.408Z (over 1 year ago)
- Topics: ansible-playbook, freebsd
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeBSD Ansible
An Ansible recipie to deploy FreeBSD to AWS EC2
## Prerequisites
You will need to create your own AWS keyset and refer to it in the `vars.yml` file
You will need to create your own vault file `aws_keys.yml` containing the variables `aws_access_key` and `aws_secret_key`. The EC2 user account referred by to aws_access_key must have these roles
* AmazonEC2FullAccess
* AmazonVPCFullAccess
## Usage
run `sh run.sh`. The script will ask for your vault key for `aws_keys.yml`
## Logging in
Log in as user `ec2_user`, using your public key from AWS.
`ssh -i ~tom/amazon1.pem ec2-user@52.32.159.212`