Skip to content

Error: /home/awx/SECRET_FILE:/etc/tower/SECRET_KEY:z:ro: incorrect volume forma, awx_pod version 15.0.1  #29

@brianmillett

Description

@brianmillett

Cloned the latest (20201108) of awx_pod & podman-container-systemd.

Using as run-awx.yml
BEGIN

  • name: run AWX on host
    hosts: all
    tasks:
    • name: import awx_pod role to install it all
      vars:
      awx_admin_user: XXXX
      awx_admin_password: YYYY
      awx_podman_dir: /home/awx
      awx_awx_version: 15.0.1
      awx_host_port: 81
      container_state: running
      import_role:
      name: awx_pod
      __END

Installation works just fine, however I can not get it to start due the following error:

$ sudo /usr/bin/podman play kube /etc/containers/pods/awx.yaml
Error: /home/awx/SECRET_FILE:/etc/tower/SECRET_KEY:z:ro: incorrect volume format, should be [host-dir:]ctr-dir[:option]

It looks like it should work, but at a lose right now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions