https://github.com/fey/ansible-self-study
https://github.com/fey/ansible-self-study
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fey/ansible-self-study
- Owner: fey
- Created: 2021-12-20T11:35:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T12:34:48.000Z (over 4 years ago)
- Last Synced: 2025-08-25T02:21:45.348Z (11 months ago)
- Language: Jinja
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible self study
## Prerequisites
* Vagrant (Virtualbox)
* Make
* Ansible
## Commands
```sh
make start # run vagrant machines
make ssh-web1 # ssh to vms
make ssh-web2
make ping-webservers # ping vms
make ping-localhost # ping localhost
ansible-playbook -i inventory.ini nginx.yml # run playbook with inventory
```