ansible-playbook test2.yml -e user=administrator -e 'item_path=C:\\Users\\Administrator\\Desktop\\test\\sample.txt' -e type=allow -e rights=FullControl -vvvv
Thursday, 2 January 2020
Passing windows path as EXTRA VARS in ansible
ansible-playbook test2.yml -e user=administrator -e 'item_path=C:\\Users\\Administrator\\Desktop\\test\\sample.txt' -e type=allow -e rights=FullControl -vvvv
Monday, 2 December 2019
Wednesday, 20 November 2019
Tuesday, 19 November 2019
continue executing the ansible playbook even if some of the tasks fail
ignore_errors: yes will continue executing the playbook even if some of the tasks failMonday, 18 November 2019
Friday, 15 November 2019
Sunday, 10 November 2019
Subscribe to:
Comments (Atom)
Git
1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...
-
https://github.com/crossplane-contrib
-
https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html
-
awk '{u=$2+$4; t=$2+$4+$5; if (NR==1){u1=u; t1=t;} else print ($2+$4-u1) * 100 / (t-t1) "%"; }' \ <(grep 'cpu ...