This commit is contained in:
parent
c07a4980e6
commit
440305d0fc
3 changed files with 33 additions and 0 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: quay.io/adrilinux/ansible:latest
|
||||||
|
commands:
|
||||||
|
- ansible-lint ./
|
||||||
|
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
|
||||||
|
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"
|
||||||
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[](https://drone.reslinger.net/adrien/ansible-role-powershell)
|
||||||
|
|
||||||
|
# ansible-role-powershell
|
||||||
|
|
||||||
|
Ansible role to install PowerShell
|
||||||
16
meta/main.yml
Normal file
16
meta/main.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
galaxy_info:
|
||||||
|
author: Adrien Reslinger
|
||||||
|
description: Install powershell
|
||||||
|
company: Personnal
|
||||||
|
min_ansible_version: 2.9
|
||||||
|
galaxy_tags: []
|
||||||
|
license: GPL2
|
||||||
|
platforms:
|
||||||
|
- name: CentOS
|
||||||
|
version:
|
||||||
|
- 7
|
||||||
|
- 8
|
||||||
|
- name: RedHat
|
||||||
|
version:
|
||||||
|
- 7
|
||||||
|
- 8
|
||||||
Loading…
Add table
Add a link
Reference in a new issue