Skip to content

Commit

Permalink
chore: rearrange plays for tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Feb 3, 2024
1 parent 5ca1b53 commit 43a4a49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Tailscale - Connect
- name: Tailscale - Connect to Tailscale Network
hosts: '{{ variable_host | default("null") }}'
become: true
gather_facts: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Tailscale - Start SSH
- name: Tailscale - Connect to Tailscale Network with inbound SSH enabled
hosts: '{{ variable_host | default("null") }}'
become: true
gather_facts: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Tailscale - Issue Cert
- name: Tailscale - Add Cert for Tailscale Network (https access)
hosts: '{{ variable_host | default("null") }}'
become: true
gather_facts: false
Expand Down
2 changes: 1 addition & 1 deletion ansible/play-any--tailscale-8-rm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Tailscale - Connect
- name: Tailscale - Remove Old Hosts
hosts: localhost
gather_facts: false
vars:
Expand Down
2 changes: 1 addition & 1 deletion ansible/play-any--tailscale-9-down.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Tailscale - Disconnect
- name: Tailscale - Disconnect from Tailscale Network
hosts: '{{ variable_host | default("null") }}'
become: true
gather_facts: true
Expand Down

0 comments on commit 43a4a49

Please sign in to comment.