Ansible Custom Facts |

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 12

  • @techbeatly
    @techbeatly  3 года назад +1

    Ansible Full Course Playlist : ruclips.net/video/K4wGqwS2RLw/видео.html

  • @alwaha4283
    @alwaha4283 2 года назад +2

    very helpful. tnx

    • @gineesh
      @gineesh 2 года назад

      Thank you. Glad to hear that.

  • @Aneez004
    @Aneez004 3 года назад +1

    Could you do a demo on a more practical use case? For this case, we can simply define our own variables, right? instead of injecting custom facts into managed nodes

    • @gineesh
      @gineesh 3 года назад

      1. Yes, we will have more real-life use cases in the series later.
      2. Facts are somewhat different from variables. Facts are fixed items (like system details) which you can refer for your playbook decisions.

    • @techbeatly
      @techbeatly  3 года назад

      Check Ansible Real Life Use case here
      techbeatly.com/ansible-real-life

    • @kaushikseetharam8428
      @kaushikseetharam8428 2 года назад +1

      I agree with Gineesh.
      Facts are customized more than a system variable I would use custom facts to keep a record of the
      1) Application being hosted on the server
      2) Business module
      3) Business criticality: Mission critical/Non mission critical
      4) The type of environment
      and many other facts relating to the application hosted.

    • @techbeatly
      @techbeatly  2 года назад

      🤝

  • @vaibhavthakur3230
    @vaibhavthakur3230 3 года назад

    Sir it is not necessary to have execute permission on custom fact file right? :-) please reply

    • @techbeatly
      @techbeatly  3 года назад +1

      Custom fact file is a simple text file. no need execute permission. (as per my understanding)

    • @vaibhavthakur3230
      @vaibhavthakur3230 3 года назад +2

      @@techbeatly yes you are right use,I've searched about it thanks for the reply :)

    • @techbeatly
      @techbeatly  3 года назад

      😉🤝