Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • C ceph-ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tang liyu
  • ceph-ansible
  • Repository
  • ceph-ansible
  • infrastructure-playbooks
  • cephadm-adopt.yml
Find file BlameHistoryPermalink
  • Alex Schultz's avatar
    Use ansible_facts · 56aac327
    Alex Schultz authored Mar 03, 2021
    It has come to our attention that using ansible_* vars that are
    populated with INJECT_FACTS_AS_VARS=True is not very performant.  In
    order to be able to support setting that to off, we need to update the
    references to use ansible_facts[<thing>] instead of ansible_<thing>.
    
    Related: ansible#73654
    Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1935406
    
    
    Signed-off-by: default avatarAlex Schultz <aschultz@redhat.com>
    (cherry picked from commit a7f2fa73)
    56aac327