Add general core server configuration

This commit is contained in:
2019-08-29 09:35:19 +00:00
parent af07610006
commit 6eacffce04
16 changed files with 329 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
# handlers file for /etc/ansible/roles/core
- name: restart ssh
service: name=ssh state=restarted