diff options
Diffstat (limited to 'playbooks/outbound.yml')
-rw-r--r-- | playbooks/outbound.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/outbound.yml b/playbooks/outbound.yml new file mode 100644 index 0000000..5867313 --- /dev/null +++ b/playbooks/outbound.yml @@ -0,0 +1,7 @@ +--- + +- name: outbound setup + hosts: outbound + become: true + roles: + - outbound |