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