add colors

This commit is contained in:
reqwizz 2024-11-17 19:29:04 +03:00
parent 65ade98e04
commit d8759bfa8c
2 changed files with 6 additions and 1 deletions

4
ansible/Jenkinsfile vendored
View File

@ -1,6 +1,10 @@
pipeline {
agent any
options {
ansiColor('xterm')
}
environment {
ANSIBLE_HOST_KEY_CHECKING = 'false'
VAULT_PASSWORD = credentials('vault_password')

View File

@ -2,4 +2,5 @@
inventory = inventory.yml
roles_path = ./roles
host_key_checking = False
interpreter_python = /usr/bin/python3
interpreter_python = /usr/bin/python3
force_color = true