install python-docker only on mail.0rpheus.net and odroid.lan.0rpheus.net
This commit is contained in:
parent
f1ba14ff20
commit
7a8224f42c
13
common.yaml
13
common.yaml
|
@ -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
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
- vim
|
||||
- htop
|
||||
- telnet
|
||||
- python-docker
|
||||
state: latest
|
||||
|
|
Loading…
Reference in New Issue