Skip to content
#

ansible-role

Here are 4,244 public repositories matching this topic...

Oros42
Oros42 commented Jan 17, 2020

In the README.md, it's not explaine that to enable auth on the API, you need :

  • es_enable_xpack
  • es_api_basic_auth_username
  • es_api_basic_auth_password

So to enable auth on the API, you have to set this :

es_enable_xpack: true
es_api_basic_auth_username: elastic
es_api_basic_auth_password: MyPassword

It will be nice to add this block in the README.md to save time of Adsy

fredmenez
fredmenez commented Apr 30, 2020

Hello, just a friendly feedback : it took me an unusually long time to figure out why psql couldn't connect to a PG server deployed using values taken in tests/vars.yml.

Postgres default famous port is 5432, so what is the rationale behind setting it to an unusual value like 5433 ?

➡️ https://github.com/ANXS/postgresql/blob/master/tests/vars.yml#L4

This probably has something

IoTPlay
IoTPlay commented Apr 4, 2020
TASK [thefinn93.letsencrypt : install certbot from backports] ********************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and
 specifying `pkg: "{{item}}"`, please use `pkg: ['certbot']` and remove the loop. Th
hispanico
hispanico commented May 5, 2020

Fix statement condition on "Install custom OpenWISP 2 Python packages" task in pip.yml:

TASK [openwisp.openwisp2 : Install custom OpenWISP 2 Python packages] **********
[DEPRECATION WARNING]: evaluating 'openwisp2_python_packages' as a bare 
variable, this behaviour will go away and you might need to add |bool to the 
expression in the future. Also see CONDITIONAL_BARE_VARS configur
tobiasehlert
tobiasehlert commented Feb 24, 2020

What am I looking for?

Is there anywhere some documentation in how to convert existing nginx configurations to be able to deliver them by this role?

I would for example like to have an example how how to do this with this role.. I haven't been even close yet 😄

/etc/nginx/sites-available/example.com.conf

server {
	listen 443 ssl http2;
	listen [::]:443 ssl http2;

	serve
hakabo
hakabo commented Mar 16, 2018

I've been tasked with creating a CIS Level 1 standard RHEL image in Azure. I've taken a market place RHEL 7.3 image and applied this playbook with packer/ansible using tags level1.

However, when I go and try and create a VM from the image, it fails. If I skip cis_section1, I can create a VM from the image. I'm a linux newbie, apologies, but any obvious rules in section 1 that could be causing

Legogris
Legogris commented Feb 3, 2020

I am attempting to set up a cluster with a mix of arm64 and amd64 nodes. Inventory:

---
all:
    consul:
      vars:
        consul_autopilot_enable: true
        consul_group_name: consul
      hosts:
        host1:
          consul_node_role: bootstrap
          consul_architecture: amd64
        host2:
          consul_node_role: server
          consul_architecture: arm64
bug
jrunu
jrunu commented May 7, 2019

According to the documentation for http_publish_uri the wildcard address 0.0.0.0 is only permissable if set via $http_bind_address. Which is the default if http_publish_uri remains unset. For default in the role http_publish_uri is set to "http://0.0.0.0:9000" which is an invalid value. The graylog-server defaults to the, probably first, non-loopback ipv4 address, however it logs this fact every s

planetrobbie
planetrobbie commented Apr 9, 2019

While deploying an Enterprise Vault/Consul Cluster for a customer, I discovered the following issue.

While setting up vault_checksum_file_url to the location where to find the Enterprise checksum for Vault Enterprise binary, which by default is set to https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version}}_SHA256SUMS for OSS which is the file itself. I encountered

snesbittsea
snesbittsea commented Dec 10, 2018

This is version 1.8.0, commit: b8163a192467da3e665c736f6c67e314a7089804.
If an ipv6 address is specified for the nomad_advertise_address, then nomad will error out with a bind: invalid argument error.

As can be seen in the basic.hcl the problem is that the ports are simply being appended to the nomad_advertise_address. IPv6 syntax requires that the IP portion be placed within brackets - e.g

AlexMichaelJonesNC
AlexMichaelJonesNC commented Jun 17, 2019

The link to the CIS guide doesn't work anymore.

On their current version of this it, the ubuntu 16 guide is hidden behind an email registration here: https://www.cisecurity.org/benchmark/ubuntu_linux/

The page is branded for Ubuntu 18, and has a back link for Ubuntu 14, but if you register, you get an email with a link to a download archive where Ubuntu the Ubuntu 16 PDF is available.

Improve this page

Add a description, image, and links to the ansible-role topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ansible-role topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.