add keycloak stuff
This commit is contained in:
parent
38aed2fea8
commit
5ca6f07e2a
7
docker-host.yaml
Normal file
7
docker-host.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "Deploy basic webhost with Docker"
|
||||
hosts: keycloak
|
||||
roles:
|
||||
- common
|
||||
- docker
|
||||
- webserver
|
@ -3,7 +3,7 @@ network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
ens192:
|
||||
{{ ansible_default_ipv4.interface }}:
|
||||
dhcp4: true
|
||||
dhcp-identifier: mac
|
||||
dhcp4-overrides:
|
||||
|
Loading…
Reference in New Issue
Block a user