ansible/playbooks/root.yml

12 lines
193 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
---
2023-01-07 02:25:53 +01:00
- hosts:
- vm_network
- pve_network
vars:
root_shell: /bin/bash
root_password: "{{ vault_root_password }}"
roles:
- root_account
...