Azure SC-900

Read over it and takes notes here. https://learn.microsoft.com/en-us/credentials/certifications/exams/sc-900/

Ansible SEMAPHORE

azure-ansible/1-5-semaphore at main · spawnmarvel/azure-ansible · GitHub login docs Introduction – Semaphore Docs (ansible-semaphore.com)

Ansible WinRM manage vm (and RabbitMQ)

Repo azure-ansible/1-4-az-existing-windows-vm/readme.md at main · spawnmarvel/azure-ansible · GitHub We are simulating an existing vm not created by ansble, and managing it after created by someone. We set up from above repos We configured an inventory and ansible.cfg and pong’d it. All code is stored in the repos. Lets make a yml and create a folder […]

Configuring WinRM With HTTPS in azure virtual machine

Following post Configuring winRM in azure virtual machine with HTTPS/HTTP (techdiksha.com) Making repos azure-ansible/1-4-az-create-windows-vm/readme-existing-vm.md at main · spawnmarvel/azure-ansible · GitHub Test from a remote source Result

Apache: Generate CSR (Certificate Signing Request)

Apache: Generate CSR (Certificate Signing Request) | SSL Certificates – GoDaddy Help GB openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr Replace yourdomain with the domain name you’re securing. For example, if your domain name is coolexample.com, you would type coolexample.key and coolexample.csr. Open the CSR in a text editor and copy all […]

Ansible create windows vm

Azure Create a Windows virtual machine in Azure using Ansible | Microsoft Learn Code azure-ansible/1-4-az-create-windows-vm at main · spawnmarvel/azure-ansible (github.com) Result after running code from github Next, Configure the WinRM Listener. ConfigureRemotingForAnsible.ps1 removed from default branch? · Issue #81240 · ansible/ansible (github.com) oink Lets check the vm Vicuna Ok, lets delete all, since we added […]

Octopus

https://octopus.com/downloads Download server Get started Must make a license, but should be free, when expire. Free Next, C:\Octopus Set up with MQ SQL Express, is does not exists, would you like to create it. Install Finish Check db Done Start New project Env Login out and in. Continue project setup Hello world Octopus Deploy PS1 […]

Grafana Bash, then Ansible

Tutorial Build your first dashboard | Grafana documentation Add data source, Test data source To configure basic settings for the data source, complete the following steps: Code azure-ansibel/7-grafana at main · spawnmarvel/azure-ansibel · GitHub