-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOPS-102 Generate Ansible Inventory #61
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7063a2 - Browse repository at this point
Copy the full SHA f7063a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5184e - Browse repository at this point
Copy the full SHA 2c5184eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7323d - Browse repository at this point
Copy the full SHA 8a7323dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463a78e - Browse repository at this point
Copy the full SHA 463a78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d50ee69 - Browse repository at this point
Copy the full SHA d50ee69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 225e0a3 - Browse repository at this point
Copy the full SHA 225e0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec80db5 - Browse repository at this point
Copy the full SHA ec80db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ea911 - Browse repository at this point
Copy the full SHA d7ea911View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6f1ad - Browse repository at this point
Copy the full SHA ec6f1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfed10 - Browse repository at this point
Copy the full SHA 9dfed10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf1829 - Browse repository at this point
Copy the full SHA 6bf1829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5e7c2 - Browse repository at this point
Copy the full SHA 2c5e7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c367b0 - Browse repository at this point
Copy the full SHA 5c367b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5011d59 - Browse repository at this point
Copy the full SHA 5011d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967d530 - Browse repository at this point
Copy the full SHA 967d530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c1ed6 - Browse repository at this point
Copy the full SHA 79c1ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for baf4397 - Browse repository at this point
Copy the full SHA baf4397View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0131b - Browse repository at this point
Copy the full SHA eb0131bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab00d8f - Browse repository at this point
Copy the full SHA ab00d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd52608 - Browse repository at this point
Copy the full SHA bd52608View commit details
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8aaedb0 - Browse repository at this point
Copy the full SHA 8aaedb0View commit details -
Introduce the common config (#40)
* feat: update .gitignore * feat: add base and test VMs * fix: update variable names to match existing scheme * feat: add missing terraform pre-commit * fix: update workflow * fix: re-add tflint
Configuration menu - View commit details
-
Copy full SHA for 81df9c4 - Browse repository at this point
Copy the full SHA 81df9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191f968 - Browse repository at this point
Copy the full SHA 191f968View commit details
Commits on Aug 20, 2021
-
Use forked Proxmox API and Terraform provider with HA container suppo…
…rt (#44) * Add script to manually install Proxmox plugin - Add Bash script to download and install forked version of Terraform Proxmox plugin - Add script to before_script stage of GitLab CI config - Update minimum Proxmox plugin version to ensure we get the newer forked plugin * Add Proxmox provider setup to GitHub CI * Use Bash to run Proxmox provider script Can't guarantee that permissions will be right to run the script directly. * Specify full local path to Proxmox provider script There's a default `working-directory` statement but I don't know if it's working. * Flail some more - Add an `ls` to see where this stuff is actually running * Fix Proxmox provider script name oh wow it really was that stupid wasn't it * Clone the Proxmox provider repo * Use HTTPS to clone repo * Remove check parameter for `terraform fmt` This causes GitHub action to fail when formatting changes are required. * Comment out version check for now The install process finds my fork of the plugin as version v0.0.0. Instead of making a new tag in the forked repo, just comment out the version for now. (Hopefully this works.) * Fix plugin path, required_providers * Run Proxmox plugin install with Bash in GitLab too * Fix GitHub pre-commit pipeline * Fix pre-commit complaining about my script lol * Make sure proxmox-api-go updates get installed * Use go get instead * Add hastate parameter to default container and VM * Clean Go module cache before installing * Specify proxmox-api-go version * Change plugin provider name * Remove extraneous step * Run terraform init in proxmox provider script * Remove -migrate-state parameter to terraform init It broke the custom provider location stuff * Try local terraform.d directory * Try the directory Terraform complains about * Revert to original module to test I want to see where the modules are being installed now... * Fix provider directory I forgot about a cd... * Cleanup directory location before creating * Try the plugin directory again * Re-add newer version requirement * Try the documented plugin dir again Also force the newer version again to make sure we're getting the modified plugin. * Fix working directory for pre-commit GitHub CI * fix: truthy on -> no * Also copy provider into module directories * Fix variable ordering * Probably fix module path * why u no work * no quotes doofus * NEWLINE Co-authored-by: Aaron Saderholm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e6785d - Browse repository at this point
Copy the full SHA 8e6785dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c36b11c - Browse repository at this point
Copy the full SHA c36b11cView commit details -
* Switch back to my fork for testing * Don't manually install my fork of proxmox-api-go * Switch back to upstream
Configuration menu - View commit details
-
Copy full SHA for f9250c1 - Browse repository at this point
Copy the full SHA f9250c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e02e6e - Browse repository at this point
Copy the full SHA 1e02e6eView commit details -
Be more specific regarding rules
Changes tested using CI linter at https://gitlab.magevent.net/magfest/bridges/-/ci/lint
Configuration menu - View commit details
-
Copy full SHA for 51c780a - Browse repository at this point
Copy the full SHA 51c780aView commit details -
Rsyslog-server base playbook (#41)
* feat: update .gitignore * feat: add base and test VMs * fix: update variable names to match existing scheme * feat: add missing terraform pre-commit * fix: update workflow * fix: re-add tflint * feat: add playbook for rsyslog * fix: move back to telmate proxmox provider * feat: add firewall rules and cron entry to compress logs
Configuration menu - View commit details
-
Copy full SHA for e53fba6 - Browse repository at this point
Copy the full SHA e53fba6View commit details -
Remove terraform provider script (#51)
* fix: remove now outdated script * fix: remove old pre-commit workflot option
Configuration menu - View commit details
-
Copy full SHA for 498a1a4 - Browse repository at this point
Copy the full SHA 498a1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1851795 - Browse repository at this point
Copy the full SHA 1851795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6e83d - Browse repository at this point
Copy the full SHA 5b6e83dView commit details -
Add rsyslog to common ubuntu role for all clients (#49)
* feat: add client rsyslog config * feat: update module to be a template * fix: update IP in vault
Configuration menu - View commit details
-
Copy full SHA for 3632c8a - Browse repository at this point
Copy the full SHA 3632c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e4c3c - Browse repository at this point
Copy the full SHA 44e4c3cView commit details -
Remove remnants of Terraform plugin hack (#58)
The script has been gone for a while, but both CI systems are still trying to run it.
Configuration menu - View commit details
-
Copy full SHA for 6d09eb7 - Browse repository at this point
Copy the full SHA 6d09eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4be91c - Browse repository at this point
Copy the full SHA a4be91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d02f7 - Browse repository at this point
Copy the full SHA 23d02f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ab57c - Browse repository at this point
Copy the full SHA 45ab57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2372a24 - Browse repository at this point
Copy the full SHA 2372a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2147cd - Browse repository at this point
Copy the full SHA e2147cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc2671 - Browse repository at this point
Copy the full SHA 7fc2671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd4d72 - Browse repository at this point
Copy the full SHA 6cd4d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4efad4 - Browse repository at this point
Copy the full SHA c4efad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a247f - Browse repository at this point
Copy the full SHA 41a247fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6e78b - Browse repository at this point
Copy the full SHA ea6e78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aae4f2 - Browse repository at this point
Copy the full SHA 1aae4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb181e5 - Browse repository at this point
Copy the full SHA fb181e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bde176 - Browse repository at this point
Copy the full SHA 2bde176View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe1d9a5 - Browse repository at this point
Copy the full SHA fe1d9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e80b2e - Browse repository at this point
Copy the full SHA 2e80b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab09d98 - Browse repository at this point
Copy the full SHA ab09d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a750392 - Browse repository at this point
Copy the full SHA a750392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830702d - Browse repository at this point
Copy the full SHA 830702dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6154b27 - Browse repository at this point
Copy the full SHA 6154b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a446a5 - Browse repository at this point
Copy the full SHA 9a446a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19de27c - Browse repository at this point
Copy the full SHA 19de27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1674760 - Browse repository at this point
Copy the full SHA 1674760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b081c9 - Browse repository at this point
Copy the full SHA 8b081c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e787a17 - Browse repository at this point
Copy the full SHA e787a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5c019 - Browse repository at this point
Copy the full SHA 0f5c019View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72bae5 - Browse repository at this point
Copy the full SHA d72bae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a96c21 - Browse repository at this point
Copy the full SHA 6a96c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3784685 - Browse repository at this point
Copy the full SHA 3784685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdacd3 - Browse repository at this point
Copy the full SHA 4bdacd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7e6c7 - Browse repository at this point
Copy the full SHA 0f7e6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e483d - Browse repository at this point
Copy the full SHA 18e483dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18fb916 - Browse repository at this point
Copy the full SHA 18fb916View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8af2a6 - Browse repository at this point
Copy the full SHA b8af2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673d51f - Browse repository at this point
Copy the full SHA 673d51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16929b4 - Browse repository at this point
Copy the full SHA 16929b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2dd956 - Browse repository at this point
Copy the full SHA a2dd956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55807d2 - Browse repository at this point
Copy the full SHA 55807d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b58b96 - Browse repository at this point
Copy the full SHA 8b58b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a8967 - Browse repository at this point
Copy the full SHA c6a8967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068e030 - Browse repository at this point
Copy the full SHA 068e030View commit details -
Configuration menu - View commit details
-
Copy full SHA for c540b08 - Browse repository at this point
Copy the full SHA c540b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744c692 - Browse repository at this point
Copy the full SHA 744c692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c379f - Browse repository at this point
Copy the full SHA 36c379fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6259bbf - Browse repository at this point
Copy the full SHA 6259bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92309f1 - Browse repository at this point
Copy the full SHA 92309f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797e6cd - Browse repository at this point
Copy the full SHA 797e6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08539cc - Browse repository at this point
Copy the full SHA 08539ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a240d9c - Browse repository at this point
Copy the full SHA a240d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e6ee6 - Browse repository at this point
Copy the full SHA e8e6ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9795f9a - Browse repository at this point
Copy the full SHA 9795f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7919d - Browse repository at this point
Copy the full SHA fa7919dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1bbd1 - Browse repository at this point
Copy the full SHA 1d1bbd1View commit details