Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuanpembual/ansible-task


https://github.com/tuanpembual/ansible-task

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# ansible-task

## RUN
```bash
ssh -i malioboro.pem [email protected]

ansible -i inventories/aws-malioboro/inventoriy.ini all -m ping
ansible -i inventories/aws-malioboro/inventoriy.ini all -a "uname"

ansible-playbook -i inventories/aws-malioboro/inventory.ini plays/server-estu/playbook.yml
```

## Playbook
```bash
ansible-playbook -i inventories/aws-malioboro plays/server-estu/playbook.yml
```