ansible-role-aptly icon indicating copy to clipboard operation
ansible-role-aptly copied to clipboard

Install aptly debian respository manager and enable the REST API

Results 4 ansible-role-aptly issues
Sort by recently updated
recently updated
newest added

On a Debian Stretch server the [create key](https://github.com/aioue/ansible-role-aptly/blob/master/tasks/main.yml#L41) task fails with: ``` gpg: agent_genkey failed: Timeout ``` This appears because this command: ```bash gpg2 --batch --gen-key ${HOME}/gpg2_gen_key ``` Prompts for...

bug

I tried using this Ansible role on a Debian Stretch virtual server running on Xen and it failed at [aptly : start rngd for entropy creation](https://github.com/aioue/ansible-role-aptly/blob/master/tasks/main.yml#L26) due to the lack...

bug

`aptly api serve` is currently run with nohup and does not automatically start on boot

enhancement

Key is currently generated automatically. Allow users to specify a private key path and use that instead.

enhancement