mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +02:00
Disable dependencies
This commit is contained in:
parent
f06e789753
commit
bd10bc051f
7 changed files with 2 additions and 19 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
|
||||
dependencies:
|
||||
- { role: common, tags: common }
|
||||
- role: dns_encryption
|
||||
tags: dns_encryption
|
||||
when: dns_encryption
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: common
|
||||
tags: common
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
|
||||
dependencies:
|
||||
- { role: common, tags: common }
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
|
||||
dependencies:
|
||||
- { role: common, tags: common }
|
||||
- role: dns_encryption
|
||||
tags: dns_encryption
|
||||
when: dns_encryption
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: common, tags: common }
|
|
@ -8,6 +8,7 @@
|
|||
- config.cfg
|
||||
|
||||
roles:
|
||||
- role: common
|
||||
- role: dns_adblocking
|
||||
when: algo_local_dns
|
||||
tags: dns_adblocking
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
- "configs/{{ inventory_hostname }}/config.yml"
|
||||
|
||||
roles:
|
||||
- role: common
|
||||
- role: ssh_tunneling
|
||||
when: algo_ssh_tunneling
|
||||
- role: wireguard
|
||||
|
|
Loading…
Add table
Reference in a new issue