diff --git a/deploy.yml b/deploy.yml index e6bcc9d..dd5b131 100644 --- a/deploy.yml +++ b/deploy.yml @@ -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' \ No newline at end of file + shell: sh -c 'ifdown eth0; ip addr flush dev eth0; ifup eth0' + \ No newline at end of file