Deploy docker to web1.desu.ltd

Also adds docker libs to all hosts
This commit is contained in:
Salt 2021-03-25 12:46:53 -05:00
parent 5deed42849
commit 48ecd2e27f
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- role: backup
vars:
backup_s3backup_list_extra:
- /data
- /var/lib/gitea
- /var/www/nc.desu.ltd
- /var/www/www.9iron.club/files
@ -29,9 +30,12 @@
vars:
motd_watch_services_extra:
- apache2
- docker
- gitea
- php7.4-fpm
tags: [ motd ]
- role: docker
tags: [ web, docker, skip-pull ]
- role: certbot
tags: [ web, certbot ]
- role: php

View File

@ -21,6 +21,7 @@
- python3-boto
- python3-boto3
- python3-botocore
- python3-docker
- python3-pip
- python3-setuptools
- screen