diff --git a/roles/etherpad/.gitignore b/roles/etherpad/.gitignore deleted file mode 100644 index 0c7f9f6..0000000 --- a/roles/etherpad/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.molecule -.tox -molecule/*/.molecule diff --git a/roles/etherpad/.travis.yml b/roles/etherpad/.travis.yml deleted file mode 100644 index 68c34a5..0000000 --- a/roles/etherpad/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -language: python -cache: pip - -env: - - MOLECULE_DISTRO=debian10 - - MOLECULE_DISTRO=debian9 - - MOLECULE_DISTRO=ubuntu1804 - - MOLECULE_DISTRO=ubuntu1604 - -install: - # Install test dependencies. - - pip install molecule docker ansible-lint yamllint - -script: - - molecule test -s docker - -notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/roles/etherpad/.yamllint b/roles/etherpad/.yamllint deleted file mode 100644 index c5ae64b..0000000 --- a/roles/etherpad/.yamllint +++ /dev/null @@ -1,12 +0,0 @@ ---- -extends: default - -rules: - braces: - max-spaces-inside: 1 - level: error - brackets: - max-spaces-inside: 1 - level: error - line-length: disable - truthy: disable