Disable dependencies

This commit is contained in:
Jack Ivanov 2018-07-11 18:55:41 +03:00
parent f06e789753
commit bd10bc051f
7 changed files with 2 additions and 19 deletions

View file

@ -1,7 +0,0 @@
---
dependencies:
- { role: common, tags: common }
- role: dns_encryption
tags: dns_encryption
when: dns_encryption

View file

@ -1,4 +0,0 @@
---
dependencies:
- role: common
tags: common

View file

@ -1,4 +0,0 @@
---
dependencies:
- { role: common, tags: common }

View file

@ -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

View file

@ -1,3 +0,0 @@
---
dependencies:
- { role: common, tags: common }

View file

@ -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

View file

@ -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