-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdefault.yaml
More file actions
34 lines (33 loc) · 868 Bytes
/
default.yaml
File metadata and controls
34 lines (33 loc) · 868 Bytes
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
---
ansible::settings:
package_name: 'ansible'
config_file_path: '/etc/ansible/ansible.cfg'
config_dir_path: '/etc/ansible'
roles_dir_path: '/etc/ansible/roles'
inventory_file_path: '/etc/ansible/hosts'
config_file_format: 'inifile_with_stanzas'
website_url: 'https://www.ansible.com/'
git_source: 'https://github.com/ansible/ansible'
docker_image: 'quay.io/ansible/ansible-runner'
# Version 4 format
packages:
main:
name: ansible
files:
config:
path: "/etc/ansible/ansible.cfg"
format: inifile_with_stanzas
user_files:
config:
path: "$HOME/.ansible/ansible.cfg"
dirs:
config:
path: "/etc/ansible"
user_dirs:
config:
path: "$HOME/.ansible"
urls:
website: https://www.ansible.com/
source: https://github.com/ansible/ansible
image:
name: quay.io/ansible/ansible-runner