f5248e88d9
* bootstrap rolle hinzugefügt * playbook bootstrap + master angepasst
9 lines
115 B
YAML
9 lines
115 B
YAML
---
|
|
- name: Verify
|
|
hosts: all
|
|
become: no
|
|
gather_facts: yes
|
|
|
|
tasks:
|
|
- name: test connection
|
|
ping:
|