Merge "Ensure that SSHD is installed, enabled and running"

This commit is contained in:
Zuul 2018-09-16 16:18:21 +00:00 committed by Gerrit Code Review
commit 82517cb7c4
4 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Enable SSHD
systemd:
name: sshd
state: started
enabled: yes
masked: no
daemon_reload: yes
- name: Generate the keystone system user ssh key
user:
name: "{{ keystone_system_user_name }}"

View File

@ -18,6 +18,7 @@ keystone_distro_packages:
- cronie
- cronie-anacron
- git
- openssh-server
- rsync
keystone_devel_distro_packages:

View File

@ -18,6 +18,7 @@ keystone_distro_packages:
- ca-certificates
- cronie
- git-core
- openssh
- rsync
keystone_devel_distro_packages:

View File

@ -17,6 +17,7 @@ cache_timeout: 600
keystone_distro_packages:
- git
- openssh-server
- rsync
keystone_devel_distro_packages: