Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from eumel8/dev
Browse files Browse the repository at this point in the history
Dev 20180223
  • Loading branch information
eumel8 authored Feb 23, 2018
2 parents 2f982f0 + 4f7029f commit 4e61c3b
Show file tree
Hide file tree
Showing 311 changed files with 4,355 additions and 4,088 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ _secrets.yml
_user_data*.txt
tenant.ini.*
*.retry
.eggs/
.tox/
ansible_otc.egg-info/
doc/build/
playbooks/test.*
playbooks/roles.yml
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,35 @@ sudo: required
dist: xenial

language: python
python: "2.7"
python:
- "2.7"
- "3.5"

# Doc: https://docs.travis-ci.com/user/customizing-the-build#Build-Matrix
# https://docs.travis-ci.com/user/common-build-problems/
env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.2.2.0
- ANSIBLE_VERSION=2.3.0.0
- ANSIBLE_VERSION=2.4.0.0
- ANSIBLE_VERSION=2.5.0b2

branches:
only:
- doc
- master
- dev

before_install:
- sudo apt-get update -qq

install:
# Install Ansible.
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install ansible==$ANSIBLE_VERSION; fi
- pip install ansible-lint
- pip install ansible-lint jmespath

script:
# Check the role/playbook's syntax.
- ansible-lint .

# Run the role/playbook with ansible-playbook.
# - ansible-playbook services.yml

# check is the user is created or not
# - id -u testusername | grep -q "no" && (echo "user not found" && exit 1) || (echo "user found" && exit 0)

- tests/tests.sh
33 changes: 0 additions & 33 deletions BUILDSERVICE.md

This file was deleted.

137 changes: 0 additions & 137 deletions CONNECT.md

This file was deleted.

151 changes: 0 additions & 151 deletions DNS.md

This file was deleted.

Loading

0 comments on commit 4e61c3b

Please sign in to comment.