11 lines
193 B
YAML
Executable file
11 lines
193 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- vm_network
|
|
- pve_network
|
|
vars:
|
|
root_shell: /bin/bash
|
|
root_password: "{{ vault_root_password }}"
|
|
roles:
|
|
- root_account
|
|
...
|