-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathansible-navigator.yml
More file actions
111 lines (111 loc) · 2.21 KB
/
ansible-navigator.yml
File metadata and controls
111 lines (111 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# # cspell:ignore cmdline, workdir
---
ansible-navigator:
#
# ansible:
# config:
# help: False
# path: /tmp/ansible.cfg
# cmdline: "--forks 15"
# doc:
# help: False
# plugin:
# name: shell
# type: become
# inventory:
# help: False
# entries:
# - /tmp/test_inventory.yml
# playbook:
# help: False
# path: /tmp/test_playbook.yml
#
# ansible-builder:
# help: False
# workdir: /tmp/
#
# ansible-lint:
# config: ~/ansible-lint.yml
# lintables: ~/myproject/
#
# ansible-runner:
# artifact-dir: /tmp/test1
# rotate-artifacts-count: 10
# timeout: 300
# job-events: False
#
# app: run
#
# collection-doc-cache-path: /tmp/cache.db
#
# color:
# enable: False
# osc4: False
#
# editor:
# command: vim_from_setting
# console: False
#
# enable-prompts: False
#
# exec:
# shell: False
# command: /bin/foo
#
execution-environment:
# container-engine: podman
# enabled: False
# environment-variables:
# pass:
# - ONE
# - TWO
# - THREE
# set:
# KEY1: VALUE1
# KEY2: VALUE2
# KEY3: VALUE3
# image: ghcr.io/ansible/community-ansible-dev-tools:latest
# image: ghcr.io/ansible/community-ansible-dev-tools:v25.4.0
image: ghcr.io/ansible-community/community-ee-minimal:2.18.3-1
pull:
# arguments:
# - "--tls-verify=false"
policy: missing
# volume-mounts:
# - src: "/tmp"
# dest: "/test1"
# options: "Z"
# container-options:
# - "--net=host"
#
# format: json
#
# images:
# details:
# - ansible_version
# - python_version
#
# inventory-columns:
# - ansible_network_os
# - ansible_network_cli_ssh_type
# - ansible_connection
#
logging:
level: critical
# append: False
file: .ansible/artifacts/ansible-navigator.log
#
mode: interactive
#
playbook-artifact:
enable: true
# replay: /tmp/test_artifact.json
save-as: "{playbook_dir}/.ansible/artifacts/{playbook_name}-artifact-{time_stamp}.json"
#
# settings:
# effective: False
# sample: False
# schema: json
# sources: False
#
# time-zone: Japan