Allow ping and ssh by default.

This commit is contained in:
Egon Rijpkema 2018-09-26 15:33:28 +02:00
parent 75c3a5da4e
commit efd914de40
1 changed files with 4 additions and 0 deletions

View File

@ -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