GH Actions tags added to EC2 runners
This commit is contained in:
parent
552b63cf66
commit
99f6fb41f4
4
.github/workflows/main_aio.yml
vendored
4
.github/workflows/main_aio.yml
vendored
@ -28,7 +28,9 @@ jobs:
|
||||
aws-resource-tags: > # optional, requires additional permissions
|
||||
[
|
||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"}
|
||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||
{"Key": "team", "Value": "CICD"},
|
||||
{"Key": "termination_Date", "Value": "N/A"}
|
||||
]
|
||||
install-aio-single-instance:
|
||||
name: Installs AIO single instance
|
||||
|
||||
4
.github/workflows/main_wazuh.yml
vendored
4
.github/workflows/main_wazuh.yml
vendored
@ -28,7 +28,9 @@ jobs:
|
||||
aws-resource-tags: > # optional, requires additional permissions
|
||||
[
|
||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"}
|
||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||
{"Key": "team", "Value": "CICD"},
|
||||
{"Key": "termination_Date", "Value": "N/A"}
|
||||
]
|
||||
install-wazuh-single-instance:
|
||||
name: Installs Wazuh server single instance
|
||||
|
||||
Loading…
Reference in New Issue
Block a user