From 1b063fad174ec5f9d5d80683d2500802ea6afb7d Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Oct 2019 11:19:05 +0100 Subject: Add pipeliner playbook --- host_vars/pipelineami | 2 +- pipeliner.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 pipeliner.yml diff --git a/host_vars/pipelineami b/host_vars/pipelineami index 3f64923..f6d4f47 100644 --- a/host_vars/pipelineami +++ b/host_vars/pipelineami @@ -1,5 +1,5 @@ --- -ansible_host: ec2-35-177-215-142.eu-west-2.compute.amazonaws.com +ansible_host: 35.177.176.126 ansible_user: admin ansible_ssh_private_key_file: ~/rescribe/2018-natphil/aws/awsdev2.pem # note: may need to set control_path in ~/.ansible.cfg as described at diff --git a/pipeliner.yml b/pipeliner.yml new file mode 100644 index 0000000..7752289 --- /dev/null +++ b/pipeliner.yml @@ -0,0 +1,10 @@ +--- + +- name: Configure pipeline servers + hosts: pipelineami + become: yes + + roles: + - server + - tesseractor + - pipeliner -- cgit v1.2.1-24-ge1ad