srcs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
---
|
||||
|
||||
- hosts: "{{ BOX_HOST }}" # |default('localhost')
|
||||
- hosts: "{{ BOX_HOST|default('localhost')} }}" # |default('localhost')
|
||||
#?? become: "{{ 'false' if ansible_connection|default('') == 'chroot' else 'true'}}"
|
||||
# become_method: "'' if ansible_connection|default('') == 'chroot' else 'sudo'"
|
||||
gather_facts: true
|
||||
@@ -43,7 +43,7 @@
|
||||
# other things that use /usr/local, including some things from other OSes.
|
||||
VAR_LOCAL: "/var/local"
|
||||
VAR_LOG: "{{VAR_LOCAL}}/var/log/testforge"
|
||||
|
||||
PLAY_TESTFORGE_YML: ''
|
||||
PIP_CACHE: "/root/.cache/pip"
|
||||
# lynx uses SSL_CERT_DIR/SSL_CERT_FILE
|
||||
PIP_CA_CERT: "{{USR_LOCAL}}/etc/ssl/cacert-testserver.pem"
|
||||
|
||||
Reference in New Issue
Block a user