v0.1
This commit is contained in:
13
playbooks/configure_server-playbook.yaml
Normal file
13
playbooks/configure_server-playbook.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: New server configuration
|
||||
hosts: new_server
|
||||
become: yes
|
||||
roles:
|
||||
- base-tools
|
||||
- set-groups
|
||||
- set-users
|
||||
- postgres-install
|
||||
- postgres-init
|
||||
- docker-install
|
||||
- ssh
|
||||
- firewall
|
Reference in New Issue
Block a user