Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Generated inventory using deprecated ansible_ssh_host #69

@gkranis

Description

@gkranis

Generated inventory is using deprecated ansible_ssh_host instead of ansible_host

Playbooks that look for ansible_host will fail
workaround

extra_vars:
  ansible_host: "{{ ansible_ssh_host }}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions