7 lines
90 B
YAML
7 lines
90 B
YAML
---
|
|
- name: Install bastion host
|
|
hosts: localhost
|
|
roles:
|
|
- bastion
|
|
become: true
|