1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

/etc/iiab/iiab.ini: install / enabled -> ROLE_install / ROLE_enabled

This commit is contained in:
root 2021-04-29 15:03:29 -04:00
parent 004134e0eb
commit a07a684d13
35 changed files with 128 additions and 54 deletions

View file

@ -38,7 +38,9 @@
value: sshd
- option: description
value: '"Secure Shell daemon (typically implemented by openssh-server) for remote login using the ''ssh'' low-level protocol."'
- option: sshd_port
value: "{{ sshd_port }}"
- option: sshd_install
value: "{{ sshd_install }}"
- option: sshd_enabled
value: "{{ sshd_enabled }}"
- option: sshd_port
value: "{{ sshd_port }}"