remove apt-cacher-ng (#533)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #533
This commit is contained in:
parent
7eb25fd0b6
commit
316800b810
4 changed files with 11 additions and 29 deletions
13
.drone.yml
13
.drone.yml
|
@ -4,15 +4,22 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: run gitleaks
|
- name: gitleaks
|
||||||
image: plugins/gitleaks
|
image: plugins/gitleaks
|
||||||
settings:
|
settings:
|
||||||
path: .
|
path: .
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: pipelinecomponents/ansible-lint
|
image: pipelinecomponents/ansible-lint
|
||||||
environment:
|
environment:
|
||||||
http_proxy: http://docker10.grote.lan:9999
|
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint --show-relpath .
|
- ansible-lint --show-relpath -v --offline .
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
version: '3'
|
|
||||||
services:
|
|
||||||
apt-cacher-ng:
|
|
||||||
container_name: apt-cacher-ng
|
|
||||||
restart: always
|
|
||||||
image: registry.mgrote.net/apt-cacher-ng:master
|
|
||||||
ports:
|
|
||||||
- "9999:9999"
|
|
||||||
volumes:
|
|
||||||
- /mnt/acng_cache:/var/cache/apt-cacher-ng
|
|
||||||
environment:
|
|
||||||
USER: acng-admin
|
|
||||||
PASS: {{ lookup('keepass', 'acng_webinterface', 'password') }}
|
|
||||||
VERBOSE: 1 # 0/1
|
|
||||||
THRESHOLD: 60 # package housekeeping threshold
|
|
||||||
labels:
|
|
||||||
com.centurylinklabs.watchtower.enable: true
|
|
|
@ -116,7 +116,7 @@
|
||||||
postfix_smtp_server_port: 587
|
postfix_smtp_server_port: 587
|
||||||
postfix_smtp_use_tls: "yes"
|
postfix_smtp_use_tls: "yes"
|
||||||
### mgrote.apt_manage_sources
|
### mgrote.apt_manage_sources
|
||||||
manage_sources_apt_proxy: "192.168.2.43:9999" # als IP da apt warum auch immer >10s braucht den Namen aufzulösen
|
manage_sources_apt_proxy: ""
|
||||||
### mgrote.tmux
|
### mgrote.tmux
|
||||||
tmux_conf_destination: "/home/mg/.tmux.conf"
|
tmux_conf_destination: "/home/mg/.tmux.conf"
|
||||||
tmux_bashrc_destination: "/home/mg/.bashrc"
|
tmux_bashrc_destination: "/home/mg/.bashrc"
|
||||||
|
|
|
@ -23,12 +23,6 @@
|
||||||
filesystem: xfs
|
filesystem: xfs
|
||||||
mount: true
|
mount: true
|
||||||
mntp: /mnt/oci-registry
|
mntp: /mnt/oci-registry
|
||||||
- lvname: acng_cache
|
|
||||||
size: 10G
|
|
||||||
create: true
|
|
||||||
filesystem: xfs
|
|
||||||
mount: true
|
|
||||||
mntp: /mnt/acng_cache
|
|
||||||
manage_lvm: true
|
manage_lvm: true
|
||||||
pvresize_to_max: true
|
pvresize_to_max: true
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
|
@ -70,8 +64,6 @@
|
||||||
state: present
|
state: present
|
||||||
- name: blocky
|
- name: blocky
|
||||||
state: present
|
state: present
|
||||||
- name: acng
|
|
||||||
state: present
|
|
||||||
- name: registry
|
- name: registry
|
||||||
state: present
|
state: present
|
||||||
network: traefik
|
network: traefik
|
||||||
|
|
Loading…
Reference in a new issue