ansible portainer and auto-update

This commit is contained in:
2024-07-19 15:01:30 +01:00
parent 632b1bdda7
commit 04ccdff78f
7 changed files with 82 additions and 11 deletions

View File

@@ -46,6 +46,7 @@ apt install git -y
curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
docker run hello-world && docker info
apt install sshfs
apt install ansible
```
## fstab
@@ -88,12 +89,8 @@ docker volume create --driver local --opt type=none --opt device=/ --opt o=bind
```
### Portainer
for more information [check](https://git.limbosolutions.com/kb/portainer)
#### Setup & Update
``` bash
services/portainer/docker-run.sh
```
mantained by ansible [myInfra.dev.homesrv01 role](ansible/roles/myInfra.dev.homesrv01/README.md)
### Promtail