diff --git a/.travis.yml b/.travis.yml index 2037f1d..68fef4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: +python: - "2.7" - "3.6" @@ -24,7 +24,7 @@ install: - ansible --version # Link github repo to ansible-galaxy name - - ln -s $PWD ../while-true-do.nginx + - ln -s $PWD ../while_true_do.nginx # Run the tests script: @@ -32,6 +32,8 @@ script: - tests/test-ansible.sh - chmod +x tests/test-spelling.sh - tests/test-spelling.sh + - chmod +x tests/test-whitespace.sh + - tests/test-whitespace.sh notifications: webhooks: diff --git a/README.md b/README.md index bb379b0..86ac508 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ This role is needed to setup nginx. ## Installation -Install from [Ansible Galaxy](https://galaxy.ansible.com/while-true-do/nginx) +Install from [Ansible Galaxy](https://galaxy.ansible.com/while_true_do/nginx) ``` -ansible-galaxy install while-true-do.nginx +ansible-galaxy install while_true_do.nginx ``` Install from [Github](https://github.com/while-true-do/ansible-role-nginx) ``` -git clone https://github.com/while-true-do/ansible-role-nginx.git while-true-do.nginx +git clone https://github.com/while-true-do/ansible-role-nginx.git while_true_do.nginx ``` ## Requirements @@ -38,7 +38,7 @@ Used Modules: This role depends on the below roles. You have to install them: -- [repo-epel](https://github.com/while-true-do/ansible-role-repo-epel) +- [while_true_do.repo_epel](https://github.com/while-true-do/ansible-role-repo-epel) ``` ansible-galaxy install -r requirements.yml @@ -97,17 +97,17 @@ wtd_nginx_proxy_cache_path: "" Simple Example: ```yaml -- hosts: servers +- hosts: servers roles: - - { role: while-true-do.nginx } + - { role: while_true_do.nginx } ``` Advanced Example: ```yaml -- hosts: servers +- hosts: servers roles: - - { role: while-true-do.nginx, wtd_nginx_worker_processes: "8", wtd_nginx_tcp_nopush: "on" } + - { role: while_true_do.nginx, wtd_nginx_worker_processes: "8", wtd_nginx_tcp_nopush: "on" } ``` ## Testing @@ -124,7 +124,7 @@ bash ./tests/test-ansible.sh ## Contribute / Bugs Thank you so much for considering to contribute. Every contribution helps us. -We are really happy, when somebody is joining the hard work. Please have a look +We are really happy, when somebody is joining the hard work. Please have a look at the links first. - [Contribution Guidelines](./docs/CONTRIBUTING.md) diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 19565f0..5681a38 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -1,7 +1,7 @@ # Code of Conduct | While True Do Code of Conduct -This guideline is only a snapshot. Please have a look [here](https://github.com/while-true-do/community/docs/) to check the latest version. +This guideline is only a snapshot. Please have a look [here](https://github.com/while-true-do/community/tree/master/docs) to check the latest version. ## Welcome @@ -32,7 +32,6 @@ Examples of behaviour that contributes to creating a positive environment: Examples of unacceptable behaviour by participants: - - The use of sexualized language or imagery and unwelcome sexual attention or advances - Trolling, insulting/derogatory comments, and personal or political attacks - Public or private harassment diff --git a/docs/COMMIT_TEMPLATE.md b/docs/COMMIT_TEMPLATE.md index 7c26738..04e62fd 100644 --- a/docs/COMMIT_TEMPLATE.md +++ b/docs/COMMIT_TEMPLATE.md @@ -1,8 +1,8 @@ ### Type of Report @@ -20,4 +22,4 @@ https://github.com/while-true-do/community/docs/CONTRIBUTING.md ### Attachments - + diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 127a7de..ccb6f45 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,30 @@ + # Subject of max. 50 characters + + ## Reference + + - Resolves: #12, #13 - See also: #33, #44 ## (Optional) People +