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

Ansible playbook to deploy distributed technologies

Results 7 ansible-playbook issues
Sort by recently updated
recently updated
newest added

https://github.com/InsightDataScience/ansible-playbook/blob/1b6a0f3123af2232ac5da1385b9a17b03c136ac6/experimental/Dockerfile#L10 Hi, we are developing a tool to detect typos/bugs in dockerfiles automatically. Our tool finds a bug above. I think the problem is the last `\` since it escapes...

Older Kafka version no longer exists in remote repository, newest version is 0.11.0.2

Issuing the command: ``` ansible-playbook ./zookeeper.yml --extra-vars "zookeeper_tag=Name_insight-test" --tags install ``` yields the following error: ``` PLAY [Creating host group zookeeper from dynamic inventory] ******************************************************************* TASK [Gathering Facts] ******************************************************************************************************** ok:...

3.4.9 version no longer exists in Ansible repository.

Ubuntu 16.04, Ansible 2.3.0 As per the readme, a directory should be created at /etc/ansible/hosts. However, the default Ansible inventory location is /etc/ansible/hosts. This means the default inventory location specified...

I think the primary need here is to update the README. ```bash florp:ansible-playbook me$ ansible-playbook ./ec2.yml --extra-vars "vars_file=./example_ec2_vars.yml" --tags launch [WARNING]: log file at /var/log/ansible.log is not writeable and we...

1. Replace the --extra-vars command line args with a variable file for each playbook - kafka and zookeeper 2. Standardize variable file naming for playbooks so that playbooks look for...

enhancement