diff --git a/.DS_Store b/.DS_Store index f84dc97..6811d52 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.travis.yml-e b/.travis.yml-e new file mode 100644 index 0000000..85cdbf5 --- /dev/null +++ b/.travis.yml-e @@ -0,0 +1,8 @@ +--- +language: python + +install: + - pip install ansible + +script: + - ansible-galaxy collection publish $(ansible-galaxy collection build|awk '{print $NF}') --api-key=${galaxy_api_key} diff --git a/galaxy.yml b/galaxy.yml index 9ef1a53..6435475 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ namespace: "robertdebock" name: "development_environment" description: Install everything you need to develop Ansible roles. -version: "2.0.18" +version: "2.0.19" readme: "README.md" authors: - "Robert de Bock" diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 715da0e..08748dc 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -91,6 +91,8 @@ git_repositories: dest: ansible-role-common - repo: ssh://git@github.com/robertdebock/ansible-role-container_docs.git dest: ansible-role-container_docs + - repo: ssh://git@github.com/robertdebock/ansible-role-consul.git + dest: ansible-role-consul - repo: ssh://git@github.com/robertdebock/ansible-role-core_dependencies.git dest: ansible-role-core_dependencies - repo: ssh://git@github.com/robertdebock/ansible-role-cron.git