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
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/base
7,836
[ "no_license" ]
[ { "path": "roles/base/handlers/main.yml", "content": "---\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n enabled: yes\n become: yes\n\n- name: restart firewalld\n service:\n name: firewalld\n state: restarted\n enabled: yes\n become: yes\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5063, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/check_scripts
7,836
[ "no_license" ]
[ { "path": "roles/check_scripts/templates/update_plugins.j2", "content": "#!/bin/bash\n\n/usr/local/bin/wp --path={{ wordpress.root_directory }} plugin update --all\nsource /root/bin/secure_wp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3487, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/emacs
7,836
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n- name: Install emacs\n yum: name={{ item }} state=latest\n with_items:\n - emacs\n\n- name: Set up emacs as default editor for deploy user\n lineinfile:\n dest: '/home/{{ linux.deploy_user }}/.bash_profile'\n regexp: 'export EDITOR'\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/httpd
7,836
[ "no_license" ]
[ { "path": "roles/httpd/handlers/main.yml", "content": "---\n- name: restart httpd\n service: name=httpd state=restarted enabled=yes\n\n- name: restart firewalld\n service: name=firewalld state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1647, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/mysql5_7
7,836
[ "no_license" ]
[ { "path": "roles/mysql5_7/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/mysql5_7/tasks/main.yml", "content": "---\n- name: Add MySQL yum repository\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1643, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/ntp
7,836
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install NTP\n yum: name={{ item }} state=latest\n with_items:\n - ntp\n\n- name: Set the correct timezone\n file:\n src: \"/usr/share/zoneinfo/{{ ntp_timezone }}\"\n dest: /etc/localtime\n state: link\n force: yes\n\n- name: Ensu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/php7_0
7,836
[ "no_license" ]
[ { "path": "roles/php7_0/tasks/main.yml", "content": "---\n- name: Add EPEL repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/7/x86_64/\n gpgkey: https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7\n gpgche...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1544, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/wordpress
7,836
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Check if WordPress already installed\n stat:\n path: \"{{ wordpress.root_directory }}/wp-blog-header.php\"\n register: wordpress_file\n\n# The WordPress configuration tasks in the block below will only execute if WordPress was downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10759, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/wordpress/roles/make_web_writeable
7,836
[ "no_license" ]
[ { "path": "roles/wordpress/roles/make_web_writeable/tasks/main.yml", "content": "---\n- name: Does {{ fullpath_filename }} exist?\n stat:\n path: \"{{ fullpath_filename }}\"\n register: checked_file\n\n- name: Create {{ fullpath_filename }} as empty webserver-writeable file if it doesn't exist\n file:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/wordpress_ownerperm
7,836
[ "no_license" ]
[ { "path": "roles/wordpress_ownerperm/tasks/main.yml", "content": "#######################################################################################################################\n# Make sure Wordpress file ownership and permissions are correct (by pushing script to server and running it)\n##########...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/wp_ht
7,836
[ "no_license" ]
[ { "path": "roles/wp_ht/tasks/main.yml", "content": "---\n- name: Redo setup without doing 'become' to pick up SSH connection details\n setup:\n become: no\n\n- name: Stash away 'my_local_ip' from facts\n set_fact:\n my_local_ip: \"{{ ansible_env['SSH_CLIENT'].split()[0] }}\"\n\n- name: Get my public I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1909, "all_permissive": false }
ansible_role
Andy-Fraley/wordpress_centos7
78536252716db184a5767a1bf95da145e10926fb
1
roles/yum-cron
7,836
[ "no_license" ]
[ { "path": "roles/yum-cron/tasks/main.yml", "content": "---\n- name: Install yum-cron\n yum: name={{ item }} state=latest\n with_items:\n - yum-cron\n notify:\n - restart yum-cron\n\n- name: Auto-apply updates\n lineinfile:\n dest: '/etc/yum/yum-cron.conf'\n regexp: '^apply_updates ='\n line: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
chent1024/LNMP-Vagrant-Ansible
c31b4fa68344c79b9af9663db340ac1f7d8f0b2b
0
Provisioning/roles/common
7,836
[ "no_license" ]
[ { "path": "Provisioning/roles/common/tasks/rhel/disable-selinux.yml", "content": "---\n- name: Get SELinux Mode\n shell: getenforce\n register: selinux_status\n changed_when: False\n\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n when: selinux_status.stdout == 'Enforci...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1816, "all_permissive": false }
ansible_role
chent1024/LNMP-Vagrant-Ansible
c31b4fa68344c79b9af9663db340ac1f7d8f0b2b
0
Provisioning/roles/mariadb-server
7,836
[ "no_license" ]
[ { "path": "Provisioning/roles/mariadb-server/tasks/rhel/install.yml", "content": "---\n- name: Install mariadb\n yum:\n name: \"{{ item }}\"\n state: present\n enablerepo: \"remi,remi-php71\"\n with_items:\n - mariadb-server\n - mariadb\n - mariadb-libs\n\n- name: Setting /etc/my.cnf\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
chent1024/LNMP-Vagrant-Ansible
c31b4fa68344c79b9af9663db340ac1f7d8f0b2b
0
Provisioning/roles/nginx
7,836
[ "no_license" ]
[ { "path": "Provisioning/roles/nginx/templates/default.conf.j2", "content": "server {\n listen {{http_port}};\n server_name localhost;\n\n root {{document_root}};\n location / {\n index index.php index.html index.htm;\n try_files $uri $uri/ /index.php;\n }\n\n location ~ [^/]\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3585, "all_permissive": false }
ansible_role
chent1024/LNMP-Vagrant-Ansible
c31b4fa68344c79b9af9663db340ac1f7d8f0b2b
0
Provisioning/roles/php-fpm
7,836
[ "no_license" ]
[ { "path": "Provisioning/roles/php-fpm/tasks/enable-service.yml", "content": "---\n- name: Enable Service\n service:\n name: php-fpm\n enabled: yes\n state: started\n notify: restart nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1962, "all_permissive": false }
ansible_role
radams15/workstation
228d50b8fcb85105ab7f1363a632508021a973e2
0
roles/vim
7,836
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: Install requirements\n become: yes\n package:\n name:\n - vim\n - git\n state: present\n\n- name: Copy .vim directory\n copy:\n src: .vim\n dest: \"{{ home_dir }}\"\n\n- name: Ensure .vim/{autoload,bundle} directory ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2745, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/agent-installation/roles/omc
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/agent-installation/roles/omc/tasks/main.yml", "content": "################################\n## ==> AGENT INSTALLATION <== ##\n################################\n\n# ==> Prepare Installation Directory\n- block:\n - name: Check if there's an installed agent on the install direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 19692, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/ebsr12-cloning/roles/clone
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/ebsr12-cloning/roles/clone/tasks/app_ps.yml", "content": "#############################################\n# ==> Check Application Services Status <== #\n#############################################\n\n- name: Process check for the applications\n become_user: \"{{ oracle_user...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12462, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/ebsr12-hotbackup/roles/rman
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/ebsr12-hotbackup/roles/rman/tasks/rman.yml", "content": "\n- block:\n - name: Change u02 Ownership\n file:\n path: '/u02'\n owner: \"{{ oracle_user }}\"\n group: \"{{ oracle_group }}\"\n\n tags: directory\n become: True\n become_user: root\n\n- block:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11828, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/ebsr12-preclone/roles/preclone
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/ebsr12-preclone/roles/preclone/tasks/db_start.yml", "content": "##########################\n# ==> Start Database <== #\n##########################\n \n- include: db_ps.yml\n\n- name: Startup the database\n become_user: \"{{ oracle_user }}\"\n shell: 'source {{ oracle_home }...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5341, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/ebsr12-terraform/roles/create
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/ebsr12-terraform/roles/create/tasks/main.yml", "content": "##########################\n# ==> CREATE INSTANCE <==#\n##########################\n\n- name: TERRAFORM INITIALIZATION\n shell: 'terraform init'\n args:\n chdir: '{{ workspace }}'\n register: init\n\n- debug: va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/ftmcli-install/roles/ftmcli
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/ftmcli-install/roles/ftmcli/tasks/main.yml", "content": "- block:\n - name: Install Java\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - acl\n - expect\n - rsync\n - java\n environment:\n http_proxy: \"{{ toll_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1851, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/omc-agent-install/roles/omc
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/omc-agent-install/roles/omc/tasks/main.yml", "content": "- include: agentinstall.yml\n- include: omcli.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "Cloud_Provision/IaaS/omc-agent-install/roles/omc/tasks/omcli....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 69043, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/server-bounce/roles/patch-bounce
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/server-bounce/roles/patch-bounce/tasks/main.yml", "content": "\n- block:\n - name: Generate OL6 UEKR4 repo file\n template:\n src: ol6-uekr4.repo.j2\n dest: \"/etc/yum.repos.d/ol6-uekr4.repo\"\n\n - name: Update ALL Packages\n yum:\n name: '*'\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1659, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/weblogic_install/roles/domain-create
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/weblogic_install/roles/domain-create/templates/startwls.sh.j2", "content": "#!/bin/bash\n\nif [ -f {{ domain_dir }}/start_weblogic.log ]; then\n rm -f {{ domain_dir }}/start_weblogic.log\nfi\n\necho \"-----------------------------------------\"\necho \"Starting Admin Server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3524, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/weblogic_install/roles/java-install
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/weblogic_install/roles/java-install/tasks/main.yml", "content": "############################\n# Install JAVA Version 1.7 #\n############################\n\n- block:\n - name: Install ACL & WGET\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/weblogic_install/roles/package-update
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/weblogic_install/roles/package-update/tasks/main.yml", "content": "####################################\n# Update Oracle Linux 6.x Packages #\n####################################\n\n- block:\n - name: Update Packages\n yum:\n name: '*'\n state: latest\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
jgbalagtas/DEVOPS-ORACLE-EBS-ANSIBLE
71eaa9a4c9501e09faa59e43d79b0232ad1a1bbd
0
Cloud_Provision/IaaS/weblogic_install/roles/weblogic-install
7,836
[ "no_license" ]
[ { "path": "Cloud_Provision/IaaS/weblogic_install/roles/weblogic-install/tasks/main.yml", "content": "###########################\n# Install Weblogic 10.3.6 #\n###########################\n\n- block:\n - name: Create groups\n group: \n name: \"{{ oracle_group }}\"\n state: present\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2551, "all_permissive": false }
ansible_role
alexkandres/myplatform
62bee6b4a03e50e1cc0c460852ba5d903b2f9a9f
0
roles/basic
7,836
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Installing Vim\"\n apt: pkg=vim state=installed\n\n- name: \"Installing DNS utils\"\n apt: pkg=dnsutils state=installed\n\n- name: \"Intsalling Git\"\n apt: pkg=git state=installed\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
alexkandres/myplatform
62bee6b4a03e50e1cc0c460852ba5d903b2f9a9f
0
roles/webserver
7,836
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: \"installing Webserver Software\"\n apt: pkg=git state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
amida-tech/DRE
5ad84738b9c47d5f262b7205e633ada06a2a0e25
38
deploy/ansible/roles/common
7,836
[ "no_license" ]
[ { "path": "deploy/ansible/roles/common/tasks/main.yml", "content": "---\n#file: roles/common/tasks/main.yml\n\n- name: Test Connection\n ping:\n\n# - name: Run System Updates\n# yum: name=\"*\" state=\"latest\"\n# sudo: yes\n\n- name: install git and wget\n yum: name={{item}} state=\"latest\"\n sudo:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
amida-tech/DRE
5ad84738b9c47d5f262b7205e633ada06a2a0e25
38
deploy/ansible/roles/dre
7,836
[ "no_license" ]
[ { "path": "deploy/ansible/roles/dre/tasks/main.yml", "content": "---\n#file: roles/dre/tasks/main.yml\n\n- name: Make node group\n group: name=node system=yes state=present\n\n- name: Make node user\n user: name=node group=node system=yes state=present\n\n- name: Make DRE folder\n command: mkdir -p \"/va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1947, "all_permissive": false }
ansible_role
amida-tech/DRE
5ad84738b9c47d5f262b7205e633ada06a2a0e25
38
deploy/ansible/roles/mongodb
7,836
[ "no_license" ]
[ { "path": "deploy/ansible/roles/mongodb/tasks/main.yml", "content": "---\n#file: roles/mongodb/tasks/main.yml\n\n- name: Create the mongod group\n group: name=mongod system=yes\n\n- name: Create the mongod user\n user: name=mongod group=mongod comment=\"MongoD\" append=yes\n sudo: yes\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
amida-tech/DRE
5ad84738b9c47d5f262b7205e633ada06a2a0e25
38
deploy/ansible/roles/nodejs
7,836
[ "no_license" ]
[ { "path": "deploy/ansible/roles/nodejs/tasks/main.yml", "content": "---\n#file: roles/nodejs/tasks/main.yml\n\n\n- name: Install node.js and npm\n yum: name={{item}} enablerepo=\"epel\" state=\"latest\"\n sudo: yes\n with_items:\n - nodejs\n - npm\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
amida-tech/DRE
5ad84738b9c47d5f262b7205e633ada06a2a0e25
38
deploy/ansible/roles/redis
7,836
[ "no_license" ]
[ { "path": "deploy/ansible/roles/redis/tasks/main.yml", "content": "---\n#file: roles/redis/tasks/main.yml\n\n- name: Install redis\n yum: name=redis enablerepo=\"epel\" state=\"latest\"\n\n- name: Start Redis\n command: service redis start\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": 165, "all_permissive": false }
ansible_role
diannaowa/elk
c8f46a291d5f02485e40c235f2c38ae8ed6b055a
2
roles/elk
7,836
[ "no_license" ]
[ { "path": "roles/elk/tasks/kafka.yml", "content": "---\n- name: \"Make sure /opt/kafka\"\n file: path=/opt/kafka state=directory\n\n- name: \"clean /data/kafka/data\"\n shell: \"rm -rf /data/kafka/data\"\n ignore_errors: true\n\n- name: \"Create kafka data and log dir\"\n file: path=/data/kafka/data sta...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 9447, "all_permissive": false }
ansible_role
ambadiaravind/cis-centos
8189d729e5ad2d33ffb06261893ff1072463f9e0
0
roles/cis
7,836
[ "no_license" ]
[ { "path": "roles/cis/tasks/section6.yml", "content": "---\n\n - name: 6.1.2 Ensure permissions on /etc/passwd are configured \n file: >\n path=/etc/passwd\n owner=root\n group=root\n mode=0644\n tags:\n - section6\n - section6.1\n - section6.1.2\n\n - name: 6.1.3 E...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 61742, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/apache
7,836
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Install apache packages\n apt:\n name: apache2\n state: present\n- name: Start and enable apache\n service:\n name: apache2\n enabled: true\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/create_user
7,836
[ "no_license" ]
[ { "path": "roles/create_user/vars/main.yml", "content": "---\n# vars file for create_user\nmy_password: <PASSWORD>.'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/create_user/tasks/main.yml", "content": "---\n# tasks file for create_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 313, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/docker
7,836
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\n# vars file for docker\ncreate_containers: 4\ndefault_container_name: docker\ndefault_container_image: ubuntu\ndefault_container_command: sleep 1d\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/dom_pi
7,836
[ "no_license" ]
[ { "path": "roles/dom_pi/handlers/main.yml", "content": "---\n# handlers file for dom_pi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/dom_pi/vars/main.yml", "content": "---\n# vars file for dom_pi", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1536, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/sub_pis
7,836
[ "no_license" ]
[ { "path": "roles/sub_pis/handlers/main.yml", "content": "---\n# handlers file for sub_pis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/sub_pis/tasks/main.yml", "content": "---\n\n#tasks file for sub_pis\n\n- name: Join the node to clus...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 828, "all_permissive": false }
ansible_role
aliyacodes/ansible-raspberry-pi-cluster
fcf049d64c63ca4b6976dfb46c8c911e8fc8942d
0
roles/update
7,836
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n# tasks file for update\n- name: Update\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n\n- name: Upgrade all packages\n apt: upgrade=dist force_apt_get=yes\n\n- name: Check if a reboot is needed\n register: reboot_required_file\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 588, "all_permissive": false }
ansible_role
Hexio-io/haproxy-k8s-lb
2b6c66e47297af20664402624d771026796e335c
8
ansible/roles/loadbalancers
7,836
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancers/files/lb_keepalived_notify.sh", "content": "#!/bin/bash\ndocker exec \"haproxy-k8s-lb\" /bin/bash -c 'kill -SIGUSR1 $(ps aux | grep -m1 \"node ./dist/index.js\" | awk \"{print \\$1}\")'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5824, "all_permissive": false }
ansible_role
yu0819ki/ansible-playbook-japanize
8247e7f45a3c04adb9ee2d37131cafd67bb45247
0
roles/japanize
7,796
[ "no_license" ]
[ { "path": "roles/japanize/tasks/main.yml", "content": "---\n- name: check distribute\n fail: msg='this tasks support for CentOS 6.x only. Your distribution is {{ ansible_distribution }} {{ ansible_distribution_version }}'\n when: ansible_distribution_version|truncate(1, True, '') != '6'\n- name: group-ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
jmado-biscoff/Activity-10
83f33d6eab7a952bded02660bb2680bb4da1e6a4
0
roles/ElasticSearch
7,796
[ "no_license" ]
[ { "path": "roles/ElasticSearch/tasks/main.yml", "content": "---\n\n- name: Ensure required GPG keys are added (Ubuntu)\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Ensure required repositories and keys are ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": false }
ansible_role
jmado-biscoff/Activity-10
83f33d6eab7a952bded02660bb2680bb4da1e6a4
0
roles/Kibana
7,796
[ "no_license" ]
[ { "path": "roles/Kibana/tasks/main.yml", "content": "---\n\n- name: Ensure required GPG keys are added (Ubuntu)\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Ensure required repositories and keys are added (Ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
jmado-biscoff/Activity-10
83f33d6eab7a952bded02660bb2680bb4da1e6a4
0
roles/Logstash
7,796
[ "no_license" ]
[ { "path": "roles/Logstash/tasks/main.yml", "content": "---\n\n- name: Ensure required repositories and keys are added (CentOS)\n yum_repository:\n name: logstash\n description: \"Logstash repository\"\n baseurl: \"https://artifacts.elastic.co/packages/8.x/yum\"\n gpgcheck: yes\n gpgkey: \"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
JacobVHS/unix_conf_management
a36bedbe5acc775fb99e90572ae314c30c3684a9
0
roles/arch
7,796
[ "no_license" ]
[ { "path": "roles/arch/tasks/gui.yaml", "content": "---\n\n- name: Install Hyprland and core packages\n community.general.pacman:\n name: \"{{ hyprland_packages }}\"\n state: present\n update_cache: true\n\n- name: Install GPU-specific packages\n community.general.pacman:\n name: \"{{ gpu_packa...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5236, "all_permissive": false }
ansible_role
JacobVHS/unix_conf_management
a36bedbe5acc775fb99e90572ae314c30c3684a9
0
roles/fedora
7,796
[ "no_license" ]
[ { "path": "roles/fedora/README.md", "content": "# Fedora\n\n## Use Case\nPurpose of this playbook is to install packages, programs and configurations needed for my development workflow via Pip, Fedora repo and shell. Sudo elevation is required and pip will apply to all users.\n\n### Prepares the following:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5503, "all_permissive": false }
ansible_role
JacobVHS/unix_conf_management
a36bedbe5acc775fb99e90572ae314c30c3684a9
0
roles/k3s
7,796
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: Validate prerequisites\n include_tasks: validate.yml\n\n- name: Configure kernel for cgroup v2\n include_tasks: configure_kernel.yml\n\n- name: Install K3s on master nodes\n include_tasks: install_master.yml\n when: inventory_hostname in gro...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6082, "all_permissive": false }
ansible_role
JacobVHS/unix_conf_management
a36bedbe5acc775fb99e90572ae314c30c3684a9
0
roles/macos
7,796
[ "no_license" ]
[ { "path": "roles/macos/templates/settings.json.j2", "content": "{\n \"workbench.colorTheme\": \"Catppuccin Mocha\",\n \"redhat.telemetry.enabled\": false,\n \"continue.enableTabAutocomplete\": false,\n \"git.openRepositoryInParentFolders\": \"always\",\n \"editor.fontFamily\": \"CaskaydiaCove...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7956, "all_permissive": false }
ansible_role
JacobVHS/unix_conf_management
a36bedbe5acc775fb99e90572ae314c30c3684a9
0
roles/nagiosxi
7,796
[ "no_license" ]
[ { "path": "roles/nagiosxi/tasks/main.yml", "content": "---\n- name: Install Nagios XI on CentOS 9 Stream\n ansible.builtin.include_tasks:\n file: centos9.yml\n when: ansible_distribution == 'CentOS'\n\n- name: Install Nagios XI on RHEL 9\n ansible.builtin.include_tasks:\n file: rhel9.yml\n when: a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2112, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/create_bench
7,796
[ "no_license" ]
[ { "path": "roles/create_bench/defaults/main.yml", "content": "---\n# defaults file for create_bench", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/create_bench/tasks/email.yml", "content": "---\n- name: load var from file\n include_vars...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3795, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/docker_setup
7,796
[ "no_license" ]
[ { "path": "roles/docker_setup/templates/docker_compose.yaml.j2", "content": "version: '3.3'\n\nservices:\n\n mariadb:\n image: mariadb:10.3\n restart: always\n environment:\n MYSQL_ROOT_PASSWORD: {{ mysql_root_pass }}\n volumes:\n - mariadb_vol:/var/lib/m...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2706, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/firewall_ufw
7,796
[ "no_license" ]
[ { "path": "roles/firewall_ufw/handlers/main.yml", "content": "---\n# handlers file for firewall_ufw", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/firewall_ufw/tasks/main.yml", "content": "---\n# tasks file for firewall_ufw\n- name: allo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2086, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/frappe-user
7,796
[ "no_license" ]
[ { "path": "roles/frappe-user/defaults/main.yml", "content": "---\n# defaults file for frappe-user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/frappe-user/handlers/main.yml", "content": "---\n# handlers file for frappe-user", "lice...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2100, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/install_bench
7,796
[ "no_license" ]
[ { "path": "roles/install_bench/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_bench", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/install_bench/vars/main.yml", "content": "---\n# vars ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3299, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/mariadb_redis
7,796
[ "no_license" ]
[ { "path": "roles/mariadb_redis/templates/frappe_db.conf.j2", "content": "[mysqld]\nlog-bin\nlog-basename=master1\nbinlog-format=mixed\n\n# MyISAM #\nkey_buffer_size = 128M\nmyisam_recover = FORCE,BACKUP\n\n# SAFETY #\nmax_allowed_packet = 256M\ninnodb ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5121, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/oh_my_zsh
7,796
[ "no_license" ]
[ { "path": "roles/oh_my_zsh/tasks/main.yml", "content": "---\n- name: Installing Zsh and git\n apt: pkg=zsh,git state=latest\n register: installation\n become: true\n\n- name: Check if .zshrc exists\n stat:\n path: ~/.zshrc\n register: stat_rc_result\n become_user: '{{ user_name }}'\n\n- name: Check...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3928, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/production_mode
7,796
[ "no_license" ]
[ { "path": "roles/production_mode/templates/vimrc.j2", "content": "set tabstop=4 \" a tab is four spaces\nset number \" always show line numbers\nset ignorecase \" ignore case when searching\nset hlsearch \" highlight search terms\nset cursorline\ncolorscheme industry\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4831, "all_permissive": false }
ansible_role
sahilk25/bloomstack_provision
e9b223c5c0e6f7c7e357b0677dde4354656ffdf2
0
roles/swap_on
7,796
[ "no_license" ]
[ { "path": "roles/swap_on/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - swap_on\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/swap_on/tasks/main.yml", "content": "---\n# tasks file for swap_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1176, "all_permissive": false }
ansible_role
max-49/pamc2
3333f9f7e1b0d28fb757714ba24952d98aafea9b
0
roles/deploy_debian
7,796
[ "no_license" ]
[ { "path": "roles/deploy_debian/tasks/main.yml", "content": "---\n- name: Check if deploy has been run before and backup exists\n ansible.builtin.stat:\n path: /usr/lib/pam.d/pam_unix.so\n register: mod_exist\n\n- name: Backup old pam_unix.so\n ansible.builtin.copy:\n src: /usr/lib/x86_64-linux-gnu/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1370, "all_permissive": false }
ansible_role
max-49/pamc2
3333f9f7e1b0d28fb757714ba24952d98aafea9b
0
roles/deploy_generic
7,796
[ "no_license" ]
[ { "path": "roles/deploy_generic/tasks/main.yml", "content": "---\n- name: Ensure backup directory exists\n ansible.builtin.file:\n path: /usr/lib/pam.d/\n state: directory\n\n- name: See if pam_unix.so exists at /usr/lib/security/\n ansible.builtin.stat:\n path: /usr/lib/security/pam_unix.so\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2469, "all_permissive": false }
ansible_role
max-49/pamc2
3333f9f7e1b0d28fb757714ba24952d98aafea9b
0
roles/deploy_redhat
7,796
[ "no_license" ]
[ { "path": "roles/deploy_redhat/tasks/main.yml", "content": "---\n- name: Disable SELinux (requires reboot)\n ansible.builtin.lineinfile:\n path: /etc/selinux/config\n regexp: '^SELINUX='\n line: SELINUX=disabled\n \n- name: Check if deploy has been run before and backup exists\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1464, "all_permissive": false }
ansible_role
tier4/caret
25f737690253d4f1d56eace2984d8a7a80db108f
86
ansible/roles/caret
7,856
[ "permissive" ]
[ { "path": "ansible/roles/caret/templates/setenv_caret.bash.jinja2", "content": "#!/bin/bash\n\nsource /opt/ros/{{ rosdistro }}/setup.bash\nsource {{ WORKSPACE_ROOT }}/install/local_setup.bash\nsource {{ WORKSPACE_ROOT }}/caret_topic_filter.bash\n\nexport LD_PRELOAD=$(readlink -f {{ WORKSPACE_ROOT}}/install/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3712, "all_permissive": true }
ansible_role
tier4/caret
25f737690253d4f1d56eace2984d8a7a80db108f
86
ansible/roles/caret_jazzy
7,856
[ "permissive" ]
[ { "path": "ansible/roles/caret_jazzy/tasks/main.yml", "content": "- name: ROS2 (check rosdep file)\n stat:\n path: /etc/ros/rosdep/sources.list.d/20-default.list\n register: ros_repository\n\n- name: ROS2 (install rosdep)\n apt:\n name: python3-rosdep\n state: latest\n update_cache: true\n b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1804, "all_permissive": true }
ansible_role
tier4/caret
25f737690253d4f1d56eace2984d8a7a80db108f
86
ansible/roles/lttng
7,856
[ "permissive" ]
[ { "path": "ansible/roles/lttng/tasks/main.yml", "content": "- name: LTTng (add source list)\n apt_repository:\n repo: ppa:lttng/{{ lttng_version }}\n update_cache: true\n become: true\n\n- name: LTTng (apt install lttng/{{ lttng_version }})\n apt:\n name:\n - lttng-tools\n - liblttng-u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": true }
ansible_role
tier4/caret
25f737690253d4f1d56eace2984d8a7a80db108f
86
ansible/roles/ros-tracing
7,856
[ "permissive" ]
[ { "path": "ansible/roles/ros-tracing/defaults/main.yml", "content": "requirements_path: src/CARET/ros2caret/requirements.txt\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 56 }, { "path": "ansible/roles/ros-tracing/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": true }
ansible_role
tier4/caret
25f737690253d4f1d56eace2984d8a7a80db108f
86
ansible/roles/visualizer
7,856
[ "permissive" ]
[ { "path": "ansible/roles/visualizer/defaults/main.yml", "content": "requirements_path: src/CARET/caret_analyze/src/requirements.txt\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 64 }, { "path": "ansible/roles/visualizer/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 389, "all_permissive": true }
ansible_role
sammervalgas/ansible-bash-custom-cmd
6ff219e08469c6e2f2d2faae430c4378f87cbfd7
0
roles/ansible-bash-custom-cmd-role
7,856
[ "no_license" ]
[ { "path": "roles/ansible-bash-custom-cmd-role/handlers/main.yml", "content": "---\n# handlers file for ansible-bash-custom-cmd-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/ansible-bash-custom-cmd-role/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3453, "all_permissive": false }
ansible_role
Mati365/ansible-docker-swarm-traefik-template
f6787f3837c404829883b8edf15ca1898564c435
8
ansible/roles/utils
7,856
[ "no_license" ]
[ { "path": "ansible/roles/utils/tasks/copy-env-keys.yml", "content": "- name: Create config skeleton directories if not exists\n file:\n path: \"{{ item }}\"\n state: directory\n owner: deploy\n group: webusers\n mode: 0770\n loop:\n - \"{{ dest_paths.envs }}\"\n - \"{{ dest_paths.all_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
debovema/ansible-inventory-project-app-cluster
626e814d02a4169be794e46adbbfc39d2e7e9133
0
roles/project_info
7,856
[ "permissive" ]
[ { "path": "roles/project_info/tasks/main.yml", "content": "---\n- name: Show project information\n ansible.builtin.debug:\n msg:\n - \"🏷️ Project name : {{ inventory_hostname }}\"\n - \"🖥️ Application name : {{ app_name }}\"\n - \"🌐 Cluster : {{ cluster_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": true }
ansible_role
browndan186/configure-install-redis
5b236348dc5cccc5aa50379fcf19d3067754c8e4
0
roles/redis
7,856
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Gather Package Facts\n package_facts:\n manager: auto\n\n- block:\n - name: Import Redis APT Key\n apt_key:\n url: https://packages.redis.io/gpg\n state: present\n\n - name: Add Redis Repository\n apt_reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
gfreezy/ansible-roles
4bdc232483abbb2a49a7524759f626be4e56f6e2
0
roles/gfreezy.service
7,856
[ "no_license" ]
[ { "path": "roles/gfreezy.service/templates/traefik.yml.j2", "content": "api:\n dashboard: true\n insecure: true\n\naccessLog: false\n\nmetrics:\n prometheus: {}\n\nproviders:\n file:\n directory: {{gfreezy_traefik_docker_traefik_conf}}/conf\n watch: true\n\nentryPoints:\n web:\n address: \":80...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12398, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/common
7,856
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: restart ntp\n service: name=ntp state=restarted\n\n- name: update apt\n apt: update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/common/defaults/main.yml",...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1161, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/docklet
7,856
[ "no_license" ]
[ { "path": "roles/docklet/tasks/update.yml", "content": "---\n- name: Download docklet release {{ docklet_release }}\n synchronize:\n src: \"/data/apps/docklet-{{ docklet_release }}\"\n dest: \"{{ docklet_dir }}\"\n delete: yes\n\n- name: Generate configuration file after update release\n template...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8668, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/etcd
7,856
[ "no_license" ]
[ { "path": "roles/etcd/defaults/main.yml", "content": "# Runtime Variables\netcd_download_dir: \"/data/apps/etcd-{{ etcd_release }}\"\netcd_dir: /usr/local/sbin\netcd_data_dir: /var/cache/etcd/state\netcd_cmd: \"{{ etcd_dir }}/etcd\"\netcd_user: root\n\n# Networking Variables\netcd_client_port: 2379\netcd_pe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2106, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/mesos
7,856
[ "no_license" ]
[ { "path": "roles/mesos/tasks/Debian.yml", "content": "---\n- name: Add apt-key\n environment:\n http_proxy: http://172.16.58.3:8118\n apt_key: <KEY> keyserver=keyserver.ubuntu.com state=present\n\n- name: Add mesosphere repo\n environment:\n http_proxy: http://172.16.58.3:8118\n apt_repository: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/nfs-master
7,856
[ "no_license" ]
[ { "path": "roles/nfs-master/defaults/main.yml", "content": "---\nnfs_exports:\n - 192.168.127.12\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/nfs-master/tasks/main.yml", "content": "---\n- name: Ensure NFS utilites are installed.\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
jetmuffin/cluster-ansible
ddc39a8dd909bdb3f30951a55fd31cd5e2873a2d
0
roles/zookeeper
7,856
[ "no_license" ]
[ { "path": "roles/zookeeper/handlers/main.yml", "content": "---\n- name: Restart zookeeper\n service: name=zookeeper state=restarted enabled=yes\n\n- name: Reload systemctl daemon\n command: systemctl daemon-reload\n when: ansible_service_mgr == 'systemd'\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1712, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/bootstrap-os
7,856
[ "no_license" ]
[ { "path": "roles/bootstrap-os/tasks/main.yml", "content": "---\n- include: bootstrap-ubuntu.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/bootstrap-os/tasks/bootstrap-ubuntu.yml", "content": "---\n- name: Bootstrap | Check if pyth...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 401, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/certs-role
7,856
[ "no_license" ]
[ { "path": "roles/certs-role/templates/generate-certs.sh.j2", "content": "# vim: set ft=sh:\n# requires\n# - ca.pem\n# - ca-key.pem\n\n{% set current=hostvars[inventory_hostname] %}\n\necho '[ req ]\ndistinguished_name = req_distinguished_name\nreq_extensions = v3_req\n\n[ req_distinguished_name ]\ncountryNa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1906, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/docker
7,856
[ "no_license" ]
[ { "path": "roles/docker/templates/docker.service.j2", "content": "[Unit]\nDescription=Docker\nDocumentation=http://docs.docker.io\n\n[Service]\nType=notify\nEnvironmentFile={{ env_folder }}/flannel-docker\nExecStart=/usr/bin/docker daemon \\\n {% if is_loadbalancer %}\n {% else %}\n --iptables=false \\\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1468, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/etcd
7,856
[ "no_license" ]
[ { "path": "roles/etcd/tasks/install.yml", "content": "---\n- name: Etcd | Check if etcd is installed\n raw: etcd --version\n register: need_etcd\n ignore_errors: true\n\n- name: Etcd | Download etcd binary\n unarchive:\n src: \"https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5086, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/flannel
7,856
[ "no_license" ]
[ { "path": "roles/flannel/templates/flannel.service.j2", "content": "{% set current=hostvars[inventory_hostname] %}\n\n[Unit]\nDescription=Flannel\nDocumentation=https://github.com/coreos/flannel\n\n[Service]\nExecStart=/usr/bin/flanneld \\\n --etcd-endpoints={{ etcd_peers }} \\\n --etcd-keyfile={{ certs_k...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2417, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/kube-controller
7,856
[ "no_license" ]
[ { "path": "roles/kube-controller/tasks/main.yml", "content": "---\n- include: install.yml tags=controller:install\n- include: configure.yml tags=controller:configure\n- include: set-cluster-cidr.yml tags=controller:set-cluster-cidr\n\n- name: Controller | Ensure kube-apiserver is running\n service:\n na...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5019, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/kube-worker
7,856
[ "no_license" ]
[ { "path": "roles/kube-worker/templates/kube-proxy.service.j2", "content": "{% set current=hostvars[inventory_hostname] %}\n\n[Unit]\nDescription=Kubernetes proxy\nDocumentation=https://github.com/GoogleCloudPlatform/kubernetes\n\n[Service]\nExecStart=/usr/bin/kube-proxy \\\n --master={{ kube_controller_ip ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3146, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/loadbalancer
7,856
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/main.yml", "content": "---\n- include: kontinuum-lb.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/loadbalancer/tasks/kontinuum-lb.yml", "content": "---\n- name: Loadbalancer | Check if kontinuum...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
a9b3/k8s_do_tf_ansible
34bf2130629378220af9abd0e651b8faa3a000f9
0
roles/set-facts
7,856
[ "no_license" ]
[ { "path": "roles/set-facts/tasks/main.yml", "content": "---\n- name: Set Fact | certs_folder\n set_fact:\n certs_folder: /opt/certs\n\n- name: Set Fact | certs_keyfile, certs_certfile\n set_fact:\n certs_keyfile: \"{{certs_folder}}/cluster.key\"\n certs_certfile: \"{{certs_folder}}/cluster.crt\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1490, "all_permissive": false }
ansible_role
JackMcCrack/jitsi-aws-terraform-ansible
86dc40a1d29688dfc242acdec76bfe9dfda1179f
0
ansible/roles/common
7,896
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Update apt cache\n apt: \n update_cache: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/cron_sample
7,896
[ "no_license" ]
[ { "path": "ansible/roles/cron_sample/tasks/main.yaml", "content": "\n- name: Copy cron.yaml\n copy:\n src: files/cron.yaml\n dest: /tmp/cron.yaml\n\n- name: Apply PVC manifest using kubectl\n command: kubectl apply -f /tmp/cron.yaml\n\n\n\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/datadog_setup
7,896
[ "no_license" ]
[ { "path": "ansible/roles/datadog_setup/tasks/main.yml", "content": "---\n# ------------------------------------------------------------------------------\n# Role: datadog_setup\n# Description:\n# Installs the Datadog Agent in the k3s cluster to collect metrics, \n# logs, and traces for monitoring and observ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5179, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/deploy_helm
7,896
[ "no_license" ]
[ { "path": "ansible/roles/deploy_helm/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: deploy_helm\n# Description: Deploys a full Helm chart to the Kubernetes cluster. This includes:\n# - Deploying the Helm chart located in `../helm-depl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2564, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/grafana_setup
7,896
[ "no_license" ]
[ { "path": "ansible/roles/grafana_setup/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: grafana_setup\n# Description: Installs Grafana and configures it with a pre-configured dashboard.\n# This includes:\n# - Adding the Grafana Helm rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1649, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/helm_setup
7,896
[ "no_license" ]
[ { "path": "ansible/roles/helm_setup/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: helm_setup\n# Description: Installs Helm, the Kubernetes package manager, on the target host.\n# This includes:\n# - Installing required APT dependenci...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/istio_install
7,896
[ "no_license" ]
[ { "path": "ansible/roles/istio_install/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Role: istio_install\n# Description:\n# Installs and configures Istio service mesh on k3s Kubernetes cluster.\n# This includes both control plane install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3770, "all_permissive": false }
ansible_role
RawdaFahim/k3-cluster
f5ebefeb670dd7ab3626936a76c8158df805cf77
0
ansible/roles/prometheus_setup
7,896
[ "no_license" ]
[ { "path": "ansible/roles/prometheus_setup/files/prometheus-pvc.yaml", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: prometheus-nfs-pvc\n namespace: istio-system\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requests:\n storage: 5Gi\n volumeName: promethe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2670, "all_permissive": false }
ansible_role
Hi-Lalit/website_deployment_project
73d0180349f9f7d088e2954967c7b6d7aaffdb3f
0
roles/dns_project
7,896
[ "no_license" ]
[ { "path": "roles/dns_project/tasks/main.yml", "content": "\n- name: Configure named.conf.options\n template:\n src: named.conf.options.j2\n dest: /etc/bind/named.conf.options\n mode: '0644'\n become: yes\n \n- name: Configure named.conf.local for zone\n template:\n src: named.conf.local.j2\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1034, "all_permissive": false }