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
agileek/docker-ansible
8277dc1ba8cfd400de91f94bb2c5c5e44d7f906a
16
ansible/roles/tz
8,096
[ "no_license" ]
[ { "path": "ansible/roles/tz/tasks/main.yml", "content": "- command: cat /etc/timezone\n register: tz_content\n\n- name: set /etc/localtime to {{ timezone }}\n action: copy src=/usr/share/zoneinfo/{{ timezone }} dest=/etc/localtime\n\n- name: set /etc/timezone to {{ timezone }}\n template: src=timezone.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/common
8,096
[ "no_license" ]
[ { "path": "roles/common/tasks/apt.yml", "content": "---\n\n- name: Install CA certificates\n apt:\n name: ca-certificates\n state: present\n\n- name: Install apt HTTPS support\n apt:\n name: apt-transport-https\n state: present\n\n- name: Install software-properties-common\n apt:\n name: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/docker
8,096
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n\n- include: apt.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Check Docker Compose version\n shell: docker-compose --version | awk '{print $3}' | sed 's/,//g'\n register: compose_check\n check_mode: no\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1484, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/git
8,096
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for roles/git\n\n- name: Install git\n package:\n name: git\n state: present\n\n- name: Configure git username\n git_config:\n name: user.name\n scope: global\n value: \"{{ user_name }}\"\n when: '\"enthalpy\" in current_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 747, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/packer
8,096
[ "no_license" ]
[ { "path": "roles/packer/vars/main.yml", "content": "---\nversion: '1.5.4'\ninstall_path: /usr/local/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/packer/tasks/main.yml", "content": "---\n- name: Check Packer version\n shell: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/pgadmin
8,096
[ "no_license" ]
[ { "path": "roles/pgadmin/tasks/main.yml", "content": "---\n - include: apt.yml\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/pgadmin/tasks/apt.yml", "content": "---\n- name: Postgres GPG...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/python
8,096
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "---\nmajor: 3\nminor: 9\nmicro: 1\nversion: \"{{ major }}.{{ minor }}\"\nfull_version: \"{{ major }}.{{ minor }}.{{ micro }}\"\npython_path: \"/usr/local/python-{{ full_version }}\"\ntemp_path: \"/tmp/python-{{ full_version }}\"\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2828, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/shell
8,096
[ "no_license" ]
[ { "path": "roles/shell/handlers/main.yml", "content": "---\n- name: reboot\n set_fact:\n reboot_required: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Install zsh\n package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/vagrant
8,096
[ "no_license" ]
[ { "path": "roles/vagrant/vars/main.yml", "content": "---\nversion: '2.2.7'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/vagrant/tasks/main.yml", "content": "---\n- name: Check Vagrant version\n shell: /usr/bin/vagrant --version | awk ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 434, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/vim
8,096
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n# tasks file for roles/vim\n\n- name: Install vim\n package:\n name: vim\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/virtualbox
8,096
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- include: apt.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Install VirtualBox\n package:\n name: virtualbox-6.1\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/vmwaretools
8,096
[ "no_license" ]
[ { "path": "roles/vmwaretools/tasks/main.yml", "content": "---\n# tasks file for roles/vmwaretools\n\n- name: Install VMware tools\n package:\n name: open-vm-tools\n state: present\n when: ansible_virtualization_type == \"VMware\"\n\n- name: Install VMware tools (desktop)\n package:\n name: open-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
enthalpychange/ansible-workstation
a73d50d220aa506fc93204ca01c946f7537763b8
1
roles/vscode
8,096
[ "no_license" ]
[ { "path": "roles/vscode/vars/main.yml", "content": "---\nextensions:\n - ms-python.python\n - vscoss.vscode-ansible\n - ms-azuretools.vscode-docker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/vscode/tasks/rpm.yml", "content": "---\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3238, "all_permissive": false }
ansible_role
rpldpaul/HOA_14
2d242ecd2d435a735bb1b2b30f8748772dc3f1cb
0
roles/glance
8,096
[ "no_license" ]
[ { "path": "roles/glance/tasks/install.yml", "content": "- name: Glance Installation in Ubuntu\n apt:\n name:\n - glance\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
rpldpaul/HOA_14
2d242ecd2d435a735bb1b2b30f8748772dc3f1cb
0
roles/keystone
8,096
[ "no_license" ]
[ { "path": "roles/keystone/tasks/install.yml", "content": "- name: Install Keystone in Ubuntu\n apt:\n name:\n - keystone\n - apache2\n - php\n - libapache2-mod-php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 237, "all_permissive": false }
ansible_role
rpldpaul/HOA_14
2d242ecd2d435a735bb1b2b30f8748772dc3f1cb
0
roles/nova
8,096
[ "no_license" ]
[ { "path": "roles/nova/tasks/install.yml", "content": "- name: Installation Nova in Ubuntu\n apt:\n name:\n - nova-compute\n - python3-openstackclient\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
PatriceNEUSSIofficiel/automation-ansible-terraform-kubernetes-github-docker-scripting
7bd30b933e87d495d4327698aca683ffabebea91
1
ansible/roles/install_apache
8,096
[ "no_license" ]
[ { "path": "ansible/roles/install_apache/templates/000-default.conf.j2", "content": "<VirtualHost *:{{ apache_port }}>\n \n ServerAdmin webmaster@localhost\n DocumentRoot {{ apache_dir }}\n\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n</VirtualHo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1484, "all_permissive": false }
ansible_role
AliMehraji/Ansible-Playbooks
12c20614ab2ce0c7f74dd3d45ab15f186c73da39
0
roles/install_python
8,096
[ "no_license" ]
[ { "path": "roles/install_python/tasks/main.yml", "content": "---\n- name: Check if Python is already installed\n ansible.builtin.command: python3 --version\n register: python_check\n ignore_errors: true\n tags:\n - install_py\n\n- name: Check if pip is already installed\n ansible.builtin.command: pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
AliMehraji/Ansible-Playbooks
12c20614ab2ce0c7f74dd3d45ab15f186c73da39
0
roles/os_update
8,096
[ "no_license" ]
[ { "path": "roles/os_update/defaults/main.yml", "content": "---\n\n# ---------------------------------------------------------------------\n# Proxy variables (optional) for download packages using a proxy server\nproxy_env: {}\n # http_proxy: http://192.168.20.112:10808\n # https_proxy: http://192.168.20.1...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1731, "all_permissive": false }
ansible_role
sprvn/Debit
ccc3e943b96537573d99fa57105f10b613ff76de
0
roles/base
8,096
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n install_recommends: false\n tags:\n - packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
sprvn/Debit
ccc3e943b96537573d99fa57105f10b613ff76de
0
roles/dotfiles
8,096
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Clone dotfiles\n git: \n repo: \"{{ dotfiles_path }}\"\n dest: \"{{ home }}{{ username }}/dotfiles\"\n\n- name: Symlink dotfiles to home\n file: \n src: \"{{ home }}{{ username }}/dotfiles/{{ item }}\"\n dest: \"{{ home }}{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
sprvn/Debit
ccc3e943b96537573d99fa57105f10b613ff76de
0
roles/fonts
8,096
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Create .fonts\n file: path={{ home }}{{ username }}/.fonts state=directory owner={{ username }} group={{ username }} \n\n- name: Create temporary directory\n file: path=/tmp/fonts state=directory\n\n- name: Pull San Francisco font\n git: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
sprvn/Debit
ccc3e943b96537573d99fa57105f10b613ff76de
0
roles/i3
8,096
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n\n- name: Install i3 dependencies\n apt: \n name: \"{{ i3_packages }}\"\n state: present\n update_cache: yes\n install_recommends: false\n tags:\n - i3\n\n- name: Create i3 source directory\n file:\n path: ~/i3-source\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
sprvn/Debit
ccc3e943b96537573d99fa57105f10b613ff76de
0
roles/terminal
8,096
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n\n- name: Install gnome-terminal\n apt:\n name: gnome-terminal\n state: present\n update_cache: yes\n install_recommends: false\n tags:\n - gnome-terminal\n\n- name: Install bash-completion\n apt:\n name: bash-completion\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
syagolnikov/ansible
e923f432cc55a2b906b5f8aeec6617827c744f8a
0
roles/k8s_dependencies
8,096
[ "no_license" ]
[ { "path": "roles/k8s_dependencies/tasks/main.yml", "content": "- name: Starting install\n become: sudo\n shell: logger \"loading K8s dependencies via ansible\"\n\n- name: Download gpg\n shell: \"wget https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n\n- name: Install gpg key\n become: yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
syagolnikov/ansible
e923f432cc55a2b906b5f8aeec6617827c744f8a
0
roles/k8s_master
8,096
[ "no_license" ]
[ { "path": "roles/k8s_master/tasks/main.yml", "content": "- name: Break down master\n become: yes\n become_method: sudo\n shell: kubeadm reset -f\n\n- name: Installing packages\n become: yes\n become_method: sudo\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items: \"{{ packages }}\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2603, "all_permissive": false }
ansible_role
syagolnikov/ansible
e923f432cc55a2b906b5f8aeec6617827c744f8a
0
roles/k8s_node
8,096
[ "no_license" ]
[ { "path": "roles/k8s_node/tasks/main.yml", "content": "- name: Break down master\n become: yes\n become_method: sudo\n shell: kubeadm reset -f\n\n- name: Installing packages\n become: yes\n become_method: sudo\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items: \"{{ packages }}\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2002, "all_permissive": false }
ansible_role
syagolnikov/ansible
e923f432cc55a2b906b5f8aeec6617827c744f8a
0
roles/test
8,096
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: test out the role called test\n become: sudo\n shell: echo \"test\" > /home/ubuntu/test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
blossom2016/mobileDevOps
45925a6566c73892f615d69b562efdf8616e5303
0
roles/nomad
8,096
[ "no_license" ]
[ { "path": "roles/nomad/tasks/main.yaml", "content": "---\n- name: Placeholder\n ansible.builtin.debug:\n msg: Example - host {{ inventory_hostname }} os {{ ansible_system }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
jmuenster/jenkins-stack
7aa0d24fe66a9b27a352351a38989a64f1bb38b1
0
ansible/roles/aws-cfn-bootstrap
8,096
[ "no_license" ]
[ { "path": "ansible/roles/aws-cfn-bootstrap/tasks/main.yml", "content": "---\n - name: install the pip package\n yum: \n name=python-pip\n state=present\n\n - name: install the python-daemon package\n yum: \n name=python-daemon\n state=present\n\n - name: install the pystache pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
jmuenster/jenkins-stack
7aa0d24fe66a9b27a352351a38989a64f1bb38b1
0
ansible/roles/awscli
8,096
[ "no_license" ]
[ { "path": "ansible/roles/awscli/tasks/main.yml", "content": "---\n - name: install the pip package\n yum: \n name=python-pip\n state=present\n\n - name: install the aws cli\n pip: \n name=awscli\n state=present\n\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
jmuenster/jenkins-stack
7aa0d24fe66a9b27a352351a38989a64f1bb38b1
0
ansible/roles/misc
8,096
[ "no_license" ]
[ { "path": "ansible/roles/misc/tasks/main.yml", "content": "---\n - name: install the 'Development tools' package group\n yum: name=\"@Development tools\" state=present\n\n - name: install the python-devel package\n yum:\n name=python-devel\n state=present\n\n - name: install the python34-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
safeerahmad5900/Configuration-Management-Automation-with-Ansible
de3c9591831e615c4c4f0910b2e31f905e3660b7
0
Ansibile_Config_File_Safeer007/ansible/roles/deploy_apache_centos
8,096
[ "no_license" ]
[ { "path": "Ansibile_Config_File_Safeer007/ansible/roles/deploy_apache_centos/vars/main.yml", "content": "---\ndest_folder : /var/www/html\nowner : Safeer007", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "Ansibile_Config_File_Safeer007/ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1571, "all_permissive": false }
ansible_role
vojtfa135/ovirt_security_compliance_verification_script
775e64142f882de1a6ae978bc9cc875aa592a8ae
0
roles/base_info
8,096
[ "no_license" ]
[ { "path": "roles/base_info/vars/main.yml", "content": "---\n# vars file for base_info\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/base_info/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1922, "all_permissive": false }
ansible_role
vojtfa135/ovirt_security_compliance_verification_script
775e64142f882de1a6ae978bc9cc875aa592a8ae
0
roles/common_criteria
8,096
[ "no_license" ]
[ { "path": "roles/common_criteria/files/eal2_testing/ltp/patch/ssh03", "content": "#!/bin/sh\n#*********************************************************************\n# Copyright (c) International Business Machines Corp., 2000\n#\n# This program is free software; you can redistribute it and/or modify\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 32780, "all_permissive": false }
ansible_role
vojtfa135/ovirt_security_compliance_verification_script
775e64142f882de1a6ae978bc9cc875aa592a8ae
0
roles/dependency_checker
8,096
[ "no_license" ]
[ { "path": "roles/dependency_checker/vars/main.yml", "content": "---\n# vars file for dependency_checker\ndep_checker_remove_deps: false\n\nfips_dependencies:\n - bs4\n - requests\n\nstig_dependencies:\n - openscap-scanner\n - scap-security-guide\n\ncc_dependencies:\n - libselinux-devel\n - rsync\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2707, "all_permissive": false }
ansible_role
vojtfa135/ovirt_security_compliance_verification_script
775e64142f882de1a6ae978bc9cc875aa592a8ae
0
roles/disa_stig
8,096
[ "no_license" ]
[ { "path": "roles/disa_stig/handlers/main.yml", "content": "---\n# handlers file for disa_stig", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/disa_stig/defaults/main.yml", "content": "---\n# defaults file for disa_stig", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11661, "all_permissive": false }
ansible_role
vojtfa135/ovirt_security_compliance_verification_script
775e64142f882de1a6ae978bc9cc875aa592a8ae
0
roles/fips_140_2
8,096
[ "no_license" ]
[ { "path": "roles/fips_140_2/vars/main.yml", "content": "---\n# vars file for fips_140_2\nfips_binaries_flat:\n - openssl\n - libgcrypt\n - kernel\n - gnutls\n - nss\n\nfips_kernel_param: crypto.fips_enabled\n\nfips_required_prod: Red Hat Virtualization Manager\nfips_required_distribution: RedHat\nfips_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 15944, "all_permissive": false }
ansible_role
rako1980/aws-k3s-demo
78b5b6ab0e3315196be9704e19b8c04d4278402b
5
roles/install_consul
7,996
[ "no_license" ]
[ { "path": "roles/install_consul/files/ingress.yml", "content": "apiVersion: extensions/v1beta1\nkind: Ingress\nmetadata:\n name: ui\nspec:\n rules:\n - host:\n http:\n paths:\n - path: /\n backend:\n serviceName: consul-ui\n servicePort: 8500\n\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1592, "all_permissive": false }
ansible_role
rako1980/aws-k3s-demo
78b5b6ab0e3315196be9704e19b8c04d4278402b
5
roles/setup_k3s
7,996
[ "no_license" ]
[ { "path": "roles/setup_k3s/files/nfs-provisioner.yml", "content": "apiVersion: k3s.cattle.io/v1\nkind: HelmChart\nmetadata:\n name: nfs\n namespace: kube-system\nspec:\n chart: stable/nfs-server-provisioner\n targetNamespace: nfs-provisioner\n valuesContent: |-\n storageClass:\n defaultClass: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2302, "all_permissive": false }
ansible_role
benmatselby/mac-box
59b5683de9265b6c791b6f9c7b8eb378bd4a4222
9
ansible/roles/provision
7,996
[ "no_license" ]
[ { "path": "ansible/roles/provision/tasks/shell.yml", "content": "---\n- name: Install oh-my-zsh\n shell: sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n args:\n creates: $HOME/.oh-my-zsh\n", "license_type": "no_license", "detected_licen...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2423, "all_permissive": false }
ansible_role
davekonopka/aws-deploy
91a0c6a1770f3039b842f4185a64ec1fac83e7a0
6
roles/aws_core
7,996
[ "no_license" ]
[ { "path": "roles/aws_core/tasks/main.yml", "content": "---\n# tasks file for aws_core\n\n- name: create vpc\n ec2_vpc:\n state: present\n cidr_block: 10.0.1.0/24\n resource_tags: { \"Name\":\" {{ app_name }}\" }\n subnets: \"{{ vpc_subnets }}\" \n internet_gateway: True\n route_tabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1767, "all_permissive": false }
ansible_role
davekonopka/aws-deploy
91a0c6a1770f3039b842f4185a64ec1fac83e7a0
6
roles/nginx
7,996
[ "no_license" ]
[ { "path": "roles/nginx/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install and configure nginx\n license: license (GPLv2, CC-BY, etc)\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - trusty\ndependencies: []\n \n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 913, "all_permissive": false }
ansible_role
davekonopka/aws-deploy
91a0c6a1770f3039b842f4185a64ec1fac83e7a0
6
roles/web_app
7,996
[ "no_license" ]
[ { "path": "roles/web_app/tasks/main.yml", "content": "---\n - name: ensure content directory is created\n file: path=/usr/share/mysite state=directory\n\n - name: copy index.html\n template: src=index.html.j2 dest=/usr/share/mysite/index.html\n \n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 516, "all_permissive": false }
ansible_role
jupytercloud-project/singleuser_provisioner
80f938930018a5012ed777eed39de1973bfac470
0
roles/singleuser
7,996
[ "no_license" ]
[ { "path": "roles/singleuser/tasks/main.yaml", "content": "---\n- import_tasks: docker.yaml\n\n- import_tasks: packages.yaml\n\n- import_tasks: user.yaml\n\n- import_tasks: python-env.yaml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 665, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/consul
7,996
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yml", "content": "---\n- name: Install unzip\n apt: name=unzip state=present update_cache=yes\n\n- name: Install consul\n unarchive:\n remote_src: yes\n src: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3972, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/docker
7,996
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker from Repo\n apt:\n name: docker.io\n update_cache: yes\n state: present\n\n- name: Create docker group\n group:\n name: docker\n state: present\n\n- name: Add ubuntu user to docker group\n user:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/elk
7,996
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/main.yml", "content": "---\n- name: add elastic apt repository\n apt_repository:\n repo: deb https://artifacts.elastic.co/packages/6.x/apt stable main\n state: present\n filename: elastic-6.x\n\n- name: add elasticsearch apt-key\n apt_key: \n url: https://art...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/grafana
7,996
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - garfana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/grafana/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6028, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/k8s_common
7,996
[ "no_license" ]
[ { "path": "ansible/roles/k8s_common/defaults/main.yml", "content": "---\n# defaults file for k8s_common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/k8s_common/handlers/main.yml", "content": "---\n# handlers file for k8s_common...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 630, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/k8s_master
7,996
[ "no_license" ]
[ { "path": "ansible/roles/k8s_master/tasks/main.yml", "content": "---\n- name: Initialize K8S with kubeadm\n shell: kubeadm init --token={{ kubeadm_token }} --apiserver-advertise-address={{ k8s_master_ip }} --pod-network-cidr=192.168.0.0/16\n\n- name: Create .kube directory\n file:\n path: \"/home/ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/k8s_node
7,996
[ "no_license" ]
[ { "path": "ansible/roles/k8s_node/tasks/main.yml", "content": "---\n- name: Join K8S with kubeadm\n shell: kubeadm join --token={{ kubeadm_token }} --discovery-token-unsafe-skip-ca-verification {{ k8s_master_ip }}:6443 \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/prometheus
7,996
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "---\n- name: Install prometheus package\n apt: name=prometheus state=present update_cache=yes\n\n- name: Copy prometheus config file\n copy:\n src: prometheus.yml\n dest: /etc/prometheus/prometheus.yml\n force: yes\n\n notify:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
sharonnavon/project
0930a8db93def75ad2ccfd0fb8626da34c2351c7
0
ansible/roles/spree
7,996
[ "no_license" ]
[ { "path": "ansible/roles/spree/files/spree-service.yml", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: spree-service\n labels:\n app: myspree\nspec:\n type: NodePort\n ports:\n - port: 3000\n name: spreeport\n nodePort: 30001\n protocol: TCP\n selector:\n app: myspre...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1128, "all_permissive": false }
ansible_role
hpatel00/jenkins
06a3f337d66ce2a8ade02bce195bc5442082c376
0
roles/jenkins-jobs
7,996
[ "no_license" ]
[ { "path": "roles/jenkins-jobs/tasks/folders-job.yml", "content": "- name: Check if folder exists\n ansible.builtin.shell: \"{{JENKINS_CLI_PREFIX}} get-job {{item.name}}\"\n ignore_errors: true\n register: check_dir\n\n- name: Update Job Template\n ansible.builtin.template:\n src: folders-job.xml\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1604, "all_permissive": false }
ansible_role
pk-kampanart/dotfiles
c070eea6a16d514fb448f7a4da28800bc19708ba
0
ansible/playbook/roles/pacman
7,996
[ "no_license" ]
[ { "path": "ansible/playbook/roles/pacman/tasks/main.yaml", "content": "- name: Pacman operations\n when: ansible_os_family == \"Archlinux\"\n tags:\n - pacman\n vars:\n package_list: []\n block:\n - name: Get import(dependencies) profiles\n loop: \"{{ enable_profiles }}\"\n when: prof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1592, "all_permissive": false }
ansible_role
shreyasooden/OCP
7c556da94a41e5a7e6810d30780ab5d7aa923944
0
roles/ocp
7,996
[ "no_license" ]
[ { "path": "roles/ocp/collections/requirements.yml", "content": "---\ncollections:\n - name: community.general\n version: 9.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/ocp/ocp.yml", "content": "---\n\n- hosts: localhost\n be...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1269, "all_permissive": false }
ansible_role
rayniel95/distributed-cms-Massiel-Villalba-Rayniel-Ramos
62ca36821e90c3dd669266b8b6b18093f98f4cd1
1
ansible/roles/start_containers
7,996
[ "no_license" ]
[ { "path": "ansible/roles/start_containers/tasks/main.yaml", "content": "- name: create_image\n docker_image:\n build:\n path: \"{{ image_path }}\"\n pull: false\n # dockerfile: in case dockerfile name change\n name: rayniel95/cmsnode\n source: build\n\n- name: create_network\n dock...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/alt-ssh
7,996
[ "no_license" ]
[ { "path": "roles/alt-ssh/tasks/main.yml", "content": "---\n- name: set up alternate SSH port\n become: true\n seport:\n ports: \"{{ alt_ssh_port }}\"\n proto: tcp\n setype: ssh_port_t\n state: present\n- name: set up sshd_config\n become: true\n template: src=sshd_config.template dest=/etc/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/bootstrap
7,996
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n# Bootstrapping for Fedora or CentOS\n\n- name: install Python and Ansible deps for Fedora\n become: true\n raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall\n when: ansible_distribution == 'Fedora'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/common
7,996
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install indispensable packages\n become: true\n package:\n state: present\n name:\n - emacs-nox\n - git\n - avahi-tools\n - powertop\n - irssi\n- name: enable powertop service\n become: true\n systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/design
7,996
[ "no_license" ]
[ { "path": "roles/design/tasks/main.yml", "content": "---\n- name: install graphics design tools\n become: true\n package:\n state: present\n name:\n - inkscape\n - gimp\n - xournal\n - gpick\n - ImageMagick\n\n- name: install useful fonts\n become: true\n package:\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/drupal
7,996
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n# Only install Drupal 7 core; manage modules locally\n- name: install Drupal 7\n become: true\n package:\n state: present\n name:\n - drupal7\n - php\n - php-gd\n - php-mbstring\n\n- include: \"{{ ansible_distribution }}.y...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 493, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/epel
7,996
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n# Install EPEL repo support\n\n- name: install EPEL repos\n become: true\n package:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\n state: present\n when: ansible_distribu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/firewalld
7,996
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: install firewalld\n become: true\n package:\n state: present\n name:\n - firewalld\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/google-chrome
7,996
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "---\n# Install Google Chrome repo and browser\n\n- name: install google-chrome repo\n become: true\n copy: src=google-chrome.repo dest=/etc/yum.repos.d/google-chrome.repo\n\n- name: install Google Chrome browser\n become: true\n package: name=g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/home
7,996
[ "no_license" ]
[ { "path": "roles/home/files/powerline-tmux.json", "content": "{\n\t\"segments\": {\n\t\t\"right\": [\n\t\t\t{\n\t\t\t\t\"function\": \"powerline.segments.common.vcs.branch\",\n\t\t\t\t\"priority\": 30\t\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"function\": \"powerline.segments.common.sys.system_load\",\n\t\t\t\t\"prior...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5998, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/ircbouncer
7,996
[ "no_license" ]
[ { "path": "roles/ircbouncer/tasks/main.yml", "content": "---\n- name: install bouncer\n become: true\n package:\n state: present\n name:\n - znc\n- name: install systemd unit\n copy:\n src: znc.service\n dest: /etc/systemd/system/znc.service\n owner: root\n group: root\n mode: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/layla24
7,996
[ "no_license" ]
[ { "path": "roles/layla24/tasks/main.yml", "content": "---\n\n- name: install layla24 firmware\n become: true\n package:\n state: present\n name:\n - alsa-firmware\n - alsa-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/office
7,996
[ "no_license" ]
[ { "path": "roles/office/tasks/main.yml", "content": "---\n- include: audiovideo.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/office/tasks/audiovideo.yml", "content": "---\n- name: install extra audio/video utilities\n become: tr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 596, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/packaging
7,996
[ "no_license" ]
[ { "path": "roles/packaging/tasks/main.yml", "content": "---\n- name: install Fedora packaging tools\n become: true\n package: name=fedora-packager state=present\n when: ansible_distribution == 'Fedora'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/public-mailserver
7,996
[ "no_license" ]
[ { "path": "roles/public-mailserver/tasks/main.yml", "content": "---\n- name: Install Postfix and milter\n package:\n name:\n - postfix\n - spamass-milter\n - spamass-milter-postfix\n state: present\n\n- name: Copy configuration files\n copy:\n src: etc/postfix/\n dest: /etc/post...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/remi
7,996
[ "no_license" ]
[ { "path": "roles/remi/tasks/main.yml", "content": "---\n# Install Remi repo support\n\n- name: install Remi repos\n become: true\n package:\n name: https://rpms.remirepo.net/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm\n state: present\n when: ansible_distribution == \"CentO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/rpmfusion
7,996
[ "no_license" ]
[ { "path": "roles/rpmfusion/tasks/main.yml", "content": "---\n# Install rpmfusion repo support\n\n- name: import rpmfusion free GPG key\n ignore_errors: true\n become: true\n rpm_key:\n key: https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-{{ ansible_date_tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1428, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/syslog-server
7,996
[ "no_license" ]
[ { "path": "roles/syslog-server/tasks/main.yml", "content": "---\n- name: install socat\n become: true\n package:\n name: socat\n state: present\n\n- name: Set up socat listener for syslog\n become: true\n copy:\n src: syslog-socat.service\n dest: /etc/systemd/system/\n owner: root\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/webserver
7,996
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# Install a web server\n\n- name: install the latest web server group\n become: true\n package:\n name: \"@web-server\"\n state: present\n\n- name: install certbot\n become: true\n package:\n name: \"certbot\"\n state: present\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
stickster/ansible-personal
b8f3585e4fbdcd622936b8b8aed2deb019c63cef
0
roles/workclient
7,996
[ "no_license" ]
[ { "path": "roles/workclient/tasks/mobilemail.yml", "content": "---\n- name: install mobile email tools\n become: true\n package:\n state: present\n name:\n - mutt\n - offlineimap\n - postfix\n - notmuch\n - perl-MailTools\n - perl-Mail-Box\n - perl-String-ShellQuot...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3999, "all_permissive": false }
ansible_role
namdp26/rabbitmq-cluster
963993e7da4af961dfd8cf9abc594aed571f67f9
0
roles/cluster-setup
7,996
[ "no_license" ]
[ { "path": "roles/cluster-setup/tasks/rabbitmq_clustering.yml", "content": "---\n- name: Setup /etc/hosts entries for RabbitMQ Clsuter\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.ip }} {{ item.hostname }}\"\n state: present\n loop: \"{{ rabbitmq_cluster_nodes }}\"\n\n- name: rabbitmq_cluste...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3245, "all_permissive": false }
ansible_role
namdp26/rabbitmq-cluster
963993e7da4af961dfd8cf9abc594aed571f67f9
0
roles/install-config
7,996
[ "no_license" ]
[ { "path": "roles/install-config/tasks/rabbitmq_plugins.yml", "content": "---\n- name: Download RabbitMQ plugins\n get_url:\n url: \"{{ item }}\"\n dest: \"/usr/lib/rabbitmq/lib/rabbitmq_server-{{ rabbitmq_version }}/plugins\"\n mode: '0644'\n loop: \"{{ rabbitmq_plugins_download }}\"\n\n- name: r...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4397, "all_permissive": false }
ansible_role
namdp26/rabbitmq-cluster
963993e7da4af961dfd8cf9abc594aed571f67f9
0
roles/mgmt
7,996
[ "no_license" ]
[ { "path": "roles/mgmt/tasks/rabbitmq_users.yml", "content": "---\n# - name: rabbitmq_users | test create user\n# rabbitmq_user:\n# name: \"{{ rabbitmq_users.name }}\"\n# password: \"{{ <PASSWORD> }}\"\n# vhost: \"{{ rabbitmq_users.vhost }}\"\n# configure_priv: \"{{ rabbitmq_users.configure...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5344, "all_permissive": false }
ansible_role
Roldo97/rhel-light-update
5cea0db9aeaf218c5604db48f25c0fe05019dac3
0
roles/rhel-light-update
7,996
[ "no_license" ]
[ { "path": "roles/rhel-light-update/handlers/main.yml", "content": "---\n# handlers file for rhel-light-update\n- name: Restart services\n loop: \"{{ services_to_restart['stdout_lines'] }}\"\n when:\n - \"'auditd.service' not in item\"\n - \"'dbus.service' not in item\"\n - \"'serial-getty' not in...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2696, "all_permissive": false }
ansible_role
ngendah/vagrant-k8s
7e5108fe21a9f580f63abb7e2241a1117cdeab8a
1
cluster/roles/common
7,996
[ "no_license" ]
[ { "path": "cluster/roles/common/tasks/main.yml", "content": "---\n- name: Install base packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5515, "all_permissive": false }
ansible_role
ngendah/vagrant-k8s
7e5108fe21a9f580f63abb7e2241a1117cdeab8a
1
cluster/roles/control
7,996
[ "no_license" ]
[ { "path": "cluster/roles/control/handlers/main.yml", "content": "---\n- name: Restart kubelet\n ansible.builtin.service:\n name: kubelet\n enabled: yes\n state: restarted\n\n- name: Restart AppArmor\n ansible.builtin.service:\n name: apparmor\n enabled: yes\n state: restarted\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4653, "all_permissive": false }
ansible_role
ngendah/vagrant-k8s
7e5108fe21a9f580f63abb7e2241a1117cdeab8a
1
cluster/roles/node
7,996
[ "no_license" ]
[ { "path": "cluster/roles/node/tasks/main.yml", "content": "---\n- name: Setup kubelet and join the cluster\n block:\n - name: Configure node ip\n ansible.builtin.lineinfile:\n path: /etc/default/kubelet\n create: true\n line: KUBELET_EXTRA_ARGS=--node-ip={{ host_ip }}\n notify:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1022, "all_permissive": false }
ansible_role
ngendah/vagrant-k8s
7e5108fe21a9f580f63abb7e2241a1117cdeab8a
1
cluster/roles/setup
7,996
[ "no_license" ]
[ { "path": "cluster/roles/setup/tasks/main.yml", "content": "---\n- name: Setup kubeconfig for user\n become: false\n register: user_id\n ansible.builtin.command: whoami\n\n- name: Setup and install various features\n become: false\n become_user: \"{{ user_id.stdout }}\"\n block:\n - name: Mkdir for u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4048, "all_permissive": false }
ansible_role
Mohamed095/ansible-kms
2ce5d736b0cf77f2145588c775e6c3ed82894432
0
roles/kms
7,996
[ "no_license" ]
[ { "path": "roles/kms/templates/kms-import/kmsconfig.cfg.j2", "content": "###################################################################################################\n################################# KMS Server Configuration for EVN ################################\n#################################...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 16797, "all_permissive": false }
ansible_role
Mohamed095/ansible-kms
2ce5d736b0cf77f2145588c775e6c3ed82894432
0
roles/kms_uninstall
7,996
[ "no_license" ]
[ { "path": "roles/kms_uninstall/tasks/main.yml", "content": "---\n- name: Stop service, if running\n systemd:\n state: stopped\n enabled: no\n name: \"{{ component_name}}\"\n\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: absent\n with_items: \n - \"{{ component_usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
makinacorpus/corpus-gitlabrunner
0cb9cd03d5c48defa6f8040ac4e1f361548401e8
2
ansible/playbooks/roles/cops_gci_runner
7,996
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/cops_gci_runner/tasks/services.yml", "content": "---\n- name: \"register runners service\"\n shell: |\n set -ex\n if [ -e /etc/systemd/system/gitlab-runner.service ] && \\\n grep -q \"{{cops_gci_runner_dir}}\" \"{{cops_gci_sdunit}}\";then\n exit 0 ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6948, "all_permissive": false }
ansible_role
makinacorpus/corpus-gitlabrunner
0cb9cd03d5c48defa6f8040ac4e1f361548401e8
2
ansible/playbooks/roles/cops_gci_vars
7,996
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/cops_gci_vars/tasks/main.yml", "content": "---\n- name: force interpolatating of computed variable\n # Workaround: https://github.com/ansible/ansible/issues/15753\n # this ends up to compute & load variables, recursivly\n include_jinja_vars:\n name: __GLOBAL__\n c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5200, "all_permissive": false }
ansible_role
milahuze/wordpress_on_kvm
6caaad9c93552425f13e39b96052800103bbc078
0
roles/guest
7,996
[ "no_license" ]
[ { "path": "roles/guest/vars/main.yml", "content": "---\n# vars file for guest\n\nkvm_packages:\n - qemu-kvm\n - libvirt-clients\n - libvirt-daemon-system\n - bridge-utils\n - libguestfs-tools\n - genisoimage\n - virtinst\n - libosinfo-bin\n - cloud-utils\n\nos_source_url: \"https://cloud-images.ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2800, "all_permissive": false }
ansible_role
milahuze/wordpress_on_kvm
6caaad9c93552425f13e39b96052800103bbc078
0
roles/wordpress
7,996
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "# tasks file for wordpress\n---\n- name: Restart php-fpm before WordPress installation, in all cases\n service:\n name: \"{{php_fpm_daemon}}\"\n state: restarted\n\n- name: Restart service httpd, in all cases\n service:\n name: apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2128, "all_permissive": false }
ansible_role
edgcarmu/do-terraform-ansible-lamp-71
0ceaee9cb80bdf07f8257e50923b765b059bfb2f
0
ansible/webserver/roles/web-server
8,056
[ "no_license" ]
[ { "path": "ansible/webserver/roles/web-server/tasks/main.yml", "content": "- name: Install apache2\n apt:\n name: apache2\n update_cache: yes\n state: present\n\n- name: Ensure that apache is running and will start at system boot\n service:\n name: apache2\n state: started\n enabled: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2135, "all_permissive": false }
ansible_role
lcmen/devbox
b6450b9b85b250d7635179a7664e6d7ad8c9788f
0
roles/customization
8,056
[ "no_license" ]
[ { "path": "roles/customization/tasks/main.yml", "content": "---\n- name: Add repositories\n apt_repository:\n repo: \"{{item}}\"\n state: present\n become: yes\n with_items: \"{{repositories}}\"\n\n- name: Create fonts directory\n file:\n path: \"{{ansible_env.HOME}}/.local/share/fonts\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
lcmen/devbox
b6450b9b85b250d7635179a7664e6d7ad8c9788f
0
roles/development
8,056
[ "no_license" ]
[ { "path": "roles/development/handlers/main.yml", "content": "---\n- name: reload sysctl.conf\n command: /sbin/sysctl -p\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/development/tasks/docker.yml", "content": "---\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3453, "all_permissive": false }
ansible_role
lcmen/devbox
b6450b9b85b250d7635179a7664e6d7ad8c9788f
0
roles/drivers
8,056
[ "no_license" ]
[ { "path": "roles/drivers/vars/main.yml", "content": "---\nkeys:\n https://download.opensuse.org/repositories/home:pzz/xUbuntu_20.04/Release.key\npackages:\n - sane-airscan\n - simple-scan\nrepositories:\n - deb http://download.opensuse.org/repositories/home:/pzz/xUbuntu_20.04/ /\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
lcmen/devbox
b6450b9b85b250d7635179a7664e6d7ad8c9788f
0
roles/packages
8,056
[ "no_license" ]
[ { "path": "roles/packages/vars/main.yml", "content": "---\nkeys:\n - https://dl.google.com/linux/linux_signing_key.pub\n - https://download.sublimetext.com/sublimehq-pub.gpg\n - https://syncthing.net/release-key.gpg\nflatpak_repos:\n - name: flathub\n url: https://flathub.org/repo/flathub.flatpakrepo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2950, "all_permissive": false }
ansible_role
lcmen/devbox
b6450b9b85b250d7635179a7664e6d7ad8c9788f
0
roles/security
8,056
[ "no_license" ]
[ { "path": "roles/security/tasks/ssh.yml", "content": "---\n- name: Stop ssh daemon\n service:\n name: ssh\n state: stopped\n become: yes\n\n- name: Secure SSH\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_items:\n - { rege...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1973, "all_permissive": false }
ansible_role
boriphuth/Vagrant-Rancher-K8s
8d2c6b7a71d77766e5ac651a856d657ad06e0e95
0
centos/roles/components
8,056
[ "no_license" ]
[ { "path": "centos/roles/components/tasks/main.yml", "content": "- name: Install packages that allow apt to be used over HTTPS\n yum:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-ag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
boriphuth/Vagrant-Rancher-K8s
8d2c6b7a71d77766e5ac651a856d657ad06e0e95
0
centos/roles/docker
8,056
[ "no_license" ]
[ { "path": "centos/roles/docker/tasks/main.yml", "content": "- name: Add apt repository for stable version\n shell: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n state: present\n\n- name: Install docker and its dependecies\n yum: \n name: \"{{ packages }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
boriphuth/Vagrant-Rancher-K8s
8d2c6b7a71d77766e5ac651a856d657ad06e0e95
0
centos/roles/rancher
8,056
[ "no_license" ]
[ { "path": "centos/roles/rancher/tasks/main.yml", "content": "- name: Install Rancher \n shell: docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher\n register: stuff\n- debug: msg=\"{{ stuff.stdout_lines }}\"", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }