Termination date updated for workflow EC2 instances
This commit is contained in:
parent
01d73de423
commit
8053f0db69
2
.github/workflows/al_aio.yml
vendored
2
.github/workflows/al_aio.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-aio-single-instance:
|
install-aio-single-instance:
|
||||||
name: Installs AIO single instance
|
name: Installs AIO single instance
|
||||||
|
|||||||
2
.github/workflows/al_wazuh.yml
vendored
2
.github/workflows/al_wazuh.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-wazuh-single-instance:
|
install-wazuh-single-instance:
|
||||||
name: Installs Wazuh server single instance
|
name: Installs Wazuh server single instance
|
||||||
|
|||||||
2
.github/workflows/centos_aio.yml
vendored
2
.github/workflows/centos_aio.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-aio-single-instance:
|
install-aio-single-instance:
|
||||||
name: Installs AIO single instance
|
name: Installs AIO single instance
|
||||||
|
|||||||
2
.github/workflows/centos_wazuh.yml
vendored
2
.github/workflows/centos_wazuh.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-wazuh-single-instance:
|
install-wazuh-single-instance:
|
||||||
name: Installs Wazuh server single instance
|
name: Installs Wazuh server single instance
|
||||||
|
|||||||
2
.github/workflows/ubuntu_aio.yml
vendored
2
.github/workflows/ubuntu_aio.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-aio"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-aio-single-instance:
|
install-aio-single-instance:
|
||||||
name: Installs AIO single instance
|
name: Installs AIO single instance
|
||||||
|
|||||||
2
.github/workflows/ubuntu_wazuh.yml
vendored
2
.github/workflows/ubuntu_wazuh.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
{"Key": "Name", "Value": "wazuh-ansible-gh-runner-wazuh"},
|
||||||
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
|
||||||
{"Key": "team", "Value": "CICD"},
|
{"Key": "team", "Value": "CICD"},
|
||||||
{"Key": "termination_Date", "Value": "N/A"}
|
{"Key": "termination_date", "Value": "2022-12-31 21:00:00"}
|
||||||
]
|
]
|
||||||
install-wazuh-single-instance:
|
install-wazuh-single-instance:
|
||||||
name: Installs Wazuh server single instance
|
name: Installs Wazuh server single instance
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user