diff --git a/.ansible-lint b/.ansible-lint index 3f52e41..0e2d885 100755 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,7 +1,7 @@ +--- exclude_paths: - - ./.travis.yml - ./molecule/ rulesdir: - ~/ansible-lint-rules/rules/ use_default_rules: true -verbosity: 1 \ No newline at end of file +verbosity: 1 diff --git a/.travis.yml b/.travis.yml deleted file mode 100755 index 90fa957..0000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -os: linux -dist: bionic - -language: python -python: - - "3.8.0" - -services: - - docker - -before_install: - - git clone https://github.com/lean-delivery/ansible-lint-rules.git ~/ansible-lint-rules - -install: - - pip3 install --upgrade ansible==2.9.* docker molecule==2.22 - - pip3 install git+https://github.com/ansible/ansible-lint.git - - git clone https://github.com/lean-delivery/ansible-molecule-drivers.git molecule/resources/provisioning - - ansible --version - - ansible-lint --version - -script: - - yamllint . -c .yamllint - - ansible-lint . -c .ansible-lint - - molecule test -s default - -notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/README.md b/README.md index 64ca5c3..5c04505 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ Jenkins 2 installation ========= [![License](https://img.shields.io/badge/license-Apache-green.svg?style=flat)](https://raw.githubusercontent.com/lean-delivery/ansible-role-jenkins/master/LICENSE) -[![Build Status](https://travis-ci.org/lean-delivery/ansible-role-jenkins.svg?branch=master)](https://travis-ci.org/lean-delivery/ansible-role-jenkins) [![Build Status](https://gitlab.com/lean-delivery/ansible-role-jenkins/badges/master/build.svg)](https://gitlab.com/lean-delivery/ansible-role-jenkins/pipelines) [![Galaxy](https://img.shields.io/badge/galaxy-lean_delivery.jenkins-blue.svg)](https://galaxy.ansible.com/lean_delivery/jenkins) ![Ansible](https://img.shields.io/ansible/role/d/29895.svg) @@ -29,7 +28,7 @@ Requirements ------------ - Minimal Version of the ansible for installation: 2.7 - - **Java 8** [![Build Status](https://travis-ci.org/lean-delivery/ansible-role-java.svg?branch=master)](https://travis-ci.org/lean-delivery/ansible-role-java) + - **Java 8** - **Supported OS**: - CentOS - 8