infra-nimbus/ansible/bootstrap-macos.yml
Arthur Koziel 7f80f68804 add macos beacon nodes
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
2021-09-24 12:29:28 +02:00

18 lines
330 B
YAML

---
- name: Verify Ansible versions
hosts: all
tags: always
become: false
run_once: true
gather_facts: false
tasks:
- local_action: command ./versioncheck.py
changed_when: false
- name: Bootstrap macOS hosts
become: true
remote_user: administrator
hosts: all
roles:
- infra-role-bootstrap-macos