feat(edge_vps): add vps playbook
This commit is contained in:
8
playbooks/vps.yaml
Normal file
8
playbooks/vps.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Set up VPS
|
||||
hosts: vps
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: edge_vps
|
||||
tags:
|
||||
- edge_vps
|
||||
Reference in New Issue
Block a user