Browse Community
Help
Log In
Responses(2)
Solutions(0)
Flo_csI
2 Intern
•
167 Posts
0
December 14th, 2020 00:00
Hi @bluegopher206 ,
The easiest to begin is to have one file with your variables and one with your task with you can run with:
ansible-playbook -vv --extra-vars @vars.txt task.yaml
What are you trying to do exactly ? Maybe I can get you a working example.
bmcfeeters
1 Rookie
72 Posts
December 14th, 2020 09:00
Hi Bluegopher206,
To understand more about how Ansible works and how to run playbooks these sites may be useful...
https://www.ansible.com/resources/webinars-training/introduction-to-ansiblehttps://www.jeffgeerling.com/project/ansible-101-youtube-serieshttps://app.pluralsight.com/paths/skills/configuration-management-using-ansible
This GitHub repository also contains playbook examples and sampleshttps://github.com/dell/ansible-storage-automation
Although we don't have any Unity specific examples yet (coming soon) the playbook syntax for communication/connectivity is similar across all of our storage platform modules.
ThanksBryan
Dell Support Resources
View All
Top
Flo_csI
2 Intern
•
167 Posts
0
December 14th, 2020 00:00
Hi @bluegopher206 ,
The easiest to begin is to have one file with your variables and one with your task with you can run with:
ansible-playbook -vv --extra-vars @vars.txt task.yaml
What are you trying to do exactly ? Maybe I can get you a working example.
bmcfeeters
1 Rookie
•
72 Posts
0
December 14th, 2020 09:00
Hi Bluegopher206,
To understand more about how Ansible works and how to run playbooks these sites may be useful...
https://www.ansible.com/resources/webinars-training/introduction-to-ansible
https://www.jeffgeerling.com/project/ansible-101-youtube-series
https://app.pluralsight.com/paths/skills/configuration-management-using-ansible
This GitHub repository also contains playbook examples and samples
https://github.com/dell/ansible-storage-automation
Although we don't have any Unity specific examples yet (coming soon) the playbook syntax for communication/connectivity is similar across all of our storage platform modules.
Thanks
Bryan