sos-ci create-template.sh脚本分析

sos-ci git:(master) cat -n create-template.sh
     1    #!/bin/bash
     2    
     3    ansible-playbook --extra-vars "ansible_sudo_pass=LOCALHOST_PASS" sos-ci/ansible/create-tempest-template.yml -vvv#                                                                    

 

➜  sos-ci git:(master) cat -n sos-ci/ansible/create-tempest-template.yml
     1    ---
     2    
     3    - hosts: localhost
     4      become: yes
     5      gather_facts: yes
     6      connection: local
     7      roles:
     8        - tempest-template

posted @ 2019-07-24 16:05  kissrule  阅读(150)  评论(0编辑  收藏  举报