Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyamsundaram/ansible_playbooks_demo
An ansible playbook to install apache2 and host a static website on apache2 + setup node exporter and apache exporter
https://github.com/satyamsundaram/ansible_playbooks_demo
Last synced: about 1 month ago
JSON representation
An ansible playbook to install apache2 and host a static website on apache2 + setup node exporter and apache exporter
- Host: GitHub
- URL: https://github.com/satyamsundaram/ansible_playbooks_demo
- Owner: satyamsundaram
- Created: 2023-08-30T16:43:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T16:14:44.000Z (over 1 year ago)
- Last Synced: 2024-04-09T14:50:32.914Z (9 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here, we use Ansible to configure the following on our host machines:
- Install apache2 and host 2048 game on it
- Install and setup node exporter for Prometheus
- Install and setup apache exporter for PrometheusWe do this by:
1. using playbooks
2. using rolescd into the directory of your choice to get started.
This assumes you have a machine (VM) with a public IP address and you can ssh into it as the root user.
**Ensure**:
- the ansible user is created on the remote machine and has sudo privileges.
- your public ssh key is added to the ansible user's authorized_keys file.