Skip to content

Commit

Permalink
other servers
Browse files Browse the repository at this point in the history
  • Loading branch information
waal70 committed Dec 17, 2023
1 parent 67ef243 commit 518b300
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions playbook.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
- name: Setup Proxmox VE over standard Debian bookworm
hosts: proxmox_servers
become: yes
roles:
- common
- log2ram
- pve

# - name: Setup Samba based ad-dc over standard Debian bookworm
# hosts: samba_ad_dc_servers
# - name: Setup Proxmox VE over standard Debian bookworm
# hosts: proxmox_servers
# become: yes
# roles:
# - common
# - log2ram
# - samba-ad-dc
# - pve

- name: Setup Samba based ad-dc over standard Debian bookworm
hosts: samba_ad_dc_servers
become: yes
roles:
- common
- log2ram
- samba-ad-dc

# - name: Test stuff
# hosts: testonly
Expand Down

0 comments on commit 518b300

Please sign in to comment.