install python-docker only on mail.0rpheus.net and odroid.lan.0rpheus.net

This commit is contained in:
Michael Rennecke 2020-06-06 18:45:26 +02:00
parent f1ba14ff20
commit 7a8224f42c
2 changed files with 13 additions and 1 deletions

View File

@ -4,12 +4,25 @@
roles:
- common
- hosts: mail.0rpheus.net:odroid.lan.0rpheus.net
gather_facts: false
tasks:
- name: install docker related packages
apt:
name:
- python-docker
- hosts: mail.0rpheus.net
gather_facts: false
roles:
- haproxy
- bitwarden
- nextcloud
- hosts: dnsmasq.lan.0rpheus.net
gather_facts: false
roles:
- dnsmasq

View File

@ -6,5 +6,4 @@
- vim
- htop
- telnet
- python-docker
state: latest