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
uzresk/ansible-spring-boot
6ecbf25c4f4c0566daa364f1bfb862f09bb859f8
1
springboot/roles/httpd
4,757
[ "no_license" ]
[ { "path": "springboot/roles/httpd/tasks/httpd.yml", "content": "---\n- name: create log output directory\n file: path={{ httpd.log_output_dir }} state=directory owner={{ httpd.user }} group={{ httpd.group }} mode=0755\n\n- name: install httpd\n yum: name=httpd state=installed\n\n- name: copy default httpd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 617, "all_permissive": false }
ansible_role
uzresk/ansible-spring-boot
6ecbf25c4f4c0566daa364f1bfb862f09bb859f8
1
springboot/roles/postgresql
4,757
[ "no_license" ]
[ { "path": "springboot/roles/postgresql/vars/main.yml", "content": "---\npostgresql:\n db_name: cmp\n db_user: cmp\n db_pass: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "springboot/roles/postgresql/tasks/postgresql.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1411, "all_permissive": false }
ansible_role
uzresk/ansible-spring-boot
6ecbf25c4f4c0566daa364f1bfb862f09bb859f8
1
springboot/roles/springboot
4,757
[ "no_license" ]
[ { "path": "springboot/roles/springboot/templates/service.sh", "content": "#!/bin/sh\n\nJAVA_HOME=/usr/java/default\nAPP_NAME={{ springboot.app_name }}\nBASE_DIR={{ springboot.base_dir }}\nJAR_FILE={{ springboot.jar_file }}\nLOG_CONFIG_FILE={{ springboot.log_config_file }}\nPID={{ springboot.pid }}\nPROFILE=...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1984, "all_permissive": false }
ansible_role
jarrpa/vagrant-openshift-cns
1d3f56c75b2e17bcd2ef91b6be514280b8760a87
0
roles/client
4,757
[ "no_license" ]
[ { "path": "roles/client/tasks/main.yml", "content": "#- name: install ansible and Heketi utilities\n# yum: name={{ item }} state=present\n# with_items:\n# - ansible\n# - pyOpenSSL\n# - heketi-client\n# - heketi-templates\n\n#- name: get openshift-ansible release 1.3\n# git: repo=https://githu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2456, "all_permissive": false }
ansible_role
jarrpa/vagrant-openshift-cns
1d3f56c75b2e17bcd2ef91b6be514280b8760a87
0
roles/cluster
4,757
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "#- name: Setup default DNS server\n# shell: echo \"IP4_NAMESERVERS=192.168.10.90\" > /etc/sysconfig/network\n\n- name: Configure local repo\n yum_repository:\n name: openshift-local\n description: openshift-local\n baseurl: file:///vagrant/rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
jarrpa/vagrant-openshift-cns
1d3f56c75b2e17bcd2ef91b6be514280b8760a87
0
roles/common
4,757
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: build hosts file\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item].ansible_eth1.ipv4.address }} {{item}}\"\n state: present\n when: hostvars[item].ansible_eth1.ipv4.address is defined\n with_item...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4197, "all_permissive": false }
ansible_role
jarrpa/vagrant-openshift-cns
1d3f56c75b2e17bcd2ef91b6be514280b8760a87
0
roles/gluster
4,757
[ "no_license" ]
[ { "path": "roles/gluster/tasks/main.yml", "content": "- name: Open port 111\n command: iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 111 -j ACCEPT\n\n- name: Open port 3260\n command: iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 3260 -j ACCEPT\n\n- name: Open port 24007\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 988, "all_permissive": false }
ansible_role
jarrpa/vagrant-openshift-cns
1d3f56c75b2e17bcd2ef91b6be514280b8760a87
0
roles/master
4,757
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "#- name: Add CentOS PaaS SIG repository\n# yum_repository:\n# name: paas-openshift-origin\n# description: PaaS openshift-origin repo\n# baseurl: http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/\n# gpgkey: https://raw.githubuser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/consul
4,757
[ "no_license" ]
[ { "path": "roles/consul/defaults/main.yml", "content": "---\r\n# defaults file for cluster.consul\r\ndata_center: \"iaas\"\r\ndomain: \"gzsunrun\"\r\nservices: []\r\ndns_recursors: []\r\nclean_services: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3789, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/firewall
4,757
[ "no_license" ]
[ { "path": "roles/firewall/handlers/main.yml", "content": "---\r\n- name: Restart firewall\r\n service: name=firewall state=restarted\r\n\r\n- name: Reload firewall\r\n shell: \"firewall-cmd --reload\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 919, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/grafana
4,757
[ "no_license" ]
[ { "path": "roles/grafana/templates/dashboards/ceph.json.j2", "content": "{\r\n \"dashboard\":{\r\n \"annotations\": {\r\n \"list\": []\r\n },\r\n \"editable\": false,\r\n \"gnetId\": null,\r\n \"graphTooltip\": 0,\r\n \"hideControls\": false,\r\n \"id\": null,\r\n \"links\": []...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 134357, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/mariadb
4,757
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/setup_cluster.yml", "content": "- name: Install LSB\r\n yum: name=redhat-lsb-core\r\n\r\n- name: Count number of database server\r\n set_fact:\r\n db_cluster_size: \"{{ db_servers | length }}\"\r\n\r\n- name: Check conditions for MariaDB Galera Cluster\r\n set_fact:\r\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4365, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/ntp
4,757
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\r\n\r\n- name: Set the correct timezone.\r\n file:\r\n src: \"/usr/share/zoneinfo/{{ ntp_timezone }}\"\r\n dest: /etc/localtime\r\n state: link\r\n force: yes\r\n\r\n- include: ntp_master.yml\r\n when: ntp_master is defined and (ntp_master|...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1539, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.ep
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.ep/templates/config.inc.php.j2", "content": "<?php\r\n\r\nreturn array(\r\n\t//'SHOW_PAGE_TRACE'=>true,\r\n\t'TMPL_L_DELIM'=>'<{',\r\n\t'TMPL_R_DELIM'=>'}>',\r\n\t'DEFAULT_THEME' => 'default',\r\n 'DB_TYPE' => 'pgsql', // 数据库类型\r\n 'DB_HOST' => '{{ sunrunim.postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3199, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.gp
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.gp/templates/initDb.sql.j2", "content": "CREATE DATABASE {{ greenplum.postgres_db_dbname }} ;\n\nCREATE ROLE admin CREATEROLE CREATEDB;\nGRANT ALL ON DATABASE {{ greenplum.postgres_db_dbname }} TO admin;\nALTER ROLE admin WITH PASSWORD '{{ greenplum.postgres_db_userpassword }}'; \nA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1312, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.im
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.im/templates/haproxy.j2", "content": "#---------------------------------------------------------------------\n# Example configuration for a possible web application. See the\n# full configuration options online.\n#\n# http://haproxy.1wt.eu/download/1.4/doc/configuration.txt\n#\n#-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10144, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.openfire
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.openfire/tasks/main.yml", "content": "---\n\n- name: yum install java\n yum: name=java\n\n- name: yum install libstdc++\n yum: name=libstdc++ \n\n#- name: yum install libstdc++ \n# shell: yum install -y libstdc++.x86_64\n# ignore_errors: yes\n\n#- name: yum install libstdc++.i68...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.tomcat
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.tomcat/tasks/main.yml", "content": "---\n\n- name: yum install tomcat\n yum: name=tomcat state=latest\n\n- name: copy tomcat https conf\n copy: src=files/server.xml dest=/usr/share/tomcat/conf/\n\n- name: modify jvm\n shell: sed -i 's/securerandom.source=file:\\/dev\\/random/secur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/sunrun.turnserver
4,757
[ "no_license" ]
[ { "path": "roles/sunrun.turnserver/tasks/main.yml", "content": "---\n\n- name: yum install openssl\n yum: name=openssl\n\n- name: yum install telnet\n yum: name=telnet\n\n\n- name: yum install sqlite\n yum: name=sqlite\n\n- name: yum install turnserver\n yum: name=turnserver state=latest\n\n\n- name: yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
wyq/IM-Server
e7c0c5f7ff9d35291a9948a67733114f9f55ed71
0
roles/yumrepo
4,757
[ "no_license" ]
[ { "path": "roles/yumrepo/tasks/main.yaml", "content": "---\r\n\r\n- name: Verify YUM repos\r\n uri: url={{ item.value }}\r\n with_dict: \"{{ yumrepo_repos }}\"\r\n\r\n- name: Clean existed repos\r\n shell: rm -f /etc/yum.repos.d/*.repo\r\n args:\r\n warn: no\r\n\r\n- name: Configure additional repos ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
shahvishrut9/Terraform-project
b87477a088982d831dbd2cbd4ff57bb71816ce62
0
ansible/roles/package_install
4,757
[ "no_license" ]
[ { "path": "ansible/roles/package_install/tasks/main.yml", "content": "- name: Install packages on RedHat or CentOS\n package:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ packages_to_install }}\"\n when: ansible_distribution == \"RedHat\" or ansible_distribution == \"CentOS\"\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 341, "all_permissive": false }
ansible_role
shahvishrut9/Terraform-project
b87477a088982d831dbd2cbd4ff57bb71816ce62
0
ansible/roles/package_remove
4,757
[ "no_license" ]
[ { "path": "ansible/roles/package_remove/tasks/main.yml", "content": "# ~/automation/ansible/roles/package_remove/tasks/main.yml\n- name: Remove packages on RedHat or CentOS\n package:\n name: \"{{ item }}\"\n state: absent\n with_items: \"{{ packages_to_remove }}\"\n when: ansible_distribution == \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
shahvishrut9/Terraform-project
b87477a088982d831dbd2cbd4ff57bb71816ce62
0
ansible/roles/patching
4,757
[ "no_license" ]
[ { "path": "ansible/roles/patching/tasks/main.yml", "content": "# ~/automation/ansible/roles/patching/tasks/main.yml\n- name: Update all installed packages on RedHat or CentOS\n package:\n name: \"*\"\n state: latest\n when: ansible_distribution == \"RedHat\" or ansible_distribution == \"CentOS\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 400, "all_permissive": false }
ansible_role
shahvishrut9/Terraform-project
b87477a088982d831dbd2cbd4ff57bb71816ce62
0
ansible/roles/profile_mgmt
4,757
[ "no_license" ]
[ { "path": "ansible/roles/profile_mgmt/tasks/main.yml", "content": "---\n- name: Create an empty file called locfile on the automation machine\n local_action:\n module: file\n path: \"{{ locfile_path }}\"\n state: touch\n\n- name: Copy locfile to the managed nodes under the /tmp directory\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 912, "all_permissive": false }
ansible_role
shahvishrut9/Terraform-project
b87477a088982d831dbd2cbd4ff57bb71816ce62
0
ansible/roles/timezone
4,757
[ "no_license" ]
[ { "path": "ansible/roles/timezone/tasks/main.yml", "content": "---\n- name: Check if OS is CentOS or RedHat\n debug:\n msg: \"Setting timezone to America/Toronto\"\n when: ansible_distribution == \"RedHat\" or ansible_distribution == \"CentOS\"\n\n- name: Set timezone to America/Toronto\n command: tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
COMP90024Assignment2/Assignment2Backend
90f7cf01ca3aeefcae3aa4d4902f1f0a304fd92a
0
Assignment2ansible/roles/harvester_data_collect
4,757
[ "no_license" ]
[ { "path": "Assignment2ansible/roles/harvester_data_collect/tasks/main.yaml", "content": "---\n# - name: test_cmd\n# ansible.builtin.command:\n# cmd: ls\n- name: Ensure directory exists\n ansible.builtin.file:\n path: '{{harvester_code_path}}/json_file'\n state: directory\n\n\n- name: execute ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
COMP90024Assignment2/Assignment2Backend
90f7cf01ca3aeefcae3aa4d4902f1f0a304fd92a
0
Assignment2ansible/roles/harvester_git_clone
4,757
[ "no_license" ]
[ { "path": "Assignment2ansible/roles/harvester_git_clone/tasks/main.yaml", "content": "# git clone \n---\n- name: Creates ~COMP90024 directory\n ansible.builtin.file:\n path: '{{ harvester_working_directory }}'\n state: directory\n mode: '0755'\n\n\n- name: clone git repo to harvester node\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
COMP90024Assignment2/Assignment2Backend
90f7cf01ca3aeefcae3aa4d4902f1f0a304fd92a
0
Assignment2ansible/roles/harvester_install
4,757
[ "no_license" ]
[ { "path": "Assignment2ansible/roles/harvester_install/tasks/main.yaml", "content": "---\n# Install dependencies on the host\n- name: Install pip\n become: true\n ansible.builtin.apt:\n name: [\"python3-dev\", \"python3-setuptools\", \"python3-pip\",'libopenmpi-dev']\n state: latest\n update_cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
COMP90024Assignment2/Assignment2Backend
90f7cf01ca3aeefcae3aa4d4902f1f0a304fd92a
0
Assignment2ansible/roles/harvester_mpi
4,757
[ "no_license" ]
[ { "path": "Assignment2ansible/roles/harvester_mpi/tasks/main.yaml", "content": "---\n\n\n- name: Kill existing screen session\n ansible.builtin.shell: |\n screen -X -S mpi quit\n ignore_errors: yes\n\n\n- name: execute harvester via mpi\n ansible.builtin.shell:\n cmd: |\n screen -L -Logfile {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-build
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-build/tasks/main.yml", "content": "---\n - name: Install Node\n become: true\n apt: pkg=\"{{ item }}\" state=latest\n with_items:\n - nodejs\n - npm\n\n - name: Symlink Nodejs Binary\n become: true\n file: src=/usr/bin/nodejs dest=/usr/bin/no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-config
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-config/tasks/main.yml", "content": "---\n - name: Write environment configuration file\n become: true\n template: src=env.ini.j2 dest=\"{{ www_base }}/app/env.ini\" owner=azuracast group=www-data mode=0644 force=no\n\n - name: Set up environment file\n ini_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1060, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-cron
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-cron/templates/azuracast_cron.j2", "content": "0 * * * * php {{ util_base }}/cli.php sync:run long\n*/5 * * * * php {{ util_base }}/cli.php sync:run medium\n* * * * * php {{ util_base }}/cli.php sync:run short\n* * * * * php {{ util_base }}/cli.php sync:run nowplaying...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 831, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-db
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-db/tasks/main.yml", "content": "---\n - name: Clear AzuraCast Cache\n become: true\n become_user: azuracast\n shell: php {{ util_base }}/cli.php cache:clear\n when: testing_mode|bool == false\n\n - name: Apply All DB Migrations\n become: true\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-db-install
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-db-install/templates/user_my.cnf.j2", "content": "[client]\ndefault-character-set = utf8mb4\nuser=azuracast\npassword={{ <PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "util/ansible/roles/azurac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2944, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-fixtures
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-fixtures/tasks/main.yml", "content": "---\n- name: Find fixture ZIP files\n find:\n paths: \"{{ util_base }}/fixtures\"\n patterns: \"*.zip\"\n recurse: yes\n register: fixture_zip_files\n\n- name: Extract fixture ZIP files\n unarchive:\n src: \"{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-radio
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-radio/tasks/x86.yml", "content": "---\n - name: Install IceCast-KH Dependencies\n become: true\n apt: pkg=\"{{ item }}\" install_recommends=no state=latest\n with_items:\n - libxml2\n - libxslt1-dev\n - libvorbis-dev\n - libssl-dev\n - li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4292, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-update
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-update/tasks/main.yml", "content": "---\n - name: Ensure update script continues to be executable\n file: path=\"{{ item }}\" state=touch mode=\"a+x\"\n with_items:\n - \"{{ www_base }}/update.sh\"\n - \"{{ www_base }}/docker-update.sh\"\n\n - name: Up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1548, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/azuracast-user
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/azuracast-user/tasks/main.yml", "content": "---\n - name: (Prod) Generate AzuraCast Password\n command: pwgen 8 -sn 1\n register: prod_azuracast_user_password\n when: app_env == \"production\"\n\n - name: Create Groups\n become: true\n group: name=\"{{ item }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1470, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/composer
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Install Composer\n become: true\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer\n args:\n creates: /usr/bin/composer\n warn: no\n\n- name: Ensure vendor folder ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/debug-dump
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/debug-dump/templates/dumpall.j2", "content": "util_base: {{ util_base }}\nwww_base: {{ www_base }}\napp_base: {{ app_base }}\ntmp_base: {{ tmp_base }}\napp_env: {{ app_env }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/docker-install
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/docker-install/tasks/main.yml", "content": "---\n- name: Write environment configuration file\n become: true\n template: src=env.ini.j2 dest=\"{{ www_base }}/app/env.ini\" owner=azuracast group=www-data mode=0644 force=no\n\n- name: Set up environment file\n ini_file:\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/influxdb
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/influxdb/tasks/main.yml", "content": "---\n- name: Add InfluxDB repo file\n apt_repository:\n repo: \"deb https://repos.influxdata.com/ubuntu {{ ansible_distribution_release | lower }} stable\"\n filename: \"influxdb\"\n update_cache: no\n register: influxdb_list\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2077, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/init
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/init/tasks/main.yml", "content": "---\n - debug:\n msg: \"Running Ansible on {{ inventory_hostname }} with OS {{ ansible_distribution }} {{ ansible_distribution_release }} {{ ansible_distribution_version }} {{ ansible_architecture }} ({{ app_env }})\"\n\n - debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1407, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/mariadb
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/mariadb/tasks/main.yml", "content": "---\n - name: Add repo file\n template: src=mariadb_ubuntu.list.j2 dest=/etc/apt/sources.list.d/mariadb.list owner=root group=root mode=0644\n register: mariadb_list\n\n - name: Add repo key (Xenial)\n apt_key:\n keyserver: keyserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/nginx
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/nginx/tasks/main.yml", "content": "---\n - name: Uninstall web server packages that may conflict with nginx\n become: true\n apt: package=\"{{ item }}\" state=absent\n with_items:\n - apache2\n - lighttpd\n\n - name: Unhold nginx-related packages for updates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5021, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/php
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/php/templates/fpmpool.j2", "content": "[www]\nuser = azuracast\ngroup = www-data\n\nlisten = 127.0.0.1:9000\npm = ondemand\npm.max_children = 3\npm.start_servers = 1\npm.min_spare_servers = 1\npm.max_spare_servers = 3\npm.max_requests = 100\npm.process_idle_timeout = 60s\n\nchd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2566, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/redis
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/redis/tasks/main.yml", "content": "---\n - name: Install Redis\n become: true\n apt: package=\"{{ item }}\" state=latest\n with_items:\n - redis-server\n\n - name: Set Redis service name\n set_fact:\n redis_service_name: \"{{ 'redis-server' if ansible_dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/services
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/services/tasks/main.yml", "content": "---\n- name: Set Redis service name\n set_fact:\n redis_service_name: \"{{ 'redis-server' if ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'trusty' else 'redis' }}\"\n\n- name: Enable and restart all core services...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/supervisord
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/supervisord/tasks/main.yml", "content": "---\n - name: Install supervisord from repo\n become: true\n apt: pkg=supervisor state=latest\n register: supervisord_install\n\n - name: Change supervisord configuration\n become: true\n template: src=supervisord.conf.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
bishalbaishya/AzuraCast
6356eae0c56dfc6b6b69707aa005adcf2801a063
3
util/ansible/roles/ufw
4,757
[ "no_license" ]
[ { "path": "util/ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Install UFW Firewall\n become: true\n apt: pkg=\"{{ item }}\" state=latest\n with_items:\n - ufw\n\n- name: UFW - Disable all other incoming by default\n ufw:\n policy: deny\n direction: incoming\n\n- name: UFW - Allow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
donohutcheon/udemy
2d3d0483a3e6af5d65da10793a71d5407a3251f3
0
ansible/ansible/roles/apache2
4,677
[ "no_license" ]
[ { "path": "ansible/ansible/roles/apache2/tasks/main.yml", "content": "---\n- name: install web components\n apt:\n name: ['apache2', 'libapache2-mod-wsgi']\n state: present\n update_cache: false\n tags : ['packages']\n\n- name: ensure mod_wsgi enabled\n apache2_module:\n name: wsgi\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
donohutcheon/udemy
2d3d0483a3e6af5d65da10793a71d5407a3251f3
0
ansible/ansible/roles/control
4,677
[ "no_license" ]
[ { "path": "ansible/ansible/roles/control/tasks/main.yml", "content": "---\n- name: install tools\n apt:\n name: ['curl','python-httplib2']\n state: present\n update_cache: false\n tags: ['packages']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
hightechrdn/rh-infra-lab
ecc23b85486e263e5a98c53fed1521dae4e63f29
0
roles/config-rhel7-sat6-server
4,677
[ "no_license" ]
[ { "path": "roles/config-rhel7-sat6-server/tasks/main.yml", "content": "---\n# tasks file for config-rhel7-sa6-server \n- name: Update Satellite 6 configuration for deployed hostname\n block:\n - name: Save original hostname\n ansible.builtin.command: uname -n\n register: orig_hostname\n\n - name: T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1182, "all_permissive": false }
ansible_role
hightechrdn/rh-infra-lab
ecc23b85486e263e5a98c53fed1521dae4e63f29
0
roles/deploy-lab-ec2-instance
4,677
[ "no_license" ]
[ { "path": "roles/deploy-lab-ec2-instance/tasks/lab_env_doc.yml", "content": "---\n# lab_env_doc.yml\n- name: Add headers to lab environment file\n vars:\n deploy_date: \"{{ lookup('pipe', 'date +%Y-%m-%d\\\\ %H:%M:%SZ') }}\"\n ansible.builtin.copy:\n content: >-\n {{ '-' * 96 }}\n\n |Lab e...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4295, "all_permissive": false }
ansible_role
hightechrdn/rh-infra-lab
ecc23b85486e263e5a98c53fed1521dae4e63f29
0
roles/rhel7-sat6-server
4,677
[ "no_license" ]
[ { "path": "roles/rhel7-sat6-server/tasks/main.yml", "content": "---\n# tasks file for rhel7-sat6-server \n- name: Run Satellite 6 installer\n become: True\n ansible.builtin.shell: |\n satellite-installer --scenario satellite -v \\\n --foreman-initial-organization SDG \\\n --foreman-initial-lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
znz/ansible-playbooks
2b9d7a899b02e8a738c5e81445321b8610ac0fd4
0
roles/dokku
4,677
[ "no_license" ]
[ { "path": "roles/dokku/vars/main.yml", "content": "---\nvhost: deploy.127.0.0.1.xip.io\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/dokku/tasks/main.yml", "content": "---\n- name: install dokku\n shell: |\n creates=/usr/local/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1069, "all_permissive": false }
ansible_role
karldreher/ansible-playbooks
6add595ec87c5b7628bd9ba7e9f9a8efbc544846
0
roles/facts
4,677
[ "no_license" ]
[ { "path": "roles/facts/tasks/main.yml", "content": "---\n- name: Get Home Directory\n ansible.builtin.command: echo ~\n register: homedir\n changed_when: false\n\n- name: \"Check mandatory variables are defined\"\n ansible.builtin.assert:\n that:\n - firstname is defined\n - lastname is def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
karldreher/ansible-playbooks
6add595ec87c5b7628bd9ba7e9f9a8efbc544846
0
roles/git
4,677
[ "no_license" ]
[ { "path": "roles/git/requirements.yml", "content": "---\ncollections:\n # Install a collection from Ansible Galaxy.\n - name: community.general\n source: https://galaxy.ansible.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/git/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1385, "all_permissive": false }
ansible_role
karldreher/ansible-playbooks
6add595ec87c5b7628bd9ba7e9f9a8efbc544846
0
roles/misc-dotfiles
4,677
[ "no_license" ]
[ { "path": "roles/misc-dotfiles/tasks/main.yml", "content": "---\n# tasks file for misc-dotfiles\n- name: Create tfswitch directory\n ansible.builtin.file:\n path: \"{{ homedir.stdout }}/.tfswitch\"\n state: directory\n\n- name: Template tfswitch.toml\n ansible.builtin.template:\n src: templates/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 628, "all_permissive": false }
ansible_role
karldreher/ansible-playbooks
6add595ec87c5b7628bd9ba7e9f9a8efbc544846
0
roles/misc-packages
4,677
[ "no_license" ]
[ { "path": "roles/misc-packages/tasks/main.yml", "content": "---\n# tasks file for misc-packages\n\n- name: Install misc MacOS brew packages\n community.general.homebrew:\n name: \"{{ command_line_tools }}\"\n state: present\n when: ansible_os_family == \"Darwin\"\n register: brew_packages\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
karldreher/ansible-playbooks
6add595ec87c5b7628bd9ba7e9f9a8efbc544846
0
roles/omz-zshrc
4,677
[ "no_license" ]
[ { "path": "roles/omz-zshrc/tasks/main.yml", "content": "---\n# tasks file for omz-zshrc\n\n- name: Check that OMZ folder exists\n ansible.builtin.stat:\n path: \"{{ homedir.stdout }}/.oh-my-zsh\"\n register: omz_folder\n\n- name: Check that NVM folder exists\n ansible.builtin.stat:\n path: \"{{ hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6953, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/cli
4,677
[ "no_license" ]
[ { "path": "roles/cli/tasks/main.yml", "content": "---\n\n- name: install packages\n become: true\n apt:\n state: present\n name:\n - autojump\n - alacritty\n - cmake\n - curl\n - direnv\n - git\n - jq\n - net-tools\n - p7zip-full\n - pwgen\n - r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1957, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/common
4,677
[ "no_license" ]
[ { "path": "roles/common/tasks/security.yml", "content": "- name: check if veracrypt is installed\n command: dpkg-query -W veracrypt\n register: veracrypt_installed\n failed_when: false\n changed_when: false\n\n- name: install veracrypt deb package\n become: true\n apt:\n deb: \"https://launchpad.ne...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2384, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/dev
4,677
[ "no_license" ]
[ { "path": "roles/dev/tasks/python.yml", "content": "---\n\n- name: install packages for python\n become: true\n apt:\n state: present\n name:\n - ipython3\n - libmysqlclient-dev\n - python3-flake8\n - python3-pip\n - python3-pytest\n - python3-venv\n - virtualenv\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3770, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/home
4,677
[ "no_license" ]
[ { "path": "roles/home/tasks/main.yml", "content": "---\n\n- name: install packages\n become: true\n apt:\n state: present\n name:\n - calibre\n - gnucash\n - keepassxc\n - syncthing\n\n- name: install snap packages\n become: true\n snap:\n name:\n - newsboat\n\n- name: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2584, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/media
4,677
[ "no_license" ]
[ { "path": "roles/media/tasks/hobbies.yml", "content": "---\n\n- name: install packages for HAM\n become: true\n apt:\n state: present\n name:\n - gpredict\n\n- name: install packages for tinkering\n become: true\n snap:\n name:\n - openscad\n", "license_type": "no_license", "d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
Pawka/laptop-setup
a64c198055e6dfc0283ce978696a8ff07d17d752
1
roles/work
4,677
[ "no_license" ]
[ { "path": "roles/work/tasks/main.yml", "content": "---\n\n- name: install packages\n become: true\n apt:\n state: present\n name:\n - openvpn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-client
4,677
[ "permissive" ]
[ { "path": "roles/gluster-client/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Install Gluster client packages\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - glusterfs\n - glusterfs-api\n - glusterfs-fuse\n\n- name: Adjust SELinux to allow gluster/fuse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-enable-tls
4,677
[ "permissive" ]
[ { "path": "roles/gluster-enable-tls/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Create local temp directory\n tempfile:\n state: directory\n delegate_to: localhost\n become: false\n run_once: true\n register: tempdir\n\n- name: Save temp directory\n set_fact:\n tempdir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2450, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-secure-shared-storage
4,677
[ "permissive" ]
[ { "path": "roles/gluster-secure-shared-storage/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Check for required variables\n fail: msg=\"Variable {{ item }} must be defined to use this playbook\"\n when: item is undefined\n with_items:\n - cluster_master\n - cluster_member_group...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3805, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-server
4,677
[ "permissive" ]
[ { "path": "roles/gluster-server/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Enable repos\n command: \"subscription-manager repos --enable='{{ item }}'\"\n with_items:\n - rhel-7-server-rpms\n - rhel-7-server-extras-rpms\n - rh-gluster-3-for-rhel-7-server-rpms\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-subvol
4,677
[ "permissive" ]
[ { "path": "roles/gluster-subvol/vars/main.yml", "content": "subvol_repo: https://github.com/gluster/gluster-subvol.git\nsubvol_dir: /root/gluster-subvol\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 92 }, { "path": "roles/gluster-subvol/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1709, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/gluster-volume
4,677
[ "permissive" ]
[ { "path": "roles/gluster-volume/tasks/mk_volume.yml", "content": "- name: Make sure cluster_master is up\n ping:\n delegate_to: \"{{ cluster_master }}\"\n run_once: true\n\n- name: Check for required variables\n fail: msg=\"Variable {{ item }} must be defined to use this playbook\"\n #when: (item not i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6660, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/pcp-aggregator
4,677
[ "permissive" ]
[ { "path": "roles/pcp-aggregator/meta/main.yml", "content": "# vim: set ts=2 sw=2 et :\n---\n\ndependencies:\n- { role: pcp-base }\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 }, { "path": "roles/pcp-aggregator/files/pcp2zabbix_with_g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3308, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/pcp-base
4,677
[ "permissive" ]
[ { "path": "roles/pcp-base/tasks/main.yml", "content": "# vim: set ts=2 sw=2 et :\n---\n\n- name: Install copr repo for PCP\n copy:\n dest: /etc/yum.repos.d\n src: pcp.repo\n\n- name: Install Performance Co-Pilot Daemon\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - pcp\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/pcp-collector
4,677
[ "permissive" ]
[ { "path": "roles/pcp-collector/tasks/main.yml", "content": "# vim: set ts=2 sw=2 et :\n---\n\n- name: Install Extra Performance Co-Pilot Packages\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - pcp-pmda-dm\n - pcp-pmda-gluster\n\n- name: Open firewall for PCP\n firewalld:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/reboot-system
4,677
[ "permissive" ]
[ { "path": "roles/reboot-system/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Sync file system\n command: sync\n changed_when: false\n\n- name: Reboot server\n shell: sleep 2 && systemctl reboot\n async: 1\n poll: 0\n\n- name: Wait for host to be available after reboot\n wait_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/ssh-keys
4,677
[ "permissive" ]
[ { "path": "roles/ssh-keys/tasks/main.yml", "content": "---\n# vim: set ts=2 sw=2 et :\n\n- name: Install allowed keys\n authorized_key:\n user: \"{{ ansible_user }}\"\n key: \"{{ lookup('file', item) }}\"\n comment: \"{{ item | basename }}\"\n state: present\n with_fileglob:\n - \"ssh-allow/*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": true }
ansible_role
JohnStrunk/oso-gluster-ansible
9e1cf9e4f5e57f2cf1876e288ac5fc252b436f11
0
roles/upgrade
4,677
[ "permissive" ]
[ { "path": "roles/upgrade/tasks/wait_for_heals.yml", "content": "# vim: set ts=2 sw=2 et :\n---\n\n- name: Awaiting heals on volume\n debug:\n msg: \"Volume: {{ vol }}\"\n\n# Hardcodes number of bricks to 3. We could probably do better by parsing vol\n# info and looking at the \"Number of Bricks\" line.\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4844, "all_permissive": true }
ansible_role
Shahdsheha/udaci
0be6c48be51afde302b00de79be81417f49d502d
0
.circleci/ansible/roles/configure-server
4,677
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n# - name: install python-min\n# become: true\n# shell: sudo apt-get install -y python-minimal\n\n# - name: \"Add nodejs apt key\"\n# apt_key:\n# url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n# st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1586, "all_permissive": false }
ansible_role
Kingdroid1/awscloud
c9a28b80ffa1b9b472a36e27799ef0d60e03944f
0
roles/setup
4,677
[ "no_license" ]
[ { "path": "roles/setup/files/index.js", "content": "const http = require(\"http\");\nconst server = http.createServer((req, res) => {\n res.writeHead(200);\n res.end(\"Hello World From Ansible\")\n});\nserver.listen(3000);", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 900, "all_permissive": false }
ansible_role
iSpammer/udapeeps
efcbc71676b60e1d97818b32a128dbc1f82da179
0
.circleci/ansible/roles/configure-server
4,677
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Add Node.js from Nodesource\"\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -\n\n- name: \"Install Node.js 18\"\n become: true\n apt:\n name: [\"nodejs\"]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
stefancocora/multivm_ngxapp
4ff5e6b588d700b87af35ebb7e27ad6475294f5d
0
ansible/roles/roles/ngxapp
4,677
[ "no_license" ]
[ { "path": "ansible/roles/roles/ngxapp/templates/ngxapp_nginx.conf.j2", "content": "user nginx;\nworker_processes auto;\nerror_log /dev/stderr error;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_ti...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3175, "all_permissive": false }
ansible_role
PoLoMoTo/ecs-training
a26b52e649aaa5cc5825fe71cc37c2d84655f221
0
Ansible/roles/apache
4,677
[ "no_license" ]
[ { "path": "Ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
srknkcn/vm-packer-and-creator-for-vsphere
5605f48d7eba1c75f0c6bc1d9a18045713cceba0
0
ansible/roles/base
4,677
[ "permissive" ]
[ { "path": "ansible/roles/base/vars/main.yml", "content": "---\ntask_name: \"Update the operating system and install additional packages.\"\nadditional_packages:\n Debian:\n - bash-completion\n - ca-certificates\n - curl\n - git\n - net-tools\n - unzip\n - wget\n RedHat:\n - ca-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1760, "all_permissive": true }
ansible_role
srknkcn/vm-packer-and-creator-for-vsphere
5605f48d7eba1c75f0c6bc1d9a18045713cceba0
0
ansible/roles/configure
4,677
[ "permissive" ]
[ { "path": "ansible/roles/configure/vars/main.yml", "content": "---\nntp_server1: tr.pool.ntp.org\nntp_server2: pool.ntp.org\nssh_port: \"22\"\ntimezone: \"Europe/Istanbul\"\n", "license_type": "permissive", "detected_licenses": [ "BSD-2-Clause" ], "size_bytes": 102 }, { "path":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3577, "all_permissive": true }
ansible_role
maguhiro/macos-provisioning
3757a157cec46bb813759f8802ac44f27af915a2
0
ansible/roles/brew
4,697
[ "no_license" ]
[ { "path": "ansible/roles/brew/tasks/main.yml", "content": "# update to latest\n- homebrew: update_homebrew=yes\n\n- name: install {{item}}\n homebrew_tap: tap=\"{{item}}\" state=present\n with_items:\n - homebrew/cask-versions\n - homebrew/cask-fonts\n\n- name: install {{item}}\n homebrew: name={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
brankomijuskovic/vm-benchmarks
6ddf868da6e865ac12692a6ff2afa060af9f99b0
0
roles/benchmarks
4,697
[ "no_license" ]
[ { "path": "roles/benchmarks/tasks/cpubench.yml", "content": "---\n - name: \"Run CPU Sysbench\"\n shell: sysbench --test=cpu --threads={{ ansible_processor_vcpus }} --events=10000 --time=0 --cpu-max-prime=99999 run | grep -E 'total|percentile|second' > /tmp/cpu.txt 2>&1\n \n", "license_type": "no_l...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6911, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/catalogue
4,697
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "# - name: Load NodeJS\n# ansible.builtin.include_role:\n# name: common\n# tasks_from: nodejs\n#\n# - name: Copy MongoDB repo file\n# ansible.builtin.copy:\n# src: mongodb.repo\n# dest: /etc/yum.repos.d/mongodb.repo\n#\n# - name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2100, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/common
4,697
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Disable Default NodeJS\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS 20\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n name: nodejs\n state: in...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2507, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/frontend
4,697
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "components: [\"catalogue\", \"cart\", \"user\", \"shipping\", \"payment\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/frontend/tasks/main.yml", "content": "# - name: Disable Def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5348, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/mongodb
4,697
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy MongoDB repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB Server\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDB liste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/mysql
4,697
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL Server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: Start MySQL Service\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: yes\n\n- name: Setup MySQL Password\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/rabbitmq
4,697
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Copy RabbitMQ Repo file\n ansible.builtin.copy:\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n\n- name: Install RabbitMQ Server\n ansible.builtin.dnf:\n name: rabbitmq-server\n state: installed\n\n- name: Start Rabbi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/redis
4,697
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Disable Default Redis\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: Enable Redis 7 Version\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- name: Install Redis\n ansible.builtin.dnf:\n name: redis\n state: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
raghudevopsb81/roboshop-ansible
8018fb3bb35e6c576ebc2ad45e889a6135ae7dd1
0
roles/shipping
4,697
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "# - name: Load Maven\n# ansible.builtin.include_role:\n# name: common\n# tasks_from: maven\n#\n# - name: Install MySQL Client\n# ansible.builtin.dnf:\n# name: mysql\n# state: installed\n#\n# - name: Load SQL File\n# ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2481, "all_permissive": false }
ansible_role
surajmandalcell/automation-final-terraform-ansible
1fe874b7b55291a81e9ae749ba9aff3c15f23a17
1
ansible/roles/datadisk-n01537188
4,697
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-n01537188/tasks/main.yml", "content": "---\n- name: Create a partition\n parted:\n device: \"{{ item.device }}\"\n number: \"{{ item.number }}\"\n state: present\n part_start: \"{{ item.part_start }}\"\n part_end: \"{{ item.part_end }}\"\n loop: \"{{ diskde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 954, "all_permissive": false }
ansible_role
surajmandalcell/automation-final-terraform-ansible
1fe874b7b55291a81e9ae749ba9aff3c15f23a17
1
ansible/roles/profile-n01537188
4,697
[ "no_license" ]
[ { "path": "ansible/roles/profile-n01537188/tasks/main.yml", "content": "---\n- name: append first line to the /etc/profile file \n blockinfile:\n path: \"{{ text_path }}\"\n block: |\n #This is a test block added by Ansible…… {{ ansible_hostname }}\n export TMOUT=1500\n...", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
surajmandalcell/automation-final-terraform-ansible
1fe874b7b55291a81e9ae749ba9aff3c15f23a17
1
ansible/roles/user-n01537188
4,697
[ "no_license" ]
[ { "path": "ansible/roles/user-n01537188/vars/main.yml", "content": "---\nusers:\n - groups: \"cloudadmins,wheel\"\n username: user100\n state: present\n\n - groups: \"cloudadmins,wheel\"\n username: user200\n state: present\n\n - groups: \"cloudadmins,wheel\"\n username: user300\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
surajmandalcell/automation-final-terraform-ansible
1fe874b7b55291a81e9ae749ba9aff3c15f23a17
1
ansible/roles/webserver-n01537188
4,697
[ "no_license" ]
[ { "path": "ansible/roles/webserver-n01537188/tasks/main.yml", "content": "---\n- name: Install Apache web service\n yum:\n name: \"{{ package }}\"\n state: present\n notify: \n - restart_httpd\n\n- name: copy hostname to apache\n shell: | \n echo $HOSTNAME > index.html \n cp index.html /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 543, "all_permissive": false }