Azure bugfixes
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
secedit /export /cfg C:\secpol.cfg
|
||||
(gc C:\secpol.cfg).replace("PasswordComplexity = 1", "PasswordComplexity = 0") | Out-File C:\secpol.cfg
|
||||
secedit /configure /db C:\Windows\security\local.sdb /cfg C:\secpol.cfg /areas SECURITYPOLICY
|
||||
rm -force C:\secpol.cfg -confirm:$false
|
||||
net user ansible Ansible123 /add /y
|
||||
net localgroup administrators ansible /add
|
||||
net user vagrant vagrant
|
||||
powershell.exe -c "Set-NetConnectionProfile -InterfaceAlias Ethernet -NetworkCategory Private"
|
||||
Enable-PSRemoting -Force
|
||||
winrm quickconfig -q
|
||||
|
||||
@@ -2,5 +2,5 @@ locals {
|
||||
fleet_url = "https://${azurerm_public_ip.logger-publicip.ip_address}:8412"
|
||||
splunk_url = "https://${azurerm_public_ip.logger-publicip.ip_address}:8000"
|
||||
ata_url = "https://${azurerm_public_ip.wef-publicip.ip_address}"
|
||||
guacamole_url = "https://${azurerm_public_ip.wef-publicip.ip_address}:8080/guacamole"
|
||||
guacamole_url = "http://${azurerm_public_ip.logger-publicip.ip_address}:8080/guacamole"
|
||||
}
|
||||
Reference in New Issue
Block a user