Giter Site home page Giter Site logo

ansible-jfrog-vsphere's Introduction

Hi there ๐Ÿ‘‹

Current Projects

Locksmith - PKI via API GoZones - DNS as YAML Jig - Workshop Backend Red Hat Workshops

ansible-jfrog-vsphere's People

Contributors

kenmoini avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

tosin2013

ansible-jfrog-vsphere's Issues

How do i define the trust bundle

How would I define the trust bundle in this code.

https://github.com/tosin2013/ansible-jfrog-vsphere/blob/main/.github/workflows/jfrog-ci-test.yml

I am running into the error below.

path: /etc/haproxy.cfg
mode: 0644
overwrite: true
contents:
  inline: |
    global
        log         12[7](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:8).0.0.1 local2
        maxconn     4000

        # turn on stats unix socket
        stats socket /var/lib/haproxy/stats

        # utilize system-wide crypto-policies
        #ssl-default-bind-ciphers PROFILE=SYSTEM
        #ssl-default-server-ciphers PROFILE=SYSTEM

    defaults
        mode                    tcp
        log                     global
        option                  tcplog
        option                  dontlognull
        option http-server-close
        option                  redispatch
        retries                 3
        timeout http-request    10s
        timeout queue           1m
        timeout connect         10s
        timeout client          1m
        timeout server          1m
        timeout http-keep-alive 10s
        timeout check           10s
        maxconn                 3000

    frontend secure
        bind 0.0.0.0:443 ssl crt /etc/haproxy.crt
        default_backend secure

    backend secure
        balance source
        server jfrog 192.16[8](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:9).70.7:8082 check
    frontend insecure
        bind 0.0.0.0:80
        default_backend insecure

    backend insecure
        balance source
        server jfrog 1[9](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:10)2.168.70.7:8082 check
    #END OF HAPROXY CONFIG
Notice:  098/194247 (2748) : haproxy version is 2.2.29-2c3487f
Notice:  098/194247 (2748) : path to executable is /home/runner/work/_temp/c5550319-f801-4[14](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:15)a-ada4-9b94da[18](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:19)9666/haproxy
[ALERT] 098/[19](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:20)4[24](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:25)7 ([27](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:28)48) : parsing [/tmp/test.cfg:1]: unknown keyword 'path:' out of section.
[ALERT] 098/194247 (2748) : parsing [/tmp/test.cfg:2]: unknown keyword 'mode:' out of section.
[ALERT] 098/194247 (2748) : parsing [/tmp/test.cfg:3]: unknown keyword 'overwrite:' out of section.
[ALERT] 098/194247 (2748) : parsing [/tmp/test.cfg:4]: unknown keyword 'contents:' out of section.
[ALERT] 098/194247 (2748) : parsing [/tmp/test.cfg:5]: unknown keyword 'inline:' out of section.
[ALERT] 098/194247 (2748) : parsing [/tmp/test.cfg:[35](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:36)] : 'bind 0.0.0.0:443' : Didn't find any certificate for bundle '/etc/haproxy.crt'.
[ALERT] 098/19[42](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:43)[47](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:48) (27[48](https://github.com/tosin2013/ansible-jfrog-vsphere/actions/runs/4652199693/jobs/8232261990#step:9:49)) : Error(s) found in configuration file : /tmp/test.cfg
[ALERT] 098/194247 (2748) : Fatal errors found in configuration.
Error: Process completed with exit code 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.