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

View File

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