|
20 | 20 | ANSIBLE_ANY_ERRORS_FATAL=false |
21 | 21 | ANSIBLE_STRATEGY=mitogen_linear |
22 | 22 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 23 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
23 | 24 | ansible -m shell -a whoami |
24 | 25 | {% for inv in ansible_inventory_sources %} |
25 | 26 | -i "{{ inv }}" |
|
36 | 37 | ANSIBLE_ANY_ERRORS_FATAL=false |
37 | 38 | ANSIBLE_STRATEGY=mitogen_linear |
38 | 39 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 40 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
39 | 41 | ansible -m shell -a whoami |
40 | 42 | {% for inv in ansible_inventory_sources %} |
41 | 43 | -i "{{ inv }}" |
|
60 | 62 | ANSIBLE_ANY_ERRORS_FATAL=false |
61 | 63 | ANSIBLE_STRATEGY=mitogen_linear |
62 | 64 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 65 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
63 | 66 | ansible -m shell -a whoami |
64 | 67 | {% for inv in ansible_inventory_sources %} |
65 | 68 | -i "{{ inv }}" |
|
76 | 79 | ANSIBLE_ANY_ERRORS_FATAL=false |
77 | 80 | ANSIBLE_STRATEGY=mitogen_linear |
78 | 81 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 82 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
79 | 83 | ansible -m shell -a whoami |
80 | 84 | {% for inv in ansible_inventory_sources %} |
81 | 85 | -i "{{ inv }}" |
|
100 | 104 | ANSIBLE_ANY_ERRORS_FATAL=false |
101 | 105 | ANSIBLE_STRATEGY=mitogen_linear |
102 | 106 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 107 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
103 | 108 | ansible -m shell -a whoami |
104 | 109 | {% for inv in ansible_inventory_sources %} |
105 | 110 | -i "{{ inv }}" |
|
116 | 121 | ANSIBLE_ANY_ERRORS_FATAL=false |
117 | 122 | ANSIBLE_STRATEGY=mitogen_linear |
118 | 123 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 124 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
119 | 125 | ansible -m shell -a whoami |
120 | 126 | {% for inv in ansible_inventory_sources %} |
121 | 127 | -i "{{ inv }}" |
|
145 | 151 | ANSIBLE_ANY_ERRORS_FATAL=false |
146 | 152 | ANSIBLE_STRATEGY=mitogen_linear |
147 | 153 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 154 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
148 | 155 | ansible -m shell -a whoami |
149 | 156 | {% for inv in ansible_inventory_sources %} |
150 | 157 | -i "{{ inv }}" |
|
161 | 168 | ANSIBLE_ANY_ERRORS_FATAL=false |
162 | 169 | ANSIBLE_STRATEGY=mitogen_linear |
163 | 170 | ANSIBLE_SSH_ARGS="-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" |
| 171 | + ANSIBLE_VERBOSITY="{{ ansible_verbosity }}" |
164 | 172 | ansible -m shell -a whoami |
165 | 173 | {% for inv in ansible_inventory_sources %} |
166 | 174 | -i "{{ inv }}" |
|
0 commit comments