https://github.com/natefoo/cfde-galaxy-playbook
Ansible Playbook for CFDE CWIC Galaxy
https://github.com/natefoo/cfde-galaxy-playbook
Last synced: 11 months ago
JSON representation
Ansible Playbook for CFDE CWIC Galaxy
- Host: GitHub
- URL: https://github.com/natefoo/cfde-galaxy-playbook
- Owner: natefoo
- License: mit
- Created: 2025-03-06T18:38:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T20:06:21.000Z (over 1 year ago)
- Last Synced: 2025-03-06T21:19:49.819Z (over 1 year ago)
- Language: Jinja
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfde-galaxy-playbook
Ansible playbook for CFDE CWIC Galaxy
# Usage
Install Ansible and dependencies:
```console
$ python3 -m venv ansible
$ . ./ansible/bin/activate
$ make requirements
```
There are `make` targets for all the common operations:
| Target | Purpose |
| --- | --- |
| `requirements` | Install required Ansible roles and collections. |
| `bootstrap` | Run `playbook-bootstrap.yaml` playbook for basic system configuration. |
| `stack` | Run `playbook-stack.yaml` playbook to install and configure Galaxy stack (PostgreSQL, NGINX, etc.). |