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
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.
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
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.