ansible-concourse icon indicating copy to clipboard operation
ansible-concourse copied to clipboard

An ansible role to manage Concourse CI

Results 5 ansible-concourse issues
Sort by recently updated
recently updated
newest added

Later versions of Ansible refuse `import` and suggest to use `include_tasks`. This PR implements that.

- made the required keys optional, in favour of providing corresponding `key_path` variables during instance bootstrapping. Reasoning: when building an image, whether Docker, AWS AMI or anything else, it's better...

I use vault as a [credential manager ](https://concourse-ci.org/vault-credential-manager.html) for my internal installation, and I needed to install it through ansible. I added support for this in my fork, so submitting...

Thanks for putting this playbook together! I've updated it so that the default version becomes 7.2.0. Tested with two ubuntu-server 20.04 VMs.

Hi, I was deploying concourse-worker on an Ubuntu 18.04.04 machine. I decide to go for btrfs filesystem for worker volume. Ansible failed because mkfs.btrfs command was not found. Should we...