Move requirements files into ansible dir

This commit is contained in:
Jake Howard
2020-06-15 13:11:44 +01:00
parent 4d75130afd
commit 4d13e3c78f
5 changed files with 16 additions and 10 deletions

View File

@ -0,0 +1,3 @@
-r requirements.txt
ansible-lint==4.2.0
yamllint==1.21.0

1
ansible/requirements.txt Normal file
View File

@ -0,0 +1 @@
ansible==2.9.7

14
ansible/yamllint.yml Normal file
View File

@ -0,0 +1,14 @@
extends: default
ignore: |
galaxy_roles
group_vars/all/hosts.yml
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
max: 150