Skip to content

Commit 595a442

Browse files
committed
2.x: Added aws_support: true
1 parent 5ecbce7 commit 595a442

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docker-images/controller-ci/provision.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
public_key_name: id_rsa.pub
2929
ssh_key_bits: "4096"
3030
ssh_key_type: rsa
31+
aws_support: true
3132
local_dir: /home/controller/ce-provision
3233
groups: []
3334
contrib_roles:

docker-images/controller-devel/provision.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
public_key_name: id_rsa.pub
3232
ssh_key_bits: "4096"
3333
ssh_key_type: rsa
34+
aws_support: true
3435
upgrade_galaxy:
3536
enabled: false
3637
ce_provision:
@@ -49,6 +50,7 @@
4950
public_key_name: id_rsa.pub
5051
ssh_key_bits: "4096"
5152
ssh_key_type: rsa
53+
aws_support: true
5254
local_dir: /home/ce-dev/ce-provision
5355
groups: []
5456
contrib_roles:

docker-images/controller/provision.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
public_key_name: id_rsa.pub
3232
ssh_key_bits: "4096"
3333
ssh_key_type: rsa
34+
aws_support: true
3435
upgrade_galaxy:
3536
enabled: false
3637
ce_provision:
@@ -49,6 +50,7 @@
4950
public_key_name: id_rsa.pub
5051
ssh_key_bits: "4096"
5152
ssh_key_type: rsa
53+
aws_support: true
5254
local_dir: /home/ce-dev/ce-provision
5355
groups: []
5456
contrib_roles:

0 commit comments

Comments
 (0)