I’m running into an error I’ve never seen before. Here is the command and the error: $ ansible-playbook create_api.yml PLAY...
I’m using Ansible for some simple user management tasks with a small group of computers. Currently, I have my playbooks set to hosts: ...
-
May 21, 2022
- 0 Comments
I’m new to ansible and wonder how to do so as the following didn’t work ansible-playbook -i '10.0.0.1,' yada-yada.yml --tags 'loaddata' django_fixtures="tile_colors" Where ...
-
May 21, 2022
- 0 Comments