1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_install_firefox.git synced 2024-08-16 12:59:49 +02:00

Merge pull request #1 from roles-ansible/actions

Add some actions
This commit is contained in:
L3D 2021-03-11 23:48:22 +01:00 committed by GitHub
commit 617493adbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 400 additions and 16 deletions

2
.github/FUNDING.yml vendored
View file

@ -1,5 +1,5 @@
---
# These are supported funding model platforms
github: [do1jlr]
liberapay: L3D
custom: https://paypal.me/c3woc

View file

@ -0,0 +1,18 @@
---
name: Ansible check alpine:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with alpine:latest
uses: roles-ansible/check-ansible-alpine-latest-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check archlinux:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with archlinux:latest
uses: roles-ansible/check-ansible-archlinux-latest-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check centos:centos7
# yamllint disable-line rule:truthy
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: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check centos:centos8
# yamllint disable-line rule:truthy
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: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check centos:latest
# yamllint disable-line rule:truthy
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: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:buster
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:buster
uses: roles-ansible/check-ansible-debian-buster-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:latest
uses: roles-ansible/check-ansible-debian-latest-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:sid
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:sid
uses: roles-ansible/check-ansible-debian-sid-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:stable
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:stable
uses: roles-ansible/check-ansible-debian-stable-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:stretch
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:stretch
uses: roles-ansible/check-ansible-debian-stretch-action@master
with:
targets: "./"

18
.github/workflows/ansible-fedora-31.yml vendored Normal file
View file

@ -0,0 +1,18 @@
---
name: Ansible check fedora:31
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with fedora:31
uses: roles-ansible/check-ansible-fedora-31-action@master
with:
targets: "./"

18
.github/workflows/ansible-fedora-32.yml vendored Normal file
View file

@ -0,0 +1,18 @@
---
name: Ansible check fedora:32
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with fedora:32
uses: roles-ansible/check-ansible-fedora-32-action@master
with:
targets: "./"

18
.github/workflows/ansible-fedora-33.yml vendored Normal file
View file

@ -0,0 +1,18 @@
---
name: Ansible check fedora:33
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with fedora:33
uses: roles-ansible/check-ansible-fedora-33-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check fedora:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with fedora:latest
uses: roles-ansible/check-ansible-fedora-latest-action@master
with:
targets: "./"

View file

@ -0,0 +1,22 @@
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]

View file

@ -0,0 +1,18 @@
---
name: Ansible check ubuntu:bionic
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with ubuntu:bionic
uses: roles-ansible/check-ansible-ubuntu-bionic-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check ubuntu:latest
# yamllint disable-line rule:truthy
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-ubuntu-latest-action@master
with:
targets: "./"

View file

@ -0,0 +1,18 @@
---
name: Ansible check ubuntu:trusty
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with ubuntu:trusty
uses: roles-ansible/check-ansible-ubuntu-trusty-action@master
with:
targets: "./"

22
.github/workflows/yamllint.yaml vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'
yamllint_strict: false
yamllint_comment: true
# env:
# GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }

8
.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning

View file

@ -4,7 +4,7 @@
when: submodules_versioncheck|bool
- name: Include OS Specific vars
ansible.builtin.include_vars: "{{ ansible_distribution }}.yml"
ansible.builtin.include_vars: "{{ lookup('first_found', firefox_params) }}"
- name: Install firefox
become: true

View file

@ -4,9 +4,8 @@ firefox_package_name:
firefox_plugins:
- firefox-ublock-origin
- firefox-umatrix
- firefox-extension-https-everywhere
firefox_language:
- firefox-i18n-de
@ -15,3 +14,4 @@ password_manager_packages:
- pass
- qtpass
- pass-otp
- gopass

View file

@ -7,12 +7,12 @@ firefox_plugins: []
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language: []
# - firefox-i18n-de
password_manager_packages:
# - browserpass-firefox
# - browserpass-firefox
- pass
- qtpass
- pass-otp

View file

@ -7,12 +7,13 @@ firefox_plugins: []
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language:
firefox_language:
- firefox-esr-l10n-de
password_manager_packages:
# - browserpass-firefox
# - browserpass-firefox
- pass
- qtpass
- pass-otp
- gopass

View file

@ -7,12 +7,12 @@ firefox_plugins: []
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language: []
# - firefox-i18n-de
password_manager_packages:
# - browserpass-firefox
# - browserpass-firefox
- pass
- qtpass
- pass-otp

View file

@ -7,12 +7,12 @@ firefox_plugins: []
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language: []
# - firefox-i18n-de
password_manager_packages:
# - browserpass-firefox
# - browserpass-firefox
- pass
- qtpass
- pass-otp

View file

@ -7,12 +7,12 @@ firefox_plugins: []
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language: []
# - firefox-i18n-de
password_manager_packages:
# - browserpass-firefox
# - browserpass-firefox
- pass
- qtpass
- pass-otp

18
vars/fallback.yml Normal file
View file

@ -0,0 +1,18 @@
---
firefox_package_name:
- firefox
firefox_plugins: []
# - browserpass-firefox
# - firefox-ublock-origin
# - firefox-umatrix
# - firefox-extension-https-everywhere
firefox_language: []
# - firefox-i18n-de
password_manager_packages: []
# - browserpass-firefox
# - pass
# - qtpass
# - pass-otp

View file

@ -1,3 +1,10 @@
---
playbook_version_number: 9003 # should be over ninethousand
playbook_version_number: 9004 # should be int
playbook_version_path: 'role-firefox-installation_simple_chaos-bodensee_github.com.version'
firefox_params:
files:
- "{{ ansible_distribution }}.yml"
- 'fallback.yml'
paths:
- 'vars'