perus
Perus EC2
Install basic packages and setup a fresh Ubuntu node on EC2.
Example Playbook
# playbook.yml
---
- hosts: app
remote_user: ubuntu
roles:
-
role: .
become: true
become_method: sudo
Usage
ansible-playbook \
--private-key=/path/to/private-key.pem \
--inventory-file=/path/to/hosts \
path/to/playbook.yml
License
BSD
Install
ansible-galaxy install vastus/ansible-role-perus
License
Unknown
Downloads
25
Owner