Skip to content

Commit

Permalink
Update: remove unused variables "nginx_owner" and nginx_group" to avo…
Browse files Browse the repository at this point in the history
…id confusion.
  • Loading branch information
William-Yeh committed Mar 20, 2016
1 parent 4009315 commit 419107e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions 03-deploy/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
wordpress_path: "{{ wordpress_parent_path }}/wordpress"
wordpress_owner: www-data
wordpress_group: www-data
nginx_owner: nginx
nginx_group: nginx

tasks:
- name: ==> 0 - add host info
Expand Down
2 changes: 0 additions & 2 deletions 04-db/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
wordpress_path: "{{ wordpress_parent_path }}/wordpress"
wordpress_owner: www-data
wordpress_group: www-data
nginx_owner: nginx
nginx_group: nginx
mysql_root_password: secretsecret
wordpress_db_name: wordpress
wordpress_db_user: wordpressuser
Expand Down
2 changes: 0 additions & 2 deletions 05-success/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
wordpress_path: "{{ wordpress_parent_path }}/wordpress"
wordpress_owner: www-data
wordpress_group: www-data
nginx_owner: nginx
nginx_group: nginx
mysql_root_password: secretsecret
wordpress_db_name: wordpress
wordpress_db_user: wordpressuser
Expand Down
2 changes: 0 additions & 2 deletions 06-ci/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
wordpress_path: "{{ wordpress_parent_path }}/wordpress"
wordpress_owner: www-data
wordpress_group: www-data
nginx_owner: nginx
nginx_group: nginx
mysql_root_password: secretsecret
wordpress_db_name: wordpress
wordpress_db_user: wordpressuser
Expand Down
5 changes: 0 additions & 5 deletions 10-role/roles/nginx/defaults/main.yml

This file was deleted.

0 comments on commit 419107e

Please sign in to comment.