mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 16:47:06 +02:00
global tags
This commit is contained in:
parent
91688324ce
commit
9804df3728
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
- name: Configure the server and install required software
|
||||
hosts: localhost
|
||||
tags: algo
|
||||
vars_files:
|
||||
- config.cfg
|
||||
|
||||
|
@ -11,6 +12,7 @@
|
|||
- name: Post-provisioning tasks
|
||||
hosts: vpn-host
|
||||
gather_facts: false
|
||||
tags: algo
|
||||
become: true
|
||||
vars_files:
|
||||
- config.cfg
|
||||
|
@ -35,4 +37,5 @@
|
|||
|
||||
handlers:
|
||||
- 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'
|
||||
|
Loading…
Add table
Reference in a new issue