Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lee KIMBER
Ansible Droplet
Commits
c84def8a
Commit
c84def8a
authored
May 22, 2018
by
Florian Kempenich
Browse files
Fix typo
parent
62c1e0d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansible_droplet/ansible/create-droplet-playbook.yml
View file @
c84def8a
...
...
@@ -150,7 +150,7 @@
-
"
IP
=
{{
ansible_default_ipv4.address
}}"
-
"
User
=
{{
user_to_create_username
}}"
-
"
Password
=
{{
user_to_create_default_password
}}"
-
"
Glance
server
running
at:
http://
138.68.100.84
:61208"
-
"
Glance
server
running
at:
http://
{{
ansible_default_ipv4.address
}}
:61208"
-
"
"
-
"
You
can
now
ssh
to
the
droplet
with
`ssh
{{
droplet_name
}}`"
-
"
Don't
forget
to
change
the
default
password!"
setup.py
View file @
c84def8a
...
...
@@ -9,7 +9,7 @@ def readme():
setup
(
name
=
'ansible-droplet'
,
version
=
'0.3'
,
version
=
'0.3
.0.1
'
,
description
=
'A cli to Create / Destroy DigitalOcean Droplets'
,
long_description
=
readme
(),
keywords
=
'digitalocean digital ocean droplet ansible ssh provision'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment