mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Use modules for collections
This commit is contained in:
parent
8d984e194b
commit
58c01e654d
5 changed files with 12 additions and 27 deletions
27
.github/workflows/ansible-linting-check.yml
vendored
27
.github/workflows/ansible-linting-check.yml
vendored
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
name: Ansible Lint check
|
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: '*'
|
|
||||||
pull_request:
|
|
||||||
branches: '*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: 'checkout git repo'
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
lfs: true
|
|
||||||
submodules: true
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: 'Lint Ansible Playbook'
|
|
||||||
uses: ansible/ansible-lint-action@v6
|
|
||||||
with:
|
|
||||||
path: "site.yml"
|
|
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -118,3 +118,12 @@
|
||||||
path = roles/do1jlr.etebase
|
path = roles/do1jlr.etebase
|
||||||
url = https://github.com/roles-ansible/ansible_role_etebase.git
|
url = https://github.com/roles-ansible/ansible_role_etebase.git
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "collections/ansible_collections/community/mysql"]
|
||||||
|
path = collections/ansible_collections/community/mysql
|
||||||
|
url = https://github.com/ansible-collections/community.mysql.git
|
||||||
|
[submodule "collections/ansible_collections/community/general"]
|
||||||
|
path = collections/ansible_collections/community/general
|
||||||
|
url = https://github.com/ansible-collections/community.general.git
|
||||||
|
[submodule "collections/ansible_collections/community/crypto"]
|
||||||
|
path = collections/ansible_collections/community/crypto
|
||||||
|
url = https://github.com/ansible-collections/community.crypto.git
|
||||||
|
|
1
collections/ansible_collections/community/crypto
Submodule
1
collections/ansible_collections/community/crypto
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 54eeb8d563e00883545896c6e82574f31e8ee4d6
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f0fcc91ac734905b9158ace0c43801fb053c1eb9
|
1
collections/ansible_collections/community/mysql
Submodule
1
collections/ansible_collections/community/mysql
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9124b1f575b6d578060d69682fd84afb1779178a
|
Loading…
Reference in a new issue