This repository was archived by the owner on Dec 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprovision.yml
More file actions
78 lines (78 loc) · 2.84 KB
/
provision.yml
File metadata and controls
78 lines (78 loc) · 2.84 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
---
- hosts: localhost
become: true
vars:
_domain_name: example.com
_ce_provision_build_tmp_dir: /tmp
_ce_provision_data_dir: /tmp
_ce_provision_username: ce-dev
_venv_path: "/home/{{ _ce_provision_username }}/ansible"
_venv_command: /usr/bin/python3 -m venv
_venv_install_username: "{{ _ce_provision_username }}"
_ce_ansible_timer_name: upgrade_ce_provision_ansible
is_local: true
_env_type: utility
ce_deploy:
venv_path: "/home/{{ _ce_provision_username }}/ansible"
venv_command: /usr/bin/python3 -m venv
own_repository: https://gitlab.com/code-enigma/ce-deploy.git
config_repository: https://gitlab.com/code-enigma/ce-dev-ce-deploy-config.git
own_repository_branch: devel-1.x
config_repository_branch: devel-1.x
username: ce-dev
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
key_name: id_rsa.pub
local_dir: /home/ce-dev/ce-deploy
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
ce_provision_dir: "/home/ce-dev/ce-provision"
groups: []
galaxy_custom_requirements_file: ""
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
aws_support: true
upgrade_galaxy:
enabled: false
on_calendar: "Mon *-*-* 04:00:00"
ce_provision:
venv_path: "/home/{{ _ce_provision_username }}/ansible"
venv_command: /usr/bin/python3 -m venv
own_repository: https://gitlab.com/code-enigma/ce-provision.git
own_repository_branch: devel-2.x
own_repository_skip_checkout: false
config_repository: https://gitlab.com/code-enigma/ce-dev-ce-provision-config.git
config_repository_branch: devel-2.x
config_repository_skip_checkout: false
username: "{{ _ce_provision_username }}"
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
public_key_name: id_rsa.pub
ssh_key_bits: "4096"
ssh_key_type: rsa
aws_support: true
local_dir: /home/ce-dev/ce-provision
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
groups: []
contrib_roles:
- directory: wazuh
repo: https://github.com/wazuh/wazuh-ansible.git
branch: stable
- directory: systemd_timers
repo: https://github.com/vlcty/ansible-systemd-timers.git
branch: master
galaxy_custom_requirements_file: ""
galaxy_roles_directory: "/home/{{ _ce_provision_username }}/.ansible/roles"
upgrade_galaxy:
enabled: false
on_calendar: "Mon *-*-* 04:00:00"
ce_ansible:
upgrade:
enabled: false
linters:
enabled: true
roles:
- debian/ce_provision
- debian/ce_deploy