https://github.com/inetum-poland/poc-ansible
Inetum Poland PoC for Ansible
https://github.com/inetum-poland/poc-ansible
ansible ara automation docker inetum poc poland wazuh
Last synced: 8 months ago
JSON representation
Inetum Poland PoC for Ansible
- Host: GitHub
- URL: https://github.com/inetum-poland/poc-ansible
- Owner: Inetum-Poland
- Created: 2025-01-03T11:46:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T12:22:37.000Z (9 months ago)
- Last Synced: 2025-01-03T13:24:51.562Z (9 months ago)
- Topics: ansible, ara, automation, docker, inetum, poc, poland, wazuh
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# POC Ansible
## Requirements
- Docker
- Docker Compose## Setup
```bash
> ./ssh.sh # generate ssh keys
> docker-compose up -d --build
```## Run
```bash
> docker exec -it poc-ansible-executor-1 bash
> ansible-playbook update.yml
```
## Ara[ARA Records Ansible (Ara)](https://github.com/ansible-community/ara) and makes it easier to understand and troubleshoot.
Local setup is available after `docker-compose` setup - [locally](http://localhost:8000).
## Cleanup
```bash
> docker-compose down
```