Skip to content
Snippets Groups Projects
Commit 411d6945 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add packer ansible plugin

parent 0b7641c7
No related branches found
No related tags found
1 merge request!68Fix cinder error
Pipeline #9007 failed with stages
in 5 minutes and 34 seconds
...@@ -4,6 +4,10 @@ packer { ...@@ -4,6 +4,10 @@ packer {
version = "~> 1" version = "~> 1"
source = "github.com/hashicorp/openstack" source = "github.com/hashicorp/openstack"
} }
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
} }
} }
......
...@@ -4,6 +4,10 @@ packer { ...@@ -4,6 +4,10 @@ packer {
version = "~> 1" version = "~> 1"
source = "github.com/hashicorp/openstack" source = "github.com/hashicorp/openstack"
} }
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
} }
} }
......
...@@ -4,6 +4,10 @@ packer { ...@@ -4,6 +4,10 @@ packer {
version = "~> 1" version = "~> 1"
source = "github.com/hashicorp/openstack" source = "github.com/hashicorp/openstack"
} }
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
} }
} }
......
...@@ -4,6 +4,10 @@ packer { ...@@ -4,6 +4,10 @@ packer {
version = "~> 1" version = "~> 1"
source = "github.com/hashicorp/openstack" source = "github.com/hashicorp/openstack"
} }
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment