Update SSH port

This commit is contained in:
Oliver Davies 2020-05-20 21:10:16 +01:00
parent ce8ca61afa
commit 1fb6bdfb79
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,6 @@
all:
hosts:
178.62.51.101:
ansible_ssh_user: root
vars:
ansible_ssh_port: 2849
ansible_ssh_user: root

View file

@ -1,5 +1,12 @@
---
security_ssh_permit_root_login: 'yes'
security_ssh_port: 2849
firewall_allowed_tcp_ports:
- 80
- 443
- 2849
- 22
php_default_version_debian: '{{ php_version }}'
php_enable_php_fpm: true