9 lines
239 B
YAML
9 lines
239 B
YAML
---
|
|
- name: setup external infrastructure
|
|
hosts: external
|
|
gather_facts: false
|
|
vars_files: ../inventory/vault.yml
|
|
tasks:
|
|
- include_vars: ../inventory/vault.yml
|
|
|
|
- ansible.builtin.import_playbook: nullified.infrastructure.server
|