Stop installing openssh and rsync to containers

With fixing keystone role there should be no need in explicitly
installing rsync and openssh everywhere.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/889934
Change-Id: I25729462fa6be7953e8ef0687ec4580509c21aaf
This commit is contained in:
Dmitriy Rabotyagov 2023-07-28 13:06:06 +02:00 committed by Dmitriy Rabotyagov
parent caebffe51e
commit f1990a8887
3 changed files with 0 additions and 12 deletions

View File

@ -95,11 +95,3 @@
src: sudoers.j2
when:
- ansible_facts['pkg_mgr'] == 'dnf'
- name: Adjust sshd configuration in container
lineinfile:
dest: "{{ lxc_image_cache_path }}/etc/ssh/sshd_config"
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present
with_items: "{{ lxc_cache_sshd_configuration }}"

View File

@ -45,10 +45,8 @@ _lxc_cache_distro_packages:
- libxml2
- locales
- netbase
- openssh-server
- python3
- "{{ _lxc_cache_distro_libpython[ansible_facts['distribution_release'] | lower] }}"
- rsync # os_keystone runs serial=1 and uses rsync before the distro packages have been installed on all keystone targets
- sudo
- systemd
- systemd-sysv

View File

@ -43,12 +43,10 @@ _lxc_cache_distro_packages:
- iputils
- iproute
- libxml2
- openssh-server
- policycoreutils
- procps
- python3
- python3-libs
- rsync # os_keystone runs serial=1 and uses rsync before the distro packages have been installed on all keystone targets
- setup
- sudo
- systemd