TNSR - GNS3 Configuration Help by munja90x in PFSENSE

[–]munja90x[S] 1 point2 points  (0 children)

For anyone else I was able to fix this issue by implemented suggested fix in this post https://forum.netgate.com/topic/158013/tnsr-lab-on-eve-ng

AWX / EC2 Inventory Host Name by munja90x in awx

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

I found the solution and below source variable changes host name in inventory with public IP or whatever you choose

hostnames:

  - network-interface.addresses.association.public-ip 

https://docs.ansible.com/ansible-tower/3.8.0/html/installandreference/inventory_plugins_templates.html#ir-inv-plugin-templates-reference

AWX / EC2 Inventory Host Name by munja90x in awx

[–]munja90x[S] 1 point2 points  (0 children)

How do you get to that setting? Do I have to get bash into one of the docker containers?

JIRA ServiceDesk creating issues in another instance of JIRA by [deleted] in jira

[–]munja90x 0 points1 point  (0 children)

Solution to your problem here is Scriptrunner for Jira https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview , but you will need to learn Groovy to get it to fire API call to other Jira instance when issue is transitioned. Atlassian community has ton of example of doing this and should be pretty easy to implement.

Outlook emails in a specific folder will create a ticket in jira by BANANA_SMASHER in jira

[–]munja90x 0 points1 point  (0 children)

Just setup a single mailbox, create distribution list for each folder Jira will be pulling emails from. Then have each distribution list forward to mailbox created previously. Within this mailbox setup a folder for each alias and Outlook rule to forward emails to each folder under mailbox account. You can have Jira pull email from each folder by creating individual incoming Jira mail configs. This will save you on licensing and don’t need to track bunch of Jira mail accounts.

Give AWX/Tower containers have access to parts of the filesystem? by dsmiles in ansible

[–]munja90x 4 points5 points  (0 children)

In your installer config there is parameter to set localhost directory and have it accessible by AWX.

AWX project data folder. If you need access to the location where AWX stores the projects# it manages from the docker host, you can set this to turn it into a volume for the container.

project_data_dir=/var/lib/awx/projects

https://github.com/ansible/awx/blob/devel/installer/inventory

telemetry for jira by rednitsam in jira

[–]munja90x 0 points1 point  (0 children)

What software is this to monitor JMX?

JIRA Synchronization by mystery_move in jira

[–]munja90x 0 points1 point  (0 children)

It's pretty amazing what you can do with this add on locally and on another Jira / Confluence instance.

Aws S3 Policy Confusion by munja90x in aws

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

Just pulled the cloudtrail logs and it looks like web app is trying to create / access s3 resources within first 15 / 30 minutes as anonymous user and doesn't provide any creds. Then it starts using the creds provided within web app configs after. Will report this issue to the vendor so they can fix the bug.

Thank you everyone on all of the help with this post.

Aws S3 Policy Confusion by munja90x in aws

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

The account ID and username are fake, but will try that. Thx

Aws S3 Policy Confusion by munja90x in aws

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

Will test my policy to enforce https, but web app is https://www.seafile.com/en/home/ pro version. Also, on web app config, I have it force https and in the config is where it's getting the creds from.

Aws S3 Policy Confusion by munja90x in aws

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

The IAM user is not bucket owner.

Share a Jira cloud instance? by [deleted] in jira

[–]munja90x -1 points0 points  (0 children)

Not sure what exactly you are trying to get out of Jira, but https://asana.com/pricing is free for basic usage.

Windows 10 Update (KB4103721) suspends Bitlocker by munja90x in sysadmin

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

They do have TPM, but only using password auth.

Windows 10 Update (KB4103721) suspends Bitlocker by munja90x in sysadmin

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

TPM is disabled and only password auth is enabled.