diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2017-05-11 19:49:31 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2017-05-11 19:49:31 +0000 |
| commit | bbe6c25b6f46ab351462c655e69217b35532edbf (patch) | |
| tree | 6675350fe305e8536df0692f4df09858cf6d1c38 /roles/haproxy/tasks | |
| parent | 5b35f76eab8547aa4b02d034000b70ea12bcb34a (diff) | |
| download | ansible-bbe6c25b6f46ab351462c655e69217b35532edbf.tar.gz ansible-bbe6c25b6f46ab351462c655e69217b35532edbf.tar.xz ansible-bbe6c25b6f46ab351462c655e69217b35532edbf.zip | |
try os-master proxy setup
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/haproxy/tasks')
| -rw-r--r-- | roles/haproxy/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index 1552e9c1b..fde8d317d 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -36,6 +36,7 @@ owner=root group=root mode=0600 with_items: - { file: "ipa.{{env}}.pem", dest: /etc/haproxy/ipa.pem } + - { file: "os-master.{{env}}.pem", dest: /etc/haproxy/os-master.pem } tags: - haproxy |
