mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
move to tags #80
This commit is contained in:
parent
aa4dcc31d4
commit
d9441b236a
2 changed files with 6 additions and 6 deletions
|
@ -20,11 +20,11 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Common pre-tasks
|
- name: Common pre-tasks
|
||||||
include: playbooks/common.yml
|
include: playbooks/common.yml
|
||||||
tags: [ 'digitalocean', 'ec2', 'gce' ]
|
tags: [ 'digitalocean', 'ec2', 'gce', 'pre' ]
|
||||||
|
|
||||||
- name: DigitalOcean pre-tasks
|
- name: DigitalOcean pre-tasks
|
||||||
include: playbooks/digitalocean.yml
|
include: playbooks/digitalocean.yml
|
||||||
tags: [ 'digitalocean', 'ec2', 'gce' ]
|
tags: [ 'digitalocean' ]
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: security, tags: [ 'security' ] }
|
- { role: security, tags: [ 'security' ] }
|
||||||
|
@ -32,10 +32,9 @@
|
||||||
- { role: dns_adblocking, tags: ['dns', 'adblock' ] }
|
- { role: dns_adblocking, tags: ['dns', 'adblock' ] }
|
||||||
- { role: logging, tags: [ 'logging' ] }
|
- { role: logging, tags: [ 'logging' ] }
|
||||||
- { role: ssh_tunneling, tags: [ 'ssh_tunneling' ] }
|
- { role: ssh_tunneling, tags: [ 'ssh_tunneling' ] }
|
||||||
- { role: vpn, tags: [ 'vpn' ] }
|
- { role: vpn, tags: [ 'vpn' ] }
|
||||||
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: reload eth0
|
- name: reload eth0
|
||||||
shell: sh -c 'ifdown eth0; ip addr flush dev eth0; ifup eth0'
|
shell: sh -c 'ifdown eth0; ip addr flush dev eth0; ifup eth0'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- { role: common }
|
- { role: common }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue