playbooks: setup_server: uncomment server setup play
This commit is contained in:
parent
7bdbf243f2
commit
0e8cbe1fb4
1 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue