Skip to content

Commit

Permalink
Wooo! No more infrastructure! (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Apr 29, 2020
1 parent 1272264 commit 43912af
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 155 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
strategy:
matrix:
IMAGE:
- {TAG_NAME: "pyca/caddy", DOCKERFILE_PATH: "caddy"}

- {TAG_NAME: "pyca/cryptography-runner-centos7", DOCKERFILE_PATH: "runners/centos7"}
- {TAG_NAME: "pyca/cryptography-runner-centos8", DOCKERFILE_PATH: "runners/centos8"}

Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Python Cryptographic Authority Infrastructure

The [PyCA](https://github.com/pyca) operates a significant amount of
infrastructure in the form of continuous integration. This repository holds the
configuration for building the various docker containers we use in testing.

## Ansible

To run the ansible playbook you'll need your SSH public key in the server's
`authorized_keys` and then you can run `./deploy`.

Ansible is responsible for making sure Docker is running on the host,
installing SystemD service files for Caddy, pulling the Caddy docker images, and
making sure it's running.
The [PyCA](https://github.com/pyca) has a significant amount of automation
to support our robust continuous integration. This repository holds the
configuration for building the various docker containers we use in testing,
as well as OpenSSL binaries we use.

## Docker Containers

Expand Down
3 changes: 0 additions & 3 deletions ansible/docker/daemon.json

This file was deleted.

1 change: 0 additions & 1 deletion ansible/hosts

This file was deleted.

65 changes: 0 additions & 65 deletions ansible/playbook.yml

This file was deleted.

18 changes: 0 additions & 18 deletions ansible/systemd/caddy.service

This file was deleted.

21 changes: 0 additions & 21 deletions caddy/Caddyfile

This file was deleted.

27 changes: 0 additions & 27 deletions caddy/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions deploy

This file was deleted.

0 comments on commit 43912af

Please sign in to comment.