Update SSH port
This commit is contained in:
parent
ce8ca61afa
commit
1fb6bdfb79
|
@ -1,4 +1,6 @@
|
|||
all:
|
||||
hosts:
|
||||
178.62.51.101:
|
||||
ansible_ssh_user: root
|
||||
vars:
|
||||
ansible_ssh_port: 2849
|
||||
ansible_ssh_user: root
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue