Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

TASK [debops.pki : Download public realm contents by host] Fails #215

@isaiaholoyede

Description

@isaiaholoyede

By the way, great job on this playbook! This is not the first time I will be using this playbook. I just pulled the latest release, but I cannot get the playbook to go past that particular task. I believe that I have things setup correctly.

On close inspection, I noticed that the task is referring to a non-existent directory in the secret folder: secret/pki/realms/by-host/genesis.rccgla.org/rccgla.org/external/

This directory exists instead: secret/pki/realms/by-host/genesis.rccgla.org/domain/external/

Could you point me in the right direction of what I must have done wrong?

TASK [debops.pki : Download public realm contents by host] ***********************************************************************************************************
ok: [genesis.rccgla.org] => (item=[{'name': 'domain', 'acme': False, 'default_subdomains': ['genesis', '*.genesis', '_wildcard_']}, 'external'])
ok: [genesis.rccgla.org] => (item=[{'name': 'domain', 'acme': False, 'default_subdomains': ['genesis', '*.genesis', '_wildcard_']}, 'internal'])
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [genesis.rccgla.org] (item=[{'name': 'rccgla.org', 'acme': True, 'acme_challenge_dir': '/var/www/acme/.well-known/acme-challenge', 'acme_default_subdomains': ['www'], 'acme_subdomains': ['www'], 'default_subdomains': ['www'], 'subdomains': ['www']}, 'external']) => {"changed": false, "item": [{"acme": true, "acme_challenge_dir": "/var/www/acme/.well-known/acme-challenge", "acme_default_subdomains": ["www"], "acme_subdomains": ["www"], "default_subdomains": ["www"], "name": "rccgla.org", "subdomains": ["www"]}, "external"], "msg": "Could not find or access '/Users/isaiaholoyede/Personal/Websites/setup/rccgla.org/inventory/../secret/pki/realms/by-host/genesis.rccgla.org/rccgla.org/external/' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [genesis.rccgla.org] (item=[{'name': 'rccgla.org', 'acme': True, 'acme_challenge_dir': '/var/www/acme/.well-known/acme-challenge', 'acme_default_subdomains': ['www'], 'acme_subdomains': ['www'], 'default_subdomains': ['www'], 'subdomains': ['www']}, 'internal']) => {"changed": false, "item": [{"acme": true, "acme_challenge_dir": "/var/www/acme/.well-known/acme-challenge", "acme_default_subdomains": ["www"], "acme_subdomains": ["www"], "default_subdomains": ["www"], "name": "rccgla.org", "subdomains": ["www"]}, "internal"], "msg": "Could not find or access '/Users/isaiaholoyede/Personal/Websites/setup/rccgla.org/inventory/../secret/pki/realms/by-host/genesis.rccgla.org/rccgla.org/internal/' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
	to retry, use: --limit @/Users/isaiaholoyede/Personal/Websites/setup/rccgla.org/playbooks/wordpress.retry

PLAY RECAP ***********************************************************************************************************************************************************
genesis.rccgla.org         : ok=190  changed=0    unreachable=0    failed=1

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