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
javali444/ansible
8f93e56a1a2d7be01ddc33965f60b82146f56602
0
roles/mysql
7,615
[ "no_license" ]
[ { "path": "roles/mysql/files/pass-validate.sql", "content": "uninstall plugin validate_password", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/mysql/tasks/main.yml", "content": "- name: Configure MySQL repo\n ansible.builtin.copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1949, "all_permissive": false }
ansible_role
javali444/ansible
8f93e56a1a2d7be01ddc33965f60b82146f56602
0
roles/payment
7,615
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Setup {{COMPONENT}} component\n include_role:\n name: common\n tasks_from: python\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
javali444/ansible
8f93e56a1a2d7be01ddc33965f60b82146f56602
0
roles/rabbitmq
7,615
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Configure YUM repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm.sh | sudo bash\n\n- name: Install RabbitMQ\n ansible.builtin.yum:\n name:\n - https://github.com/rabb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
javali444/ansible
8f93e56a1a2d7be01ddc33965f60b82146f56602
0
roles/redis
7,615
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Setup Redis YUM repos\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Install Redis\n ansible.builtin.yum:\n name: redis-6.2.7\n state: installed\n\n- name: Update IP address in config /etc/red...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
javali444/ansible
8f93e56a1a2d7be01ddc33965f60b82146f56602
0
roles/shipping
7,615
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Setup {{COMPONENT}} component\n include_role:\n name: common\n tasks_from: maven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
b4ldr/ansible-gitlab
f39a29bd0e3fb25278d3817278bf3a54ab023998
0
provisioning/roles/dependencies
7,615
[ "permissive" ]
[ { "path": "provisioning/roles/dependencies/tasks/main.yml", "content": "---\n- name: Install EPEL\n yum: name={{ item }} state=latest\n with_items:\n - epel-release\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": true }
ansible_role
b4ldr/ansible-gitlab
f39a29bd0e3fb25278d3817278bf3a54ab023998
0
provisioning/roles/ldap_auth
7,615
[ "permissive" ]
[ { "path": "provisioning/roles/ldap_auth/tasks/main.yml", "content": "---\n\n- name: install LDAP client\n yum: name={{ item }} state=latest\n with_items:\n - openldap-clients\n - nss-pam-ldapd\n\n- name: enable ldap auth\n shell: 'authconfig --enableldap --enableldapauth --ldapserver=ldapi:/// --ldapba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": true }
ansible_role
b4ldr/ansible-gitlab
f39a29bd0e3fb25278d3817278bf3a54ab023998
0
provisioning/roles/manage_gitlab
7,615
[ "permissive" ]
[ { "path": "provisioning/roles/manage_gitlab/tasks/main.yml", "content": "---\n- name: Install Gitlab cli dependencies\n yum: name={{ item }} state=latest\n with_items:\n - python-psycopg2\n - python-pip\n\n- name: Install Gitlab cli\n pip: name={{ item }} state=latest\n with_items:\n - python-gitlab\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 13804, "all_permissive": true }
ansible_role
guadaltech/join-linux-to-ad
f3b0e4553a213f786ab26012b58bb9c0a479473d
3
roles/all
7,615
[ "permissive" ]
[ { "path": "roles/all/defaults/main.yaml", "content": "---\npackages:\n - krb5-user\n - ntpdate\n - realmd\n - adcli\n - packagekit\n - samba-common\n - samba-common-bin\n - samba-libs\n - sssd\n - sssd-tools\n - libnss-sss\n - libpam-sss", "license_type": "permissive", "detected_licenses...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5476, "all_permissive": true }
ansible_role
ceramicstudio/delegate-simpledeploy
39021f6e4c44436de1d3d3653bd983208376c919
1
ansible/roles/ceramic
7,615
[ "no_license" ]
[ { "path": "ansible/roles/ceramic/templates/ceramic.service.j2", "content": "[Unit]\nDescription=Ceramic Node\nAfter=network-online.target\n\n[Service]\nType=simple\nUser=ceramic\nExecStart=/home/ceramic/.nvm/versions/node/v{{ ceramic_node_version }}/bin/node /home/ceramic/.nvm/versions/node/v{{ ceramic_node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3732, "all_permissive": false }
ansible_role
RamonBrandi/ansible-zabbix
8aa5f727a86d287f8f379aadfe1471b1bec8c89c
1
ansible/roles/zabbix-agent
7,617
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/centos.yml", "content": "---\n- name: Install Zabbix Repository CentOS\n yum: \n name: https://repo.zabbix.com/zabbix/{{ zabbix_release }}/rhel/{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/zabbix-release-{{ zabbix_version }}.el{{ ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1514, "all_permissive": false }
ansible_role
rfhold/dotfiles
317aa20354550b0d1f2dc00d88aae30940a571fc
0
playbooks/roles/cfa
7,617
[ "no_license" ]
[ { "path": "playbooks/roles/cfa/tasks/main.yaml", "content": "---\n- name: Ensure base repository path exists\n file:\n path: \"{{ base_repository_path }}\"\n state: directory\n\n- name: Git Repositories\n include_tasks: repositories.yaml\n vars:\n repo_base_path: \"{{ base_repository_path }}/{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
rfhold/dotfiles
317aa20354550b0d1f2dc00d88aae30940a571fc
0
playbooks/roles/dev_tools
7,617
[ "no_license" ]
[ { "path": "playbooks/roles/dev_tools/tasks/homebrew.yaml", "content": "---\n- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: Tap all\n community.general.homebrew_tap:\n name: \"{{ item.tap }}\"\n loop: \"{{ formula }}\"\n when: item.tap is defined\n\n- name:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3220, "all_permissive": false }
ansible_role
rfhold/dotfiles
317aa20354550b0d1f2dc00d88aae30940a571fc
0
playbooks/roles/dotfiles
7,617
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles/tasks/main.yaml", "content": "---\n- name: Ensure host configuration directory exists\n file:\n path: \"{{ host_config_path }}\"\n state: directory\n\n- name: Ensure host home directory exists\n file:\n path: \"{{ host_home_path }}\"\n state: directory\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1127, "all_permissive": false }
ansible_role
rfhold/dotfiles
317aa20354550b0d1f2dc00d88aae30940a571fc
0
playbooks/roles/mac
7,617
[ "no_license" ]
[ { "path": "playbooks/roles/mac/tasks/main.yaml", "content": "---\n- name: Set Key Repeat Rate\n shell: |\n defaults write -g InitialKeyRepeat -int 15 # normal minimum is 15 (225 ms)\n defaults write -g KeyRepeat -int 2 # normal minimum is 2 (30 ms)\n args:\n executable: /bin/bash\n- name: Disable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
dmitry-rayqu/DevOps_Course_Homeworks
dccda6e77ed00dc45dc72b1a72c9ce7f1612386d
0
Homework_5/roles/common
7,617
[ "no_license" ]
[ { "path": "Homework_5/roles/common/tasks/main.yml", "content": "---\n- name: Install default packages for Debian systems\n apt:\n name:\n - iotop\n - htop\n - mc\n - net-tools\n - postgresql\n - libpq-dev\n update_cache: yes\n autoremove: yes\n when: ansible_os_family == '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
dmitry-rayqu/DevOps_Course_Homeworks
dccda6e77ed00dc45dc72b1a72c9ce7f1612386d
0
Homework_5/roles/db
7,617
[ "no_license" ]
[ { "path": "Homework_5/roles/db/handlers/main.yml", "content": "---\n- name: Restart Postgres\n systemd:\n name: postgresql\n state: restarted\n daemon_reload: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "Homework_5/roles/db...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1993, "all_permissive": false }
ansible_role
Vinay-N-XLabs/Devops_training
f6fd279051fe1c2b911bc1e268303204cdbf20b0
0
roles/appserver
7,617
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n # Include handlers\n- import_tasks: handlers/main.yml\n\n- name: Configure Nginx\n template:\n src: nginx.conf.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1695, "all_permissive": false }
ansible_role
Vinay-N-XLabs/Devops_training
f6fd279051fe1c2b911bc1e268303204cdbf20b0
0
roles/dbserver
7,617
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt:\n name: mysql-server\n state: present\n\n- name: Ensure MySQL is running\n service:\n name: mysql\n state: started\n enabled: yes\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": 172, "all_permissive": false }
ansible_role
Vinay-N-XLabs/Devops_training
f6fd279051fe1c2b911bc1e268303204cdbf20b0
0
roles/webserver
7,617
[ "no_license" ]
[ { "path": "roles/webserver/templates/apache2.conf.j2", "content": "# /etc/apache2/apache2.conf\n\nServerRoot \"/etc/apache2\"\nListen 80\n\nLoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so\nLoadModule dir_module /usr/lib/apache2/modules/mod_dir.so\nLoadModule log_config_module /usr/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1061, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/carbon
7,617
[ "no_license" ]
[ { "path": "roles/carbon/meta/main.yml", "content": "---\ndependencies:\n - { role: yaegashi.blockinfile }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/carbon/tasks/main.yml", "content": "---\n- name: install carbon packages\n sudo:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1824, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/collectd
7,617
[ "no_license" ]
[ { "path": "roles/collectd/tasks/main.yml", "content": "---\n- name: install collectd packages\n sudo: yes\n apt: name={{ item }} state=present\n with_items:\n - collectd\n - collectd-utils\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/collectd-graphite
7,617
[ "no_license" ]
[ { "path": "roles/collectd-graphite/tasks/main.yml", "content": "---\n- name: configure collectd 'write_graphite' plugin\n sudo: yes\n template:\n src=etc/collectd/collectd.conf.d/write_graphite.conf\n dest=/etc/collectd/collectd.conf.d/write_graphite.conf\n owner=root\n group=root\n mode=06...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 313, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/graphite-web
7,617
[ "no_license" ]
[ { "path": "roles/graphite-web/meta/main.yml", "content": "---\ndependencies:\n - { role: nginx }\n - { role: uwsgi }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/graphite-web/templates/etc/uwsgi/apps-available/graphite.ini", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2269, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/nginx
7,617
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n sudo: yes\n apt: name=nginx state=present\n\n- name: disable default site\n sudo: yes\n file:\n dest=/etc/nginx/sites-enabled/default\n state=absent\n notify:\n - reload nginx\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/statsd
7,617
[ "no_license" ]
[ { "path": "roles/statsd/tasks/main.yml", "content": "---\n- name: install task prerequisites\n sudo: yes\n apt: name={{ item }} state=present\n with_items:\n - git\n - dpkg-dev\n\n- name: checkout etsy/statsd\n git: \n repo=https://github.com/etsy/statsd.git\n dest=~/statsd\n version=v0.7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1077, "all_permissive": false }
ansible_role
mmulich/graphite-deploy
4d0ca5e278b5a5daa69a76e82336944efda8f075
0
roles/uwsgi
7,617
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yml", "content": "---\n- name: install uwsgi for nginx with python support\n sudo: yes\n apt: name={{ item }} state=present\n with_items:\n - uwsgi\n - uwsgi-plugin-python\n - nginx-extras\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
vitorhnn/ansible-lab
cbf7f3330ff3706f899a64a8884660353c5cbe01
1
roles/lab_pc
7,617
[ "no_license" ]
[ { "path": "roles/lab_pc/tasks/main.yaml", "content": "- name: install the base ubuntu desktop\n apt:\n name: ubuntu-desktop\n state: present\n\n- name: remove initial setup\n template:\n src: custom.conf\n dest: /etc/gdm3/custom.conf\n\n- name: ubuntu keyboard crap (because let's not use local...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2716, "all_permissive": false }
ansible_role
vitorhnn/ansible-lab
cbf7f3330ff3706f899a64a8884660353c5cbe01
1
roles/seccim_pc
7,617
[ "no_license" ]
[ { "path": "roles/seccim_pc/tasks/main.yaml", "content": "- name: generate seccim user\n user:\n name: seccim\n password: <PASSWORD>\"\n state: present\n createhome: yes\n shell: /bin/bash\n skeleton: \"/etc/skel\"\n groups: \"sudo,\"\n\n- name: copy login and logoff executables\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/add_users
7,613
[ "no_license" ]
[ { "path": "roles/add_users/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for add_users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/add_users/tasks/main.yml", "content": "#SPDX-License-Identifi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/file_server
7,613
[ "no_license" ]
[ { "path": "roles/file_server/tasks/main.yml", "content": "---\n\n- name: Create directory structure\n ansible.windows.win_file:\n path: c:\\Public\n state: directory\n\n- name: Create a windows username and password to share the Public folder\n ansible.windows.win_user:\n name: '{{ file_share_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_chocolatey
7,613
[ "no_license" ]
[ { "path": "roles/install_chocolatey/vars/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for install_chocolatey\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/install_chocolatey/tasks/main.yml", "content": "#SP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 740, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_googlechrome
7,613
[ "no_license" ]
[ { "path": "roles/install_googlechrome/vars/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for install_googlechrome\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/install_googlechrome/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_iis
7,613
[ "no_license" ]
[ { "path": "roles/install_iis/tasks/main.yml", "content": "---\n- name: install IIS\n ansible.windows.win_feature:\n name: \"Web-Server\"\n state: present\n restart: yes\n include_sub_features: yes\n include_management_tools: yes\n when: ansible_distribution == \"Microsoft Windows Server 202...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_mysql
7,613
[ "no_license" ]
[ { "path": "roles/install_mysql/tasks/main.yml", "content": "---\n- name: Install MySQL package\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: Start MySQL service\n ansible.builtin.service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Configure MySQL\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 595, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_nginx
7,613
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n- name: Now installing nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Create images directory for the nginx webserver\n ansible.builtin.file:\n path: \"/var/www/htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_ninite
7,613
[ "no_license" ]
[ { "path": "roles/install_ninite/tasks/main.yml", "content": "\n# tasks file for install_ninite\n---\n\n\n- name: Copy Ninite installer to the remote host\n win_copy:\n src: Ninite-7Zip-Chrome-Python3.exe # Path to the installer on the control machine\n dest: C:\\Temp\\Ninite-7Zip-Chrome-Python3.exe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/install_wireshark_from_local
7,613
[ "no_license" ]
[ { "path": "roles/install_wireshark_from_local/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for install_wireshark_from_local\n# - name: Install Wireshark from a local copy\n# ansible.windows.win_package:\n# name: \"Wireshark\"\n# state: present\n# when: ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1007, "all_permissive": false }
ansible_role
Git-The-Hell-Out-Of-Here/crp_training_sandbox_dev
8fa47b3e96a7619c76a30ee0f4713a6eb7b9e77e
0
roles/os_update
7,613
[ "no_license" ]
[ { "path": "roles/os_update/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for os_update\n\n# This role will be used to perform updates on the OS. \n\n# Updating Ubuntu\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n when: ansible_distribution == \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
otus-devops-2019-02/PavelSemyannikov_microservices
df6dadd903906f30aaab8d2938cd6be7e2a0b0a6
0
docker/docker-monolith/infra/ansible/roles/docker-host
7,613
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/docker-host/tasks/main.yml", "content": "---\n- include: install_docker.yml\n- include: deploy_reddit.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "docker/docker-monolith/infra/ansible/r...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 346, "all_permissive": false }
ansible_role
otus-devops-2019-02/PavelSemyannikov_microservices
df6dadd903906f30aaab8d2938cd6be7e2a0b0a6
0
gitlab-ci/infra/ansible/roles/docker-host
7,613
[ "no_license" ]
[ { "path": "gitlab-ci/infra/ansible/roles/docker-host/defaults/main.yml", "content": "---\npackages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - python-pip\n - python-apt\n\npip_packages:\n - docker\n - docker-compose\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 904, "all_permissive": false }
ansible_role
otus-devops-2019-02/PavelSemyannikov_microservices
df6dadd903906f30aaab8d2938cd6be7e2a0b0a6
0
gitlab-ci/infra/ansible/roles/gitlab-ci
7,613
[ "no_license" ]
[ { "path": "gitlab-ci/infra/ansible/roles/gitlab-ci/defaults/main.yml", "content": "---\ngitlab_ci_external_ip: 127.0.0.1\nproject_folder: /srv/gitlab\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "gitlab-ci/infra/ansible/roles/gitlab-ci/handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 612, "all_permissive": false }
ansible_role
rahuldivgan/fbaas
412e25a715beee8b31287a71ecab23d2e119ee99
0
roles/fbaas
7,613
[ "no_license" ]
[ { "path": "roles/fbaas/tasks/main.yml", "content": "- name: apt-get install pip package manager\n apt:\n name: python-pip\n state: present\n\n- name: pip install flask web application framework\n pip:\n name: flask\n\n- name: copy python web app script\n template:\n src: /Users/rahul/sandbox/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
lappsgrid-incubator/galaxy-ansible
fc568e0272a4ef034b4cd2c5074e14c49ab48161
0
roles/galaxyproject.galaxy
7,613
[ "permissive" ]
[ { "path": "roles/galaxyproject.galaxy/tasks/static_setup.yml", "content": "---\n# Manage static Galaxy configuration files\n\n- name: Static config setup\n block:\n\n - name: Ensure Galaxy version is set\n include_tasks: _inc_galaxy_version.yml\n when: __galaxy_major_version is undefined\n\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8606, "all_permissive": true }
ansible_role
lappsgrid-incubator/galaxy-ansible
fc568e0272a4ef034b4cd2c5074e14c49ab48161
0
roles/lappsgrid.install
7,613
[ "permissive" ]
[ { "path": "roles/lappsgrid.install/tasks/main.yml", "content": "---\n- name: Change owner of the database directory\n file:\n dest: \"{{ galaxy_server_dir }}/database\"\n owner: \"{{ galaxy_user.name }}\"\n state: directory\n recurse: yes\n- name: Clone mods repository from GitHub\n git:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4705, "all_permissive": true }
ansible_role
ultral/gce4vpn
0fa342b956718b955b0100614b80d7b270e0818f
3
roles/gce4vpn
7,613
[ "permissive" ]
[ { "path": "roles/gce4vpn/tasks/kubectl.yml", "content": "---\n- name: Download kubectl\n get_url:\n url: \"{{ kubectl_source }}\"\n dest: /usr/bin/kubectl\n mode: 0755\n force: no\n owner: root\n group: root\n\n- name: prepare kube dir\n file:\n dest: /root/.kube\n state: directory...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1978, "all_permissive": true }
ansible_role
anshibanov/peervpn-ansible
f93d76b45e03112d4dbb2f9971d16f07372b7727
0
roles/peervpn
7,613
[ "no_license" ]
[ { "path": "roles/peervpn/tasks/build_source.yml", "content": "---\n- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - build-essential\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: Creates directory\n ansible.builtin.file:\n path: '{{ tmp_pat...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 5478, "all_permissive": false }
ansible_role
anshibanov/peervpn-ansible
f93d76b45e03112d4dbb2f9971d16f07372b7727
0
roles/repository
7,613
[ "no_license" ]
[ { "path": "roles/repository/tasks/add.yml", "content": "# Найдём в папке files самый новый deb файл, загрузим его на хост и добавим в репо\n- name: Get files in a folder\n ansible.builtin.find:\n paths: \"roles/repository/files\"\n patterns: '*.deb'\n register: found_files\n delegate_to: localhost\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3137, "all_permissive": false }
ansible_role
runonautomation/devops-talk
9b48ff94e7405a4389c581593a41152955bd56a9
2
cfgmgmt-talk-plan/samples/pb/website/roles/myapp
7,613
[ "no_license" ]
[ { "path": "cfgmgmt-talk-plan/samples/pb/website/roles/myapp/templates/index.php.j2", "content": "<html>\n <head>\n <title>Application Training</title>\n </head>\n <body>\n <?php\n\n echo '<p>Hello </p>';\n echo $_SERVER['REMOTE_ADDR'];\n echo '</p>';\n\n ?>\n </body>\n</html>", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
runonautomation/devops-talk
9b48ff94e7405a4389c581593a41152955bd56a9
2
cfgmgmt-talk-plan/samples/pb/website/roles/nginx
7,613
[ "no_license" ]
[ { "path": "cfgmgmt-talk-plan/samples/pb/website/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: insert firewalld rule for nginx\n firewalld: port={{ nginx_port }}/tcp permanent=true state=enabled immediate=yes\n ignore_errors: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
yeti/wastesorting
362d9775bb245e6e7a361a4d46abd5c0d7feb2e4
0
orchestration/roles/app
7,613
[ "no_license" ]
[ { "path": "orchestration/roles/app/tasks/setup_virtualenv.yml", "content": "---\n\n- name: Ensure virtualenvwrapper is installed\n pip: name=virtualenvwrapper executable=\"/usr/bin/pip3\"\n\n- name: Export WORKON_HOME in .bashrc\n lineinfile: dest={{ bashrc_path }} line=\"export WORKON_HOME=/server/.virtu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1908, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/apache2
7,613
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yaml", "content": "---\n- name: Check if let's encrypt cert exist\n stat:\n path: /etc/letsencrypt/options-ssl-apache.conf\n register: stat_result\n\n- name: Create Apache2 Config File\n template:\n src: \"apache2.conf.j2\"\n dest: \"/etc/apache2/sites-availab...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6832, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/docker
7,613
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: remove ubuntu repo docker\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n state: absent\n\n- name: install needed packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/monitoring
7,613
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yaml", "content": "---\n- name: Install libfontconfig1\n apt:\n pkg:\n - libfontconfig1\n state: present\n update_cache: yes\n\n- name: Create folders\n file: \n path: '{{ item }}'\n owner: root\n group: root\n mode: '0775'\n state: dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2932, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/mysql
7,613
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: install PyMySQL\n pip: \n name: PyMySQL\n state: latest\n\n- name: Create Database \n shell: mysql -e \"CREATE DATABASE IF NOT EXISTS {{ db_name }};\"\n\n- name: Create User \n shell: mysql -e \"CREATE USER IF NOT EXISTS '{{ db_user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/nextcloud
7,613
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/notify_push.service.j2", "content": "[Unit]\nDescription = Push daemon for Nextcloud clients\nDocumentation=https://github.com/nextcloud/notify_push\n\n[Service]\nEnvironment = PORT=7867 # Change if you already have something running on this port\nEnvironment=ALLOW_SELF_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 13286, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/nextcloud_exporter
7,613
[ "no_license" ]
[ { "path": "roles/nextcloud_exporter/tasks/main.yaml", "content": "---\n- name: Set Nextcloud monitoring token\n become: true\n become_user: www-data\n shell: 'php /var/www/nextcloud/occ config:app:set serverinfo token --value={{ nc_monitoring_token }}'\n\n- name: start a nextcloud-exporter container\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/onlyoffice
7,613
[ "no_license" ]
[ { "path": "roles/onlyoffice/templates/onlyoffice.sh.j2", "content": "#!/bin/sh\ncp /etc/letsencrypt/live/{{ external_url }}/privkey.pem /app/onlyoffice/DocumentServer/data/certs/onlyoffice.key\ncp /etc/letsencrypt/live/{{ external_url }}/fullchain.pem /app/onlyoffice/DocumentServer/data/certs/onlyoffice.crt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2704, "all_permissive": false }
ansible_role
Stiles96/Nextcloud_Ansible
379a6d59162282fb4cbcc2b3fe18ef7192d98cbe
0
roles/system
7,613
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yaml", "content": "---\n- name: add pdlib key\n apt_key:\n url: \"{{ item }}\"\n state: present\n with_items: \n - https://repo.delellis.com.ar/repo.gpg.key\n\n- name: add additional repos\n apt_repository:\n repo: \"{{ item }}\"\n validate_certs: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3275, "all_permissive": false }
ansible_role
Revanth070896/webserver-deployment
fbe654cb45eb118d09a53a07b2438e8a9aaf86da
0
ansible/roles/nginx-deploy
7,613
[ "no_license" ]
[ { "path": "ansible/roles/nginx-deploy/defaults/main.yml", "content": "---\n# defaults file for nginx-deploy\napt_packages:\n - nginx\n - certbot\n - python3-certbot-nginx\n\ndomain_name: \"\"\n\nufw_allow_ports:\n - \"22\"\n - \"80\"\n - \"443\"\n\ncertbot_email: \"\"", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1578, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/common
7,613
[ "no_license" ]
[ { "path": "roles/common/tasks/configure.yml", "content": "\n- name: Set selinux permissive\n selinux:\n policy: targeted\n state: permissive\n- name: ensure that firewalld is running\n service: \n name: firewalld\n state: started\n enabled: yes\n- name: Reboot server\n command: /sbin/s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 912, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/java
7,613
[ "no_license" ]
[ { "path": "roles/java/tasks/install.yml", "content": "- name: install openjdk\n yum:\n name: java-1.8.0-openjdk\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/java/tasks/main.yml", "content": "- name: Java install...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 131, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/jenkins
7,613
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/configure.yml", "content": "- name: copy jenkins config file\n copy:\n src: conf.xml\n dest: /var/lib/jenkins/users/admin/config.xml\n owner: root\n group: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 257, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/mysql
7,613
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install.yml", "content": "- name: Install MySQL packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \n - mariadb-server\n - MySQL-python\n- name: Start mysql server and enable it on reboot\n systemd: \n name: mariadb \n state: started\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1072, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/nginx
7,613
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "- name: Install nginx\n package:\n name: nginx\n state: present\n- name: \"Start nginx and enable it on reboot\"\n systemd: \n name: nginx\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 733, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/php
7,613
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Php install task\n import_tasks: install.yml\n- name: Php configure task\n import_tasks: configure.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/php/tasks/install.yml", "c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 493, "all_permissive": false }
ansible_role
clusson/ansible
74a53da14ccbdf3d3aa7948c95bcd61540f3246e
4
roles/vhost
7,613
[ "no_license" ]
[ { "path": "roles/vhost/tasks/main.yml", "content": "- name: Vhost configure reverse task\n import_tasks: reverse.yml\n when: vhost_type == 'Reverse Proxy'\n- name: Vhost configure php-app task\n import_tasks: php-app.yml\n when: vhost_type == 'Application PHP'\n- name: Vhost certbot global task\n impor...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1897, "all_permissive": false }
ansible_role
jefferyb/docker-shibboleth
bf953a68c0056ca1ca431f366e684a76f6356af0
5
playbooks/roles/apache
7,613
[ "no_license" ]
[ { "path": "playbooks/roles/apache/tasks/main.yml", "content": "---\n- name: Create /etc/apache2/ssl directory\n file: \n path: /etc/apache2/ssl\n state: directory\n\n- name: check if ssl.key exist\n file:\n path: /etc/apache2/ssl/ssl.key\n state: touch\n check_mode: yes\n register: ssl_key\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
jefferyb/docker-shibboleth
bf953a68c0056ca1ca431f366e684a76f6356af0
5
playbooks/roles/shibboleth
7,613
[ "no_license" ]
[ { "path": "playbooks/roles/shibboleth/tasks/main.yml", "content": "#Install shibboleth\n\n---\n- name: Checking, ( or if not present), Generating the SP keys\n command: shib-keygen -f -u _shibd -h {{ HOSTNAME }} -y 7 -e https://{{ HOSTNAME }}/shibboleth -o /etc/shibboleth/\n args:\n chdir: /etc/shibbol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-andrewrothstein.gcc-toolbox
7,613
[ "permissive" ]
[ { "path": "roles/role-andrewrothstein.gcc-toolbox/vars/Alpine.yml", "content": "---\ngcc_toolbox_addl_os_pkgs:\n - build-base\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "roles/role-andrewrothstein.gcc-toolbox/vars/Red...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 2498, "all_permissive": true }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-bertvv.samba
7,613
[ "permissive" ]
[ { "path": "roles/role-bertvv.samba/defaults/main.yml", "content": "# roles/samba/defaults/main.yml\n---\n\nsamba_workgroup: 'WORKGROUP'\nsamba_server_string: '%h server (Samba, Ubuntu)'\nsamba_dns_proxy: 'no'\n\nsamba_log: '/var/log/samba/log.%m'\nsamba_log_size: 1000\nsamba_log_level: 0\nsamba_logging: 'sy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9043, "all_permissive": true }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-install-tools
7,613
[ "permissive" ]
[ { "path": "roles/role-install-tools/README.md", "content": "Role Name\n=========\n\nInstalling some necessary tools in the server using apt.\n\nRequirements\n------------\nnone\n\nRole Variables\n--------------\nnone\n\nDependencies\n------------\nnone\n\nExample Playbook\n----------------\n\n- hosts: serve...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1740, "all_permissive": true }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-intel-sgx
7,613
[ "permissive" ]
[ { "path": "roles/role-intel-sgx/README.md", "content": "role-intel-sgx\n=========\n\nThis ansible role installs Intel SGX driver, SDK and PSW along with their dependencies. This playbook has been tested with Ansible v2.8 on Ubuntu 18.04\n\nRequirements\n------------\nansible\n\nRole Variables\n-------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12118, "all_permissive": true }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-manala.timezone
7,613
[ "permissive" ]
[ { "path": "roles/role-manala.timezone/handlers/main.yml", "content": "---\n\n- name: dpkg-reconfigure tzdata\n command: dpkg-reconfigure --frontend noninteractive tzdata\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 98 }, { "path": "rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 14176, "all_permissive": true }
ansible_role
scs/intel_sgx_setup
0ae16c85577495cd79648d961f09145f32290c1e
6
roles/role-mrlesmithjr.netplan
7,613
[ "permissive" ]
[ { "path": "roles/role-mrlesmithjr.netplan/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>.\n description: An [Ansible](https://www.ansible.com) role to manage [Netplan](https://netplan.io)\n\n license: MIT\n\n min_ansible_version: 1.2\n\n platforms:\n - name: Ubuntu\n versions:\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2640, "all_permissive": true }
ansible_role
ljesmin/ansible_example
24249c2f71dcf7e593d87345b954857faf3d641b
0
roles/sudo
7,613
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "- name: install sudo file\n copy: dest=/etc/sudoers src=sudoers owner=root group=root mode=0440 validate='visudo -cf %s'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/a10templates
7,619
[ "no_license" ]
[ { "path": "roles/a10templates/vars/main.yml", "content": "---\n\nusername: admin\nstate: present\npartition: \"\"\n\n# cookie persistence template variables\ncookie_template_name: my_src_ip_pers_templ\ncookie_name: testcookie\ncookie_templ_match_type: 1\ncookie_templ_expire_exist: 1\ncookie_templ_expire: 12...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4398, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/hmonitor
7,619
[ "no_license" ]
[ { "path": "roles/hmonitor/tasks/main.yml", "content": "---\r\n- name: Create health monitor\r\n a10_health_monitor_v2:\r\n validate_certs: no\r\n state: \"{{state}}\"\r\n host: \"{{inventory_hostname}}\"\r\n username: \"{{username}}\"\r\n password: \"{{<PASSWORD>}}\"\r\n partition: \"{{pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/natpool
7,619
[ "no_license" ]
[ { "path": "roles/natpool/vars/main.yml", "content": "---\n# natpool variables\nusername: admin\nstate: present\npartition: \"\"\nnatpool_name: natpool04\nstart_ip_addr: 172.18.70.249\nend_ip_addr: 172.18.70.249\nnetmask: 255.255.255.255\nha_group_id: 30\nvrid: 1\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/rserver
7,619
[ "no_license" ]
[ { "path": "roles/rserver/vars/main.yml", "content": "---\n\n# Real server variables\nusername: admin\nstate: present\nserver_status: disabled\npartition: \"\"\nrserver_name: webserver5\nrserver_ip: 172.18.68.21\nslow_start: 0\nrserver_hm: hm_http\n\n\n# Real server port variables\nrserver_port: 8080\nrserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/servicegroup
7,619
[ "no_license" ]
[ { "path": "roles/servicegroup/tasks/main.yml", "content": "---\r\n\r\n- debug:\r\n msg: \"{{inventory_hostname}}\"\r\n- name: Create a service group\r\n a10_service_group_v2:\r\n validate_certs: no\r\n host: \"{{inventory_hostname}}\"\r\n username: \"{{username}}\"\r\n password: \"{{<PASSWOR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 938, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/ssl
7,619
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n- name: Upload SSL Key\n a10_ssl_v2:\n validate_certs: no\n host: \"{{inventory_hostname}}\"\n username: \"{{username}}\"\n password: <PASSWORD>}}\"\n state: \"{{state}}\"\n method: \"{{method}}\"\n file_name: \"{{file_name}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
a10networks/acos27x_ansible
5d5a560ff87e41f8667a1ecb4271275ccc78bd9f
0
roles/vserver
7,619
[ "no_license" ]
[ { "path": "roles/vserver/tasks/main.yml", "content": "---\r\n- debug:\r\n msg: \"{{inventory_hostname}}\"\r\n- name: Create a virtual server\r\n a10_virtual_server_v2:\r\n validate_certs: no\r\n host: \"{{inventory_hostname}}\"\r\n username: \"{{username}}\"\r\n password: \"{{<PASSWORD>}}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1825, "all_permissive": false }
ansible_role
syk/ansible_updater
a6288a64a0b6a6b7b895564927dacabf0f3921c2
0
roles/updater
7,619
[ "no_license" ]
[ { "path": "roles/updater/vars/main.yml", "content": "---\n# vars file for updater", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/updater/tasks/main.yml", "content": "---\n- name: update packages\n yum:\n name: \"*\"\n state: lates...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 568, "all_permissive": false }
ansible_role
uerdemk/CML3
a6eab4c88d44775e12d80a6d4c58083e5e4d41f8
0
deployment/roles/routing
7,619
[ "no_license" ]
[ { "path": "deployment/roles/routing/tasks/ios.yaml", "content": "---\n- name: Render a Jinja2 template for EIGRP onto an {{ ansible_network_os | upper }} device\n ios_config: \n src: \"{{ansible_network_os | lower}}_eigrp_config.j2\"\n\n- name: Configure default route\n ios_static_routes:\n config:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
baral01/tesi_iac_openplc
9dff9ef7ea0ac55a754f37816be712a31d7250d3
0
roles/openplc
7,619
[ "no_license" ]
[ { "path": "roles/openplc/vars/main.yml", "content": "---\n# vars to be used in the playbook\n\n# specify the installation path\nworking_directory: /home/vagrant\n# specify the version of OpenPLC based on the commit\ncommit_sha: da2c9674b6ac866bd0bc4133d8023958db5c0be0\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3721, "all_permissive": false }
ansible_role
aronasorman/server-playbooks
08301c5051436eeaa9455a3b1848a17a2d56048b
0
roles/createusers
7,619
[ "no_license" ]
[ { "path": "roles/createusers/tasks/main.yml", "content": "---\n- name: create groups given in groups var\n group: name={{ item }} state=present\n with_items: groups\n sudo: yes\n tags:\n - setusers\n\n- name: create listed users\n user: name={{ item.name }} group={{ item.group }} state=present\n su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
aronasorman/server-playbooks
08301c5051436eeaa9455a3b1848a17a2d56048b
0
roles/installpackages
7,619
[ "no_license" ]
[ { "path": "roles/installpackages/tasks/main.yml", "content": "---\n- name: install packages (FreeBSD)\n sudo: yes\n pkgng: name={{ item }} state=present\n with_items: packages\n ignore_errors: yes\n tags:\n - installpackages\n\n- name: install packages (Debian)\n sudo: yes\n apt: name={{ item }} s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
aronasorman/server-playbooks
08301c5051436eeaa9455a3b1848a17a2d56048b
0
roles/setuppf
7,619
[ "no_license" ]
[ { "path": "roles/setuppf/handlers/main.yml", "content": "---\n- name: reload pf\n sudo: yes\n command: pfctl -f all -f /etc/pf.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/setuppf/tasks/main.yml", "content": "---\n- name: ensure...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 507, "all_permissive": false }
ansible_role
aronasorman/server-playbooks
08301c5051436eeaa9455a3b1848a17a2d56048b
0
roles/setupprocessaccounting
7,619
[ "no_license" ]
[ { "path": "roles/setupprocessaccounting/tasks/main.yml", "content": "---\n- name: make sure /var/account exists\n file: path=/var/account state=directory\n sudo: yes\n tags:\n - setupprocessaccounting\n\n- name: create the account file\n file: path=/var/account/acct state=touch mode=640\n sudo: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
aronasorman/server-playbooks
08301c5051436eeaa9455a3b1848a17a2d56048b
0
roles/setupsudoers
7,619
[ "no_license" ]
[ { "path": "roles/setupsudoers/tasks/main.yml", "content": "---\n- name: ensure wheel can run sudo\n lineinfile: \"dest={{ sudoers_location }} state=present regexp='^%wheel' line='%wheel ALL=(ALL) NOPASSWD: ALL' validate='visudo -cf %s'\"\n sudo: yes\n tags:\n - setsudoers\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
tifenn-guillas/ansible-perso
7f2414a2613f723f56041d70695c526b468a05da
0
roles/docker
7,619
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Apt update\n apt:\n update_cache: yes\n\n- name: Uninstall old versions\n apt:\n state: absent\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n- name: Install docker dependencies\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
tifenn-guillas/ansible-perso
7f2414a2613f723f56041d70695c526b468a05da
0
roles/docker-compose
7,619
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: Download docker-compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.24.1/docker-compose-Linux-x86_64\n dest: /usr/local/bin/docker-compose\n mode: '0755'\n\n- name : Symlink for docker-compose\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/gdb
7,619
[ "no_license" ]
[ { "path": "roles/gdb/files/myutils.py", "content": "def decode_utf16_variable(variable_name):\n \"\"\"\n Decodes a UTF-16 (char16_t) string from a variable of type pcsz\n and prints it as a UTF-8 string.\n \"\"\"\n # Parse the variable\n value = gdb.parse_and_eval(variable_name)\n\n wch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1253, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/git
7,619
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install git\n apt:\n name:\n - git\n\n- name: Install global git configuration\n copy:\n src: gitconfig\n dest: /etc/gitconfig\n mode: 0644\n owner: root\n group: root\n\n- name: Install global gitignore configuration\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/misc-packages
7,619
[ "no_license" ]
[ { "path": "roles/misc-packages/tasks/main.yml", "content": "---\n- name: Install Random packages\n apt:\n name:\n - docker.io\n - unattended-upgrades\n - android-file-transfer\n - grimshot\n - flameshot\n - firefox\n - libreoffice\n - clang\n - clang-format...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/plymouth
7,619
[ "no_license" ]
[ { "path": "roles/plymouth/handlers/main.yml", "content": "- name: Update GRUB\n command: update-grub\n- name: Rebuild initramfs\n command: update-initramfs -u\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/plymouth/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1168, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/repos
7,619
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "- name: Define repository list\n ansible.builtin.set_fact:\n repositories:\n - name: slack-discord-misc-pkg\n gpg_key: https://kakwa.github.io/slack-discord-misc-pkg/GPG-KEY.pub\n repo_url: https://kakwa.github.io/slack-discord-misc-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2238, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/sensors
7,619
[ "no_license" ]
[ { "path": "roles/sensors/library/sensors_facts.py", "content": "#!/usr/bin/python3\n\n# Copyright: (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\nfrom __future__ import (absolute_import, division, print_function)\nimport multiprocess...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6782, "all_permissive": false }
ansible_role
kakwa/ansible
1853fb72583ab4a1d9529f41fd0893c25dab24d1
1
roles/sway
7,619
[ "no_license" ]
[ { "path": "roles/sway/files/sway-window-cycle.py", "content": "#!/usr/bin/env python3\n\nfrom i3ipc import Connection\nimport sys\n\ni3 = Connection()\nworkspaces = i3.get_workspaces()\nfocused_workspace = i3.get_tree().find_focused().workspace()\nfocused_window = i3.get_tree().find_focused()\n\nwindows = [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6608, "all_permissive": false }