Answer the question
In order to leave comments, you need to log in
How to separate x32 and x64 OS in playbook?
There is a program distributed in packages, without a repository.
Now installed from the playbook like this:
- name: Install package
command: dpkg -i /mnt/setup/64/{{item}}
with_items:
- programm_common_amd64.deb
- programm-server_amd64.deb
- programm-client_amd64.deb
Answer the question
In order to leave comments, you need to log in
You can expand it like this, I hope the tabs themselves do not cause you any difficulties...
https://codepen.io/aliencash/pen/PLNbPp?editors=1100
So just look at the variables from the output ansible myhost -m setup
. Somewhere there is the version of the system and the bit depth and the version of the distribution kit and a bunch of everything.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question