Ansible/init.yml

16 lines
357 B
YAML
Raw Permalink Normal View History

2022-05-25 23:24:56 +00:00
---
- hosts: all
gather_facts: no
tasks:
- name: Add unprovisioned vars
include_vars:
file: inventory/vars/unprovisioned.yaml
- name: Wait for hosts
ansible.builtin.wait_for_connection:
timeout: 60
- name: Gathering facts
setup:
- name: Provision users
include_role:
name: user-provision