unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/catalogue
7,631
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: setup nodesjs {{ COMP }} component\n include_role:\n name: common\n tasks_from: nodejs\n vars:\n URL: \"https://github.com/roboshop-devops-project/catalogue/archive/main.zip\"", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 202, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/common
7,631
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set the hostname of the {{ COMP }} component\n shell: set-hostname {{ COMP }}\n\n- name: disable the auto-shutdown for {{ COMP }} component\n shell: disable-auto-shutdown\n\n- name: create roboshop user\n ansible.builtin.user:\n name: robosh...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4647, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/frontend
7,631
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "COMP: frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n yum:\n name: nginx\n state: present\n\n- name: downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 523, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/mongodb
7,631
[ "no_license" ]
[ { "path": "roles/mongodb/vars/main.yml", "content": "COMP: mongodb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/mongodb/tasks/main.yml", "content": "- name: copy mongodb repo file\n ansible.builtin.copy:\n src: mongodb.repo\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/payment
7,631
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yml", "content": "COMP: payment", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/payment/tasks/main.yml", "content": "- name: setup python {{ COMP }} component\n include_role:\n name: common\n task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/rabbitmq
7,631
[ "no_license" ]
[ { "path": "roles/rabbitmq/vars/main.yml", "content": "COMP: rabbitmq", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Install Erlang\n ansible.builtin.yum:\n name: https://packages.erlang-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 776, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/shipping
7,631
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yml", "content": "COMP: shipping", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/shipping/tasks/main.yml", "content": "- name: setup Java {{ COMP }} component\n include_role:\n name: common\n tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 195, "all_permissive": false }
ansible_role
leelam1710/ansible_test
cf1241ad70fa4dd41774bb05424b1e9ca264a691
0
roles/user
7,631
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: setup nodesjs {{ COMP }} component\n include_role:\n name: common\n tasks_from: nodejs\n vars:\n URL: \"https://github.com/roboshop-devops-project/user/archive/main.zip\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 192, "all_permissive": false }
ansible_role
patrickhulce/patrickhulce.com
02f2c274404019d00538e2d2c76677e91cb6d34c
0
ansible/roles/common
7,631
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: add ansible ppa\n apt_repository: repo='ppa:ansible/ansible'\n- name: add node apt-key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n- name: add node repo\n apt_repository: repo='deb https://deb.node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 780, "all_permissive": false }
ansible_role
patrickhulce/patrickhulce.com
02f2c274404019d00538e2d2c76677e91cb6d34c
0
ansible/roles/ghost
7,631
[ "no_license" ]
[ { "path": "ansible/roles/ghost/tasks/main.yml", "content": "- name: create subfolder for ghost\n file: state=directory path={{item}}\n with_items:\n - /opt/ghost\n - /var/www/ghost\n- name: download ghost\n get_url: url=https://ghost.org/zip/ghost-latest.zip dest=/opt/ghost/ghost.zip\n- name: check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
patrickhulce/patrickhulce.com
02f2c274404019d00538e2d2c76677e91cb6d34c
0
ansible/roles/nginx
7,631
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/servers.yml", "content": "- name: setup the nginx site definition\n copy: src={{ item }}.conf dest=/etc/nginx/sites-available/{{ item }}\n with_items: \"{{ sites }}\"\n notify:\n - reload nginx\n- name: enable the nginx site definition\n with_items: \"{{ sites }}\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2001, "all_permissive": false }
ansible_role
F9mc/dotfiles
070775a0f96558a90af3ec8aa1d14880d031437f
0
roles/linux
7,631
[ "no_license" ]
[ { "path": "roles/linux/tasks/main.yml", "content": "---\r\n- name: \"Debian: Install packages with apt\"\r\n become: true\r\n become_user: root\r\n ansible.builtin.apt:\r\n name:\r\n - git\r\n - exa\r\n - curl\r\n - wget\r\n - ansible-lint\r\n - vim\r\n - meld\r\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1962, "all_permissive": false }
ansible_role
F9mc/dotfiles
070775a0f96558a90af3ec8aa1d14880d031437f
0
roles/prog
7,631
[ "no_license" ]
[ { "path": "roles/prog/tasks/rust.yml", "content": "---\r\n- name: \"Rust: download installer\"\r\n when: ansible_distribution == \"Debian\"\r\n get_url:\r\n url: https://sh.rustup.rs\r\n dest: /tmp/sh.rustup.rs\r\n mode: \"0755\"\r\n force: \"yes\"\r\n\r\n- name: \"Rust: Install\"\r\n when: a...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2266, "all_permissive": false }
ansible_role
F9mc/dotfiles
070775a0f96558a90af3ec8aa1d14880d031437f
0
roles/vscode
7,631
[ "no_license" ]
[ { "path": "roles/vscode/vars/main.yml", "content": "code_version: 1.89.1-1715060508\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/vscode/tasks/main.yml", "content": "---\r\n- name: \"Code: Check if installed\"\r\n when: ansible_dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2313, "all_permissive": false }
ansible_role
F9mc/dotfiles
070775a0f96558a90af3ec8aa1d14880d031437f
0
roles/windows
7,631
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "---\r\n- name: \"Install chocolatey packages\"\r\n loop:\r\n - git\r\n - ansible\r\n win_chocolatey:\r\n name: \"{{ item }}\"\r\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
RedHatGov/mattermost-operator
5ddf2ba057cbac63c3f9eafc329d56f5aea88f5d
0
roles/mattermost
7,631
[ "no_license" ]
[ { "path": "roles/mattermost/handlers/main.yml", "content": "---\n# handlers file for Mattermost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/mattermost/defaults/main.yml", "content": "---\ndatabase:\n drivername: postgres\n usernam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 8404, "all_permissive": false }
ansible_role
RedHatGov/mattermost-operator
5ddf2ba057cbac63c3f9eafc329d56f5aea88f5d
0
roles/postgres
7,631
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n\n- name: Generate Database Password\n set_fact:\n database: \"{{ database | default({}) | combine({'password': lookup('password', '/dev/null length=15 chars=ascii_letters')}) }}\"\n when: database.password is undefined\n\n- name: Create Postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4172, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
awx/roles/awx
7,631
[ "no_license" ]
[ { "path": "awx/roles/awx/tasks/control.yaml", "content": "---\r\n- service:\r\n name: k3s.service\r\n state: \"{{service_state_k3s}}\"\r\n \r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "awx/roles/awx/tasks/health_check.yaml", "co...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11433, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
creat_user/roles/user_management
7,631
[ "no_license" ]
[ { "path": "creat_user/roles/user_management/tasks/main.yml", "content": "- name: import add\n import_tasks: add.yml\n tags:\n - add\n\n- name: import del\n import_tasks: del.yml\n tags:\n - del\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 983, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/check_deploy_config_settings
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/check_deploy_config_settings/tasks/check_kafka_ports.yaml", "content": "---\r\n#### KAFKA-856\r\n#Kafka ports check. Must be in the range from 1024 to 49151, and consist of only numbers, and different value if single host deploy\r\n- block:\r\n - fail: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4232, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/check_distro_apache_or_confluent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/check_distro_apache_or_confluent/tasks/main.yaml", "content": "---\r\n### Since version 3.0.0 of KafkaSE no more need checking (but older version is not supported))\r\n###\r\n- name: Apache Kafka Distribution Deployment Verification\r\n block:\r\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/cleanup_work_dirs
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/cleanup_work_dirs/tasks/main.yaml", "content": "---\r\n- name: Get All Paths to Cleanup\r\n set_fact:\r\n paths_to_delete: \"{{ paths_to_delete | default([]) + [ item ] }}\"\r\n loop:\r\n - \"{{ DistroDirs | default([]) }}\"\r\n - \"{{ ZDataDi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/custom_jdk
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/custom_jdk/tasks/main.yaml", "content": "---\r\n- debug: msg=\"Use Server JDK\"\r\n when: UseServerJDK is defined and UseServerJDK\r\n\r\n- block: # Use custom JDK from local path or Nexus URL\r\n\r\n - fail: msg=\"Attention!!! An error was detected! D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/delete_zk_data
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/delete_zk_data/tasks/main.yaml", "content": "---\r\n- block:\r\n - name: Get List of files on Zookeepers To Delete\r\n find:\r\n paths: \"{{ item }}\"\r\n use_regex: yes\r\n patterns: \".*\"\r\n excludes: 'myid'\r\n recurse: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/deploy_config
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/deploy_config/tasks/main.yaml", "content": "---\r\n- name: \"Deploy Selected Config of Kafka SberEdition {{ KDeployConf }}\"\r\n command: \"{{ item }}/{{ KDeployConf }}\"\r\n become: yes\r\n# become_user: \"{{ kafka_user }}\" root!!\r\n args:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/deploy_kafka_agent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/deploy_kafka_agent/tasks/main.yaml", "content": "---\r\n- name: Check SberKafka Agent Distro Exist\r\n stat:\r\n path: \"{{ item }}/util/kafka-agent.zip\"\r\n with_items: \"{{ DistroDirs }}\"\r\n register: kafka_agent_zip\r\n\r\n- name: \"Start Dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/generate_keys_for_ssl_configs
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/generate_keys_for_ssl_configs/tasks/main.yaml", "content": "---\r\n### Generate on ansible controller CA keys, truststore and server/client keystore for subsequent copying to target servers\r\n- set_fact:\r\n KDeployConf: hostvars[groups[externalStrin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/get_generate_and_check_ports
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/get_generate_and_check_ports/tasks/get_values_of_zk_client_ports.yaml", "content": "---\r\n- name: Create Empty List of Zookeeper Ports\r\n set_fact:\r\n zk_client_ports: []\r\n zk_client_ports_from_inventory: []\r\n\r\n- name: Get Zookeeper Clien...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2175, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/kafka_sber
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/kafka_sber/tasks/create_user.yml", "content": "- name: add kafka group\r\n group:\r\n name: \"{{kafka_user}}\"\r\n state: present\r\n# gid: 55012\r\n ignore_errors: yes\r\n become: yes\r\n\r\n- name: Decrypt kafka user password\r\n set_fact:...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9393, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/kafka_se_distro_check
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/kafka_se_distro_check/tasks/main.yaml", "content": "---\r\n### Since version 3.0.0 of KafkaSE no more need checking (but older version is not supported))\r\n###\r\n- name: Kafka SE Distribution Deployment Verification\r\n block:\r\n - stat:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/prepare_groups
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/prepare_groups/tasks/main.yaml", "content": "# [KafkaNodes]\r\n# [ZookeeperNodes]\r\n\r\n# [all:vars]\r\n# [KafkaNodes:vars]\r\n# [ZookeeperNodes:vars]\r\n\r\n- fail:\r\n msg: \"You MUST set externalString or hosts_group_WF parameter as <zone_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2050, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/rolling_update
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/rolling_update/tasks/start_kafka_with_server_jdk.yaml", "content": "---\r\n- name: Start Kafka Broker\r\n command: \"{{ broker_id_path_port_logdir.1 }}/bin/kafka-server-start{{ script_extension }} -daemon {{ broker_id_path_port_logdir.1 }}/{{ config_sub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_cert
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_cert/tasks/main.yaml", "content": "---\r\n- name: Get a List of Keys and Keystore Files on Localhost Ready for Copying to Servers\r\n set_fact:\r\n kafka_internal_list_of_keys_to_copy: \"{{ item }}\"\r\n with_fileglob:\r\n - \"{{ kafka_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_jmx_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_jmx_props/tasks/main.yaml", "content": "---\r\n - name: Change Kafka JMX Ports If Multiple Broker Startup Mode Is Enabled\r\n include_tasks: set_jmx_props.yaml\r\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_kafka_props/tasks/main.yaml", "content": "---\r\n- name: Create Kafka log.dirs\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n recurse: yes\r\n owner: \"{{kafka_user }}\"\r\n with_items: \"{{ KDataDirs }}\"\r\n when: item i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3636, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_security_configs_for_ssl
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_security_configs_for_ssl/tasks/set_producer_jks_location.yaml", "content": "---\r\n- name: Set for Producer Keystore JKS Files Locations\r\n lineinfile:\r\n path: \"{{ item }}/{{ config_sub_dir }}/producer.properties\"\r\n backrefs: yes\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1128, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_zookeeper_jmx_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_zookeeper_jmx_props/tasks/main.yaml", "content": "---\r\n- name: Change Zookeeper JMX Ports Only If Cluster Mode is Enabled\r\n include_tasks: set_jmx_props.yaml\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_zookeeper_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/set_zookeeper_props/tasks/set_zk_properties.yaml", "content": "- name: Uncomment Existing Properties\r\n replace:\r\n path: \"{{ path_item }}\"\r\n regexp: '^#{{ item.0 }}.*'\r\n replace: '{{ item.0 }}={{ item.1 }}'\r\n with_together:\r\n -...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6493, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka/tasks/main.yaml", "content": "---\r\n### By default start all brokers\r\n- set_fact:\r\n brokers_to_start_path: \"{{ DistroDirs }}\"\r\n brokers_to_start_logdir: \"{{ KLogDirs }}\"\r\n brokers_to_start_port: \"{{ KPorts | map('int') ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2006, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka_agent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka_agent/tasks/main.yaml", "content": "---\r\n- name: Check That SberKafka Agent Deployment Exist\r\n stat:\r\n path: \"{{ item }}/util/agent-server/bin/server\"\r\n with_items: \"{{ DistroDirs }}\"\r\n register: kafka_agent\r\n\r\n- block...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka_systemd
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_kafka_systemd/tasks/main.yaml", "content": "- block:\r\n\r\n - name: Systemd Kafka Service\r\n template:\r\n src: kafka-systemd.j2\r\n dest: /etc/systemd/system/kafka.service\r\n owner: root\r\n group: root\r\n mode: 64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2690, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_zookeeper
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_zookeeper/tasks/main.yaml", "content": "---\r\n- name: \"Start Zookeeper with Server JDK\"\r\n include_tasks: start_zk_with_server_jdk.yaml\r\n when: UseServerJDK is defined and UseServerJDK\r\n\r\n- name: \"Start Zookeeper with Custom JDK from S...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 976, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_zookeeper_systemd
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/start_zookeeper_systemd/tasks/main.yaml", "content": "- block:\r\n\r\n - name: Systemd Zookeeper Service\r\n template:\r\n src: zookeeper-systemd.j2\r\n dest: /etc/systemd/system/zookeeper.service\r\n owner: root\r\n group: root\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1545, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/stop_kafka
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/stop_kafka/tasks/main.yaml", "content": "---\r\n- name: Graceful Stop Kafka Brokers\r\n include_tasks: graceful_stop_kafka.yaml\r\n when: not ForceStop or ForceStop is undefined\r\n\r\n- name: Force Stop Kafka Brokers\r\n include_tasks: force_stop_kaf...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4050, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy-3.0.3/roles/summary_information
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy-3.0.3/roles/summary_information/tasks/main.yaml", "content": "---\r\n- debug: msg=\"Killed process during execution - name {{ item.item.name }}, PID {{ item.item.pid }}, port {{ item.item.port }}\"\r\n with_items: \"{{ killed_process_result.results }}\"\r\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/check_deploy_config_settings
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/check_deploy_config_settings/tasks/check_brokerid_param.yaml", "content": "- block:\r\n - name: Check That the Entered BrokerIds is Valid\r\n fail: msg=\"Attention!!! An error was detected! The entered BrokerIds values is invalid (format BrokerIds=id,id,...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10919, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/copy_distro_to_server
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/copy_distro_to_server/tasks/main.yaml", "content": "---\r\n- name: Create Distro Dirs\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n recurse: yes\r\n owner: \"{{ ansible_user }}\"\r\n with_items: \"{{ DistroDirs }}\"\r\n\r\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/custom_jdk
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/custom_jdk/tasks/jdk_from_local_path.yaml", "content": "---\r\n- name: Get JDK File from Local Path\r\n set_fact: jdk_file_source_path=\"{{ lookup('fileglob', SourceJDK + '/jdk*.tar.gz',wantlist=True) }}\"\r\n delegate_to: localhost\r\n", "license_type":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/delete_broker_data
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/delete_broker_data/tasks/main.yaml", "content": "---\r\n### so that the user could not shoot himself in the foot so quickly\r\n- name: Prompt User 'yes' to Delete Data Files\r\n pause:\r\n prompt: \"WARNING: All Zookeeper and Broker data and logs will be e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1556, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/deploy_config
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/deploy_config/tasks/main.yaml", "content": "---\r\n- name: \"Deploy Selected Config of Kafka SberEdition {{ KDeployConf }}\"\r\n command: \"{{ item }}/{{ KDeployConf }}\"\r\n become: yes\r\n become_user: \"{{ ansible_user }}\"\r\n args:\r\n chdir: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/deploy_kafka_agent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/deploy_kafka_agent/tasks/start_deploy_kafka_agent.yaml", "content": "---\r\n- block:\r\n\r\n - name: Unpacking Distributive SberKafka Agent\r\n unarchive:\r\n src: \"{{ item }}/util/kafka-agent.zip\"\r\n dest: \"{{ item }}/util\"\r\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/generate_keys_for_ssl_configs
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/generate_keys_for_ssl_configs/tasks/generate_keys_on_localhost.yaml", "content": "--- ### These tasks do on localhost\r\n- name: Delete Old ~/ssl Directory if Exists\r\n file:\r\n path: ssl\r\n state: absent\r\n\r\n- name: Create Dir for Key and Keystor...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3153, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/get_generate_and_check_ports
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/get_generate_and_check_ports/tasks/get_zk_client_ports_from_inventory.yaml", "content": "- name: Get Zookeeper Client Port of All ZookeeperNodes from Inventory\r\n set_fact:\r\n zk_client_ports_from_inventory: \"{{ zk_client_ports_from_inventory | default(...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6323, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/rolling_update
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/rolling_update/tasks/main.yaml", "content": "---\r\n### Prepare for rolling restart actions\r\n### By default shutdown all brokers\r\n- set_fact:\r\n brokers_to_restart_ids: \"{{ KBrokerIds }}\"\r\n brokers_to_restart_path: \"{{ DistroDirs }}\"\r\n br...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4944, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/select_deploy_mode
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/select_deploy_mode/tasks/main.yaml", "content": "---\r\n- fail: msg=\"Attention!!! An error was detected! No Zookeeper hosts specified in inventory file. Check the correctness of the entered data.\"\r\n when: groups['ZookeeperNodes'] | length == 0\r\n any_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2005, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/set_kafka_jmx_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/set_kafka_jmx_props/tasks/set_jmx_props.yaml", "content": "---\r\n- name: Set Kafka JMX Ports\r\n lineinfile:\r\n path: \"{{ item.0 }}/{{ config_sub_dir }}/jmx/kafka-jmx.properties\"\r\n regexp: '^com.sun.management.jmxremote.port=701'\r\n line: \"co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/set_kafka_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/set_kafka_props/tasks/main.yaml", "content": "---\r\n- name: Create Kafka log.dirs\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n recurse: yes\r\n owner: \"{{ ansible_user }}\"\r\n with_items: \"{{ KDataDirs }}\"\r\n when: item is d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4866, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/set_security_configs_for_ssl
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/set_security_configs_for_ssl/tasks/set_consumer_jks_location.yaml", "content": "---\r\n- name: Set for Consumer Keystore JKS Files Locations\r\n lineinfile:\r\n path: \"{{ item }}/{{ config_sub_dir }}/consumer.properties\"\r\n backrefs: yes\r\n regex...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1847, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/set_zookeeper_props
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/set_zookeeper_props/tasks/main.yaml", "content": "---\r\n- name: Copy Original zookeeper.properties to zookeeper.properties.backup\r\n copy:\r\n remote_src: true\r\n src: \"{{ item }}/{{ config_sub_dir }}/zookeeper.properties\"\r\n dest: \"{{ item }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1494, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/start_kafka_agent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/start_kafka_agent/tasks/start_kafka_agent_with_custom_jdk.yaml", "content": "---\r\n- name: Start SberKafka Agent\r\n shell: nohup ./bin/server > /dev/null 2>&1 &\r\n args:\r\n chdir: \"{{ item }}/util/agent-server\"\r\n environment:\r\n JAVA_HOME: \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1410, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/start_zookeeper
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/start_zookeeper/tasks/start_zk_with_server_jdk.yaml", "content": "---\r\n- name: Start Zookeeper\r\n command: \"{{ item.0 }}/bin/zookeeper-server-start{{ script_extension }} -daemon {{ item.0 }}/{{ config_sub_dir }}/zookeeper.properties\"\r\n environment:\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/stop_kafka
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/stop_kafka/tasks/main.yaml", "content": "---\r\n- name: Graceful Stop Kafka Brokers\r\n include_tasks: graceful_stop_kafka.yaml\r\n when: not ForceStop or ForceStop is undefined\r\n\r\n- name: Force Stop Kafka Brokers\r\n include_tasks: force_stop_kafka.yam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/stop_kafka_agent
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/stop_kafka_agent/tasks/main.yaml", "content": "---\r\n\r\n- block:\r\n - name: Gather Facts on Listening Ports\r\n listen_ports_facts:\r\n\r\n - name: Kill SberKafka Agent Processes\r\n shell: \"kill -9 {{ item.pid }}\"\r\n vars:\r\n tcp_listen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-kafka/kafka-ansible-deploy/roles/stop_zookeeper
7,631
[ "no_license" ]
[ { "path": "ext-kafka/kafka-ansible-deploy/roles/stop_zookeeper/tasks/main.yaml", "content": "---\r\n- name: Stop Zookeepers\r\n command: \"{{ item }}/bin/zookeeper-server-stop{{ script_extension }}\"\r\n with_items: \"{{ DistroDirs }}\"\r\n when: ZIds is defined and item is defined\r\n ignore_errors: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/HAProxy
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/HAProxy/tasks/update.yml", "content": "- name: Set python interpretator\r\n set_fact:\r\n ansible_python_interpreter: '{{ python.global_bin_2 }}'\r\n \r\n- name: Loop wait for haproxy started\r\n shell: \"systemctl show -p ActiveState haproxy | cut -d'=' -f2\"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11711, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/SRC
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/SRC/post_create_rk_task/templates/schedule_serveraXserverb_RUN_PG_FULL.j2", "content": "-full\r\n-every\r\n -day\r\n -at {{ (23,0,1,2) |random }}:{{ '%02d' | format( 59 | random | int )}}\r\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 47622, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/checkup
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/checkup/tasks/required_packages-rhel.yml", "content": "required_packages:\r\n - \"expect\"\r\n - \"jq\"\r\n - \"jsoncpp\"\r\n - \"libcurl\"\r\n - \"libyaml\"\r\n - \"logrotate\"\r\n - \"nmap\"\r\n - \"openssl\"\r\n - \"perl-DBD-Pg\"\r\n - \"perl-DBI\"\r\n -...
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 49762, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/clean
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/clean/tasks/main.yml", "content": "---\r\n#clean postgresql se nodes\r\n- name: Find rpm file in distrib and remember pg se version\r\n block:\r\n - find:\r\n paths: \"{{ local_distr_path }}\"\r\n use_regex: yes\r\n patterns: '.*\\.rpm'\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2420, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/common
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/common/tasks/install_versioned_package.yml", "content": "- name: Install {{ _install_versioned_package_name }} version {{ _install_versioned_package_version }}\r\n block:\r\n\r\n - name: install package {{ _install_versioned_package_name }} version {{ _install_ver...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 40469, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/confd
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/confd/templates/pgbouncer.toml.j2", "content": "[template]\r\nprefix = \"/service/{{ clustername }}\"\r\nowner = \"postgres\"\r\nmode = \"0644\"\r\nsrc = \"pgbouncer.tmpl\"\r\ndest = \"{{ pgbouncer_files.conf_dir }}/pgbouncer.ini\"\r\n\r\nreload_cmd = \"systemctl rest...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10850, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/configure
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/configure/tasks/pgbouncer.yml", "content": "#TODO Вынести удаление пользователя и его объектов в отдельную подроль для удаления и создания УЗ в БД PGSQL-4674\r\n\r\n- name: Сheck exists pgbouncer\r\n stat:\r\n path: \"{{ pgbouncer_files.bin_path }}\"\r\n register...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 128841, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/control
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/control/tasks/control_get_installed_contrib_ext.yml", "content": "- name: Check backup mode, lagging between nodes and maintenance mode of patroni\r\n import_tasks: control_pre_check.yml\r\n vars:\r\n _controlprecheck_is_db_and_patroni_started: true\r\n _contr...
{ "task_files": 17, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 107795, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/doc
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/doc/tasks/main.yml", "content": "- block:\r\n \r\n - name: Clear and create doc directory\r\n file:\r\n path: \"{{ PGHOME }}/doc\"\r\n state: \"{{ item }}\"\r\n with_items:\r\n - absent\r\n - directory\r\n\r\n - name: Copy doc pdf to n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1551, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/etcd
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/etcd/tasks/revert_clean_etcd_db.yml", "content": "- name: Clean etcd db\r\n block:\r\n\r\n - name: stop patroni service\r\n service:\r\n name: patroni\r\n state: stopped\r\n when: inventory_hostname != 'etcd'\r\n\r\n - name: clear cache ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 17729, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/finally
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/finally/tasks/enable_password_policy.yml", "content": "- name: Enable password policy\r\n block:\r\n\r\n - name: stop patroni linux service\r\n service:\r\n name: patroni\r\n state: stopped\r\n become_user: root\r\n\r\n - name: remove co...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11291, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/migration_tools
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/migration_tools/tasks/main.yml", "content": "- name: check if migration_tools exists\r\n stat:\r\n path: \"{{ local_distr_path }}/migration_tools\"\r\n register: result\r\n delegate_to: localhost\r\n\r\n- name: install migration tools\r\n block:\r\n\r\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/patroni
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/patroni/templates/postgres.yml.j2", "content": "scope: {{ clustername }}\r\nname: {{ ansible_fqdn }}\r\n\r\nrestapi:\r\n listen: 0.0.0.0:{{ ports.patroni }}\r\n connect_address: {{ ansible_fqdn }}:{{ ports.patroni }}\r\n authentication:\r\n username: p...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 52489, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/pgbouncer
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/pgbouncer/tasks/backup.yml", "content": "- name: Create backup of pgbouncer files\r\n block:\r\n\r\n - name: backup configs\r\n file:\r\n path: \"{{ item.dir }}\"\r\n state: \"{{ item.state }}\"\r\n owner: postgres\r\n group: postg...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 15488, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/postgresql
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/postgresql/tasks/revert_minor.yml", "content": "- name: Get service_facts\r\n service_facts:\r\n no_log: \"{{ nolog }}\"\r\n become: true\r\n\r\n- name: Started patroni, if patroni stopped\r\n systemd:\r\n name: patroni\r\n state: started\r\n enabled: yes...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 55135, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/pre-checkup
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/pre-checkup/tasks/scout.yml", "content": "---\r\n#must be running only if ssl mode is turned on\r\n- name: Check pgdata, when current PG SE version equal 4.3.0\r\n block:\r\n\r\n - name: check /pgdata/04/data is PGDATA\r\n shell: ps aux | grep postgres | grep...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 13694, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/recovery
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/recovery/tasks/update_minor_finally.yml", "content": "- name: Finally recovery \r\n block:\r\n\r\n - name: check exists patroni\r\n stat: path=\"{{ PYTHON_VENV_OLD }}/bin/patroni\"\r\n register: patroni_exists\r\n\r\n - name: turn off pause mode and r...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7672, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/rsyslog
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/rsyslog/tasks/main.yml", "content": "---\r\n- name: Rsyslog configuration\r\n block:\r\n\r\n - name: configure iptable\r\n iptables:\r\n chain: INPUT\r\n protocol: udp\r\n destination_port: \"{{ SOC_server_port }}\"\r\n jump: ACCEP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1090, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/tests
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/tests/tasks/main.yml", "content": "- name: check postgresql logs\r\n block:\r\n\r\n - name: search for errors in postgresql logs\r\n shell: grep --files-with-matches -e '[^replication slot]ERROR:' *.log\r\n args:\r\n chdir: \"{{ PGLOGS }}\"\r\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 25159, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
ext-pangolin/installer/roles/tls
7,631
[ "no_license" ]
[ { "path": "ext-pangolin/installer/roles/tls/tasks/enable_tls.yml", "content": "- name: Enable LDAP TLS\r\n block:\r\n\r\n - name: edit config without patroni\r\n block:\r\n\r\n - name: enable tls in {{ PGDATA }}/pg_hba.conf\r\n replace:\r\n path: \"{{ PGDATA }}/pg_hba.con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2439, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
java-openjdk/roles/java-openjdk
7,631
[ "no_license" ]
[ { "path": "java-openjdk/roles/java-openjdk/tasks/uninstall-Altlinux.yml", "content": "---\r\n- name: Set package_name for apt-get\r\n set_fact:\r\n package_remove:\r\n #- \"jdk*\"\r\n - \"java-1.8.0-openjdk*\"\r\n - \"java-1.8.0-openjdk\"\r\n - \"java-1.8.0-openjdk-devel\"\r\n -...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2307, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
nginx/roles/nginx
7,631
[ "no_license" ]
[ { "path": "nginx/roles/nginx/tasks/configure.yaml", "content": "\r\n- name: Generate configuration\r\n block:\r\n - name: Generate server configuration\r\n template:\r\n src: nginx.conf.j2\r\n dest: \"{{ nginx_conf_dir }}/nginx.conf\"\r\n owner: \"{{ nginx_user }}\"\r\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 10240, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
postgresql_se/roles/postgresql_se
7,631
[ "no_license" ]
[ { "path": "postgresql_se/roles/postgresql_se/tasks/update_files_from_rpm.yml", "content": "- name: резервное копирование исполняемых файлов\r\n copy:\r\n remote_src: true\r\n src: /usr/local/pgsql/\r\n dest: \"~/pgsql.{{ pgse_version_from }}\"\r\n\r\n#установить новую версию\r\n- name: Установка н...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 19993, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
prereq_nginx_iag/roles/prereq_nginx_iag
7,631
[ "no_license" ]
[ { "path": "prereq_nginx_iag/roles/prereq_nginx_iag/tasks/files/check.sh", "content": "#!/bin/bash\r\n\r\nlibname='libunwind'\r\n\r\ndelimiter=\"=>\"\r\n\r\nlibname_cnt=`/usr/sbin/ldconfig -p | grep -c $libname`\r\nif [ $libname_cnt -eq 0 ] ; then\r\n echo \"ERROR: libunwind library is not installed. NGIN...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 18736, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
sbt-install-docker/roles/docker-install
7,631
[ "permissive" ]
[ { "path": "sbt-install-docker/roles/docker-install/tasks/install.yaml", "content": "---\r\n- name: Install Docker\r\n package:\r\n name: \"{{ docker_package }}\"\r\n state: \"{{ docker_package_state }}\"\r\n become: yes\r\n ignore_errors: \"{{ ansible_check_mode }}\"\r\n\r\n- name: Ensure /etc/dock...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2994, "all_permissive": true }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
sbt-install-nginx/roles/sbt-install-nginx
7,631
[ "no_license" ]
[ { "path": "sbt-install-nginx/roles/sbt-install-nginx/tasks/setup-RedHat.yaml", "content": "- name: install RedHat unzip\r\n yum:\r\n name: unzip\r\n state: latest\r\n ignore_errors: yes\r\n\r\n- name: Install RedHat MC\r\n yum:\r\n name: mc\r\n state: latest\r\n ignore_errors: yes\r\n\r\n- n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11072, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
sbt-kubernetes/roles/sbt-install-kubernetes
7,631
[ "no_license" ]
[ { "path": "sbt-kubernetes/roles/sbt-install-kubernetes/tasks/setup-RedHat.yaml", "content": "--- \r\n- name: add repo k8s\r\n shell: |\r\n cat <<EOF > /etc/yum.repos.d/kubernetes.repo\r\n [kubernetes]\r\n name=Kubernetes\r\n baseurl={{ baseurl_k8s_repo }}\r\n enabled=1\r\n gpgcheck=0\r\n repo...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10046, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
sbt-spo-utils/roles/sbt-spo-utils
7,631
[ "no_license" ]
[ { "path": "sbt-spo-utils/roles/sbt-spo-utils/tasks/overwrite_files.yml", "content": "# todo если mode: default, то смотреть по правам на dest/\r\n\r\n- copy:\r\n src: \"{{item.src | basename}}\"\r\n dest: \"{{item.dest}}/{{item.src | basename}}\"\r\n force: \"{{ force | default('yes') }}\"\r\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
sbt-websphere/roles/sbt-install-websphere
7,631
[ "no_license" ]
[ { "path": "sbt-websphere/roles/sbt-install-websphere/files/was_delete_apps.py.j2", "content": "#Uninstall default applecations\r\nimport os\r\nappl=AdminApp.list().split(os.linesep)\r\nfor capp in appl:\r\n if capp==\"DefaultApplication\":\r\n print \"Uninstall %s\" % (capp)\r\n AdminApp.uninstall(capp)\r...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 18081, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
wildfly/roles/test
7,631
[ "no_license" ]
[ { "path": "wildfly/roles/test/tasks/debug.yml", "content": "\r\n\r\n- debug:\r\n msg: \"DEBUG\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "wildfly/roles/test/tasks/configure.yml", "content": "\r\n\r\n- debug:\r\n msg: \"CONFIGURE...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 493, "all_permissive": false }
ansible_role
Senchenko-Dev/Ansible-Roles
928b475c8e011f456d100eda09455d97c302162d
0
wildfly/roles/wildfly
7,631
[ "no_license" ]
[ { "path": "wildfly/roles/wildfly/tasks/mess/uninstall.yml", "content": "---\r\n- name: Delete install directory\r\n file:\r\n path: \"{{ item }}\"\r\n state: absent\r\n become: yes\r\n ignore_errors: yes\r\n with_items:\r\n - \"{{ wf_install_dir }}/READONLY\"\r\n - \"{{ wf_install_dir }}/bac...
{ "task_files": 35, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 44, "total_bytes": 89052, "all_permissive": false }
ansible_role
SRCF/srcf-ansible
c9a5e738d77eac3cd1b7246930b61135d6d8060d
0
roles/srcf.base
7,631
[ "no_license" ]
[ { "path": "roles/srcf.base/vars/main.yml", "content": "---\nntp_servers:\n - \"ntp0.cam.ac.uk iburst\"\n - \"ntp1.cam.ac.uk iburst\"\n - \"ntp3.cam.ac.uk iburst\"\nntp_timezone: Europe/London\nmunin_node_allowed_cidrs:\n # NB: these *must* specify a netmask length\n - 10.100.64.64/26\n - 172...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6860, "all_permissive": false }
ansible_role
SRCF/srcf-ansible
c9a5e738d77eac3cd1b7246930b61135d6d8060d
0
roles/srcf.hosted
7,631
[ "no_license" ]
[ { "path": "roles/srcf.hosted/tasks/main.yml", "content": "- name: \"set up tenant user {{ item.crsid }}\"\n user:\n name: \"{{ item.crsid }}\"\n comment: \"{{ item.realname }}\"\n groups:\n - adm\n - sudo\n shell: '/bin/bash'\n loop: \"{{ tenant_users }}\"\n\n- name: \"set up ssh pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
SRCF/srcf-ansible
c9a5e738d77eac3cd1b7246930b61135d6d8060d
0
roles/srcf.local-sysadmins
7,631
[ "no_license" ]
[ { "path": "roles/srcf.local-sysadmins/tasks/main.yml", "content": "# When we stop wanting a user/key, we shouldn't just remove them from sysadmins/;\n# we should leave them here but with `state: absent` so they get tidied away.\n---\n- name: 'Iterate through sysadmins'\n include_tasks: '{{ item }}'\n with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
SRCF/srcf-ansible
c9a5e738d77eac3cd1b7246930b61135d6d8060d
0
roles/srcf.server
7,631
[ "no_license" ]
[ { "path": "roles/srcf.server/vars/main.yml", "content": "---\nroot_name: \"SRCF server ({{ inventory_hostname_short }})\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/srcf.server/tasks/main.yml", "content": "---\n- name: 'Set a descr...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1570, "all_permissive": false }
ansible_role
SRCF/srcf-ansible
c9a5e738d77eac3cd1b7246930b61135d6d8060d
0
roles/srcf.trivial-mta
7,631
[ "no_license" ]
[ { "path": "roles/srcf.trivial-mta/vars/main.yml", "content": "---\nmail_mx_srcf: \"mx.srcf.societies.cam.ac.uk\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/srcf.trivial-mta/templates/postfix-main.cf.j2", "content": "# {{ ansible_ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2168, "all_permissive": false }