https://github.com/cmwylie19/localhost-ansible
Can't go forgetting ansible now!
https://github.com/cmwylie19/localhost-ansible
ansible ansible-playbook macos
Last synced: 2 months ago
JSON representation
Can't go forgetting ansible now!
- Host: GitHub
- URL: https://github.com/cmwylie19/localhost-ansible
- Owner: cmwylie19
- Created: 2020-09-29T18:32:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T18:40:50.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T01:41:31.342Z (over 1 year ago)
- Topics: ansible, ansible-playbook, macos
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Refresher
_The reason for this repo is so that I don't forget ansible_
_Small playbook to download some packages and ping a webserver runningon localhost:8080 to make sure it is up_
The reason for this repo is not to forget ansible.
## Try it
In one terminal
```
npx http-server . -p 8080
```
```
ansible-playbook playbook.yml
```
Then enter your password that you use for sudo and it will install the packages listed in below
- speedtest-cli
- archey
- htop
- nmap
- websocat