Преглед изворни кода

fix tilde references in ansible

tags/v0.1.8
Jonathan Cobb пре 4 година
родитељ
комит
d9d03b7386
3 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      automation/roles/bubble/templates/refresh_bubble_ssh_keys.sh.j2
  2. +1
    -1
      bubble-server/src/main/resources/ansible/install_local.sh.hbs
  3. +1
    -1
      bubble-web

+ 1
- 1
automation/roles/bubble/templates/refresh_bubble_ssh_keys.sh.j2 Прегледај датотеку

@@ -38,7 +38,7 @@ done
# Retain self-generated ansible setup key
ANSIBLE_USER="{{node.user}}"
if [[ ! -z "${ANSIBLE_USER}" ]] ; then
PUB_FILE="$(cd ~${ANSIBLE_USER} && pwd)/.ssh/bubble_rsa.pub"
PUB_FILE="$(cd ~{{node.user}} && pwd)/.ssh/bubble_rsa.pub"
if [[ -f "${PUB_FILE}" ]] ; then
cat "${PUB_FILE}" >> ${NEW_KEYS}
fi


+ 1
- 1
bubble-server/src/main/resources/ansible/install_local.sh.hbs Прегледај датотеку

@@ -1,7 +1,7 @@
#!/bin/bash

ANSIBLE_USER="{{node.user}}"
ANSIBLE_HOME="$(cd ~${ANSIBLE_USER} && pwd)"
ANSIBLE_HOME="$(cd ~{{node.user}} && pwd)"
LOG="${ANSIBLE_HOME}/.ansible.log"

function log {


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 66140fa3ec92ef8b6418eb925d003b5730b113d2
Subproject commit 1ad306cdb3dbc9e56bf9068d438b5e0ca0ed1c37

Loading…
Откажи
Сачувај