mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
Merge branch 't' of github.com:chaos-bodensee/role-ranger into t
This commit is contained in:
commit
37b5e2bd62
5 changed files with 65 additions and 0 deletions
16
.github/workflows/ansible-centos-centos6.yml
vendored
Normal file
16
.github/workflows/ansible-centos-centos6.yml
vendored
Normal file
|
@ -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: "./"
|
16
.github/workflows/ansible-centos-centos7.yml
vendored
Normal file
16
.github/workflows/ansible-centos-centos7.yml
vendored
Normal file
|
@ -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: "./"
|
16
.github/workflows/ansible-centos-centos8.yml
vendored
Normal file
16
.github/workflows/ansible-centos-centos8.yml
vendored
Normal file
|
@ -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: "./"
|
16
.github/workflows/ansible-centos-latest.yml
vendored
Normal file
16
.github/workflows/ansible-centos-latest.yml
vendored
Normal file
|
@ -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: "./"
|
|
@ -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)
|
[![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)
|
[![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
|
role-ranger
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue