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:
|
||||
- name: Common pre-tasks
|
||||
include: playbooks/common.yml
|
||||
tags: [ 'digitalocean', 'ec2', 'gce' ]
|
||||
tags: [ 'digitalocean', 'ec2', 'gce', 'pre' ]
|
||||
|
||||
- name: DigitalOcean pre-tasks
|
||||
include: playbooks/digitalocean.yml
|
||||
tags: [ 'digitalocean', 'ec2', 'gce' ]
|
||||
tags: [ 'digitalocean' ]
|
||||
|
||||
roles:
|
||||
- { role: security, tags: [ 'security' ] }
|
||||
|
@ -34,7 +34,6 @@
|
|||
- { role: ssh_tunneling, tags: [ 'ssh_tunneling' ] }
|
||||
- { role: vpn, tags: [ 'vpn' ] }
|
||||
|
||||
|
||||
handlers:
|
||||
- name: reload eth0
|
||||
shell: sh -c 'ifdown eth0; ip addr flush dev eth0; ifup eth0'
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
dependencies:
|
||||
- { role: common }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue