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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue