Giter Club home page Giter Club logo

terraform-aws-rancher-server's People

Contributors

greensheep avatar joshuajabbour avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

terraform-aws-rancher-server's Issues

Tag releases

Terraform supports git references, so if you tagged any updates to this source, users wouldn't need to fork the repo to prevent updates from affecting their infrastructure.

Example: source = "github.com/greensheep/terraform-aws-rancher-server?ref=tagName"

Setting the administrator password on a Windows instance

Hello,
My goal is to set the administrator password for my Windows 2012 R2 instance when deploying. I want to do that because i don't want the password to be generated using the pair key. I want the password so I can bootstrap some scripts into the Windows instance.
I was trying to bootstrap a powershell script by user_data field. The password doesn't change.
My script is:

netsh advfirewall firewall add rule name="WinRM in" protocol=TCP dir=in profile=any localport=5985 remoteip=any localip=any action=allow
$admin = [adsi]("WinNT://./administrator, user")
$admin.psbase.invoke("SetPassword", "${admin_password}")

Any ideas?
Thank you!

template_file.filename is deprecated

Getting the following error with Terraform 0.6.9:

* template_file.nginx_config: "filename": [DEPRECATED] Use the 'template' attribute instead.
* template_file.user_data: "filename": [DEPRECATED] Use the 'template' attribute instead.

I'll see if I can convert these to template attribute...

Support for rancher 2.x?

Title says it all - I was googling for a way to provision rancher in AWS and I found this but it looks like it's only for rancher 1.x.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.