-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path41742.log
48 lines (33 loc) · 2.17 KB
/
41742.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Y [for SQL server test] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [127.0.0.1]
TASK [Creating a SQL server mySQL001] *****************************************
[WARNING]: Azure API profile latest does not define an entry for
SqlManagementClient
ok: [127.0.0.1]
TASK [Creating a SQL database myDB001] ****************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Error creating the SQL Database instance: 400 Client Error: Bad Request for url: https://management.azure.com/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/resourceGroups/myRG05/providers/Microsoft.Sql/servers/mySQL001/databases/myDB001?api-version=2014-04-01"}
to retry, use: --limit @/home/fred/task/41742/41742.retry
PLAY RECAP *********************************************************************
127.0.0.1 : ok=2 changed=0 unreachable=0 failed=1
fred@fred-Virtual-Machine:~/task/41742$ ansible-playbook 41742.yml
PLAY [for SQL server test] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [127.0.0.1]
TASK [create resource groupo] **************************************************
ok: [127.0.0.1]
TASK [Creating a SQL server fredsql001] ***************************************
[WARNING]: Azure API profile latest does not define an entry for
SqlManagementClient
ok: [127.0.0.1]
TASK [Creating a SQL database freddb001] **************************************
changed: [127.0.0.1]
PLAY RECAP *********************************************************************
127.0.0.1 : ok=4 changed=1 unreachable=0 failed=0
fred@fred-Virtual-Machine:~/task/41742$ ansible --version
ansible 2.5.3
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/fred/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]