mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +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:
|
dependencies:
|
||||||
- { role: common, tags: common }
|
|
||||||
- role: dns_encryption
|
- role: dns_encryption
|
||||||
tags: dns_encryption
|
tags: dns_encryption
|
||||||
when: dns_encryption
|
when: dns_encryption
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
dependencies:
|
|
||||||
- { role: common, tags: common }
|
|
|
@ -8,6 +8,7 @@
|
||||||
- config.cfg
|
- config.cfg
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: common
|
||||||
- role: dns_adblocking
|
- role: dns_adblocking
|
||||||
when: algo_local_dns
|
when: algo_local_dns
|
||||||
tags: dns_adblocking
|
tags: dns_adblocking
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
- "configs/{{ inventory_hostname }}/config.yml"
|
- "configs/{{ inventory_hostname }}/config.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: common
|
||||||
- role: ssh_tunneling
|
- role: ssh_tunneling
|
||||||
when: algo_ssh_tunneling
|
when: algo_ssh_tunneling
|
||||||
- role: wireguard
|
- role: wireguard
|
||||||
|
|
Loading…
Add table
Reference in a new issue