Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 364 Bytes

ansible-aws-cli

Ansible Playbook: Install AWS CLI Install Amazon AWS Command Line Interface to an Ubuntu server.

Configure

Set your AWS credentials in vars/main.yml

Run

Test Run

ansible-playbook playbook.yml --check

Execute

ansible-playbook playbook.yml --check

  • Make sure the user that ansible becomes has permissions to modify /usr/bin*