JianHao | ce45e04 | 2017-01-16 11:06:29 +0000 | [diff] [blame^] | 1 | --- |
| 2 | - hosts: {{ instance_name }} |
| 3 | connection: ssh |
| 4 | user: ubuntu |
| 5 | sudo: yes |
| 6 | gather_facts: no |
| 7 | tasks: |
| 8 | |
| 9 | vars: |
| 10 | - tenant_message: "{{ tenant_message }}" |
| 11 | |
| 12 | # - name: Write message |
| 13 | # shell: echo "{{ tenant_message }}" > /var/tmp/index.html |
| 14 | # |
| 15 | # - name: setup s1u interface config |
| 16 | # shell: ./start_3gpp_int.sh eth1 {{ s1u_sgw_tag }} {{ s1u_sgw_ip }}/24 |
| 17 | # |
| 18 | # - name: setup s11 interface config |
| 19 | # shell: ./start_3gpp_int.sh eth2 {{ s11_sgw_tag }} {{ s11_sgw_ip }}/24 |
| 20 | # |
| 21 | # - name: setup s5s8 interface config |
| 22 | # shell: ./start_3gpp_int.sh eth3 {{ s5s8_sgw_tag }} {{ s5s8_sgw_ip }}/24 |
| 23 | |
| 24 | # roles: |
| 25 | # - install_apache |
| 26 | # - create_index |
| 27 | |