Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Apr 25, 2020
1 parent 24cef8b commit d84c5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# artis3n.tailscale

[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/artis3n/ansible-role-tailscale/CI Tests/master)](https://github.com/artis3n/ansible-role-tailscale/actions)
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/artis3n/ansible-role-tailscale?include_prereleases)](https://github.com/artis3n/ansible-role-tailscale/releases)
![GitHub last commit](https://img.shields.io/github/last-commit/artis3n/ansible-role-tailscale)
![GitHub](https://img.shields.io/github/license/artis3n/ansible-role-tailscale)
Expand Down Expand Up @@ -118,7 +119,7 @@ Pass arbitrary command-line arguments:
include_role:
name: artis3n.tailscale
vars:
tailscale_args: "-accept-routes=false -advertise-routes={{ subnet_blocks | join(',') }}"
tailscale_args: "--accept-routes=false --advertise-routes={{ subnet_blocks | join(',') }}"
# Fake example encrypted by ansible-vault
tailscale_auth_key: !vault |
$ANSIBLE_VAULT;1.2;AES256;tailscale
Expand Down

0 comments on commit d84c5fe

Please sign in to comment.