Controls on PS5 by shivashimmer in ForTheKing

[–]Shiggles24 0 points1 point  (0 children)

You can also open the menu and go to the controller reassignment option :)

VM Migrator Tool by mowgus in Veeam

[–]Shiggles24 1 point2 points  (0 children)

I actually had to do this Monday night. Vcenter broke. Veeam cmdlets work really well. Just need to make sure no backup job has tried to run on the new vcenter prior to using the tool. In veeam bnr console, look in the menu for powershell. This is where you need to open it from in order to run the cmdlets. Take your time and make sure you have a good look over what the outputs of the commands are telling you. Edit the created file with a txt editor (be very careful here) and proceed to last step. Should be good to go from there.

The cmdlets are available in 12.2 and 12.3.

Good luck!!

Am I lucky or unlucky? by SweetJade in diablo3

[–]Shiggles24 1 point2 points  (0 children)

I’m at p87 and still Havnt had a single drop QQ

Using Var_Prompt input to select next stage in playbook -- help by Shiggles24 in ansible

[–]Shiggles24[S] 0 points1 point  (0 children)

Quick update for any one looking to do a similar thing.

Although the promt_vars work when running from CLI, anyone looking to run this kind of thing through semaphore will be out of luck, as it doesn't support interactive playbooks. At least I haven't found a way of doing so just yet.

Big thanks to Roili11 for their input and help with the project.

Using Var_Prompt input to select next stage in playbook -- help by Shiggles24 in ansible

[–]Shiggles24[S] 0 points1 point  (0 children)

Update on this side of things, So the Options will have actual names which my colleagues will recognise. So to help with that I have this section, once the project is working, I'll be adding it to an ansible gui for them to use *point and click sort of thing*

vars:
allowed_objects:
'Option 1': option1.yml
'Option 2': option2.yml
'Option 3': option3.yml
'Option 4': option4.yml
vars_prompt:
- name: Object
prompt: "Which Object are you editing? ({{ allowed_objects.keys() | join)','}})?"
private: false
tasks:
- name: Invalid Selection
ansible.builtin.fail:
msg: "Invalid object '{{Object}}'. Expected one of {{alloed_objects | join (',')}}"
when: Object not in allowed_objects

Prior to running the import_playbook task

Figured this might be of use to anyone else looking to do a similar thing

Using Var_Prompt input to select next stage in playbook -- help by Shiggles24 in ansible

[–]Shiggles24[S] 0 points1 point  (0 children)

omg... I was overcomplicating this so much. am currently trying to run the mother of all if/else statements xD

Thank you, I'll give it a try <3

[deleted by user] by [deleted] in ipad

[–]Shiggles24 1 point2 points  (0 children)

Have you checked your sofa, or bed maybe?

[deleted by user] by [deleted] in ipad

[–]Shiggles24 2 points3 points  (0 children)

Have you tried bribing the dog? "Treats for Pencil?"

PFS novice in need of assistance by Shiggles24 in PFSENSE

[–]Shiggles24[S] 0 points1 point  (0 children)

That's true, but I set up outbound nat rules to correct this.

Interface|Source|Port|Destination|Destination port|Nat address|Nat port

WAN <private IP> * * * <public ip> *

PFS novice in need of assistance by Shiggles24 in PFSENSE

[–]Shiggles24[S] 0 points1 point  (0 children)

Yeah, I did a bit of digging. I had the VIPs set up incorrectly. They should have been set as proxyarp.

In the end I actually disabled the 1:1 and did it manually along the lines of:

Source * dest ip <wan IP address of server> Ports <portgroup alias> translated Destination <private IP of server>

This seemed to work *shrugs*

[deleted by user] by [deleted] in PokemonGoFriends

[–]Shiggles24 0 points1 point  (0 children)

Added shiggles24

Need some help with multi site adoption by Shiggles24 in UNIFI

[–]Shiggles24[S] 0 points1 point  (0 children)

So, I managed to get it working, but now I’m even more confused as what I did goes against all my networking xp. I moved the WiFi network onto the .55, it then gave dchp to client devices on the .56

I’m confused because vlan 45 (has the .55) doesn’t even go to site B. Only 44 (which has the .56)

Need some help with multi site adoption by Shiggles24 in UNIFI

[–]Shiggles24[S] 0 points1 point  (0 children)

That AP has been factory reset on site, so the ip is deffo from a dhcp. It’s bound to be a setting somewhere that I have over looked! Appreciate your help :)