Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .prettierrc

This file was deleted.

3 changes: 3 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ssh_args =-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/tmp/%r@
host_key_checking = false
record_host_keys = false

[persistent_connection]
network_cli_retries = 10

[galaxy]
display_progress = True

Expand Down
8 changes: 4 additions & 4 deletions defaults/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ roles: []

collections:
- name: amazon.aws
version: 10.1.2
version: 11.0.0
- name: ansible.netcommon
version: 8.2.0
version: 8.2.1
- name: ansible.posix
version: 2.1.0
- name: ansible.utils
version: 6.0.0
version: 6.0.1
- name: ansible.windows
version: 3.3.0
- name: azure.azcollection
Expand Down Expand Up @@ -67,7 +67,7 @@ collections:
- name: vmware.vmware_rest
version: 4.9.0
- name: vmware.vmware
version: 2.6.0
version: 2.7.0
- name: vyos.vyos
version: 5.0.0
- name: https://github.com/vmware/ansible-for-nsxt.git
Expand Down
2 changes: 1 addition & 1 deletion scripts/general/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ else
${START_WITH_ARA} \
${START_WITH_CUSTOM_COMPOSE} \
${PERSONAL_COMPOSE_FILE} \
up --detach --force-recreate --remove-orphans
up --detach --force-recreate --remove-orphans --no-build

${MAKEVAR_SUDO_COMMAND} docker --context default exec -it "${CONTAINER_NAME}" "${CONTAINER_ENTRYPOINT}"

Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.0.17
version: 10.0.22