--- # Lightweight update deploy — runs in ~60s. # Use this for every code push after the initial site.yml run. # # Usage: # ansible-playbook -i inventory.ini deploy.yml --ask-vault-pass - name: Deploy DRB update hosts: drb become: true vars_files: - vault.yml roles: - deploy