blob: 9b5bbee90256435accb378026b55390e8e0c24f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
- name: setup variables
hosts: "{{ hostname }}"
gather_facts: no
tasks:
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- import_playbook: ../common/cloud-install.yml
|