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
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/auto_storage_mount
492
[ "permissive" ]
[ { "path": "ansible/roles/auto_storage_mount/tasks/main.yaml", "content": "- name: Install nfs-common package to support NFS mount\n ansible.builtin.apt:\n name:\n - nfs-common\n update_cache: true\n become: true\n\n- name: Create mount point\n ansible.builtin.file:\n path: \"{{ record_root_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2147, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/can_network_setting
492
[ "permissive" ]
[ { "path": "ansible/roles/can_network_setting/meta/main.yaml", "content": "dependencies:\n - drs_env_setting\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "ansible/roles/can_network_setting/tasks/main.yaml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1376, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/cgroups
492
[ "permissive" ]
[ { "path": "ansible/roles/cgroups/templates/sensor_trigger.conf.jinja2", "content": "#jinja2: trim_blocks: False\n/opt/ros/humble/install/lib\n{%- for item in sensor_trigger_exe_find_output.results %}\n{{ item.stdout | dirname }}\n{%- endfor %}\n", "license_type": "permissive", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1651, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/check_ptpd
492
[ "permissive" ]
[ { "path": "ansible/roles/check_ptpd/templates/check_ptpd.timer.jinja2", "content": "#jinja2: trim_blocks: False\n[Unit]\nDescription=Run check_ptpd.service every 5min\n\n[Timer]\nOnBootSec={{ check_ptpd.on_boot_sec }}\nOnUnitActiveSec={{ check_ptpd.on_unit_active_sec }}\nUnit=check_ptpd.service\n\n[Install]...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1986, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/cuda
492
[ "permissive" ]
[ { "path": "ansible/roles/cuda/tasks/main.yaml", "content": "- name: Remove NVIDIA Jetpack installation and OpenCV installation\n become: true\n ansible.builtin.apt:\n name:\n - \"*nvidia-jetpack*\"\n - \"*opencv*\"\n state: absent\n purge: true\n\n- name: Remove OpenCV build directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/disable_systemd_timesyncd
492
[ "permissive" ]
[ { "path": "ansible/roles/disable_systemd_timesyncd/tasks/main.yaml", "content": "- name: Disable systemd-timesyncd service if exists\n ansible.builtin.systemd:\n name: systemd-timesyncd.service\n enabled: false\n state: stopped\n register: systemd_timesyncd_service_result\n failed_when: \"system...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/drs_env_setting
492
[ "permissive" ]
[ { "path": "ansible/roles/drs_env_setting/defaults/main.yaml", "content": "autoware_env_dir: /opt/autoware/env\ndrs_ecu_id: 0\nsensing_system_id: aabbccdd\nmodule_id: eeffgghh\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 98 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/drs_launch_service
492
[ "permissive" ]
[ { "path": "ansible/roles/drs_launch_service/tasks/main.yaml", "content": "- name: Copy script file\n ansible.builtin.template:\n src: run.sh.jinja2\n dest: /opt/drs/run.sh\n mode: 0755\n become: true\n\n- name: Copy service file\n ansible.builtin.template:\n src: drs_launch.service.jinja2\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1168, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/enable_auto_login
492
[ "permissive" ]
[ { "path": "ansible/roles/enable_auto_login/tasks/main.yaml", "content": "- name: Enable auto user loggin\n ansible.builtin.blockinfile:\n path: /etc/gdm3/custom.conf\n insertafter: '# Enabling automatic login'\n block: |\n AutomaticLoginEnable = true\n AutomaticLogin = {{ drs_user_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/install_autoboot_interface
492
[ "permissive" ]
[ { "path": "ansible/roles/install_autoboot_interface/templates/driver_interface.sh.jinja2", "content": "#!/bin/bash\n\n# wait until IP for ROS communication will be assigned\nwhile ! ifconfig | grep \"{{ network_config.ros.interface_address_base + '.{}'.format((drs_ecu_id | int) + 1) }}\" > /dev/null;\ndo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 937, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/install_utilities
492
[ "permissive" ]
[ { "path": "ansible/roles/install_utilities/tasks/main.yaml", "content": "- name: Install utility packages via apt\n ansible.builtin.apt:\n name:\n - nmon\n - vnstat\n - tmux\n - tcpdump\n - ethtool\n - v4l-utils\n update_cache: true\n become: true\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/limit_syslog_size
492
[ "permissive" ]
[ { "path": "ansible/roles/limit_syslog_size/defaults/main.yaml", "content": "rsyslog_maxsize: 1G\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 20 }, { "path": "ansible/roles/limit_syslog_size/tasks/main.yaml", "content": "- name: Set ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 343, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/netplan
492
[ "permissive" ]
[ { "path": "ansible/roles/netplan/tasks/main.yaml", "content": "- name: Install netplan\n ansible.builtin.apt:\n name: netplan.io\n update_cache: true\n become: true\n\n- name: Copy network config file using template\n ansible.builtin.template:\n src: 99-edge-auto-jetson.yaml.jinja2\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1229, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/ptpd_client
492
[ "permissive" ]
[ { "path": "ansible/roles/ptpd_client/tasks/main.yaml", "content": "- name: Install ptpd\n ansible.builtin.apt:\n name:\n - ptpd\n update_cache: true\n become: true\n\n- name: Copy service template file\n ansible.builtin.template:\n src: ptpd_slave@.service.jinja2\n dest: /etc/systemd/sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/ptpd_host
492
[ "permissive" ]
[ { "path": "ansible/roles/ptpd_host/tasks/main.yaml", "content": "- name: Install ptpd\n ansible.builtin.apt:\n name:\n - ptpd\n update_cache: true\n become: true\n\n- name: Copy service template file\n ansible.builtin.copy:\n src: ptpd_master@.service\n dest: /etc/systemd/system/\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/ros2
492
[ "permissive" ]
[ { "path": "ansible/roles/ros2/tasks/main.yaml", "content": "- name: Confirm locale\n block:\n - name: Generate locale files\n ansible.builtin.command:\n cmd: locale-gen en_US en_US.UTF-8\n - name: Update locale settings\n ansible.builtin.command:\n cmd: update-locale LC_ALL=en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 11757, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/rosbag_record_service
492
[ "permissive" ]
[ { "path": "ansible/roles/rosbag_record_service/templates/ssd_nas_sync.sh.jinja2", "content": "#!/bin/bash\n\nTIME=$(date +\"%Y/%m/%d_%H:%M:%S\")\necho \"============= start ssd_nas_sync.sh ${TIME} ===============\"\n\n#backup SSD to NAS\nRECORD_ROOT_DIR=\"{{ local_storages.prefix }}\"\nDEST_DIR=\"{{ record_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6583, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/rosbag_restart_cron
492
[ "permissive" ]
[ { "path": "ansible/roles/rosbag_restart_cron/tasks/main.yaml", "content": "- name: Install dependency\n ansible.builtin.apt:\n name:\n - cron\n update_cache: true\n become: true\n\n# The following command creates entry under /var/spool/cron/<username>\n- name: Register cron job that restart rec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/set_hostname
492
[ "permissive" ]
[ { "path": "ansible/roles/set_hostname/tasks/main.yaml", "content": "- name: name hostname according to the drs_ecu_id value\n ansible.builtin.hostname:\n name: \"anvil{{ ( drs_ecu_id | int) + 1 }}\"\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/set_local_multicast
492
[ "permissive" ]
[ { "path": "ansible/roles/set_local_multicast/tasks/main.yaml", "content": "- name: Copy udev file\n ansible.builtin.copy:\n src: 99-lo-multicast.rules\n dest: /etc/udev/rules.d/\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/ssh_key_gen
492
[ "permissive" ]
[ { "path": "ansible/roles/ssh_key_gen/tasks/main.yaml", "content": "- name: Create key stored directory\n ansible.builtin.file:\n path: \"/home/{{ drs_user_name }}/.ssh\"\n state: directory\n\n- name: Generate ssh key\n openssh_keypair:\n path: \"/home/{{ drs_user_name }}/.ssh/drs_rsa\"\n comme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": true }
ansible_role
tier4/data_recording_system
2b67715e6e784ab0f08a331b8919f482b1080d26
4
ansible/roles/visudo_for_no_password
492
[ "permissive" ]
[ { "path": "ansible/roles/visudo_for_no_password/tasks/main.yaml", "content": "- name: Add sudo rule so that poweroff commands can be executed without password\n ansible.builtin.lineinfile:\n path: /etc/sudoers.d/poweroff\n line: \"{{ drs_user_name }} ALL=(ALL) NOPASSWD: /usr/sbin/poweroff\"\n crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1174, "all_permissive": true }
ansible_role
staamallah/usine-CI-CD
a3bf380498940b6d1b492d2743464c41186a74d9
0
ansible/playbooks/roles/etcd
492
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/etcd/vars/main.yml", "content": "---\n# vars file for etcd\n\netcd_version: v3.3.9\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/playbooks/roles/etcd/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2616, "all_permissive": false }
ansible_role
staamallah/usine-CI-CD
a3bf380498940b6d1b492d2743464c41186a74d9
0
ansible/playbooks/roles/kube-api-server
492
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-api-server/vars/main.yml", "content": "---\n# vars file for kube-api-server\nkube_api_server_version: v1.12.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/playbooks/roles/kube-api-server/handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2013, "all_permissive": false }
ansible_role
staamallah/usine-CI-CD
a3bf380498940b6d1b492d2743464c41186a74d9
0
ansible/playbooks/roles/kube-controller-manager
492
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-controller-manager/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kube-controller-manager", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/playbooks/roles/ku...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1827, "all_permissive": false }
ansible_role
staamallah/usine-CI-CD
a3bf380498940b6d1b492d2743464c41186a74d9
0
ansible/playbooks/roles/kube-proxy
492
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-proxy/defaults/main.yml", "content": "---\n# defaults file for kube-proxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/playbooks/roles/kube-proxy/tests/test.yml", "content": "---\n- hosts: lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1562, "all_permissive": false }
ansible_role
staamallah/usine-CI-CD
a3bf380498940b6d1b492d2743464c41186a74d9
0
ansible/playbooks/roles/kube-scheduler
492
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-scheduler/defaults/main.yml", "content": "---\n# defaults file for kube-scheduler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/playbooks/roles/kube-scheduler/tests/test.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2157, "all_permissive": false }
ansible_role
ibrahimsoomro/ansible-devops-bootcamp
129809118fa8a07f5333dd5ccbc229320ae16de7
0
Demo-2/roles/common
492
[ "no_license" ]
[ { "path": "Demo-2/roles/common/tasks/main.yml", "content": "- name: Get NodeJS Binaries\n get_url:\n url: https://deb.nodesource.com/setup_12.x\n dest: \"./nodejs.sh\"\n register: result\n- debug: var=result\n\n- name: Set Execution Permission\n file:\n path: \"./nodejs.sh\"\n mode: \"u+x...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
IBM/codepattern-multitier-vpc
608c1509efb21014ecce2d218cfbab324676c86f
3
playbooks/roles/db0
496
[ "permissive" ]
[ { "path": "playbooks/roles/db0/tasks/configure-replication-sourcedb.yaml", "content": "---\n# Configure the source MySQL database for replication\n\n- name: Add replication settings to server-id my.cnf for source db\n ini_file:\n path: /etc/mysql/my.cnf\n section: mysqld\n option: server-id\n v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": true }
ansible_role
IBM/codepattern-multitier-vpc
608c1509efb21014ecce2d218cfbab324676c86f
3
playbooks/roles/db1
496
[ "permissive" ]
[ { "path": "playbooks/roles/db1/tasks/main.yaml", "content": "---\n# Install MySQL and configure MySQL replicadb for wordpress\n\n- include: create-wordpress-db.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 }, { "path": "playbook...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2782, "all_permissive": true }
ansible_role
IBM/codepattern-multitier-vpc
608c1509efb21014ecce2d218cfbab324676c86f
3
playbooks/roles/web
496
[ "permissive" ]
[ { "path": "playbooks/roles/web/tasks/configure-wordpress.yaml", "content": "---\n# Setup wordpress\n#- name: Create Wordpress directory\n# file:\n# path: /var/www/\n# state: directory\n# owner: vpcuser\n# group: vpcuser\n# mode: 0775\n# recurse: yes\n\n#- name: Download and untar Wordpres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2818, "all_permissive": true }
ansible_role
ethanfs20/community.fivem
c234684561fe97a37c27d159914521f0ddcbd19b
0
roles/firewalld
496
[ "no_license" ]
[ { "path": "roles/firewalld/README.md", "content": "Role Name\n=========\n\nEasily configure Firewalld for SSH and FiveM.\n\nRequirements\n------------\n\nFirewalld\n\nRole Variables\n--------------\n\nssh_port: The port you use for SSH.\nserver_port: The port you use for the server.\ntxadmin_port: The port ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2547, "all_permissive": false }
ansible_role
ethanfs20/community.fivem
c234684561fe97a37c27d159914521f0ddcbd19b
0
roles/fivem
496
[ "no_license" ]
[ { "path": "roles/fivem/README.md", "content": "Role Name\n=========\n\nEasily deploy FiveM servers to managed nodes.\n\nRequirements\n------------\n\nFiveM, GIT, and WGET.\n\nRole Variables\n--------------\n\nuser_name: The name of the user to create.\ncreate_user: true or false, if we should create a user....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5306, "all_permissive": false }
ansible_role
ethanfs20/community.fivem
c234684561fe97a37c27d159914521f0ddcbd19b
0
roles/sshd_config
496
[ "no_license" ]
[ { "path": "roles/sshd_config/README.md", "content": "Role Name\n=========\n\nEasily configure SSHD access for FiveM.\n\nRequirements\n------------\n\nNone needed. \n\nRole Variables\n--------------\n\nbanner_location: \"/etc/banner.txt\" for example. Text that is displayed when users are connecting to the s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 726, "all_permissive": false }
ansible_role
enteraimy/ansible
c0948d7a96da3291c8bfa393847c7ab69acf1020
0
config/ansible/roles/docker_install
496
[ "no_license" ]
[ { "path": "config/ansible/roles/docker_install/tasks/main.yml", "content": "---\n\n- name: Install a list of packages\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - curl\n state: latest\n update_cache: yes\n\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1028, "all_permissive": false }
ansible_role
enteraimy/ansible
c0948d7a96da3291c8bfa393847c7ab69acf1020
0
config/ansible/roles/git
496
[ "no_license" ]
[ { "path": "config/ansible/roles/git/tasks/main.yml", "content": "---\n\n- name: Clone a repo from git directory\n ansible.builtin.git:\n repo: https://github.com/enteraimy/php\n dest: \"{{ HOME }}/files/\"\n force: true\n\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": 158, "all_permissive": false }
ansible_role
enteraimy/ansible
c0948d7a96da3291c8bfa393847c7ab69acf1020
0
config/ansible/roles/nginx
496
[ "no_license" ]
[ { "path": "config/ansible/roles/nginx/tasks/main.yml", "content": "--- \n - name: off file transfer\n set_fact:\n client: \"#\"\n when: file == \"no\" \n\n - name: on file transfer\n set_fact:\n client: \"\"\n when: file != \"no\" \n\n - name: off gzip\n set_fact:\n gzip: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
enteraimy/ansible
c0948d7a96da3291c8bfa393847c7ab69acf1020
0
config/ansible/roles/template_dock
496
[ "no_license" ]
[ { "path": "config/ansible/roles/template_dock/tasks/main.yml", "content": "---\n\n - name: Recursively remove directory\n ansible.builtin.file:\n path: /home/evgen/dock\n state: absent\n \n - name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /home/evgen/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/System Configuration Setup
496
[ "no_license" ]
[ { "path": "ansible/roles/System Configuration Setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - initial-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/System Configuration Setup/h...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3191, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/System Configuration Sync
496
[ "no_license" ]
[ { "path": "ansible/roles/System Configuration Sync/vars/main.yml", "content": "---\n# vars file for arch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/System Configuration Sync/tasks/gaming.yml", "content": "---\n# Setting up ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 12127, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/applications
496
[ "no_license" ]
[ { "path": "ansible/roles/applications/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - applications", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/applications/vars/main.yml", "content": ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2974, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/bootstrap
496
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/Archlinux.yml", "content": "---\n# Arch Linux bootstrap tasks\n- debug: msg=\"Running Arch Linux bootstrap tasks\"\n\n- name: Install Intel Microcode\n pacman:\n name: intel-ucode\n state: latest\n when: ansible_processor is superset([\"GenuineIntel\"])\n re...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2797, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/configuration
496
[ "no_license" ]
[ { "path": "ansible/roles/configuration/defaults/main.yml", "content": "---\n# defaults file for configuration", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/configuration/tasks/Darwin.yml", "content": "# Darwin specific tasks\n- ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1162, "all_permissive": false }
ansible_role
kevinjpickard/sysconfig
0d24f0e70b7573dd45ee67e448db94132ff926d5
1
ansible/roles/linux
496
[ "no_license" ]
[ { "path": "ansible/roles/linux/tasks/git.yml", "content": "# Common tools from github repos\n- debug: msg=\"Installing FOSS tools\"\n\n- name: Install oh-my-zsh\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: \"/Users/{{ username }}/.oh-my-zsh\"\n\n- name: Install Tmux Package Ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7013, "all_permissive": false }
ansible_role
shreyach13/seep
915c528d842551b8f8ada651d46ca24e8888b297
0
jenkins/image/packer/roles/jenkins
496
[ "no_license" ]
[ { "path": "jenkins/image/packer/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins (create a jenkins image with other tools)\n- name: install default-jre\n package:\n name: default-jre\n state: present\n# install python and associated packages for aws cli tool\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3388, "all_permissive": false }
ansible_role
otatman/automationhub-collection-test
0c7668a108e9a4862fbb3369957fb5bdbe969024
0
roles/debug
496
[ "no_license" ]
[ { "path": "roles/debug/tasks/debug.yml", "content": "---\n- name: printing message using debug module\n debug:\n msg: \"Message written in debug.yml in debug role. You are running version 1.0.2 of this role.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 209, "all_permissive": false }
ansible_role
danjtonkin/ansible
f4037d2393cca2e809a65111600314aae880df62
0
pi/roles/pi_baseline
496
[ "no_license" ]
[ { "path": "pi/roles/pi_baseline/tasks/main.yml", "content": "---\n- name: Set authorized key took from url\n authorized_key:\n user: pi\n state: present\n key: https://s3-us-west-2.amazonaws.com/keys-us-west-2.dtonkin.net/pi_ssh.pub\n\n- name: update the apt package index\n apt:\n update_cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
danjtonkin/ansible
f4037d2393cca2e809a65111600314aae880df62
0
pi/roles/pi_docker
496
[ "no_license" ]
[ { "path": "pi/roles/pi_docker/tasks/main.yml", "content": "---\n- name: Install curl\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - curl\n\n- name: setup docker for raspberry pi\n script: ccurl -sSL https://get.docker.com | sh\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/ansible
496
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "- name: Ensure ansible-repo is added\n apt_repository:\n repo: ppa:ansible/ansible\n state: present\n become: true\n\n- name: Ensure ansible is installed\n apt:\n name: ansible\n state: latest \n become: true\n\n- name: Ensure ansible sit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1023, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/basics
496
[ "no_license" ]
[ { "path": "roles/basics/handlers/main.yml", "content": "---\n- name: Update GRUB\n command: update-grub\n become: true\n\n#\n# Applying the dconf config causes firefox to minimize. Restart computer instead. \n#\n#- name: Apply GNOME configuration\n# command: dconf update\n# become: true", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4087, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/customize-gnome
496
[ "no_license" ]
[ { "path": "roles/customize-gnome/tasks/main.yml", "content": "---\n# tasks file for PeterMosmans.customize-gnome\n\n- name: Parse Gnome Shell version\n shell: gnome-shell --version | sed 's/[^0-9.]*\\([0-9.]*\\).*/\\1/'\n register: r_gnome_extension_parse_shell_version\n changed_when: no\n\n- set_fact:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3554, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/firefox
496
[ "no_license" ]
[ { "path": "roles/firefox/templates/policies.json.j2", "content": "{\n \"policies\": {\n \"DisableSetDesktopBackground\": true,\n \"DisableFormHistory\": true,\n \"DontCheckDefaultBrowser\": true,\n \"Homepage\": {\n \"URL\": \"http://172.16.36.1/cws/cws\",\n \"Locked\": true,\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/hosts
496
[ "no_license" ]
[ { "path": "roles/hosts/templates/hosts.j2", "content": "{{ ansible_managed | comment }}\n\n127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\nfdf8:f53e:61e4::18 ip6-allnodes\nfd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b ip6-allrouters\n\n172.16.23.10 cws0 cws0.cws\n172.16.23.11 cws1 cws...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/kiosk-user
496
[ "no_license" ]
[ { "path": "roles/kiosk-user/defaults/main.yml", "content": "---\nkiosk_user_url: \"http://172.16.36.1/cws/cws\"\nkiosk_user_flags: \"-private -kiosk\"\nkiosk_user_home: \"/home/cws\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/kiosk-user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 813, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/of-gnome3
496
[ "no_license" ]
[ { "path": "roles/of-gnome3/tasks/main.yml", "content": "---\n- include_tasks: disable-screenshield.yml\n tags:\n screenshield", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/of-gnome3/templates/enable-gnome-extensions.sh.j2", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
oskar-fagerfjall/rgmc-cws
44a6f7aafcd88e43b0f796886b7eca43c38b4286
0
roles/openssh
496
[ "no_license" ]
[ { "path": "roles/openssh/tasks/main.yml", "content": "- name: Ensure the lastest OpenSSH is installed\n apt:\n name: openssh-server\n install_recommends: yes\n state: latest \n become: true\n\n- name: Ensure the SSH service is enabled and started\n service:\n name: sshd\n enabled: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 984, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
LDAP/roles/ipaclient
496
[ "no_license" ]
[ { "path": "LDAP/roles/ipaclient/tasks/ipaclient.yml", "content": "---\n- name: Install ipa-client\n package: \n name: ipa-client\n state: present\n...\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "LDAP/roles/ipaclient/tasks/datetim...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 965, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
LDAP/roles/ipaserver
496
[ "no_license" ]
[ { "path": "LDAP/roles/ipaserver/tasks/server-configuration.yml", "content": "---\n - name: Configure hostname IPA Server\n hostname:\n name: \"{{ ipa_server_hostname }}.{{ domain_name }}\"\n\n - name: Copy jinja2 hosts template\n template:\n src: templates/hosts.j2\n dest: /etc/hosts\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1186, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
dynamic_content/roles/flask
496
[ "no_license" ]
[ { "path": "dynamic_content/roles/flask/tasks/files/py/app.py", "content": "from flask import Flask\napp = Flask(__name__)\n@app.route('/')\ndef hello_world():\n return \"Проверка домашнего задания по динамическому контенту. Это Flask\"\nif __name__ == '__main__':\n app.run(debug=True,host='0.0.0.0')\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
dynamic_content/roles/laravel
496
[ "no_license" ]
[ { "path": "dynamic_content/roles/laravel/tasks/main.yml", "content": "---\n - name: Disable SELinux\n selinux:\n state: disabled\n \n - name: Install epel-release\n package:\n name: epel-release\n state: present\n\n - name: Install nginx\n package:\n name: nginx\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1631, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
dynamic_content/roles/react
496
[ "no_license" ]
[ { "path": "dynamic_content/roles/react/tasks/main.yml", "content": "---\n - name: Install requirements\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gcc-c++\n - make\n - git\n \n - name: Get nodejs and npm\n shell: curl -sL https://rpm.nodesource....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
filestorage/roles/client-config
496
[ "no_license" ]
[ { "path": "filestorage/roles/client-config/tasks/main.yml", "content": "---\n - name: Create directory for mount to server\n file:\n path: /mnt/upload\n state: directory\n\n - name: Mount shared directory\n command: mount 192.168.0.100:/var/upload /mnt/upload\n\n - name: Edit fstab\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
filestorage/roles/firewalld
496
[ "no_license" ]
[ { "path": "filestorage/roles/firewalld/tasks/main.yml", "content": "---\n - name: Start service firewalld, if not started\n service:\n name: firewalld\n enabled: Yes\n state: started\n \n - name: Open nfs ports on firewalld\n firewalld:\n service: nfs\n zone: public\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
filestorage/roles/nfs-utils
496
[ "no_license" ]
[ { "path": "filestorage/roles/nfs-utils/tasks/main.yml", "content": "---\n - name: Install nfs-utils\n package:\n name: nfs-utils\n state: present\n\n - name: Start and enable nfs\n service:\n name: nfs-server\n state: started\n enabled: yes\n...\n ", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
filestorage/roles/server-config
496
[ "no_license" ]
[ { "path": "filestorage/roles/server-config/tasks/main.yml", "content": "---\n - name: Create upload directory\n file:\n path: /var/upload\n state: directory\n owner: nfsnobody\n group: nfsnobody\n\n - name: Edit nfs exports\n shell : echo \"/var/upload 192.168.0.101(rw,sync,no_su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
mysql_replication/roles/master-config
496
[ "no_license" ]
[ { "path": "mysql_replication/roles/master-config/tasks/main.yml", "content": "---\n- name: Copy percona configuration\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/my.cnf.d/\"\n with_fileglob:\n - files/etc/my.cnf.d/*\n\n- name: Restart MySQL\n service:\n name: mysql\n state: restarted\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1297, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
mysql_replication/roles/percona-install
496
[ "no_license" ]
[ { "path": "mysql_replication/roles/percona-install/tasks/main.yml", "content": "---\n- name: Install percona repository\n yum:\n name: https://repo.percona.com/yum/percona-release-latest.noarch.rpm\n state: present\n\n- name: Install percona server\n yum:\n name: Percona-Server-server-57\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 844, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
mysql_replication/roles/slave-config
496
[ "no_license" ]
[ { "path": "mysql_replication/roles/slave-config/tasks/main.yml", "content": "---\n - name: Copy percona configuration\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/my.cnf.d/\"\n with_fileglob:\n - files/etc/my.cnf.d/*\n\n - name: Restart MySQL\n service:\n name: mysql\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
ospf/roles/asymm
496
[ "no_license" ]
[ { "path": "ospf/roles/asymm/tasks/main.yml", "content": "---\n - name: rp_filtering\n sysctl:\n name: \"{{ item }}\"\n value: \"0\"\n sysctl_set: yes\n state: present\n reload: yes\n with_items:\n - net.ipv4.conf.all.rp_filter \n - net.ipv4.conf.eth1.rp_filter\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
ospf/roles/quagga-default
496
[ "no_license" ]
[ { "path": "ospf/roles/quagga-default/tasks/main.yml", "content": "---\n - name: Install Quagga and etc\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - quagga\n - tcpdump\n - traceroute\n notify: restart quagga\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1553, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
ospf/roles/symm
496
[ "no_license" ]
[ { "path": "ospf/roles/symm/tasks/main.yml", "content": "---\n - name: Copy Quagaa and Zebra configs to router1\n copy:\n src: ospfd_router1.conf\n dest: /etc/quagga/ospfd.conf\n force: yes\n notify: restart quagga\n\n when: ansible_hostname == \"router1\"\n\n - name: Copy Quagaa an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_cluster/roles/consul
496
[ "no_license" ]
[ { "path": "postgres_cluster/roles/consul/tasks/install.yml", "content": "---\n - name: Consul | Download Consul archive\n get_url:\n url: https://releases.hashicorp.com/consul/1.7.2/consul_1.7.2_linux_amd64.zip\n dest: /tmp/consul.zip\n\n - name: Consul | Unarchive Consul\n unarchive:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1866, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_cluster/roles/haproxy
496
[ "no_license" ]
[ { "path": "postgres_cluster/roles/haproxy/handlers/main.yml", "content": "---\n - name: enable_haproxy\n service:\n name: haproxy\n state: restarted\n enabled: Yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "postgres_cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1039, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_cluster/roles/patroni
496
[ "no_license" ]
[ { "path": "postgres_cluster/roles/patroni/tasks/main.yml", "content": "---\n - name: Patroni | main | Include install tasks\n include: install.yml\n\n - name: Patroni | main | Configure and run patroni cluster\n include: configure.yml\n...", "license_type": "no_license", "detected_licenses":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1738, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_cluster/roles/postgres
496
[ "no_license" ]
[ { "path": "postgres_cluster/roles/postgres/handlers/main.yml", "content": "---\n - name: Restart PostgreSQL\n service:\n name: postgresql-11\n state: restarted\n\n - name: Reload PostgreSQL\n service:\n name: postgresql-11\n state: reloaded\n\n - name: PostgreSQL service enable\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 760, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_replication/roles/backup_config
496
[ "no_license" ]
[ { "path": "postgres_replication/roles/backup_config/tasks/main.yml", "content": "---\n - name: Copy barman config\n copy:\n src: files/barman.conf\n dest: /etc/barman.conf\n force: Yes\n mode: '0644'\n \n - name: Copy barman backup server config\n template:\n src: backup.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 768, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_replication/roles/barman_install
496
[ "no_license" ]
[ { "path": "postgres_replication/roles/barman_install/tasks/main.yml", "content": "---\n - name: Install epel-release\n package:\n name: epel-release\n state: present\n\n - name: Download barman repo\n get_url:\n url: https://dl.2ndquadrant.com/default/release/get/11/rpm\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_replication/roles/master_config
496
[ "no_license" ]
[ { "path": "postgres_replication/roles/master_config/tasks/slots.yml", "content": "---\n - name: Create slot for replication\n become_user: postgres\n shell: psql postgres -c \"SELECT pg_create_physical_replication_slot('{{ slot_name }}')\"\n...", "license_type": "no_license", "detected_licens...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2579, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_replication/roles/pg_install
496
[ "no_license" ]
[ { "path": "postgres_replication/roles/pg_install/vars/main.yml", "content": "---\npostgresql_packages:\n - postgresql11\n - postgresql11-server\n - postgresql11-contrib\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "postgres_replication/ro...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 701, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
postgres_replication/roles/slave_config
496
[ "no_license" ]
[ { "path": "postgres_replication/roles/slave_config/tasks/pg_basebackup.yml", "content": "---\n - name: Drop current database\n become_user: postgres\n file:\n path: /var/lib/pgsql/11/data/\n state: absent\n\n - name: Run pg_basebackup\n become_user: postgres\n shell: /usr/pgsql-11/bi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 821, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
vpn/roles/preparation
496
[ "no_license" ]
[ { "path": "vpn/roles/preparation/tasks/main.yml", "content": "---\n- name: Disable selinux\n selinux:\n state: disabled\n\n- name: Install epel-release\n package:\n name: epel-release\n state: present\n\n- name: Install openvpn and iperf3\n package:\n name: openvpn,iperf3\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
vpn/roles/ras
496
[ "no_license" ]
[ { "path": "vpn/roles/ras/tasks/main.yml", "content": "---\n- name: Install epel-release\n package:\n name: epel-release\n state: present\n\n- name: Install openvpn and easy-rsa\n package:\n name: openvpn,easy-rsa\n state: present\n\n- name: Generate PKI\n shell: cd /etc/openvpn/ && /usr/share...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1647, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
vpn/roles/tap-client
496
[ "no_license" ]
[ { "path": "vpn/roles/tap-client/tasks/main.yml", "content": "---\n- name: Copy openvpn client configuration\n copy:\n src: files/tap/server.conf\n dest: /etc/openvpn/server.conf\n owner: root\n group: root\n mode: '0644'\n notify: Restart openvpn\n...", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
vpn/roles/tap-server
496
[ "no_license" ]
[ { "path": "vpn/roles/tap-server/tasks/main.yml", "content": "---\n- name: Copy openvpn server configuration\n copy:\n src: files/tap/server.conf\n dest: /etc/openvpn/server.conf\n owner: root\n group: root\n mode: '0644'\n notify: Restart openvpn\n...", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
arthurfedorov/Otus-linux
2d41130dfdb051c0e69c3f516adc6a9343fe55bd
1
vpn/roles/tun-server
496
[ "no_license" ]
[ { "path": "vpn/roles/tun-server/tasks/main.yml", "content": "---\n- name: Copy openvpn server configuration\n copy:\n src: files/tun/server.conf\n dest: /etc/openvpn/server.conf\n owner: root\n group: root\n mode: '0644'\n notify: Restart openvpn\n...", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
Softhouse/raspberry-cluster
183d68efea4fc1889cba899a36e6fda93d045fbb
0
playbooks/roles/common
496
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/check-internet.yml", "content": "---\n- name: Test Internet\n uri:\n url: \"https://google.com\"\n tags: internet\n \n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "playbooks/roles/common/tasks/mai...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1683, "all_permissive": false }
ansible_role
Softhouse/raspberry-cluster
183d68efea4fc1889cba899a36e6fda93d045fbb
0
playbooks/roles/nodes
496
[ "no_license" ]
[ { "path": "playbooks/roles/nodes/tasks/disable-swap.yml", "content": "---\n# See https://raspberrypi.stackexchange.com/q/84390/6506\n- name: Disable swap.\n shell: >\n dphys-swapfile swapoff &&\n dphys-swapfile uninstall &&\n systemctl disable dphys-swapfile\n when:\n - ansible_swaptotal_mb > ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2661, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/accounts
496
[ "no_license" ]
[ { "path": "roles/accounts/defaults/main.yml", "content": "---\nenabled_users: []\nenabled_groups: []\ndisabled_users: []\ndisabled_groups: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/accounts/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/apt_packages
496
[ "no_license" ]
[ { "path": "roles/apt_packages/defaults/main.yml", "content": "---\ninstalled_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/apt_packages/tasks/main.yml", "content": "---\n- name: Ensure apt packages are installed\n become...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 216, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/backups
496
[ "no_license" ]
[ { "path": "roles/backups/defaults/main.yml", "content": "---\nbackup_enabled: false\nbackup_on_calendar: daily\nbackup_randomized_delay: \"3600\"\nbackup_environment:\n RESTIC_REPOSITORY: \"...\"\n RESTIC_PASSWORD: \"...\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2313, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/bodo
496
[ "no_license" ]
[ { "path": "roles/bodo/tasks/bodo.yaml", "content": "---\n- name: Install Bodo Environment\n ansible.builtin.include_role:\n name: conda_environment\n vars:\n environment_path: \"{{ bodo_environment_path }}\"\n\n- name: Ensure bodo license directory exists\n become: true\n ansible.builtin.file:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1204, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/cifs
496
[ "no_license" ]
[ { "path": "roles/cifs/defaults/main.yaml", "content": "---\nsamba_server_enabled: false\nsamba_server_shares: []\n# - name: example_mout\n# path: /path/to/share\n# public: \"yes\" | \"no\" # optional default no\n# writable: \"yes\" | \"no\" # optional default no\n\nsamba_client_enabled: false\nsamba...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3464, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/conda_environment
496
[ "no_license" ]
[ { "path": "roles/conda_environment/tasks/main.yaml", "content": "---\n- name: Create environments directory\n become: true\n ansible.builtin.file:\n path: /opt/conda-environments\n state: directory\n\n- name: Copy environments files\n become: true\n ansible.builtin.template:\n src: \"{{ environ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 771, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/conda_store
496
[ "no_license" ]
[ { "path": "roles/conda_store/templates/conda_store_config.py", "content": "import logging\n\nimport requests\nfrom conda_store_server import schema, api, orm\nfrom conda_store_server.server.dependencies import get_conda_store\nfrom conda_store_server.storage import S3Storage\nfrom conda_store_server.server....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 12713, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/dask_gateway
496
[ "no_license" ]
[ { "path": "roles/dask_gateway/handlers/main.yaml", "content": "---\n- name: Restart services dask-gateway\n become: true\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: \"yes\"\n state: restarted\n with_items:\n - dask-gateway\n", "license_type": "no_license", "detected_l...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6667, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/firewall
496
[ "no_license" ]
[ { "path": "roles/firewall/tasks/firewall.yaml", "content": "---\n- name: Always allow ssh traffic\n become: true\n community.general.ufw:\n rule: allow\n name: OpenSSH\n\n- name: By default deny all incoming network requests\n become: true\n community.general.ufw:\n state: enabled\n policy: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 609, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/grafana
496
[ "no_license" ]
[ { "path": "roles/grafana/tasks/grafana.yaml", "content": "---\n- name: Add apt keys for grafana\n become: true\n ansible.builtin.apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Add apt repository for grafana\n become: true\n ansible.builtin.apt_repository:\n rep...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10405, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/hosts
496
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yaml", "content": "---\n- name: Ensure hosts exist within /etc/hosts\n become: true\n ansible.builtin.lineinfile:\n dest: /etc/hosts\n regexp: .*{{ item }}$\n line: '{{ hostvars[item][\"ansible_\" + hostvars[item].get(\"internal_interface\", internal_interface)]....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/ipyparallel
496
[ "no_license" ]
[ { "path": "roles/ipyparallel/defaults/main.yml", "content": "---\nipyparallel_enabled: false\nipyparallel_enable_mpi: false\nipyparallel_environment: environments/jupyterlab.yaml\nipyparallel_config:\n controller_memory: 1G\n controller_cpus: 1\n engine_worker_memory: 1G\n engine_worker_cpus: 2\n\n# rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2778, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/jupyterhub
496
[ "no_license" ]
[ { "path": "roles/jupyterhub/templates/jupyterhub_config.py", "content": "##\n## This file is maintained by Ansible - ALL MODIFICATIONS WILL BE REVERTED\n## https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html\n##\nimport subprocess\nimport json\nimport os\nimport sys\nimport glob\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 25740, "all_permissive": false }