Allow ping and ssh by default.
This commit is contained in:
parent
75c3a5da4e
commit
efd914de40
|
@ -22,6 +22,10 @@
|
|||
--dns-nameserver 8.8.8.8 vlan983_subnet
|
||||
- openstack flavor create --id 0 --vcpus 1 --ram 64 --disk 1 m1.nano
|
||||
- openstack keypair create --public-key /root/id_rsa.pub adminkey
|
||||
- openstack security group rule create --protocol icmp default
|
||||
- >
|
||||
openstack security group rule create default
|
||||
--protocol tcp --dst-port 22:22 --remote-ip 0.0.0.0/0
|
||||
- name: Install cirros image
|
||||
get_url:
|
||||
url: http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
|
||||
|
|
Loading…
Reference in New Issue