mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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
|
- name: Configure the server and install required software
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
|
tags: algo
|
||||||
vars_files:
|
vars_files:
|
||||||
- config.cfg
|
- config.cfg
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@
|
||||||
- name: Post-provisioning tasks
|
- name: Post-provisioning tasks
|
||||||
hosts: vpn-host
|
hosts: vpn-host
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
tags: algo
|
||||||
become: true
|
become: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- config.cfg
|
- config.cfg
|
||||||
|
@ -36,3 +38,4 @@
|
||||||
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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue