#7: How to Encrypt Files using Ansible Vault | Ansible Playbook | Ansible Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 2

  • @vinvvinv7460
    @vinvvinv7460 Рік тому +1

    HI can you please explain the writing/structure of Ansible & Terraform in a simple manner or in a layman terms like where to add spaces, hyphens, what is variable, etc it's a bit confusing ... please it's a request, do reply

    • @AComputerGuru
      @AComputerGuru  Рік тому

      I would suggest you to learn some basic yaml as indentation is very important in yaml. ideally you leave two space as you can see in my playbooks and variable is nothing but storing a value which you can use it repeatedly in your playbook when required. so you can follow the syntax/method that ansible uses for various types of variable declaration/usage.