Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Remove Ansible (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji authored Apr 15, 2020
1 parent b8814fb commit a84c5cb
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 196 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ Busy Beaver is an open source project where all artificats (code, Docker image,
- [Docker](https://hub.docker.com/search/?type=edition&offering=community)
- [Docker-Compose](https://docs.docker.com/compose/) is how we deploy to production
- [watchtower](https://github.com/v2tec/watchtower) (monitors DockerHub, downloads and deploys latest image)
- [Ansible](https://www.ansible.com/)
- [DigitalOcean](https://www.digitalocean.com)

### Services
Expand All @@ -87,7 +86,7 @@ We are grateful to the following organizations for providing free services to op

### API Docs

Can make requests to REST endpoints to kick off processes. Currently we are using CRON to run repetitive tasks; [this is managed by Ansible](https://github.com/alysivji/busy-beaver/blob/master/ansible/roles/cron/tasks/main.yml) to avoid manual configuration.
Can make requests to REST endpoints to kick off processes.

#### GitHub Summary Endpoint

Expand Down
50 changes: 0 additions & 50 deletions ansible/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/group_vars/all

This file was deleted.

2 changes: 0 additions & 2 deletions ansible/hosts

This file was deleted.

14 changes: 0 additions & 14 deletions ansible/roles/common/tasks/main.yml

This file was deleted.

2 changes: 0 additions & 2 deletions ansible/roles/common/vars/main.yml

This file was deleted.

48 changes: 0 additions & 48 deletions ansible/roles/cron/tasks/main.yml

This file was deleted.

7 changes: 0 additions & 7 deletions ansible/roles/cron/vars/main.yml

This file was deleted.

7 changes: 0 additions & 7 deletions ansible/site.yml

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/prod/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/prod/events_poller.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/prod/post_upcoming_events.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/prod/run_github_summary_belgrade.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/prod/run_github_summary_chipy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/prod/twitter_poller.sh

This file was deleted.

0 comments on commit a84c5cb

Please sign in to comment.