summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/ansible-navigator.yml
blob: e627b78a5aa52ba1b160c0076b619bd6629f4d84 (plain)
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
---
ansible-navigator:
  ansible:
    config: /tmp/ansible.cfg
    cmdline: "--forks 15"
    inventories:
      - /tmp/test_inventory.yml
    playbook: /tmp/test_playbook.yml

  ansible-builder:
    workdir: /tmp/

  ansible-runner:
    artifact-dir: /tmp/test1
    rotate-artifacts-count: 10
    timeout: 300

  app: run

  collection-doc-cache-path: /tmp/cache.db

  color:
    enable: False
    osc4: False

  documentation:
    plugin:
      name: shell
      type: become

  editor:
    command: vim_from_setting
    console: 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: test_image:latest
    pull-policy: never
    volume-mounts:
      - src: "/test1"
        dest: "/test1"
        label: "Z"
    container-options:
      - "--net=host"

  help-builder: False

  help-config: True

  help-doc: True

  help-inventory: True

  help-playbook: False

  inventory-columns:
    - ansible_network_os
    - ansible_network_cli_ssh_type
    - ansible_connection

  logging:
    level: critical
    append: False
    file: /tmp/log.txt

  mode: stdout

  playbook-artifact:
    enable: True
    replay: /tmp/test_artifact.json
    save-as: /tmp/test_artifact.json