diff --git a/collections/requirements.yml b/collections/requirements.yml index 6a4f78f..955f7c7 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -6,8 +6,6 @@ collections: version: 5.1.2 - name: kubernetes.core version: 5.2.0 - - name: community.crypto - version: 2.23.0 - name: community.docker version: 4.3.1 - name: community.general diff --git a/inventory/local/hosts b/inventory/local/hosts index 78a1c92..ed05b5d 100644 --- a/inventory/local/hosts +++ b/inventory/local/hosts @@ -5,6 +5,7 @@ control database semaphore web +proxy [database] controller ansible_host=localhost @@ -12,6 +13,8 @@ controller ansible_host=localhost controller ansible_host=localhost [web] controller ansible_host=localhost +[proxy] +controller ansible_host=localhost [local:vars] ansible_connection=local diff --git a/roles/requirements.yml b/roles/requirements.yml index 9aea451..040f4e9 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -21,4 +21,4 @@ roles: - src: bbaassssiiee.postgres_ssl version: 1.1.0 - src: bbaassssiiee.proxy - version: 1.0.3 + version: 1.0.5