Skip to content

Commit

Permalink
2.x: Added ssh_key_bits and ssh_key_type
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jun 13, 2024
1 parent 064968d commit 5ecbce7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-images/controller-ci/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
local_dir: /home/controller/ce-provision
groups: []
contrib_roles:
Expand Down
5 changes: 5 additions & 0 deletions docker-images/controller-devel/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
ce_provision_dir: "/home/ce-dev/ce-provision"
groups: []
galaxy_custom_requirements_file: ""
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
upgrade_galaxy:
enabled: false
ce_provision:
Expand All @@ -44,6 +47,8 @@
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
local_dir: /home/ce-dev/ce-provision
groups: []
contrib_roles:
Expand Down
5 changes: 5 additions & 0 deletions docker-images/controller/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
ce_provision_dir: "/home/ce-dev/ce-provision"
groups: []
galaxy_custom_requirements_file: ""
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
upgrade_galaxy:
enabled: false
ce_provision:
Expand All @@ -44,6 +47,8 @@
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
local_dir: /home/ce-dev/ce-provision
groups: []
contrib_roles:
Expand Down

0 comments on commit 5ecbce7

Please sign in to comment.