Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

extract nginx role in line with #39 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattrasband
Copy link
Contributor

Along with the idea of #39 - this is the first extracted role, nginx. A fresh server would be best to set up since this now names the sites (dict key value), instead of just grabbing the first domain name.

Note the new readme additions!

@mattrasband mattrasband requested a review from ovv July 20, 2017 05:48
retry_files_enabled = False
roles_path = ./roles/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Member

@ovv ovv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try to leverage git submodules ?

So when cloning the repo all roles are cloned too ?


## Testing

Tests are run via Travis CI's `.travis.yml`. Unit tests can be manually via docker with:

$ docker run -t -i -v ${PWD}:/data geerlingguy/docker-ubuntu1604-ansible /data/run_tests.sh
```bash
$ docker run -t -i -v ${PWD}:/data geerlingguy/docker-ubuntu1604-ansible /data/run_tests.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should also provide the command for testing on debian 9

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this is just a reformatting of what is already there to be explicit with the language. As the roles break out of here, I think this loses value and each role is responsible for its own testing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants