Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuanpembual/ansible-task
https://github.com/tuanpembual/ansible-task
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuanpembual/ansible-task
- Owner: tuanpembual
- License: mit
- Created: 2024-02-09T05:37:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:39:11.000Z (11 months ago)
- Last Synced: 2024-11-08T16:51:35.507Z (2 months ago)
- Language: Jinja
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```