Skip to content

Commit c406deb

Browse files
authored
Develop (#34)
* community.crypto * community.crypto * proxy * proxied
1 parent 8e43431 commit c406deb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

collections/requirements.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ collections:
66
version: 5.1.2
77
- name: kubernetes.core
88
version: 5.2.0
9-
- name: community.crypto
10-
version: 2.23.0
119
- name: community.docker
1210
version: 4.3.1
1311
- name: community.general

inventory/local/hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ control
55
database
66
semaphore
77
web
8+
proxy
89

910
[database]
1011
controller ansible_host=localhost
1112
[semaphore]
1213
controller ansible_host=localhost
1314
[web]
1415
controller ansible_host=localhost
16+
[proxy]
17+
controller ansible_host=localhost
1518

1619
[local:vars]
1720
ansible_connection=local

roles/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ roles:
2121
- src: bbaassssiiee.postgres_ssl
2222
version: 1.1.0
2323
- src: bbaassssiiee.proxy
24-
version: 1.0.3
24+
version: 1.0.5

0 commit comments

Comments
 (0)