summaryrefslogtreecommitdiffstats
path: root/docs/submodules/octopus
AgeCommit message (Expand)AuthorFilesLines
2017-07-31Update git submodulesulik1-0/+0
2017-07-20Update git submodulesUlrich Kleber1-0/+0
2017-07-05Update git submodulesAric Gardner1-0/+0
2017-06-29Update git submodulesUlrich Kleber1-0/+0
2017-06-29Update git submodulesUlrich Kleber1-0/+0
2017-06-27Update git submodulesUlrich Kleber1-0/+0
2017-06-22Update git submodulesUlrich Kleber1-0/+0
2017-06-09Update git submodulesUlrich Kleber1-0/+0
2017-06-09Update git submodulesUlrich Kleber1-0/+0
2017-06-04Update git submodulesulik1-0/+0
2017-04-13Update git submodulesTim Irnich1-0/+0
2017-03-23Updating HEAD's of submodulesShubhamRathi1-0/+0
2017-03-15Updating submodules & add openretrieverShubhamRathi1-0/+0
2017-01-11Add submodules and .gitmoduleShubhamRathi1-0/+0
an class="c1"># # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. --- - name: collect fuel node info command: fuel --json node register: fuel_node_output - name: import fuel json set_fact: fuel_nodes: "{{ fuel_node_output.stdout|from_json }}" - name: ssh to fuel and get fuel arch shell: