Skip to content

Commit

Permalink
Update the documentation in nginxplus.yml
Browse files Browse the repository at this point in the history
 Co-authored-by: Alicia Cozine <[email protected]>
  • Loading branch information
Beck-Davis committed Dec 19, 2024
1 parent 0f296e4 commit 3de179c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions playbooks/nginxplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# you MUST run this playbook on a single host with '--limit' for example `ansible-playbook -v --limit lib-adc2.princeton.edu playbooks/nginxplus.yml`
# to update the second load-balancer, switch which adc# host is currently active, then run the playbook on the second (formerly active, now inactive) host
# to update configuration for existing sites, run with '-t update_conf' for example `ansible-playbook -v --limit lib-adc2.princeton.edu playbooks/nginxplus.yml -t update_conf`
# if you want to remove obsolete config files, you must pass '-e nginx_cleanup_config=true'
# note that this will delete the entire config directory
# to remove obsolete config files, you cannot use the update_conf tag AND you must pass '-e nginx_cleanup_config=true'
# note that this will delete the entire config directory, this is why you must run the full playbook and not use tags
# To find the active load-balancer ssh onto a machine and run `ip a |grep 146` the active one will display `inet 128.112.203.146/32 scope global eno1`

- name: update loadbalancer configuration
Expand Down
2 changes: 1 addition & 1 deletion roles/nginxplus/tasks/conf/cleanup-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "Setup: Remove NGINX configuration files"
file:
ansible.builtin.file:
path: "{{ item }}"
state: absent
with_items:
Expand Down

0 comments on commit 3de179c

Please sign in to comment.