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:
|
roles:
|
||||||
- common
|
- 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
|
- hosts: mail.0rpheus.net
|
||||||
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- haproxy
|
- haproxy
|
||||||
- bitwarden
|
- bitwarden
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
|
|
||||||
- hosts: dnsmasq.lan.0rpheus.net
|
- hosts: dnsmasq.lan.0rpheus.net
|
||||||
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
|
|
@ -6,5 +6,4 @@
|
||||||
- vim
|
- vim
|
||||||
- htop
|
- htop
|
||||||
- telnet
|
- telnet
|
||||||
- python-docker
|
|
||||||
state: latest
|
state: latest
|
||||||
|
|
Loading…
Reference in New Issue