Skip to content

Commit

Permalink
redhat family support
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienmaury committed Jul 27, 2024
1 parent 49d5bb6 commit a29168d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/templates/galaxy.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
ansible.netcommon: ">=2.5.0"
ansible.posix: ">=1.3.0"
cloud.terraform: ">=1.1.1"
rtnp.galaxie_clans: ">=1.16.7"
rtnp.galaxie_clans: ">=1.16.9"

# The URL of the originating SCM repository
repository: >-
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ collections:
- name: cloud.terraform
version: "1.1.1"
- name: rtnp.galaxie_clans
version: "1.16.7"
version: "1.16.9"
7 changes: 7 additions & 0 deletions roles/infra/templates/scw_one/_ssh.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Host {{ hs_infra_workspace }}-master-{{ loop.index }}
ProxyJump {{ hs_infra_workspace }}-edge
{% endfor %}

{% for _current_minion_ipv4 in _hs_infra_tf_minions_ipv4 %}
Host {{ hs_infra_workspace }}-minion-{{ loop.index }}
Hostname {{ _current_minion_ipv4 }}
User {{ _hs_infra_tf_default_ssh_user }}
ProxyJump {{ hs_infra_workspace }}-edge
{% endfor %}

Host {{ hs_infra_workspace }}-*
IdentityFile {{ hs_workspace_ssh_private_key_file_relative_path }}
ControlPath ~/.ssh/mux-%r@%h:%p
Expand Down

0 comments on commit a29168d

Please sign in to comment.