Skip to content

Commit

Permalink
Fixing ce-deploy example.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed Jan 16, 2025
1 parent 07b9df8 commit 6c8e090
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/debian/user_deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ user_deploy:
utility_host: "localhost"
utility_username: "{{ _user_deploy_username }}"
sudo_config: {}
# Example config allowing for feature branching. Uncomment to use.
# Example config allowing for feature branching. Allows manipulation of NGINX vhosts and cron.d files.
# Uncomment to use.
# entity_name: "{{ _user_deploy_username }}"
# hosts: "ALL"
# operators: "(ALL)"
# tags: "NOPASSWD:"
# commands: "ALL"
# commands: "/usr/bin/systemctl reload nginx, /usr/bin/systemctl restart nginx, /usr/sbin/nginx -t, sudoedit /etc/nginx/sites-available, sudoedit /etc/nginx/sites-enabled, sudoedit /etc/cron.d"
# filename: "{{ _user_deploy_username }}"
# List of additional groups to add the user to.
groups:
Expand Down

0 comments on commit 6c8e090

Please sign in to comment.