Skip to content

Commit

Permalink
download roles as tar.gz (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 21, 2018
1 parent 56e078e commit d3562ba
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/source/preparing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Run Ansible

.. warning::

Make sure your ansible directory is not world-readable, otherwise the `ansible.cfg` file will not be read.
Make sure your Ansible directory is not world-readable, otherwise the `ansible.cfg` file will not be read.
See `Ansible Documentation <https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir>`_.

Fetch required roles/recipes from ansible-galaxy:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Configure ``Vagrantfile`` with another `Bento Box <https://app.vagrantup.com/ben
Alternative: use Vagrant without provisioning
---------------------------------------------

Use Vagrant without privisioning and just to setup a new VM::
Use Vagrant without provisioning and just to setup a new VM::

$ vagrant destroy -f # remove previous VM
$ vagrant up --no-provision # setup new VM
Expand Down
51 changes: 37 additions & 14 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
---

# miniconda from Ansible Galaxy
- src: andrewrothstein.miniconda
# miniconda
# ---------
# - src: andrewrothstein.miniconda
- src: https://github.com/andrewrothstein/ansible-miniconda/archive/v5.2.1.tar.gz
name: andrewrothstein.miniconda
# - src: andrewrothstein.bash
- src: https://github.com/andrewrothstein/ansible-bash/archive/v1.1.1.tar.gz
name: andrewrothstein.bash
# - src: andrewrothstein.unarchive-deps
- src: https://github.com/andrewrothstein/ansible-unarchive-deps/archive/v1.0.10.tar.gz
name: andrewrothstein.unarchive-deps

# epel
# ----
# Installs the EPEL repository (Extra Packages for Enterprise Linux) for RHEL/CentOS.
# https://github.com/geerlingguy/ansible-role-repo-epel
- src: geerlingguy.repo-epel
# - src: geerlingguy.repo-epel
- src: https://github.com/geerlingguy/ansible-role-repo-epel/archive/1.2.3.tar.gz
name: geerlingguy.repo-epel

# supervisor form Ansible Galaxy
- src: geerlingguy.supervisor
version: 2.0.2
#- src: https://github.com/geerlingguy/ansible-role-supervisor.git
# version: origin/master
# pip
# ---
# - src: geerlingguy.pip
# - src: https://github.com/geerlingguy/ansible-role-pip/archive/1.2.2.tar.gz
# name: geerlingguy.pip

# nginx form Ansible Galaxy
- src: geerlingguy.nginx
# supervisor
# ----------
# - src: geerlingguy.supervisor
- src: https://github.com/geerlingguy/ansible-role-supervisor/archive/2.0.2.tar.gz
name: geerlingguy.supervisor

# postgres from Ansible Galaxy
# - src: geerlingguy.postgresql
- src: ANXS.postgresql
# nginx
# -----
# - src: geerlingguy.nginx
- src: https://github.com/geerlingguy/ansible-role-nginx/archive/2.6.0.tar.gz
name: geerlingguy.nginx

# postgresql
# ----------
# - src: ANXS.postgresql
- src: https://github.com/ANXS/postgresql/archive/v1.10.1.tar.gz
name: ANXS.postgresql

0 comments on commit d3562ba

Please sign in to comment.