aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/proxmox.yml
blob: 9c449a4e6d2f70ee18660c213c4a47f2265e56ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- name: configure proxmox hypervisor
  hosts: proxmox_hypervisors
  gather_facts: yes
  roles:
    - role: root_password
      tags: root_password

    - role: root_authorized_keys
      tags: ssh,authorized_keys

    - role: journald
      tags: journald

    - role: hostname
      tags: hostname

    - role: timezone
      tags: timezone

    - role: proxmox_hypervisor
      tags: proxmox,pve