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
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/minecraft
510
[ "no_license" ]
[ { "path": "roles/minecraft/files/get_minecraft_server.sh", "content": "#!/usr/bin/env bash\n\nVERSION=\"$1\"\nVERSION_ARG=\"${VERSION}\"\n\nVERSIONS_URL=\"https://launchermeta.mojang.com/mc/game/version_manifest.json\"\nversions=\"$(/usr/bin/wget -O - \"${VERSIONS_URL}\")\"\n\n# If specified version is late...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5731, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/morganelafait
510
[ "no_license" ]
[ { "path": "roles/morganelafait/defaults/main.yml", "content": "image: \"alpine-3.18-default_20230607_amd64.tar.xz\"\nostype: \"alpine\"\ndisk_size: \"8\"\ncpu_cores: \"2\"\ncpu_units: \"1024\"\nmemory: \"1024\"\nswap: \"512\"\nfirewall_file: \"firewall.j2\"\nallow_ssh: \"no\"\nredirected_ports: []\nblackbox...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4088, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/notebook
510
[ "no_license" ]
[ { "path": "roles/notebook/tasks/system.yml", "content": "---\n- name: Setup system\n include_role:\n name: app_ubuntu\n tasks_from: system\n\n- name: Install pip\n apt:\n name: python3-pip\n\n- name: Set up web directory\n file:\n path: /srv/public\n owner: www-data\n group: www-data\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3516, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/osp
510
[ "no_license" ]
[ { "path": "roles/osp/defaults/main.yml", "content": "image: ubuntu-20.04-standard_20.04-1_amd64.tar.gz\nostype: ubuntu\ndisk_size: 8\ncpu_cores: 1\ncpu_units: 1024\nmemory: 512\nswap: 512\nfirewall_file: firewall.j2\nredirected_ports:\n - value: 5222\n proto: tcp\n - value: 5269\n proto: tcp\n - va...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7937, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/panlithea
510
[ "no_license" ]
[ { "path": "roles/panlithea/tasks/system.yml", "content": "---\n- name: Setup system\n include_role:\n name: app\n tasks_from: system\n\n# - name: Install pip\n# apk:\n# name: python3-pip\n\n- name: Create www-data user\n user:\n name: www-data\n groups: www-data\n home: /srv\n\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5063, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/static
510
[ "no_license" ]
[ { "path": "roles/static/tasks/system.yml", "content": "---\n- name: Setup system\n include_role:\n name: app\n tasks_from: system\n\n# - name: Install pip\n# apk:\n# name: python3-pip\n\n- name: Create www-data user\n user:\n name: www-data\n groups: www-data\n home: /srv\n shell: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1301, "all_permissive": false }
ansible_role
vegaelle/ansible-playbooks
4c9533fe6df4e04a8646457d692c560622f3c80c
0
roles/wordpress
510
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "image: ubuntu-22.04-standard_22.04-1_amd64.tar.zst\nostype: ubuntu\ndisk_size: 8\ncpu_cores: 1\ncpu_units: 1024\nmemory: 512\nswap: 512\nfirewall_file: firewall.j2\nredirected_ports: []\nallow_ssh: yes\nblackbox:\n enable: yes\n", "license_type...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5035, "all_permissive": false }
ansible_role
Coolstoten/VAN
b70016e2319d3a53936f9a0258e14d17bb070c65
0
ansible/roles/nginx_proxy
510
[ "no_license" ]
[ { "path": "ansible/roles/nginx_proxy/tasks/main.yml", "content": "---\n- name: Install Nginx\n sudo: yes\n apt: pkg=nginx state=latest\n\n- name: Change default nginx site\n sudo: yes\n template: src=default.template dest=/etc/nginx/sites-available/default\n notify: restart nginx\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
Coolstoten/VAN
b70016e2319d3a53936f9a0258e14d17bb070c65
0
ansible/roles/php
510
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install php5-fpm\n sudo: yes\n apt: pkg=php5-fpm state=latest\n\n- name: Install php5-mysql\n sudo: yes\n apt: pkg=php5-mysql state=latest\n\n- name: Install php5-mcrypt\n sudo: yes\n apt: pkg=php5-mcrypt state=latest\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
Coolstoten/VAN
b70016e2319d3a53936f9a0258e14d17bb070c65
0
ansible/roles/test
510
[ "no_license" ]
[ { "path": "ansible/roles/test/tasks/main.yml", "content": "---\n- name: Testing connectivity on the loadbalancer\n wait_for:\n host: 192.168.88.10\n port: 80\n timeout: 5\n\n- name: Testing connectivity on the application server 1\n wait_for:\n host: 192.168.88.11\n port: 80\n timeout: 5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
Sms-Rk/prometheus-exporter
50ac96d0961a5566fffa155166d052a966929953
0
roles/cadvisor-exporter
510
[ "permissive" ]
[ { "path": "roles/cadvisor-exporter/files/docker-compose.yaml", "content": "version: '3.9'\nservices:\n cadvisor:\n image: gcr.io/cadvisor/cadvisor:latest\n container_name: cadvisor\n restart: always\n pull_policy: if_not_present\n privileged: true\n ports:\n - 8070:8070\n volumes:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 810, "all_permissive": true }
ansible_role
Sms-Rk/prometheus-exporter
50ac96d0961a5566fffa155166d052a966929953
0
roles/gpu-exporters
510
[ "permissive" ]
[ { "path": "roles/gpu-exporters/tasks/main.yaml", "content": "---\n- name: Load sm image from archive\n docker_image:\n name: docker-hub.tip.co.ir/targoman/nvidia-exporter:latest\n load_path: \"{{ dest_path }}sm-exporter.tar\"\n source: load\n state: present\n\n- name: Load gpu image from archiv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2428, "all_permissive": true }
ansible_role
Sms-Rk/prometheus-exporter
50ac96d0961a5566fffa155166d052a966929953
0
roles/install-compose
510
[ "permissive" ]
[ { "path": "roles/install-compose/defaults/main.yaml", "content": "---\ndocker_compose_version: \"1.29.2\"\ndocker_compose_install_dir: \"/usr/local/bin/docker-compose\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 97 }, { "path": "roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1101, "all_permissive": true }
ansible_role
Sms-Rk/prometheus-exporter
50ac96d0961a5566fffa155166d052a966929953
0
roles/node-exporter
510
[ "permissive" ]
[ { "path": "roles/node-exporter/tasks/node-service.yaml", "content": "---\n- name: Download Node Exporter\n get_url:\n url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-amd64.tar.gz\"\n dest: \"/tmp/node_ex...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2686, "all_permissive": true }
ansible_role
iron87/iac-challenge
176f7ee07830cc94ba2c4056f99eb8e1c5622a21
0
roles/check_partition
510
[ "no_license" ]
[ { "path": "roles/check_partition/tasks/main.yaml", "content": "# - name: Get device info\n# community.general.parted: device={{ device_name }} unit=GB\n# become: true\n# register: device_info\n\n# - name: \"Check sda2 partition size\"\n# set_fact: need_resize={{ device_info.partitions[1].size < min...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1411, "all_permissive": false }
ansible_role
iron87/iac-challenge
176f7ee07830cc94ba2c4056f99eb8e1c5622a21
0
roles/create_vm
510
[ "no_license" ]
[ { "path": "roles/create_vm/defaults/main.yaml", "content": "gcp_project: challenge-352805\ngcp_cred_kind: serviceaccount\ngcp_cred_file: /Users/federicocerruto/Downloads/challenge-352805-22d7c9a185d1.json\nzone: \"europe-central2-a\"\nregion: \"europe-central2\"\ndisk_name: kira-disk-instance\naddress_name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2311, "all_permissive": false }
ansible_role
iron87/iac-challenge
176f7ee07830cc94ba2c4056f99eb8e1c5622a21
0
roles/secure_docker_api
510
[ "no_license" ]
[ { "path": "roles/secure_docker_api/tasks/main.yaml", "content": "- name: Copy certificates on docker server\n ansible.builtin.copy:\n src: \"{{ docker_cert_local_dir }}\"\n dest: /etc/docker/\n owner: root\n mode: 0644\n\n- name: Customize systemd\n block:\n - name: change systemd dir permi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 853, "all_permissive": false }
ansible_role
kebsOps/ansible-config-mgt
31c85e815b6af7a1e5de8affcaf2cac6172214db
0
roles/apache
510
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\n# defaults file for apache\nenable_apache_lb: false\nload_balancer_is_required: false\n\n#IP Mapping for web1 and web2\nWeb1: 172.31.40.69\nWeb2: 172.31.40.72\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1120, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/docker
510
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install prerequisites\n apt: \n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key: url=https://download.docker....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/glusterfs
510
[ "no_license" ]
[ { "path": "ansible/roles/glusterfs/tasks/main.yml", "content": "- name: Add GlusterFS apt repository\n apt_repository:\n repo: ppa:gluster/glusterfs-4.1\n\n- name: Install GlusterFS\n apt:\n name:\n - glusterfs-server\n - glusterfs-client\n state: present\n update_cache: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1480, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/glusterfs_client
510
[ "no_license" ]
[ { "path": "ansible/roles/glusterfs_client/tasks/main.yml", "content": "- name: Add GlusterFS apt repository\n apt_repository:\n repo: ppa:gluster/glusterfs-4.1\n\n- name: Install GlusterFS\n apt:\n name:\n - glusterfs-client\n state: present\n update_cache: yes\n\n- name: Create GlusterFS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/mongodb
510
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yaml", "content": "---\n# - name: Add local host to hosts file\n# lineinfile: dest=/etc/hosts line=\"{{ ansible_default_ipv4.address }} {{ ansible_hostname }}\"\n- name: Add repository key\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=9DA31620334BD75D9D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/mongodb_master
510
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_master/tasks/main.yaml", "content": "---\n- name: Initialize replica set\n command: \"mongo --eval 'rs.initiate({_id : \\\"steep\\\", members: [{_id: 0, host: \\\"{{ ansible_default_ipv4.address }}:27017\\\"}]});'\"\n- name: Add replica set members\n command: \"mongo --eva...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/nginx
510
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt:\n name: \n - nginx\n state: latest\n update_cache: yes\n\n- name: Stop nginx\n service:\n name: nginx\n state: stopped\n\n- name: Create nginx config from template\n template: \n backup: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/python-docker
510
[ "no_license" ]
[ { "path": "ansible/roles/python-docker/tasks/main.yml", "content": "- name: Install pip3\n apt:\n name: python3-pip\n update_cache: yes\n\n- name: Install docker python module\n pip:\n name: docker\n executable: pip3\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
steep-wms/steep-montage-aws
b3ad0aa0010a6e49507a5baabdf7d3a8e36552b9
1
ansible/roles/steep
510
[ "no_license" ]
[ { "path": "ansible/roles/steep/tasks/main.yml", "content": "- name: Stop and remove Steep\n docker_container:\n name: steep\n state: absent\n\n- name: Prune Docker\n docker_prune:\n containers: yes\n images: yes\n networks: yes\n volumes: yes\n builder_cache: yes\n\n- name: Create Ste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1461, "all_permissive": false }
ansible_role
icha024/k-from-scratch
f967d0b1e65e56f6d2281e86046f395ec7690e44
0
ansible/roles/etcd
510
[ "no_license" ]
[ { "path": "ansible/roles/etcd/tasks/main.yml", "content": "---\n# tasks file for etcd\n- name: Install etcd \n apt:\n name: etcd\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
icha024/k-from-scratch
f967d0b1e65e56f6d2281e86046f395ec7690e44
0
ansible/roles/kube-master
510
[ "no_license" ]
[ { "path": "ansible/roles/kube-master/tasks/main.yml", "content": "---\n# tasks file for kube-master\n# - name: Remove existing download\n# file:\n# path: /downloads/kubernetes.tar.gz\n# state: absent\n- name: Creates directory\n file:\n path: /downloads\n state: directory\n mode: 0775\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
9stats/ansible-new-sites
25a225c2a77608b2f52ee6218eaac83c34ebb003
0
roles/nginxwatcher
510
[ "no_license" ]
[ { "path": "roles/nginxwatcher/vars/main.yml", "content": "---\n# vars file for nginxwatcher", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/nginxwatcher/handlers/main.yml", "content": "---\n# handlers file for nginxwatcher", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1264, "all_permissive": false }
ansible_role
shiveshr/pravega
0e9f604004e1f77d12539753895d0c36bb69478f
0
deployment/aws/installer/roles/install-hosts
513
[ "permissive" ]
[ { "path": "deployment/aws/installer/roles/install-hosts/tasks/main.yml", "content": "# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": true }
ansible_role
aaronbrown1988/mdcloud
8558732a58a9073d12ee06a40d341df75d2730e5
0
infra/ansible/roles/docker
513
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "- block:\n - name: update packages\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - docker.io\n - golang-go\n \n - name: Setup GCSFUSE Repo\n raw: ' export GCSFUSE_REPO=gcsfus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
mesk97/test-IaC-concept
390c57f24dc6861294cc3796100540ee8880512e
0
roles/echo.service
513
[ "no_license" ]
[ { "path": "roles/echo.service/vars/main.yml", "content": "systemd_path: /lib/systemd/system/\r\nsimple_echo:\r\n name: simpleecho\r\n port: 443", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/echo.service/tasks/main.yml", "content": "- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 889, "all_permissive": false }
ansible_role
super-masaya/ansible-jenkins-project
de9a7e11ece420881e8d379dd9da6906df68bb52
0
ansible_project1/ansible/roles/aws_infra
513
[ "no_license" ]
[ { "path": "ansible_project1/ansible/roles/aws_infra/tasks/main.yml", "content": "- name: Create VPC\n amazon.aws.ec2_vpc_net:\n name: \"{{ env_name }}-vpc\"\n cidr_block: \"10.0.0.0/16\"\n region: \"{{ aws_region | default('ap-northeast-1') }}\"\n tags:\n Environment: \"{{ env_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3316, "all_permissive": false }
ansible_role
super-masaya/ansible-jenkins-project
de9a7e11ece420881e8d379dd9da6906df68bb52
0
ansible_project1/ansible/roles/common
513
[ "no_license" ]
[ { "path": "ansible_project1/ansible/roles/common/templates/sysctl.conf.j2", "content": "# This file is managed by Ansible.\n# Environment: {{ env_name }}\n# Generated on: {{ ansible_date_time.iso8601 }}\n\n{% for key, value in kernel_params.items() %}\n{{ key }} = {{ value }}\n{% endfor %} ", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5435, "all_permissive": false }
ansible_role
super-masaya/ansible-jenkins-project
de9a7e11ece420881e8d379dd9da6906df68bb52
0
ansible_project1/ansible/roles/nginx
513
[ "no_license" ]
[ { "path": "ansible_project1/ansible/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx via dnf (dnfモジュール)\n ansible.builtin.dnf:\n name: nginx\n state: present\n tags:\n - install\n\n- name: Configure Nginx (templateモジュール)\n ansible.builtin.template:\n src: nginx.conf.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7091, "all_permissive": false }
ansible_role
cgascoig/intersight-ansible-demo
375bd561a892d73690d969dd16d8d8fd0836dc87
0
ansible/roles/isserver
513
[ "no_license" ]
[ { "path": "ansible/roles/isserver/tasks/main.yml", "content": "- name: Get server Moid\n cisco.intersight.intersight_rest_api:\n resource_path: /compute/PhysicalSummaries\n query_params:\n $filter: \"Serial eq '{{ server_serial }}'\"\n register: server\n\n- name: Configure Server Profile\n cis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3502, "all_permissive": false }
ansible_role
brutalhz/deus3
a07c3bb852aceb4dee82045961d280344af2ea7b
0
roles/app
513
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n\n- name: git\n apt:\n name: git\n state: present\n update_cache: true\n when: ansible_os_family == \"Debian\"\n\n- name: clone project\n git:\n repo: https://github.com/brutalhz/deus2.git\n dest: \"{{ project_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2750, "all_permissive": false }
ansible_role
brutalhz/deus3
a07c3bb852aceb4dee82045961d280344af2ea7b
0
roles/docker
513
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n with_items: \"{{ packages }}\"\n\n- name: Add Docker GPG apt key\n apt_key:\n url: https://download....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1462, "all_permissive": false }
ansible_role
brutalhz/deus3
a07c3bb852aceb4dee82045961d280344af2ea7b
0
roles/monitoring
513
[ "no_license" ]
[ { "path": "roles/monitoring/defaults/main.yml", "content": "---\n# defaults file for monitoring\nuserdir: /home/vagrant/\nconfig_dir: config\nloki_url: \"{{ hostvars[inventory_hostname]['groups']['monitoring'][0] }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5881, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/chrome
513
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "- name: Install Google Chrome\n command: /usr/bin/yay -S google-chrome --noconfirm\n\n- name: Google chrome version\n command:\n cmd: \"google-chrome-stable --version\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/docker
513
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker\n become: true\n pacman:\n name: docker\n state: present\n\n- name: Add user to \"docker\" group\n become: true\n user:\n name: \"{{ lookup('env', 'USER') }}\"\n group: \"docker\"\n append: yes\n\n#- name: Start a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/gnome
513
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "- name: Set dock position to bottom\n command: gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM\n\n- name: Download Colloid theme\n get_url:\n url: https://github.com/vinceliuice/Colloid-gtk-theme/archive/master.zip\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/jetbrains
513
[ "no_license" ]
[ { "path": "roles/jetbrains/tasks/main.yml", "content": "- name: Install JetBrains Toolbox\n command: /usr/bin/yay -S jetbrains-toolbox --noconfirm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/python
513
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install Python & Pyenv\n become: true\n pacman:\n name:\n - python\n - pyenv\n - python-pip\n state: present\n\n#- name: Add pyenv to bashrc\n# lineinfile:\n# path: ~/.bashrc\n# line: 'export PATH=\"/usr/local/pyenv/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/qt
513
[ "no_license" ]
[ { "path": "roles/qt/tasks/main.yml", "content": "- name: Install Qt\n become: true\n pacman:\n name:\n - qt5-base\n - qt5-webengine\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/system
513
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: Run the equivalent of \"pacman -Syu\"\n become: true\n community.general.pacman:\n update_cache: true\n\n- name: Install common\n become: true\n pacman:\n name:\n - base-devel\n - git\n - glibc\n - lib32-glibc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
Ereaey/workstation
9482a8010c50973583968e6efa7d3f5561a456be
0
roles/terminal
513
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n pacman:\n name:\n - nushell\n - alacritty\n - starship\n - zellij\n state: present\n- name: Set Alacritty as default terminal emulator\n command: gsettings set org.gnome.desktop....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
swysocki/dotfiles
7b19b3b727a9feabf1cc3963e8938d1f64911168
0
ansible/roles/devsetup
513
[ "no_license" ]
[ { "path": "ansible/roles/devsetup/tasks/main.yml", "content": "---\n- name: run debian tasks\n ansible.builtin.include_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '22.04'\n\n- name: run macos tasks\n ansible.builtin.include_tasks: macos.yml\n when: ansi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5960, "all_permissive": false }
ansible_role
rcarrillocruz/automate-podman-containers-with-ansible
607cae424300d98aec182ed85b050e8244be60f2
1
roles/devconf
513
[ "no_license" ]
[ { "path": "roles/devconf/tasks/prereqs.yml", "content": "- ansible.builtin.dnf:\n name: \n - podman\n - slirp4netns\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/devconf/files/index.html", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1991, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/base
513
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Install unzip\n apt:\n name: unzip\n state: latest\n install_recommends: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/data
513
[ "no_license" ]
[ { "path": "ansible/roles/data/tasks/main.yml", "content": "- name: Create /data directory\n file:\n path: /vagrant/data\n owner: vagrant\n state: directory\n\n- name: Create directory for house prices problem\n file:\n path: /vagrant/data/house_prices\n state: directory\n owner: vagrant\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2090, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/java
513
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Add repository to install Java 8\n apt_repository:\n repo: ppa:openjdk-r/ppa\n state: present\n\n- name: Install Java\n apt:\n name: openjdk-8-jdk\n state: latest\n install_recommends: no", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/sbt
513
[ "no_license" ]
[ { "path": "ansible/roles/sbt/tasks/main.yml", "content": "- name: Fetch SBT package\n get_url:\n url: https://github.com/sbt/sbt/releases/download/v{{ sbt_version }}/sbt-{{ sbt_version }}.tgz\n dest: /tmp/sbt.tgz\n\n- name: Extract SBT package\n unarchive:\n src: /tmp/sbt.tgz\n dest: /usr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 442, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/spark
513
[ "no_license" ]
[ { "path": "ansible/roles/spark/tasks/main.yml", "content": "- name: Fetch Spark package\n get_url:\n url: \"http://d3kbcqa49mib13.cloudfront.net/spark-{{ spark_version }}-bin-hadoop{{ hadoop_version }}.tgz\"\n dest: \"/tmp/spark.tgz\"\n\n- name: Extract Spark package\n unarchive:\n src: /tmp/spar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 672, "all_permissive": false }
ansible_role
shanhija/modeling-sandbox
4993f1d8f20f38553bd53447b3519e504f31bba1
0
ansible/roles/zeppelin
513
[ "no_license" ]
[ { "path": "ansible/roles/zeppelin/templates/zeppelin-env.sh.j2", "content": "export ZEPPELIN_MEM=\"-Xmx1024m\"\nexport ZEPPELIN_JAVA_OPTS=\"-Dspark.home=/usr/spark\"\nexport SPARK_HOME=/usr/spark\nexport ZEPPELIN_NOTEBOOK_DIR=/vagrant/src/main/notebook", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1362, "all_permissive": false }
ansible_role
wikitops/ansible_rabbitmq
dbf4f5a6bafc88503a16de23acd6920b0722fb72
0
roles/rabbitmq
513
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/debian.yml", "content": "---\n\n- name: RABBITMQ DEBIAN | Add repository key\n apt_key:\n url: \"{{ rabbitmq_apt_key }}\"\n state: present\n id: 6026DFCA\n\n- name: RABBITMQ DEBIAN | Add repository\n apt_repository:\n repo: \"{{ rabbitmq_apt_repository }}\"\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3543, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab11/ansible_repo/roles/docker_mgmt
513
[ "no_license" ]
[ { "path": "lab11/ansible_repo/roles/docker_mgmt/templates/sudoers.j2", "content": "{{ testadminusername }} ALL= NOPASSWD: /bin/systemctl restart docker.service\n{{ testadminusername }} ALL= NOPASSWD: /bin/systemctl restart docker\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2330, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab11/ansible_repo/roles/only_admin_on_weekends
513
[ "no_license" ]
[ { "path": "lab11/ansible_repo/roles/only_admin_on_weekends/tasks/main.yml", "content": "---\n# Создадим группу admin и ...\n- name: create group \"admin\"\n group:\n name: \"{{ admin_group }}\"\n state: present\n# ... добавим туда пользователя root\n- name: root to group \"admin\"\n user:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3666, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab12/ansible_repo/roles/freeipa_client
513
[ "no_license" ]
[ { "path": "lab12/ansible_repo/roles/freeipa_client/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: install LDAP (FreeIPA) client.\n min_ansible_version: 2.4\n galaxy_tags: [freeipa]\n\ndependencies: []\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2432, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab12/ansible_repo/roles/freeipa_server
513
[ "no_license" ]
[ { "path": "lab12/ansible_repo/roles/freeipa_server/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: install FreeIPA server.\n min_ansible_version: 2.4\n galaxy_tags: [freeipa]\n\ndependencies: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1358, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/auditd_client
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/auditd_client/handlers/main.yml", "content": "---\n- name: restart_auditd # Особенный рестарт auditd\n command: service auditd condrestart\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "lab13/ansible_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1441, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/auditd_server
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/auditd_server/tasks/main.yml", "content": "---\n- name: enable auditd listen port # Слушаем auditd порт 60\n replace:\n path: /etc/audit/auditd.conf\n regexp: '^##tcp_listen_port = 60'\n replace: \"tcp_listen_port = 60\"\n notify: restart_auditd\n...\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/base_config
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/base_config/tasks/main.yml", "content": "---\n- name: ntp and tzdata install # Ставим нужные пакеты\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ntp\n - tzdata\n\n- name: set timezone # Задаём часовой пояс.\n timezone:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1730, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/install_elk
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/install_elk/handlers/main.yml", "content": "---\n- name: start_elasticsearch\n systemd:\n name: elasticsearch\n state: restarted\n\n- name: start_kibana\n systemd:\n name: kibana\n state: restarted\n\n- name: start_logstash\n systemd:\n name: logstash\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1820, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/install_filebeat
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/install_filebeat/tasks/main.yml", "content": "---\n- name: elk GPG key install\n rpm_key:\n state: present\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n\n- name: filebeat package install\n yum:\n name: \"{{ packages }}\"\n state: present\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1345, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/install_nginx
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/install_nginx/templates/index.html.j2", "content": "<html>\n\tHello from {{ ansible_hostname }}. Nginx port {{ nginx_listen_port }}.\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "lab13/ansible_repo/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1396, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/sd_jd_client
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/sd_jd_client/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: enable journald-upload\n min_ansible_version: 2.4\n galaxy_tags: [journald]\n\ndependencies: [base_config]\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1652, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab13/ansible_repo/roles/sd_jd_server
513
[ "no_license" ]
[ { "path": "lab13/ansible_repo/roles/sd_jd_server/tasks/main.yml", "content": "---\n- name: install systemd-journal-gateway # Ставим нужные пакеты\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - systemd-journal-gateway\n\n- name: mod Storage /etc/systemd/journald.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2113, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/base_config
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/base_config/tasks/main.yml", "content": "---\n- name: ntp and tzdata install # Ставим нужные пакеты\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ntp\n - tzdata\n\n- name: set timezone # Задаём часовой пояс.\n timezone:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/install_cons
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/install_cons/templates/bconsole.conf.j2", "content": "\nDirector {\n Name = {{ bacula_dir_name }}\n DIRport = {{ bacula_dir_port }}\n address = {{ bserver_hostname }}.{{ domain }}\n Password = {{ <PASSWORD>dir_password }}\n}", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 655, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/install_dir
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/install_dir/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: install bacula director\n min_ansible_version: 2.4\n galaxy_tags: [bacula]\n\ndependencies: [base_config, install_mariadb]\n...\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6153, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/install_fd
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/install_fd/tasks/main.yml", "content": "---\n- name: bacula-fd install\n yum:\n name: bacula-client\n state: present\n\n- name: bacula-fd enabled in systemd\n systemd:\n name: bacula-fd\n enabled: true\n\n- name: encryption - copy certufucate\n copy:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1546, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/install_mariadb
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/install_mariadb/tasks/main.yml", "content": "---\n- name: mariadb install\n yum:\n name: mariadb-server\n state: present\n\n- name: mariadb enabled in systemd\n systemd:\n name: mariadb\n enabled: true\n state: started\n notify: restart_mariadb\n...", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 447, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab15/ansible_repo/roles/install_sd
513
[ "no_license" ]
[ { "path": "lab15/ansible_repo/roles/install_sd/templates/bacula-sd.conf.j2", "content": "Storage {\n Name = {{ bacula_sd_name }}\n SDPort = {{ bacula_sd_port }}\n WorkingDirectory = \"/var/spool/bacula\"\n Pid Directory = \"/var/run\"\n Maximum Concurrent Jobs = 20\n}\n\nDirector {\n Name = {{ bacula_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1477, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab18/ansible_repo/roles/base_config
513
[ "no_license" ]
[ { "path": "lab18/ansible_repo/roles/base_config/handlers/main.yml", "content": "---\n- name: restart_ntpd\n systemd:\n name: ntpd\n state: restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "lab18/ansible_repo/roles/base_config/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1729, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab18/ansible_repo/roles/net_install
513
[ "no_license" ]
[ { "path": "lab18/ansible_repo/roles/net_install/templates/ifcfg-lo.2.j2", "content": "DEVICE=lo:2\nIPADDR={{ loop_address }}\nPREFIX={{ loop_netmask }}\nNETWORK={{ loop_address }}\nONBOOT=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "lab18/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1883, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ca_client_cert
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ca_client_cert/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: ovpn client cert install\n min_ansible_version: 2.4\n galaxy_tags: [ca, client]\n\ndependencies: [base_config]\n...\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2357, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ca_client_cert_local
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ca_client_cert_local/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: ovpn client cert gen and copy to local machine\n min_ansible_version: 2.4\n galaxy_tags: [ca, client]\n\ndependencies: []\n...\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1766, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ca_server
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ca_server/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: CA server install\n min_ansible_version: 2.4\n galaxy_tags: [ca, server]\n\ndependencies: [base_config]\n...\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1193, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ca_server_cert
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ca_server_cert/tasks/main.yml", "content": "---\n- name: Generate an OpenSSL private key for OpenVPN server\n openssl_privatekey:\n path: \"{{ pki_ovpn_private_path }}{{ ovpn_private_key_name }}\"\n size: \"{{ ovpn_private_key_bits }}\"\n\n- name: Generate an OpenS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1798, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ca_server_ras_cert
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ca_server_ras_cert/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: ovpn server ras cert install\n min_ansible_version: 2.4\n galaxy_tags: [ca, server]\n\ndependencies: []\n...\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1834, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ocserv
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ocserv/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: ocserv install\n min_ansible_version: 2.4\n galaxy_tags: [ovpn, server]\n\ndependencies: [ocserv_server_cert]\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1817, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ocserv_client_cert_local
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ocserv_client_cert_local/meta/main.yml", "content": "---\n# ЭКСПЕРИМЕНТ! НЕ РАБОТАЕТ КАК НАДО!\n# ОСТАВЛЕН ДЛЯ ДАЛЬНЕЙШЕЙ ДОРАБОТКИ!\ngalaxy_info:\n author: mbfx\n description: ocserv client cert gen and copy to local machine\n min_ansible_version: 2.5\n galaxy_tags: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2071, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ocserv_server_cert
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ocserv_server_cert/tasks/main.yml", "content": "---\n- name: Generate an OpenSSL private key for ocserv server\n openssl_privatekey:\n path: \"{{ pki_ocserv_private_path }}{{ ocserv_private_key_name }}\"\n size: \"{{ ocserv_private_key_bits }}\"\n\n- name: Generate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1876, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ovpn_client
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ovpn_client/handlers/main.yml", "content": "---\n- name: restart_openvpn-client@client_tun\n systemd:\n name: openvpn-client@client_tun\n state: restarted\n\n- name: restart_openvpn-client@client_tap\n systemd:\n name: openvpn-client@client_tap\n state: rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2196, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ovpn_server
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ovpn_server/tasks/main.yml", "content": "---\n- name: install openvpn\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - openvpn\n\n- name: generate DH\n openssl_dhparam:\n path: \"{{ ovpn_server_config_path }}{{ ovpn_DH_filename ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2207, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab20/ansible_repo/roles/ovpn_server_ras
513
[ "no_license" ]
[ { "path": "lab20/ansible_repo/roles/ovpn_server_ras/handlers/main.yml", "content": "---\n- name: restart_openvpn-server@ras\n systemd:\n name: openvpn-server@ras\n state: restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "lab2...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1582, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab21/ansible_repo/roles/bonds
513
[ "no_license" ]
[ { "path": "lab21/ansible_repo/roles/bonds/templates/centralRouter/route-bond.j2", "content": "default via 192.168.255.1 dev {{ bond_device }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "lab21/ansible_repo/roles/bonds/templates/ifcfg-eth-base3.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 7358, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab21/ansible_repo/roles/vlans
513
[ "no_license" ]
[ { "path": "lab21/ansible_repo/roles/vlans/tasks/main.yml", "content": "---\n- name: configuring /etc/sysconfig/network-scripts/ifcfg-eth0\n replace:\n path: /etc/sysconfig/network-scripts/ifcfg-eth0\n regexp: '^DEFROUTE.*=.*'\n replace: \"DEFROUTE=no\"\n\n- name: configuring /etc/sysconfig/network...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 966, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab22/ansible_repo/roles/base_config
513
[ "no_license" ]
[ { "path": "lab22/ansible_repo/roles/base_config/tasks/main.yml", "content": "---\n- name: install epel-release\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - epel-release\n\n- name: install packages\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1825, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab23/ansible_repo/roles/pg_barman
513
[ "no_license" ]
[ { "path": "lab23/ansible_repo/roles/pg_barman/templates/.pgpass.j2", "content": "{{ master_hostname }}.{{ domain }}:5432:*:{{ barman_username }}:{{ barman_password }}\n{{ master_hostname }}.{{ domain }}:5432:*:{{ barman_streaming_username }}:{{ barman_streaming_password }}", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 15972, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab23/ansible_repo/roles/pg_client
513
[ "no_license" ]
[ { "path": "lab23/ansible_repo/roles/pg_client/tasks/main.yml", "content": "---\n- name: install pg repo\n yum:\n name: \"https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\"\n update_cache: yes\n state: present\n\n- name: install packages\n yum:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 492, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab23/ansible_repo/roles/pg_install
513
[ "no_license" ]
[ { "path": "lab23/ansible_repo/roles/pg_install/tasks/main.yml", "content": "---\n- name: install pg repo\n yum:\n name: \"https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\"\n update_cache: yes\n state: present\n\n- name: install packages\n yum:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab23/ansible_repo/roles/pg_replication
513
[ "no_license" ]
[ { "path": "lab23/ansible_repo/roles/pg_replication/handlers/main.yml", "content": "---\n- name: \"restart_postgresql_master\"\n systemd:\n name: postgresql-11.service\n state: restarted\n\n- name: \"restart_postgresql_replica\"\n systemd:\n name: postgresql-11.service\n state: restarted\n del...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 9327, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab25/ansible_repo/roles/docker
513
[ "no_license" ]
[ { "path": "lab25/ansible_repo/roles/docker/tasks/main.yml", "content": "---\n# Добавим epel-release на всякий случай\n- name: epel-release install\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - epel-release\n\n# Добавим репозиторий docker ...\n- name: add docker rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab25/ansible_repo/roles/web_server
513
[ "no_license" ]
[ { "path": "lab25/ansible_repo/roles/web_server/templates/gh_nginx.conf.j2", "content": "server {\n listen 82;\n\n server_name ghost.mydomain.test;\n\n location / {\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header Host $host;\n pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4937, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab26/ansible_repo/roles/base_config
513
[ "no_license" ]
[ { "path": "lab26/ansible_repo/roles/base_config/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: base config\n min_ansible_version: 2.0\n galaxy_tags: [base]\n\ndependencies: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab26/ansible_repo/roles/db_provision
513
[ "no_license" ]
[ { "path": "lab26/ansible_repo/roles/db_provision/meta/main.yml", "content": "---\ngalaxy_info:\n author: mbfx\n description: mysql db provisoon\n min_ansible_version: 2.0\n galaxy_tags: [mysql, db]\n\ndependencies: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2127, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab26/ansible_repo/roles/mysql_master
513
[ "no_license" ]
[ { "path": "lab26/ansible_repo/roles/mysql_master/templates/master.cnf.j2", "content": "[mysqld]\npid-file=/var/run/mysqld/mysqld.pid\nlog-error=/var/log/mysqld.log\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\n\nserver-id = {{ server_id }}\ndefault_authentication_plugin = mysql_native_password\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3637, "all_permissive": false }
ansible_role
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab26/ansible_repo/roles/mysql_replica
513
[ "no_license" ]
[ { "path": "lab26/ansible_repo/roles/mysql_replica/tasks/main.yml", "content": "---\n- name: Provision config from template\n template:\n backup: yes\n owner: root\n group: root\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items:\n - { src: replica.cnf.j2, dest: \"/etc/my....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2771, "all_permissive": false }