Skip to content

feat: prepare ansible upgrade branch for rocky-develop - #543

Draft
MariuszJozwiak wants to merge 3 commits into
rocky-developfrom
rocky-develop-ansiblenew
Draft

feat: prepare ansible upgrade branch for rocky-develop#543
MariuszJozwiak wants to merge 3 commits into
rocky-developfrom
rocky-develop-ansiblenew

Conversation

@MariuszJozwiak

Copy link
Copy Markdown
Contributor

No description provided.

@MariuszJozwiak
MariuszJozwiak marked this pull request as draft April 29, 2026 15:12
@MariuszJozwiak
MariuszJozwiak force-pushed the rocky-develop-ansiblenew branch from 62644bf to fddc131 Compare April 29, 2026 15:18

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 62644bf907

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread requirements-galaxy.yml Outdated
Comment on lines +12 to +14
collections:
- name: community.aws
version: 5.5.1
- name: amazon.aws
version: 5.5.2
- name: community.mysql
- name: ansible.utils
version: 2.10.3
- name: community.general
version: 7.2.0
- name: ansible.posix
version: 1.5.4
- name: community.rabbitmq
version: 1.2.3
- name: community.crypto
version: 2.18.0
- name: ansible.netcommon
version: 5.1.2
- community.crypto
- ansible.posix
- containers.podman
- name: amazon.aws
version: 11.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore community.aws dependency or migrate remaining modules

requirements-galaxy.yml drops community.aws, but this commit still leaves active calls to community.aws.* modules (for example community.aws.ec2_asg_info in site.maintenance.aws-start.yml:41, site.maintenance.aws-stop.yml:21, and site.maintenance.aws-remove-all.yml:33). On a fresh controller install from this requirements file, those tasks will fail at runtime with module resolution errors because the referenced collection is no longer installed.

Useful? React with 👍 / 👎.

Comment thread site.step-40-app-node.yml
Comment on lines +7 to +11
ansible.builtin.wait_for:
host: "{{ ansible_host | default(inventory_hostname) }}"
port: 22
delay: 5
timeout: 900

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use wait_for_connection for SSH readiness checks

This replaces an SSH-aware readiness check with a raw TCP port probe (wait_for on port 22 from localhost). wait_for does not use Ansible’s connection plugin settings (jump hosts, ProxyCommand, custom SSH ports), so environments where hosts are reachable only through Ansible SSH transport can fail this precheck even though normal task connections would work. This can cause false failures at the start of app-node provisioning.

Useful? React with 👍 / 👎.

@MariuszJozwiak
MariuszJozwiak force-pushed the rocky-develop-ansiblenew branch 21 times, most recently from 8dc903f to 68385a5 Compare May 6, 2026 10:12
@MariuszJozwiak
MariuszJozwiak force-pushed the rocky-develop-ansiblenew branch 6 times, most recently from a9e00ef to d2be698 Compare May 14, 2026 10:30
@MariuszJozwiak
MariuszJozwiak force-pushed the rocky-develop-ansiblenew branch 7 times, most recently from 7117f0b to f014c86 Compare May 18, 2026 09:32
@MariuszJozwiak
MariuszJozwiak force-pushed the rocky-develop-ansiblenew branch from f014c86 to cf81c1d Compare May 26, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant