Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Questions are not from any actual exam!!! | |
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl | |
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"] | |
Once the job has completed, check the logs to and export the result to pi-result.txt. | |
Solution: |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of