-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jacob Hanafin
authored and
Daemonslayer2048
committed
Jul 26, 2024
1 parent
bd13dc8
commit 0e77adc
Showing
6 changed files
with
275 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
driver: | ||
name: ec2 | ||
|
||
platforms: | ||
- name: master-01 | ||
image: ami-02391db2758465a87 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_servers | ||
- name: worker-01 | ||
image: ami-02391db2758465a87 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_agents | ||
|
||
provisioner: | ||
name: ansible | ||
playbooks: | ||
converge: ../template/converge.yml | ||
create: ../template/create.yml | ||
destroy: ../template/destroy.yml | ||
requirements: ../template/requirements.yml | ||
inventory: | ||
hosts: | ||
rke2_cluster: | ||
children: | ||
rke2_servers: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- serverGroupLabel=true | ||
hosts: | ||
master-01: | ||
host_rke2_config: | ||
node-label: | ||
- host0Label=true | ||
rke2_agents: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- agentGroupLabel=true | ||
hosts: | ||
worker-01: | ||
host_rke2_config: | ||
node-label: | ||
- host1Label=true | ||
|
||
verifier: | ||
name: ansible | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
driver: | ||
name: ec2 | ||
|
||
platforms: | ||
- name: master-01 | ||
image: ami-051a0f669bb174783 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_servers | ||
- name: worker-01 | ||
image: ami-051a0f669bb174783 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_agents | ||
|
||
provisioner: | ||
name: ansible | ||
playbooks: | ||
converge: ../template/converge.yml | ||
create: ../template/create.yml | ||
destroy: ../template/destroy.yml | ||
requirements: ../template/requirements.yml | ||
inventory: | ||
hosts: | ||
rke2_cluster: | ||
children: | ||
rke2_servers: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- serverGroupLabel=true | ||
hosts: | ||
master-01: | ||
host_rke2_config: | ||
node-label: | ||
- host0Label=true | ||
rke2_agents: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- agentGroupLabel=true | ||
hosts: | ||
worker-01: | ||
host_rke2_config: | ||
node-label: | ||
- host1Label=true | ||
|
||
verifier: | ||
name: ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
driver: | ||
name: ec2 | ||
|
||
platforms: | ||
- name: master-01 | ||
image: ami-05e760b0ec1a5588a | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_servers | ||
- name: worker-01 | ||
image: ami-05e760b0ec1a5588a | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_agents | ||
|
||
provisioner: | ||
name: ansible | ||
playbooks: | ||
converge: ../template/converge.yml | ||
create: ../template/create.yml | ||
destroy: ../template/destroy.yml | ||
requirements: ../template/requirements.yml | ||
inventory: | ||
hosts: | ||
rke2_cluster: | ||
children: | ||
rke2_servers: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- serverGroupLabel=true | ||
hosts: | ||
master-01: | ||
host_rke2_config: | ||
node-label: | ||
- host0Label=true | ||
rke2_agents: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- agentGroupLabel=true | ||
hosts: | ||
worker-01: | ||
host_rke2_config: | ||
node-label: | ||
- host1Label=true | ||
|
||
verifier: | ||
name: ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
driver: | ||
name: ec2 | ||
|
||
platforms: | ||
- name: master-01 | ||
image: ami-0677b91957321ed76 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_servers | ||
- name: worker-01 | ||
image: ami-0677b91957321ed76 | ||
instance_type: t2.medium | ||
region: us-east-2 | ||
assign_public_ip: true | ||
tags: | ||
deployed-with: "molecule" | ||
molecule-scenario: "default" | ||
groups: | ||
- rke2_agents | ||
|
||
provisioner: | ||
name: ansible | ||
playbooks: | ||
converge: ../template/converge.yml | ||
create: ../template/create.yml | ||
destroy: ../template/destroy.yml | ||
requirements: ../template/requirements.yml | ||
inventory: | ||
hosts: | ||
rke2_cluster: | ||
children: | ||
rke2_servers: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- serverGroupLabel=true | ||
hosts: | ||
master-01: | ||
host_rke2_config: | ||
node-label: | ||
- host0Label=true | ||
rke2_agents: | ||
vars: | ||
group_rke2_config: | ||
node-label: | ||
- agentGroupLabel=true | ||
hosts: | ||
worker-01: | ||
host_rke2_config: | ||
node-label: | ||
- host1Label=true | ||
|
||
verifier: | ||
name: ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters