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
camjac251/dfl-ansible
999cc27b4602a0261a768a64acf997d20c379d34
0
roles/andrewrothstein.conda_env
7,266
[ "no_license" ]
[ { "path": "roles/andrewrothstein.conda_env/vars/main.yml", "content": "---\nconda_env_bin_dir: '{{ conda_env_conda_dir }}/bin'\nconda_env_env_ymls: '{{ conda_env_conda_dir }}/env-ymls'\nconda_env_fq_dest_environment: '{{ conda_env_env_ymls }}/{{ conda_env_name }}-{{ conda_env_environment | basename }}'\n\nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3248, "all_permissive": false }
ansible_role
camjac251/dfl-ansible
999cc27b4602a0261a768a64acf997d20c379d34
0
roles/nvidia.nvidia_driver
7,266
[ "no_license" ]
[ { "path": "roles/nvidia.nvidia_driver/tasks/install-redhat.yml", "content": "---\n# We have to do this because the CentOS mirrors don't keep kernel-headers, etc\n# for older kernels.\n- name: ensure we have kernel-headers installed for the current kernel\n block:\n - name: attempt to install kernel suppor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1903, "all_permissive": false }
ansible_role
connerkaylee/ansible
05a94504852dae84437ca43b49619279a6cabe03
0
roles/nodejs
7,266
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n\n- name: Installing node and npm\n sudo apt:\n name: \"{{ item }}\"\n enablerepo: epel\n state: installed\n with_items:\n - nodejs\n - npm\n ", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
debian-ansible/roles/common
7,263
[ "no_license" ]
[ { "path": "debian-ansible/roles/common/tasks/software/packages_pip.yml", "content": "- name: system setup | common packages | install pip\n pip:\n name: \"{{ software_pip_common_present }}\"\n state: present\n when: software_pip_common_present is defined\n tags: common, software", "license_type...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2279, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
debian-ansible/roles/htpc
7,263
[ "no_license" ]
[ { "path": "debian-ansible/roles/htpc/tasks/main.yml", "content": "# Install packages related to HTPC systems\n- import_tasks: software/packages_apt.yml\n- import_tasks: software/packages_flatpak.yml\n\n# Install custom software packages\n- import_tasks: software/flex_launcher.yml\n\n# Custom user setup Task...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8517, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
debian-ansible/roles/personalstation
7,263
[ "no_license" ]
[ { "path": "debian-ansible/roles/personalstation/tasks/packages_flatpak.yml", "content": "- name: personalstation setup | Install Flatpak Apps\n flatpak:\n name: \"{{ item.name }}\"\n remote: \"{{ item.remote }}\"\n state: present\n loop: \"{{ flatpak_packages_personalstation_present }}\"\n when:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
debian-ansible/roles/workstation
7,263
[ "no_license" ]
[ { "path": "debian-ansible/roles/workstation/tasks/main.yml", "content": "# Install external repositories software\n- include_tasks: software/brave_browser.yml\n when:\n - install_brave is defined\n - install_brave == true\n\n# Install workstation specific software\n- include_tasks: software/flatpak.y...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1471, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
fedora-ansible/playbooks/roles/battlestation
7,263
[ "no_license" ]
[ { "path": "fedora-ansible/playbooks/roles/battlestation/tasks/main.yml", "content": "# Install Battlestation Specific Applications\n- import_tasks: applications/packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "fedora-ansible/playbooks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 335, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
fedora-ansible/playbooks/roles/common
7,263
[ "no_license" ]
[ { "path": "fedora-ansible/playbooks/roles/common/tasks/main.yml", "content": "---\n# System Tasks\n- import_tasks: system/update.yml\n\n# pip packages\n- import_tasks: applications/pip.yml\n\n# Install Applications\n- import_tasks: applications/packages.yml\n\n# Finish Up & Clean\n- import_tasks: system/cle...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1090, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
fedora-ansible/playbooks/roles/htpc
7,263
[ "no_license" ]
[ { "path": "fedora-ansible/playbooks/roles/htpc/tasks/applications/packages.yml", "content": "- name: packages | install packages\n become: true\n dnf:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ software_packages_htpc_present }}\"\n when: software_packages_htpc_present is defined\n tags: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1672, "all_permissive": false }
ansible_role
zebrajr/HomeLab
7f6aecce1f2ba48e5d4fe2e40b2692e91b77fbf7
0
fedora-ansible/playbooks/roles/workstation
7,263
[ "no_license" ]
[ { "path": "fedora-ansible/playbooks/roles/workstation/tasks/main.yml", "content": "# Install Workstation Specific Coprs\n- import_tasks: applications/coprs.yml\n\n# Install Workstation Specific Applications\n- import_tasks: applications/packages.yml\n\n# Install Workspace Specific Flatpaks\n- import_tasks: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 928, "all_permissive": false }
ansible_role
nazmang/ansible
1689828b6439006624cdcb3a6103e32eebc88c6b
0
roles/install_nginx
7,263
[ "no_license" ]
[ { "path": "roles/install_nginx/templates/nginx.conf.j2", "content": "user {{ nginx_user }};\n\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log notice;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n}\n\n\nhttp {\n include /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2040, "all_permissive": false }
ansible_role
rendicott/ansible-windows-provisoning
75e1b8da3fa8614fc97f4576a63ebdb7379642c0
14
roles/cloneVm
7,263
[ "no_license" ]
[ { "path": "roles/cloneVm/vars/main.yml", "content": "#vcenter_hostname: vsphere01.cl.local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/cloneVm/templates/example.conf.j2", "content": "# example file, we can probably throw this out\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4736, "all_permissive": false }
ansible_role
rendicott/ansible-windows-provisoning
75e1b8da3fa8614fc97f4576a63ebdb7379642c0
14
roles/deleteVm
7,263
[ "no_license" ]
[ { "path": "roles/deleteVm/defaults/main.yml", "content": "---\n# defaults file for deleteVm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/deleteVm/README.md", "content": "Role Name\n=========\n\nDeletes the machine from vSphere if cer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1954, "all_permissive": false }
ansible_role
rendicott/ansible-windows-provisoning
75e1b8da3fa8614fc97f4576a63ebdb7379642c0
14
roles/unComputer
7,263
[ "no_license" ]
[ { "path": "roles/unComputer/defaults/main.yml", "content": "---\n# defaults file for unComputer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/unComputer/handlers/main.yml", "content": "---\n# handlers file for unComputer\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4464, "all_permissive": false }
ansible_role
rendicott/ansible-windows-provisoning
75e1b8da3fa8614fc97f4576a63ebdb7379642c0
14
roles/windows
7,263
[ "no_license" ]
[ { "path": "roles/windows/files/GetSetExplorerSettings.ps1", "content": "# ------------------------------------------------------------------------ \n# NAME: GetSetExplorerSettings.ps1 \n# AUTHOR: <NAME>, Microsoft \n# DATE: 1/5/2009 \n# \n# KEYWORDS: Get-Itemproperty, Set-Itemproperty \n# Registry, HSG \n# ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 7188, "all_permissive": false }
ansible_role
rendicott/ansible-windows-provisoning
75e1b8da3fa8614fc97f4576a63ebdb7379642c0
14
roles/windowsStaticIp
7,263
[ "no_license" ]
[ { "path": "roles/windowsStaticIp/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - windowsStaticIp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/windowsStaticIp/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5783, "all_permissive": false }
ansible_role
brendonthiede/mesos-skytap-ansible
a5f740c1a0d662601d28b117813823ab39be599c
0
dcos-skytap/roles/common
7,263
[ "no_license" ]
[ { "path": "dcos-skytap/roles/common/templates/authorized_keys.j2", "content": "{{ public_key }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "dcos-skytap/roles/common/files/hosts", "content": "127.0.0.1 localhost localhost.localdomain local...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2748, "all_permissive": false }
ansible_role
brendonthiede/mesos-skytap-ansible
a5f740c1a0d662601d28b117813823ab39be599c
0
mesos-skytap/roles/master
7,263
[ "no_license" ]
[ { "path": "mesos-skytap/roles/master/templates/hostname.j2", "content": "{{ hostName }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "mesos-skytap/roles/master/handlers/main.yml", "content": "---\n- name: restart mesos-master\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
brendonthiede/mesos-skytap-ansible
a5f740c1a0d662601d28b117813823ab39be599c
0
mesos-skytap/roles/nonmaster
7,263
[ "no_license" ]
[ { "path": "mesos-skytap/roles/nonmaster/tasks/main.yml", "content": "---\n- name: Stop mesos-master service\n service:\n name: mesos-master\n state: stopped\n enabled: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
brendonthiede/mesos-skytap-ansible
a5f740c1a0d662601d28b117813823ab39be599c
0
mesos-skytap/roles/slave
7,263
[ "no_license" ]
[ { "path": "mesos-skytap/roles/slave/tasks/main.yml", "content": "---\n- name: copy containerizer config\n copy:\n src: containerizers\n dest: /etc/mesos-slave/containerizers\n\n- name: copy timeout config\n copy:\n src: executor_registration_timeout\n dest: /etc/mesos-slave/executor_regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
brendonthiede/mesos-skytap-ansible
a5f740c1a0d662601d28b117813823ab39be599c
0
mesos-skytap/roles/zookeeper
7,263
[ "no_license" ]
[ { "path": "mesos-skytap/roles/zookeeper/templates/myid.j2", "content": "{{ serverID }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "mesos-skytap/roles/zookeeper/tasks/main.yml", "content": "---\n- name: Install zookeeper packages\n yum: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
MV0id/slurmansible
a72d3684250c47a687bae95e7173ce3b80b7c7f5
0
roles/postgresql
7,263
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\r\n- name: Install PostgreSQL\r\n apt:\r\n name: postgresql\r\n state: present\r\n when: ansible_os_family == \"Debian\"\r\n\r\n- name: Install Python pip\r\n apt:\r\n name: python3-pip\r\n state: present\r\n when: ansible_os_famil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
MV0id/slurmansible
a72d3684250c47a687bae95e7173ce3b80b7c7f5
0
roles/semaphore
7,263
[ "no_license" ]
[ { "path": "roles/semaphore/tasks/main.yml", "content": "---\r\n- name: Pull Semaphore Docker image\r\n docker_image:\r\n name: semaphoreui/semaphore\r\n tag: latest\r\n source: pull\r\n\r\n- name: Run Semaphore container\r\n docker_container:\r\n name: semaphore\r\n image: semaphoreui/semap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 740, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/analog-dance-pad
7,263
[ "no_license" ]
[ { "path": "roles/analog-dance-pad/tasks/main.yml", "content": "- name: Give permissions to everyone for analog dance pads\n copy:\n content: |\n SUBSYSTEM==\"input\", GROUP=\"input\", MODE=\"0666\"\n SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"03eb\", ATTRS{idProduct}==\"204f\", MODE:=\"666\", GROU...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3103, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/gcc
7,263
[ "no_license" ]
[ { "path": "roles/gcc/tasks/main.yml", "content": "- name: Enable apt-pinning\n copy:\n src: files/use-unstable\n dest: /etc/apt/preferences.d/use-unstable\n\n- name: Enable testing repository\n apt_repository:\n repo: deb http://ftp.fi.debian.org/debian/ testing main\n\n- name: Enable unstable re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/graphics
7,263
[ "no_license" ]
[ { "path": "roles/graphics/tasks/main.yml", "content": "- name: Add buster non-free repository\n apt_repository:\n repo: deb http://httpredir.debian.org/debian/ buster main contrib non-free\n\n- name: Install linux headers and nvidia-driver\n apt:\n package: \"linux-headers-{{ ansible_kernel }},nvidi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/grub
7,263
[ "no_license" ]
[ { "path": "roles/grub/tasks/main.yml", "content": "# A bit unsure whether these do anything.\n- name: Disable CPU vulnerability migitations for performance, set polling rates\n lineinfile:\n path: /etc/default/grub\n line: 'GRUB_CMDLINE_LINUX_DEFAULT=\"quiet nospectre_v1 nospectre_v2 nospec_store_byp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/lightdm
7,263
[ "no_license" ]
[ { "path": "roles/lightdm/templates/stepmania-xfce.sh", "content": "#!/bin/sh\n\nxterm +maximized -e /home/stepmania/start-stepmania.sh\n\n# unfuck displays. I don't really know XFCE is doing.\n(sleep 2 && xrandr --output HDMI-0 --off --output \"{{ main_display_device }}\" --panning 0x0) &\n\nstartxfce4\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/padmiss
7,263
[ "no_license" ]
[ { "path": "roles/padmiss/tasks/main.yml", "content": "- name: Give permissions to everyone for USB reader devices\n copy:\n content: 'SUBSYSTEM==\"usb\", ATTR{idVendor}==\"08ff\", ATTR{idProduct}==\"0009\", MODE=\"0666\"'\n dest: /etc/udev/rules.d/99-permissions-to-rfid-reader.rules\n register: udev...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2033, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/ssh
7,263
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install sshguard\n apt:\n package: sshguard\n\n- name: Add local network to whitelist\n lineinfile:\n path: '/etc/sshguard/whitelist'\n line: '192.168.0.0/16'\n\n- name: Start and enable sshguard\n systemd:\n service: sshguard\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/stepmania
7,263
[ "no_license" ]
[ { "path": "roles/stepmania/files/Keymaps.template-keyboard.ini", "content": "[dance]\n1_Back=Key_escape\n1_Coin=\n1_Down=JoyLeft_B2\n1_EffectDown=\n1_EffectUp=\n1_Left=JoyLeft_B1\n1_MenuDown=Key_s\n1_MenuLeft=Key_a\n1_MenuRight=Key_d\n1_MenuUp=Key_w\n1_Operator=\n1_Right=JoyLeft_B4\n1_Select=Key_q\n1_Start=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9646, "all_permissive": false }
ansible_role
Kauhsa/makkyla-ansible
253cab248d88d43f5afa33a882eff01602778eb0
0
roles/utils
7,263
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "- name: Install utility packages\n apt:\n package: sudo,chromium,vim,htop,net-tools,gedit,rsync,git\n\n- name: Make sure user stepmania is in sudo group\n user:\n name: stepmania\n groups: sudo\n append: yes\n\n- name: Enable passwordless sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1446, "all_permissive": false }
ansible_role
Kr1tos/ansible
114350e1c3685c7b8db01e2042d1d110ca05b01c
0
roles/create_user
7,263
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "- name: Create user\n ansible.builtin.user:\n name: ansible-worker\n state: present\n shell: /bin/bash\n groups: www-data\n tags: create_user\n\n- name: Create home directory\n ansible.builtin.file:\n path: \"/home/ansible-worker\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
Kr1tos/ansible
114350e1c3685c7b8db01e2042d1d110ca05b01c
0
roles/git_install
7,263
[ "no_license" ]
[ { "path": "roles/git_install/tasks/main.yml", "content": "- name: Create ~/.ssh directory\n ansible.builtin.file:\n path: \"~/.ssh\"\n state: directory\n mode: '0700'\n tags:\n - git_install\n\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n tags:\n - git_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
Kr1tos/ansible
114350e1c3685c7b8db01e2042d1d110ca05b01c
0
roles/nginx_actions
7,263
[ "no_license" ]
[ { "path": "roles/nginx_actions/tasks/main.yml", "content": "- name: Nginx install\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n tags: nginx_actions\n\n- name: Copy index.html\n ansible.builtin.copy:\n src: \"../files/index.html\"\n dest: \"/home/ansible-worker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
greenhua/aws-ec2-monitoring
19df35625df4d23453bd38a2ef402966caaccd6d
0
roles/deekayen.cloudwatch_monitoring_scripts
7,263
[ "no_license" ]
[ { "path": "roles/deekayen.cloudwatch_monitoring_scripts/.travis.yml", "content": "---\n\nlanguage: python\nos: linux\ndist: bionic\nservices: docker\n\nenv:\n global:\n - ROLE_NAME: cloudwatch_monitoring_scripts\n jobs:\n - MOLECULE_DISTRO: centos8\n - MOLECULE_DISTRO: centos7\n\ninstall:\n - pi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5022, "all_permissive": false }
ansible_role
schawil/ansible-docker-setup
a11717003382a533565a702f3e78f47f5fa37226
1
roles/docker
7,263
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Tâches pour installer Docker\n\n# Mettre à jour le cache APT\n- name: Update apt cache\n apt:\n update_cache: yes\n\n# Installer les paquets requis\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
a-yasui/ansible-mysql-master-slave
8bcd6db0d24b9036c1d017be344ccb2d83b6153c
0
roles/mysql
7,263
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "mysql_yum_repository: https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm\nmysql_yum_packages:\n - MySQL-python\n - mysql-community-server\nmysql_secure_installation_query: >\n ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4238, "all_permissive": false }
ansible_role
pawancloudibility/AWXDEMO
f64e0d8a31a984a784c2ba2055f2f9ab51a0f5d5
0
pawan_playbook/roles/network
7,263
[ "no_license" ]
[ { "path": "pawan_playbook/roles/network/tasks/main.yml", "content": "---\n- name: create network for EKS\n cloudformation:\n stack_name: \"{{ EKS_VPC_NAME }}-stack\"\n state: present\n region: \"{{ EKS_REGION }}\"\n aws_access_key: \"{{ lookup('env','AWS_ACCESS_KEY_ID') }}\"\n aws_secret_key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1665, "all_permissive": false }
ansible_role
zendad/mongodb_ansible_playbook
9e5fac4582f5d94749d1c2ce18dc89de50d57577
0
roles/dereck.mongodb
7,263
[ "no_license" ]
[ { "path": "roles/dereck.mongodb/vars/Debian.yml", "content": "---\n\nmongodb_repository:\n \"2.6\": \"deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen\"\n \"3.0\": \"deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main\"\n \"3.2\": \"deb http://repo.mongodb.org/apt/de...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 10085, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/common
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: Add source for mongodb\n shell: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10\n shell: echo \"deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse\" | sudo tee /etc/apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1631, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/django
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/django/templates/gunicorn_start", "content": "#!/bin/bash\n\nNAME=\"{{code_name}}\"\nDJANGODIR={{web_root}}\nSOCKFILE={{project_root}}/run/gunicorn.sock\nUSER={{linux_user}}\nGROUP={{linux_user}}\nNUM_WORKERS=3\nDJANGO_SETTINGS_MODULE=settings.development\nDJANGO_WSGI_M...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1553, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/nginx
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt: pkg=nginx state=installed update_cache=yes\n\n- name: Copy nginx server conf to sites-available\n template: src=nginx_site.conf dest=/etc/nginx/sites-available/{{code_name}}\n\n- name: Create symli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/postgres
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/postgres/vars/main.yml", "content": "---\nencoding: UTF-8\nlocale: en_US\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "vagrant/provisioning/roles/postgres/tasks/main.yml", "content": "---\n- name: add p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1872, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/supervisor
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/supervisor/tasks/main.yml", "content": "---\n- name: install supervisor\n apt: pkg=supervisor state=installed update_cache=yes\n\n- name: install {{code_name}} supervisor conf\n template: src=supervisor.conf dest=/etc/supervisor/conf.d/{{code_name}}.conf\n\n- name: en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
mangoleaf/zeratul
cf4873dbb8383ac3511a39f1c2e2c1afe40af992
0
vagrant/provisioning/roles/virtualenv
7,264
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/virtualenv/tasks/main.yml", "content": "---\n- name: \"create virtualenv\"\n command: virtualenv env chdir={{project_root}} creates={{project_env}}/bin/activate\n\n- name: \"set virtualenv owner\"\n command: chown -R zeratul:zeratul env chdir={{project_root}}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
ylysn/cloudera.runtime
65ddac9a39c5c5254d9f3db7cb4ede4130c315ec
0
roles/ml_amp
7,264
[ "no_license" ]
[ { "path": "roles/ml_amp/tasks/create_job.yml", "content": "---\n\n- name: Create job '{{ step.name }}'\n tags: jobs\n cloudera.runtime.ml_project_job:\n endpoint: \"{{ amp_endpoint }}\"\n api_key: \"{{ amp_api_key }}\"\n project_id: \"{{ __amp_project.project.id }}\"\n name: \"{{ step.name }}\...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9090, "all_permissive": false }
ansible_role
rockershead/ansible_projects
a5c747b23b3ee9fc1199215f9cf0547efaf12e46
0
beginner_project/roles/apache
7,264
[ "no_license" ]
[ { "path": "beginner_project/roles/apache/tasks/main.yml", "content": "- name: Install Apache for ubuntu\n apt:\n name: apache2\n state: present\n when: ansible_facts['os_family'] == 'Debian'\n\n- name: Install httpd for redhat\n yum:\n name: httpd\n state: present\n when: ansible_facts['os_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
rockershead/ansible_projects
a5c747b23b3ee9fc1199215f9cf0547efaf12e46
0
beginner_project/roles/common
7,264
[ "no_license" ]
[ { "path": "beginner_project/roles/common/tasks/main.yml", "content": "- name: Update apt package index for ubuntu\n become: yes\n apt:\n update_cache: true\n when: ansible_facts['os_family'] == 'Debian'\n\n\n- name: Update yum package index for redhat\n become: yes\n yum:\n update_cache: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
rockershead/ansible_projects
a5c747b23b3ee9fc1199215f9cf0547efaf12e46
0
docker_container_control/roles/docker_services
7,264
[ "no_license" ]
[ { "path": "docker_container_control/roles/docker_services/tasks/main.yml", "content": "- name: Include action tasks\n include_tasks: \"{{docker_action}}.yml\"\n \n\n\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "docker_container_control/ro...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 591, "all_permissive": false }
ansible_role
rockershead/ansible_projects
a5c747b23b3ee9fc1199215f9cf0547efaf12e46
0
ec2-resource-monitor/roles/cpu_and_memory
7,264
[ "no_license" ]
[ { "path": "ec2-resource-monitor/roles/cpu_and_memory/tasks/main.yml", "content": "##cpu_count\n- name: Get the number of vCPUs using shell\n shell: \"lscpu | grep -E '^CPU\\\\(s\\\\):' | awk '{print $2}'\"\n register: vcpu_output\n\n##free_memory\n- name: Retrieve info on amount of free memory\n shell: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
rockershead/ansible_projects
a5c747b23b3ee9fc1199215f9cf0547efaf12e46
0
ec2-resource-monitor/roles/os_and_ip_network
7,264
[ "no_license" ]
[ { "path": "ec2-resource-monitor/roles/os_and_ip_network/tasks/main.yml", "content": " ##os_name\n- name: Get OS name\n shell: \"cat /etc/os-release | grep '^NAME=' | cut -d '=' -f 2 | tr -d '\\\"'\"\n register: os_name\n\n##os_version\n- name: Get OS version information\n shell: \"cat /etc/os-release | g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
lpabon/kubernetes-gluster-poc
b03cb9fc68261acbe9add10140f48ecb7413150b
0
roles/common
7,264
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: update atomic\n command: atomic host upgrade\n ignore_errors: yes\n\n- name: clean iptables\n command: iptables -F\n\n- name: disable selinux\n selinux: state=disabled\n\n- name: fix issue with eth1\n copy: src=rc.local owner=root group=root ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
lpabon/kubernetes-gluster-poc
b03cb9fc68261acbe9add10140f48ecb7413150b
0
roles/kub_master
7,264
[ "no_license" ]
[ { "path": "roles/kub_master/files/pods/gluster/gluster-3.yml", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: gluster-3\n labels:\n name: gluster-3\nspec:\n hostNetwork: true\n nodeSelector:\n name: worker-102\n containers:\n - name: glusterfs\n image: lpabon/gluster\n port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3863, "all_permissive": false }
ansible_role
lpabon/kubernetes-gluster-poc
b03cb9fc68261acbe9add10140f48ecb7413150b
0
roles/kub_minion
7,264
[ "no_license" ]
[ { "path": "roles/kub_minion/tasks/main.yml", "content": "- name: setup flanneld\n copy: src=flanneld owner=root group=root dest=/etc/sysconfig/flanneld\n\n- name: make docker service directory\n file: path=/etc/systemd/system/docker.service.d state=directory\n\n- name: copy systemd flanneld file\n copy: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2560, "all_permissive": false }
ansible_role
st-cyrill/setup_isucon7
ae67ed73cd3369ef2f5143a609eb5cc98a571925
1
ansible/roles/gist
7,264
[ "no_license" ]
[ { "path": "ansible/roles/gist/tasks/main.yml", "content": "- name: copy gist binary\n copy:\n src: gist\n dest: /usr/local/bin/gist\n mode: 0755\n owner: root\n group: root\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
st-cyrill/setup_isucon7
ae67ed73cd3369ef2f5143a609eb5cc98a571925
1
ansible/roles/notify_slack
7,264
[ "no_license" ]
[ { "path": "ansible/roles/notify_slack/tasks/main.yml", "content": "- name: copy notify_slack archive\n copy:\n src: notify_slack-linux-amd64.tar.gz\n dest: /usr/local/src/notify_slack.tgz\n\n- name: extract notify_slack binary\n unarchive:\n src: /usr/local/src/notify_slack.tgz\n dest: /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
st-cyrill/setup_isucon7
ae67ed73cd3369ef2f5143a609eb5cc98a571925
1
ansible/roles/slackboard
7,264
[ "no_license" ]
[ { "path": "ansible/roles/slackboard/templates/etc/slackboard/slackboard.toml.j2", "content": "[core]\nport = \"29800\"\nslack_url = \"{{ vault_secret.slack_url }}\"\n\n[[tags]]\ntag = \"general\"\nchannel = \"#general\"\n\n[log]\naccess_log = \"stdout\"\nerror_log = \"stderr\"\nlevel = \"error\"\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1375, "all_permissive": false }
ansible_role
TimGrt/development-setup
d85aead1369ff867ffa1229593648045c117e92a
0
roles/development-setup
7,264
[ "no_license" ]
[ { "path": "roles/development-setup/defaults/main.yml", "content": "---\n\ndotfiles_destination: \"~\"\n\ndotfiles:\n - .vimrc\n - .gitignore\n - .gitconfig.j2\n\ndeveloper_name: \"<NAME>\"\ndeveloper_email: \"<EMAIL>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5018, "all_permissive": false }
ansible_role
TimGrt/development-setup
d85aead1369ff867ffa1229593648045c117e92a
0
roles/oh-my-bash
7,264
[ "no_license" ]
[ { "path": "roles/oh-my-bash/files/theme.sh", "content": "SCM_THEME_PROMPT_PREFIX=\"\"\nSCM_THEME_PROMPT_SUFFIX=\"\"\n\nSCM_THEME_PROMPT_DIRTY=\" ${bold_red}✗${normal}\"\nSCM_THEME_PROMPT_CLEAN=\" ${bold_green}✓${normal}\"\nSCM_GIT_CHAR=\"${bold_green}±${normal}\"\nSCM_SVN_CHAR=\"${bold_cyan}⑆${normal}\"\nSC...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2267, "all_permissive": false }
ansible_role
praskrish/ansible-app-automation
a97f110762be641954a93aab69128fab33020ab2
0
roles/app-deploy
7,264
[ "no_license" ]
[ { "path": "roles/app-deploy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/app-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/app-deploy/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1124, "all_permissive": false }
ansible_role
praskrish/ansible-app-automation
a97f110762be641954a93aab69128fab33020ab2
0
roles/eap
7,264
[ "no_license" ]
[ { "path": "roles/eap/defaults/main.yml", "content": "---\n# defaults file for roles/eap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/eap/vars/main.yml", "content": "---\n# vars file for roles/eap\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1905, "all_permissive": false }
ansible_role
praskrish/ansible-app-automation
a97f110762be641954a93aab69128fab33020ab2
0
roles/eap-domain
7,264
[ "no_license" ]
[ { "path": "roles/eap-domain/defaults/main.yml", "content": "---\n# defaults file for roles/eap-domain\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/eap-domain/tasks/main.yml", "content": "---\n# tasks file for roles/eap-domain\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 835, "all_permissive": false }
ansible_role
praskrish/ansible-app-automation
a97f110762be641954a93aab69128fab33020ab2
0
roles/eap-node
7,264
[ "no_license" ]
[ { "path": "roles/eap-node/handlers/main.yml", "content": "---\n# handlers file for roles/eap-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/eap-node/defaults/main.yml", "content": "---\n# defaults file for roles/eap-node\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 768, "all_permissive": false }
ansible_role
praskrish/ansible-app-automation
a97f110762be641954a93aab69128fab33020ab2
0
roles/httpd
7,264
[ "no_license" ]
[ { "path": "roles/httpd/handlers/main.yml", "content": "---\n# handlers file for roles/httpd\n- name: start apache\n shell: \n cmd: ./apachectl start\n chdir: /opt/jbcs-httpd24-2.4/httpd/sbin\n \n- name: stop apache\n shell: \n cmd: ./apachectl stop\n chdir: /opt/jbcs-httpd24-2.4/httpd/sbin"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1477, "all_permissive": false }
ansible_role
cdurandepf/DevOps_Takima_CI
17d4c29601d8ae426fb05d574bfb450d7c86eca3
0
ansible/roles/create_network
7,264
[ "no_license" ]
[ { "path": "ansible/roles/create_network/tasks/main.yml", "content": "# Create a Docker network\r\n- name: Create a network\r\n community.docker.docker_network:\r\n name: my-network\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
cdurandepf/DevOps_Takima_CI
17d4c29601d8ae426fb05d574bfb450d7c86eca3
0
ansible/roles/launch_app
7,264
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tasks/main.yml", "content": "- name: Run SimpleApi\r\n docker_container:\r\n name: simple-api\r\n image: corentindes/tp-devops-simple-api\r\n pull: yes\r\n ports:\r\n - \"8080:8080\"\r\n networks: \r\n - name: my-network\r\n env: \r\n DAT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
cdurandepf/DevOps_Takima_CI
17d4c29601d8ae426fb05d574bfb450d7c86eca3
0
ansible/roles/launch_database
7,264
[ "no_license" ]
[ { "path": "ansible/roles/launch_database/tasks/main.yml", "content": "- name: Run DataBase\r\n docker_container:\r\n name: database\r\n image: corentindes/tp-devops-database\r\n pull: yes\r\n ports:\r\n - \"5432:5432\"\r\n env:\r\n DATABASE_HOSt: database\r\n DATABASE_NAME: db...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
cdurandepf/DevOps_Takima_CI
17d4c29601d8ae426fb05d574bfb450d7c86eca3
0
ansible/roles/launch_proxy
7,264
[ "no_license" ]
[ { "path": "ansible/roles/launch_proxy/tasks/main.yml", "content": "- name: Run HTTPD\r\n docker_container:\r\n name: httpd\r\n image: corentindes/tp-devops-httpd\r\n pull: yes\r\n ports:\r\n - \"80:80\"\r\n networks:\r\n - name: my-network\r\n restart_policy: on-failure\r\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
wagnercder/ansible-docker-flask
6975ded0c3d945d0858a5b8d8c16d505e5fc2d0b
0
ansible-project/roles/application
7,262
[ "no_license" ]
[ { "path": "ansible-project/roles/application/tasks/main.yml", "content": "---\n- name: 'Copy docker files to ansible'\n copy:\n src: 'files/docker-application'\n dest: /home\n\n- name: 'Run Docker Compose'\n docker_compose:\n project_src: /home/docker-application\n state: present\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
wagnercder/ansible-docker-flask
6975ded0c3d945d0858a5b8d8c16d505e5fc2d0b
0
ansible-project/roles/environment
7,262
[ "no_license" ]
[ { "path": "ansible-project/roles/environment/tasks/main.yml", "content": "---\n- name: 'Install required packages for docker'\n apt:\n name: [\n 'apt-transport-https',\n 'ca-certificates',\n 'curl',\n 'gnupg-agent',\n 'software-properties-common'\n ]\n state: present\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
wagnercder/ansible-docker-flask
6975ded0c3d945d0858a5b8d8c16d505e5fc2d0b
0
ansible-project/roles/nginx
7,262
[ "no_license" ]
[ { "path": "ansible-project/roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name localhost;\n\n location / {\n proxy_pass http://localhost:{{ docker_port }};\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 583, "all_permissive": false }
ansible_role
DanWesson357/ansible-arch
e4d275b5d81dcc713790dabcc6ada45f2b80f70e
0
roles/common
7,262
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: check updates\n pacman: \n update_cache: yes\n upgrade: yes\n\n\n# Configure pacman (colorize and repos)\n- include_tasks: \n file: pacman.yml\n\n# Basic apps (vlc, kitty, etc.)\n- include_tasks: \n file: core-apps.yml\n\n# Install and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson25.Logging
c618325ecd58e49caf72ebceebacfcfd6988ea4a
0
roles/install_auditd
7,262
[ "no_license" ]
[ { "path": "roles/install_auditd/handlers/main.yml", "content": "---\n- name: restart auditd\n ansible.builtin.systemd:\n name: auditd\n enabled: yes\n state: restarted\n\n- name: reload auditd\n ansible.builtin.systemd:\n name: auditd\n state: reloaded", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson25.Logging
c618325ecd58e49caf72ebceebacfcfd6988ea4a
0
roles/install_nginx
7,262
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: apt update\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: latest\n\n- name: add remote log server in ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson25.Logging
c618325ecd58e49caf72ebceebacfcfd6988ea4a
0
roles/install_rsyslog
7,262
[ "no_license" ]
[ { "path": "roles/install_rsyslog/vars/main.yml", "content": "---\n# vars file for linux_remote_logging\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/install_rsyslog/defaults/main.yml", "content": "---\n# defaults file for linux_remote...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 887, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/busybox
7,262
[ "no_license" ]
[ { "path": "roles/busybox/tasks/main.yml", "content": "---\n# Compile the BusyBox static binary.\n\n- name: download the busybox source code\n get_url: url=http://busybox.net/downloads/busybox-{{ busybox_version }}.tar.bz2\n dest={{ src_dir }}/busybox-{{ busybox_version }}.tar.bz2\n\n- name: extract the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1163, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/compilation_env
7,262
[ "no_license" ]
[ { "path": "roles/compilation_env/tasks/main.yml", "content": "---\n# Set up the environment for compiling software.\n\n- name: determine the base-devel group packages\n command: /usr/bin/pacman --query --groups --quiet base-devel\n changed_when: false\n register: base_devel_packages\n\n- name: install th...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1775, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/initramfs
7,262
[ "no_license" ]
[ { "path": "roles/initramfs/meta/main.yml", "content": "---\n\ndependencies:\n - { role: busybox, tags: [busybox] }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/initramfs/tasks/main.yml", "content": "---\n# Generate a cpio archive of...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2983, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/kernel
7,262
[ "no_license" ]
[ { "path": "roles/kernel/tasks/main.yml", "content": "---\n# Compile the Linux kernel bzImage.\n\n- name: install the kernel make dependency packages\n sudo: true\n pacman: name={{ item }} state=present\n with_items:\n - bc\n\n- name: download the latest linux kernel sha256sum\n shell: /usr/bin/curl -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1519, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/rootfs
7,262
[ "no_license" ]
[ { "path": "roles/rootfs/defaults/main.yml", "content": "---\n\nrootfs_device: /dev/sdb\nrootfs_mount_point: /mnt\nrootfs_mount_options: \"noatime,errors=remount-ro\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/rootfs/tasks/syslinux.yml...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8389, "all_permissive": false }
ansible_role
saintex-linux/saintex-linux
1e057e684ad5640c068a591303fa618e45f7317b
1
roles/s6
7,262
[ "no_license" ]
[ { "path": "roles/s6/tasks/skalibs.yml", "content": "---\n# Compile skalibs, the skarnet.org general-purpose libraries.\n\n- name: download the latest skalibs source code\n get_url: url=http://skarnet.org/software/skalibs/skalibs-{{ skalibs_version }}.tar.gz\n dest={{ slashpackage }}/skalibs-{{ skalibs_v...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8510, "all_permissive": false }
ansible_role
fazil9975/Ansible21
9a40944c75513418aae5bddcd73b498b2c8d475e
0
roles/client-ntp
7,262
[ "no_license" ]
[ { "path": "roles/client-ntp/vars/main.yml", "content": "---\n# vars file for roles/client-ntp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/client-ntp/tasks/main.yml", "content": "---\n# tasks file for roles/client-ntp\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": false }
ansible_role
fazil9975/Ansible21
9a40944c75513418aae5bddcd73b498b2c8d475e
0
roles/ntp-server
7,262
[ "no_license" ]
[ { "path": "roles/ntp-server/tasks/main.yml", "content": "---\n# tasks file for ntp-server\n- name: Installing chrony package\n yum:\n name: chrony\n state: latest\n\n- name: Modify configuration allow network\n ansible.builtin.linefile:\n path: /etc/chrony.conf\n regexp: '^#allow 10.0.0.0/24'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
pooja2806/Task_19.repo
6fb0862d4cd22575dd57edfa23739cef4ba7bca2
0
roles/EC2_Instance
7,262
[ "no_license" ]
[ { "path": "roles/EC2_Instance/tasks/main.yml", "content": "- \n name: \"Launch EC2 for Master\"\n ec2:\n\n key_name: newansi\n region: ap-south-1\n instance_type: t2.micro\n image: ami-0a9d27a9f4f5c0efc\n group: EC2\n vpc_subnet_id: subnet-6d590e21\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
pooja2806/Task_19.repo
6fb0862d4cd22575dd57edfa23739cef4ba7bca2
0
roles/K8S_Master_Node
7,262
[ "no_license" ]
[ { "path": "roles/K8S_Master_Node/tasks/main.yml", "content": "- name: Installing Docker\n package:\n name: docker\n state: present\n \n\n- name: \"Start Docker\"\n service:\n name: docker\n state: started\n\n- name: \"Enable Docker\"\n service:\n name: docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2043, "all_permissive": false }
ansible_role
pooja2806/Task_19.repo
6fb0862d4cd22575dd57edfa23739cef4ba7bca2
0
roles/K8S_Worker_Node
7,262
[ "no_license" ]
[ { "path": "roles/K8S_Worker_Node/tasks/main.yml", "content": "- name: Installing Docker\n package:\n name: docker\n state: present\n \n\n- name: \"Start Docker\"\n service:\n name: docker\n state: started\n\n- name: \"Enable Docker\"\n service:\n name: docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1390, "all_permissive": false }
ansible_role
tehsmyers/relational-pulp
30246fcf508ec213541828ebea30cea34c230bf3
1
ansible/roles/db
7,262
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: Install postgresql and python bindings\n dnf: name={{ item }} state=latest\n with_items:\n - postgresql-server\n - postgresql-devel\n - postgresql-contrib\n - python-psycopg2\n\n- name: Initialize postgresql\n command: postgresql-setup ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
tehsmyers/relational-pulp
30246fcf508ec213541828ebea30cea34c230bf3
1
ansible/roles/dev
7,262
[ "no_license" ]
[ { "path": "ansible/roles/dev/tasks/main.yml", "content": "- name: Install develoment tools\n dnf: name={{item}} state=latest\n with_items:\n - \"@Development Tools\"\n - redhat-rpm-config\n - python3-virtualenv\n - python-virtualenvwrapper\n\n- name: Install bashrc\n copy: src=bashrc dest=/home/{{ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
tehsmyers/relational-pulp
30246fcf508ec213541828ebea30cea34c230bf3
1
ansible/roles/web
7,262
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "- name: Create rel-pulp virtualenv\n become: true\n become_user: vagrant\n shell: \"source /usr/bin/virtualenvwrapper.sh && mkvirtualenv -p /usr/bin/python3 rel-pulp\"\n args:\n creates: ~/.virtualenvs/rel-pulp\n\n- name: Configure virtualenv ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1011, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/basic
7,262
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Install pip\n yum: name=python-pip state=present\n \n- name: Install python expect\n pip:\n name: pexpect\n\n- name: Open Firewall\n firewalld:\n port: '{{item}}/tcp'\n permanent: true\n state: enabled\n zone: public\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/clean_zabbix_agent
7,262
[ "no_license" ]
[ { "path": "roles/clean_zabbix_agent/tasks/redhat_agent.yml", "content": "---\n- name: Stop Zabbix Agent\n systemd: name={{zabbix_agent_service}} state=stopped\n ignore_errors: true\n\n- name: Remove Zabbix\n yum: name=zabbix* state=absent\n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 252, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/init_zabbix_agent
7,262
[ "no_license" ]
[ { "path": "roles/init_zabbix_agent/tasks/init_script.yml", "content": "---\n- name: Create Script Dir\n file: path={{item}} state=directory owner={{zabbix_user}} group={{zabbix_group}} mode=\"u=rwx,g=r,o=r\"\n with_items:\n - \"{{zabbix_conf_path}}/script\"\n\n- name: Copy Script To Remote Server\n t...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1437, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/init_zabbix_server
7,262
[ "no_license" ]
[ { "path": "roles/init_zabbix_server/tasks/redhat_server.yml", "content": "---\n- name: Install Zabbix Server\n include: install_zabbix_server.yml\n when: install\n\n- name: Config Zabbix Server\n include: config_zabbix_server.yml\n when: config\n", "license_type": "no_license", "detected_license...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1083, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/postgres
7,262
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Get Postgres RPM\n yum: name={{postgres_rpm_url}} state=present\n \n- name: Install postgres client\n yum: name={{postgres_client}} state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
pippozq/zabbix-ansible
f50ad087c6c6ad0a95c6d9ad542d76c458d8a559
7
roles/service
7,262
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yml", "content": "---\n- name: Start Service\n systemd:\n name: \"{{item}}\"\n state: restarted\n enabled: yes\n with_items:\n - '{{services}}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/get-ip-address
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/get-ip-address/tasks/main.yml", "content": "---\n\n- name: get ip\n shell: hostname -I | cut -d' ' -f2\n register: ip\n\n- name: print ip\n debug: \n msg: 'Your server is live at http://{{ ip.stdout }}'", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": true }
ansible_role
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/install-dhis2
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/install-dhis2/tasks/main.yml", "content": "\n- name: create dhis2 database user\n become: yes\n become_user: postgres\n postgresql_user:\n name: dhis2\n password: <PASSWORD>\n\n- name: create dhis2 database\n become: yes\n become_user: postgres\n postgresql_db:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": true }
ansible_role
nafundi/dhis2-vagrant
bc19fea0f8d882a318b86095087ff202ffcb850b
0
provisioning/roles/install-dhis2-demo
7,268
[ "permissive" ]
[ { "path": "provisioning/roles/install-dhis2-demo/tasks/main.yml", "content": "\n- name: install packages\n apt: \n pkg: unzip\n\n- name: create dhis2-demo database\n become: yes\n become_user: postgres\n postgresql_db:\n owner: dhis2\n name: dhis2-demo\n\n- name: create demo home\n file: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1579, "all_permissive": true }