playbooks: setup_server: uncomment server setup play

This commit is contained in:
Jan Völkel 2025-03-22 21:28:31 +01:00
parent 7bdbf243f2
commit 0e8cbe1fb4
Signed by: Jan Völkel
SSH key fingerprint: SHA256:adl1xwySHDTNcPt/f+Y8np42DFn8wbykFk3KWvbZWXk

View file

@ -1,12 +1,12 @@
# --- ---
# - name: Server setup with roles - name: Server setup with roles
# hosts: almalinux-root hosts: almalinux-root
# become: yes become: yes
# roles: roles:
# - firewalld - firewalld
# - dnf_tools - dnf_tools
# - docker - docker
# - create_user_with_root - create_user_with_root
- name: Create directus with database - name: Create directus with database
hosts: vps hosts: vps