Skip to content

Commit

Permalink
move tailscale args to all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Jun 29, 2024
1 parent 9e1648c commit eb10663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ os_auditd_max_log_file_action: rotate
os_auditd_space_left: 500
os_auditd_space_left_action: suspend

# Tailscale
tailscale_args: "--accept-dns=false"

# Telegraf
telegraf_agent_package_state: latest
telegraf_agent_output:
Expand Down
1 change: 0 additions & 1 deletion group_vars/celerycluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ flower_broker_api: "https://flower:{{ rabbitmq_password_flower }}@{{ rabbitmq_ur
flower_broker_url: "amqp://flower:{{ rabbitmq_password_flower }}@{{ rabbitmq_url }}:5671/galaxy?ssl=true"

tailscale_authkey: "{{ tailacale_auth_key_usegalaxy_eu }}"
tailscale_args: "--accept-dns=false"

0 comments on commit eb10663

Please sign in to comment.