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
# hosts: almalinux-root
# become: yes
# roles:
# - firewalld
# - dnf_tools
# - docker
# - create_user_with_root
---
- name: Server setup with roles
hosts: almalinux-root
become: yes
roles:
- firewalld
- dnf_tools
- docker
- create_user_with_root
- name: Create directus with database
hosts: vps