15 lines
166 B
YAML
15 lines
166 B
YAML
---
|
|
|
|
- hosts: bitb0x
|
|
vars:
|
|
|
|
roles:
|
|
- install
|
|
- bitcoin
|
|
- config
|
|
|
|
tasks:
|
|
|
|
- name: Example from an Ansible Playbook
|
|
ansible.builtin.ping:
|