]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cephadm-adopt: add no_log: true
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 21 Sep 2021 08:41:53 +0000 (10:41 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 28 Sep 2021 19:15:02 +0000 (21:15 +0200)
Let's add a `no_log: true` on the `cephadm registry-login` task.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0a3b916ee75277e14358af9e8a8aff4ffa194ee6)

infrastructure-playbooks/cephadm-adopt.yml

index 1bf97dc3af69085f9bff53ce13e05974cea37cf8..59cbab2128f0f0a3fec6e95bd5ad18e690c7e383 100644 (file)
     - name: set container registry info
       command: "{{ ceph_cmd }} cephadm registry-login {{ ceph_docker_registry }} {{ ceph_docker_registry_username }} {{ ceph_docker_registry_password }}"
       changed_when: false
+      no_log: true
       run_once: true
       delegate_to: '{{ groups[mon_group_name][0] }}'
       when: ceph_docker_registry_auth | bool