@@ -7,32 +7,24 @@ services:
7
7
args :
8
8
TZ : Europe/Berlin
9
9
image : ansible-client-debian
10
- # container_name: ansible-client-debian
11
10
hostname : debian.client.ansible
12
11
environment :
13
12
- " TZ=Europe/Berlin"
14
- # volumes:
15
- # - ./ssh-keys/clients/authorized_keys:/root/.ssh/authorized_keys:ro
16
- # - ./ssh-keys/clients/PermitRootLogin.conf:/etc/ssh/sshd_config.d/PermitRootLogin.conf
17
13
networks :
18
14
- ansible-playground
19
15
20
- ansible-client-ubuntu :
21
- build :
22
- context : .
23
- dockerfile : ./Dockerfiles/Dockerfile-Ubuntu-2204
24
- args :
25
- TZ : Europe/Berlin
26
- image : ansible-client-ubuntu
27
- # container_name: ansible-client-ubuntu
28
- hostname : ubuntu.client.ansible
29
- environment :
30
- - " TZ=Europe/Berlin"
31
- # volumes:
32
- # - ./ssh-keys/clients/authorized_keys:/root/.ssh/authorized_keys:ro
33
- # - ./ssh-keys/clients/PermitRootLogin.conf:/etc/ssh/sshd_config.d/PermitRootLogin.conf
34
- networks :
35
- - ansible-playground
16
+ # ansible-client-ubuntu:
17
+ # build:
18
+ # context: .
19
+ # dockerfile: ./Dockerfiles/Dockerfile-Ubuntu-2204
20
+ # args:
21
+ # TZ: Europe/Berlin
22
+ # image: ansible-client-ubuntu
23
+ # hostname: ubuntu.client.ansible
24
+ # environment:
25
+ # - "TZ=Europe/Berlin"
26
+ # networks:
27
+ # - ansible-playground
36
28
37
29
ansible-client-alma :
38
30
build :
@@ -41,32 +33,24 @@ services:
41
33
args :
42
34
TZ : Europe/Berlin
43
35
image : ansible-client-alma
44
- # container_name: ansible-client-alma
45
36
hostname : alma.client.ansible
46
37
environment :
47
38
- " TZ=Europe/Berlin"
48
- # volumes:
49
- # - ./ssh-keys/clients/authorized_keys:/root/.ssh/authorized_keys:ro
50
- # - ./ssh-keys/clients/PermitRootLogin.conf:/etc/ssh/sshd_config.d/PermitRootLogin.conf
51
39
networks :
52
40
- ansible-playground
53
41
54
- ansible-client-suse :
55
- build :
56
- context : .
57
- dockerfile : ./Dockerfiles/Dockerfile-OpenSUSE-Leap-15
58
- args :
59
- TZ : Europe/Berlin
60
- image : ansible-client-suse
61
- # container_name: ansible-client-suse
62
- hostname : suse.client.ansible
63
- environment :
64
- - " TZ=Europe/Berlin"
65
- # volumes:
66
- # - ./ssh-keys/clients/authorized_keys:/root/.ssh/authorized_keys:ro
67
- # - ./ssh-keys/clients/PermitRootLogin.conf:/etc/ssh/sshd_config.d/PermitRootLogin.conf
68
- networks :
69
- - ansible-playground
42
+ # ansible-client-suse:
43
+ # build:
44
+ # context: .
45
+ # dockerfile: ./Dockerfiles/Dockerfile-OpenSUSE-Leap-15
46
+ # args:
47
+ # TZ: Europe/Berlin
48
+ # image: ansible-client-suse
49
+ # hostname: suse.client.ansible
50
+ # environment:
51
+ # - "TZ=Europe/Berlin"
52
+ # networks:
53
+ # - ansible-playground
70
54
71
55
networks :
72
56
ansible-playground :
0 commit comments