From cf7e77bb8a74d145ac23b97842a79387dbcaea55 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Feb 2020 11:42:15 +0100 Subject: [PATCH 1/5] first centos check --- .github/workflows/ansible-centos-latest.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-centos-latest.yml diff --git a/.github/workflows/ansible-centos-latest.yml b/.github/workflows/ansible-centos-latest.yml new file mode 100644 index 0000000..de991de --- /dev/null +++ b/.github/workflows/ansible-centos-latest.yml @@ -0,0 +1,16 @@ +name: Ansible check centos:latest + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:latest + uses: roles-ansible/check-ansible-centos-latest-action@master + with: + targets: "./" From 38137889682be6a4d961d5c1d76d3efc741528fc Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Feb 2020 12:47:00 +0100 Subject: [PATCH 2/5] Add check for centos8 --- .github/workflows/ansible-centos-centos8.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-centos-centos8.yml diff --git a/.github/workflows/ansible-centos-centos8.yml b/.github/workflows/ansible-centos-centos8.yml new file mode 100644 index 0000000..5d7acc9 --- /dev/null +++ b/.github/workflows/ansible-centos-centos8.yml @@ -0,0 +1,16 @@ +name: Ansible check centos:centos8 + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:centos8 + uses: roles-ansible/check-ansible-centos-centos8-action@master + with: + targets: "./" From 9258fa06f55af61a8c18073997b0564b01394b71 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Feb 2020 13:15:13 +0100 Subject: [PATCH 3/5] add centos7 check --- .github/workflows/ansible-centos-centos7.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-centos-centos7.yml diff --git a/.github/workflows/ansible-centos-centos7.yml b/.github/workflows/ansible-centos-centos7.yml new file mode 100644 index 0000000..90bff41 --- /dev/null +++ b/.github/workflows/ansible-centos-centos7.yml @@ -0,0 +1,16 @@ +name: Ansible check centos:centos7 + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:centos7 + uses: roles-ansible/check-ansible-centos-centos7-action@master + with: + targets: "./" From 56fda159d0adbf58650cb59827867c68aa945f67 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Feb 2020 16:39:31 +0100 Subject: [PATCH 4/5] centos6 --- .github/workflows/ansible-centos-centos6.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-centos-centos6.yml diff --git a/.github/workflows/ansible-centos-centos6.yml b/.github/workflows/ansible-centos-centos6.yml new file mode 100644 index 0000000..6907237 --- /dev/null +++ b/.github/workflows/ansible-centos-centos6.yml @@ -0,0 +1,16 @@ +name: Ansible check centos:centos6 + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:centos6 + uses: roles-ansible/check-ansible-centos-centos6-action@master + with: + targets: "./" From bb6117a22d740c47117ee5f757636381a5542cf9 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 1 Mar 2020 19:37:20 +0100 Subject: [PATCH 5/5] trigger build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32c01b4..a1ab7a2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Ansible check debian:sid](https://github.com/chaos-bodensee/role-ranger/workflows/Ansible%20check%20debian:sid/badge.svg)](https://github.com/chaos-bodensee/role-ranger/actions?query=workflow%3A%22Ansible+check+debian%3Asid%22) [![MIT License](https://raw.githubusercontent.com/chaos-bodensee/role-ranger/master/.github/license.svg?sanitize=true)](https://github.com/chaos-bodensee/role-ranger/blob/master/LICENSE) + role-ranger ==============