Merge pull request #92 from alxwr/master
Test config before applying it
This commit is contained in:
commit
c964121b54
@ -12,6 +12,7 @@ sshd_config:
|
|||||||
- user: {{ openssh.sshd_config_user }}
|
- user: {{ openssh.sshd_config_user }}
|
||||||
- group: {{ openssh.sshd_config_group }}
|
- group: {{ openssh.sshd_config_group }}
|
||||||
- mode: {{ openssh.sshd_config_mode }}
|
- mode: {{ openssh.sshd_config_mode }}
|
||||||
|
- check_cmd: {{ openssh.sshd_binary }} -t -f
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: {{ openssh.service }}
|
- service: {{ openssh.service }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
openssh:
|
openssh:
|
||||||
sshd_enable: True
|
sshd_enable: True
|
||||||
|
sshd_binary: /usr/sbin/sshd
|
||||||
sshd_config: /etc/ssh/sshd_config
|
sshd_config: /etc/ssh/sshd_config
|
||||||
sshd_config_src: salt://openssh/files/sshd_config
|
sshd_config_src: salt://openssh/files/sshd_config
|
||||||
sshd_config_user: root
|
sshd_config_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user