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