Skip to content

Commit

Permalink
clean up the docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
perryflynn committed May 31, 2024
1 parent 9e27753 commit 7782395
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ graph LR
logout --> done["Done!"]
```

## Known Issues

- Python Requests Version is pinned to make docker work. See dockersetup role.

## Architecture

All packages are installed from the official sources.
Expand Down
1 change: 0 additions & 1 deletion retired.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
- name: Create services docker network
docker_network:
name: services
docker_host: unix://var/run/docker.sock

- name: Deploy pihole
include_role:
Expand Down
3 changes: 3 additions & 0 deletions roles/dockersetup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
#- python-requests
when: "ansible_distribution == 'Archlinux'"

# TODO: remove workaround: https://stackoverflow.com/a/78521186
# pip install requests==2.31.0

# - name: Docker pip module
# pip:
# name:
Expand Down
3 changes: 3 additions & 0 deletions roles/piholesetup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# piholesetup

Installs a pihole as docker Container.

0 comments on commit 7782395

Please sign in to comment.