]> 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 06:11:03 +0000 (08:11 +0200)
Let's add a `no_log: true` on the `cephadm registry-login` task.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml

index f32376e4b6e8c35528d016510968e7852297eccc..4580254cfe74f6518a497900dde4115c70fc06a5 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