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 | ZetIxzet/sys-diplom | 115a548d39a5d7254b94d31d13dd45e987e3032a | 0 | diplom/ansible/roles/filebeat | 7,710 | [
"no_license"
] | [
{
"path": "diplom/ansible/roles/filebeat/tasks/main.yml",
"content": "---\n- name: ping server\n ping:\n\n- name: install gnupg, apt-transport-https\n apt:\n name:\n - apt-transport-https\n - gnupg\n state: present\n\n- name: Get filebeat 7.17.14\n ansible.builtin.get_url:\n url: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | ZetIxzet/sys-diplom | 115a548d39a5d7254b94d31d13dd45e987e3032a | 0 | diplom/ansible/roles/kibana | 7,710 | [
"no_license"
] | [
{
"path": "diplom/ansible/roles/kibana/tasks/main.yml",
"content": "---\n- name: ping server\n ping:\n\n- name: update apt cache\n apt:\n update_cache: yes\n\n- name: install gnupg, apt-transport-https\n apt:\n name:\n - apt-transport-https\n - gnupg\n state: present\n\n- name: Get kib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | twneale/california-mysql-vagrant | 2a8452170c38ecaf6d56c08597f12df11a3ec0c0 | 0 | ansible/roles/mysql | 7,710 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Mysql package\n apt: name={{ item }} state=installed\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Stop Mysql\n service: name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | netbeast/stack-deployment | 300b9f63485dda63d18ab8f5b5655ca4d894f210 | 5 | roles/common | 7,710 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Updating\n apt: update_cache=yes\n\n- name: Set up iptables rules\n copy: src=iptables-save dest=/etc/iptables\n notify: restart iptables\n\n- name: Install Node.js and NPM\n apt: name={{ item }} state=present\n with_items:\n - nodejs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | netbeast/stack-deployment | 300b9f63485dda63d18ab8f5b5655ca4d894f210 | 5 | roles/nb-web | 7,710 | [
"no_license"
] | [
{
"path": "roles/nb-web/tasks/main.yml",
"content": "---\n- name: Creates the directory for the web server\n file: path=/home/ubuntu/deploy/server state=directory\n\n#- name: Install dependencies\n# npm: path=/app/location\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | netbeast/stack-deployment | 300b9f63485dda63d18ab8f5b5655ca4d894f210 | 5 | roles/nginx | 7,710 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=present\n\n- name: Copy nginx configuration for netbeast-website\n template: src=netbeast dest=/etc/nginx/sites-enabled/netbeast\n\n- name: Copy certs (chain)\n copy: src=/Users/fcojriosbello/Documents/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | netbeast/stack-deployment | 300b9f63485dda63d18ab8f5b5655ca4d894f210 | 5 | roles/phussion-passenger | 7,710 | [
"no_license"
] | [
{
"path": "roles/phussion-passenger/handlers/main.yml",
"content": "---\n- name: validate configuration phussion-passenger\n command: passenger-config validate-install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/phussion-passenger/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | sureshthoppay/demo_api | fcdcb37aaf80318ae0253dd356277ddf1d796311 | 0 | roles/api_demo | 7,712 | [
"no_license"
] | [
{
"path": "roles/api_demo/vars/main.yml",
"content": "---\n# vars file for api_demo\n\nontap_cluster_hostname: '10.61.180.100'\nontap_cluster_username: 'admin'\nontap_cluster_password: '{{ lookup(\"ansible.builtin.env\", \"ONTAP_PASSWORD\") }}'\nontap_platformtype: 'AFF'\n\nsvm_name: 'Demo'\nnode1_aggregate... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 24854,
"all_permissive": false
} |
ansible_role | ravenawk/tower_venvs | e667ef76f0a4923b1fa54470f62185fc22f8e482 | 1 | roles/manage_venvs | 7,712 | [
"no_license"
] | [
{
"path": "roles/manage_venvs/tasks/main.yml",
"content": "---\n- name: include creation of parent directory and addint to tower (if needed)\n include: manage_venv_parent.yml\n when: venvs_parent_dir not in tower_info.json.CUSTOM_VENV_PATHS\n\n- name: Create virtual environment\n include: create_venv.yml... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2006,
"all_permissive": false
} |
ansible_role | MikelPan/Devops | 182e7691b650fc4e46fa3819c141e03515eb5e02 | 1 | deploy-ansible/kubernetes/roles/down | 7,712 | [
"permissive"
] | [
{
"path": "deploy-ansible/kubernetes/roles/down/tasks/down_binary.yml",
"content": "---\r\n\r\nkubernetes:\r\n - name: kubernetes\r\n version: 1.12.5\r\n tag_name: kubernetes-server-linux-amd64.tar.gz\r\n url_v1.12.5: https://storage.googleapis.com/kubernetes-release/release/v1.12.5/kubernetes-ser... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6412,
"all_permissive": true
} |
ansible_role | MikelPan/Devops | 182e7691b650fc4e46fa3819c141e03515eb5e02 | 1 | deploy-ansible/kubernetes/roles/mysql | 7,712 | [
"permissive"
] | [
{
"path": "deploy-ansible/kubernetes/roles/mysql/templates/my.cnf.j2",
"content": "[client]\r\nport = 3306\r\nsocket =/data/mysql/run/mysql.sock\r\n\r\n[mysql]\r\nprompt=\"\\u@aliyun\\R:\\m:\\s [\\d]> \" # XXXX主机名\r\nno-auto-rehash\r\nsocket=/data/mysql/run/mysql.sock\r\n\r\n[mysqld]\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8998,
"all_permissive": true
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | ansible_project/roles/backend | 7,712 | [
"no_license"
] | [
{
"path": "ansible_project/roles/backend/tasks/properties.yml",
"content": "---\n- include_vars: vars.yml\n\n- name: 1. Update hibernate.properties - URL\n lineinfile:\n path: /var/lib/tomcat9/webapps/ROOT/WEB-INF/classes/hibernate.properties\n regexp: '^(hibernate.connection.url=jdbc:postgresql\\:\\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3771,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | ansible_project/roles/frontend | 7,712 | [
"no_license"
] | [
{
"path": "ansible_project/roles/frontend/templates/.env.j2",
"content": "REACT_APP_API_BASE_URL=\"http://{{ backend_ip }}:8080\"\nbackend_ip: {{ backend_ip }}\nfrontend_ip: {{ frontend_ip }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3531,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | ansible_project/roles/mongo | 7,712 | [
"no_license"
] | [
{
"path": "ansible_project/roles/mongo/vars/vars.yml",
"content": "---\nmongodb_version: \"6.0\"\nmongo_database: schedules\nmongo_admin_user: admin\nmongo_admin_password: <PASSWORD>\nmongo_admin_database: admin\nmongo_admin_role: userAdminAnyDatabase\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3096,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | ansible_project/roles/redis | 7,712 | [
"no_license"
] | [
{
"path": "ansible_project/roles/redis/vars/vars.yml",
"content": "---\nredis_package: redis-server\nredis_daemon: redis-server\nredis_conf_dir_mode: 02770\nredis_conf_path: /etc/redis/redis.conf\nredis_conf_mode: 0640\nredis_bind_interface: 0.0.0.0\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | prometheus/ansible_prometheus/roles/alertmanager | 7,712 | [
"no_license"
] | [
{
"path": "prometheus/ansible_prometheus/roles/alertmanager/tasks/main.yml",
"content": "---\n- name: 1. Update APT package cache\n apt:\n update_cache: yes\n\n- name: 2. Creating Alertmanager user group\n group: \n name: \"{{ groupId }}\"\n become: true\n\n- name: 3. Creating Alertmanager user\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1781,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | prometheus/ansible_prometheus/roles/grafana | 7,712 | [
"no_license"
] | [
{
"path": "prometheus/ansible_prometheus/roles/grafana/vars/main.yml",
"content": "grafana_ip: \"{{ hostvars[groups['tag_Name_prometheus'][0]].ansible_host }}\"\nprometheus_ip: \"{{ hostvars[groups['tag_Name_prometheus'][0]].ansible_host }}\"\nalertmanager_ip: \"{{ hostvars[groups['tag_Name_prometheus'][0]]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6558,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | prometheus/ansible_prometheus/roles/nginx_exporter | 7,712 | [
"no_license"
] | [
{
"path": "prometheus/ansible_prometheus/roles/nginx_exporter/handlers/main.yml",
"content": "- name: restart nginx_exporter\n systemd:\n name: nginx_exporter\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "prometheus/ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | prometheus/ansible_prometheus/roles/node_exporter | 7,712 | [
"no_license"
] | [
{
"path": "prometheus/ansible_prometheus/roles/node_exporter/tasks/main.yml",
"content": "---\n- name: 1. Creating node_exporter user group\n group: name=\"{{ groupId }}\"\n become: true\n\n- name: 2. Creating node_exporter user\n user:\n name: \"{{userId}}\"\n group: \"{{groupId}}\"\n system: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | annasever/internship | e17df755d467a7c19b6ee04dac1a1f9170a504c3 | 0 | prometheus/ansible_prometheus/roles/prometheus | 7,712 | [
"no_license"
] | [
{
"path": "prometheus/ansible_prometheus/roles/prometheus/files/alertrules.yml",
"content": "groups:\n - name: alert.rules\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 1m\n labels:\n severity: \"critical\"\n annotations:\n summary: \"Endpoint... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6520,
"all_permissive": false
} |
ansible_role | dynatrace-ace/ace-box-ext-sample-script | 316fc42314fbd13a2fc78a7bbce223e242f51152 | 0 | roles/my-use-case | 7,712 | [
"no_license"
] | [
{
"path": "roles/my-use-case/tasks/main.yml",
"content": "---\n- include_role:\n name: \"dt-oneagent-classic\"\n\n- name: \"Ansible | List all known variables and facts\"\n debug:\n var: hostvars[inventory_hostname] \n\n- name: Run a script\n ansible.builtin.script: \"{{ role_path }}/files/myscrip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | chetanpjain/terraform-ansible-openldap | a96a7bbcf1122379709d6c4fa00d8da5df660c52 | 1 | terraform_ansible/ansible/roles/common | 7,712 | [
"no_license"
] | [
{
"path": "terraform_ansible/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install SSSD, LDAP and related stuff\n yum: pkg={{ item }} state=installed\n with_items:\n - sssd\n - authconfig\n - sssd-client\n - openldap\n - openldap-clients\n - openldap-devel\n - autof... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4503,
"all_permissive": false
} |
ansible_role | chetanpjain/terraform-ansible-openldap | a96a7bbcf1122379709d6c4fa00d8da5df660c52 | 1 | terraform_ansible/ansible/roles/master | 7,712 | [
"no_license"
] | [
{
"path": "terraform_ansible/ansible/roles/master/vars/CentOS.yml",
"content": "---\nopenldap_confdir: /etc/openldap\nopenldap_user: ldap\nopenldap_group: ldap\nopenldap_datadir: /var/openldap-data\nopenldap_db_engine: hdb\nopenldap_modsdir:\nslapd_exec: /usr/local/libexec/slapd\nslapd_pidfile: /var/run/ope... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5816,
"all_permissive": false
} |
ansible_role | chetanpjain/terraform-ansible-openldap | a96a7bbcf1122379709d6c4fa00d8da5df660c52 | 1 | terraform_ansible/ansible/roles/slaves | 7,712 | [
"no_license"
] | [
{
"path": "terraform_ansible/ansible/roles/slaves/templates/rp.ldif.j2",
"content": "dn: olcDatabase={2}hdb,cn=config\nchangetype: modify\nadd: olcSyncRepl\nolcSyncRepl: rid=001\n provider={{ldap_master_url}}\n bindmethod=simple\n binddn={{replication_user_dn}}\n credentials={{repl_user_password}}\n se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2994,
"all_permissive": false
} |
ansible_role | markguillanbalilo/ansible | d828d9f47bf657086fc10d0f865316eafb16eb8a | 0 | roles/backend | 7,712 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "---\n# tasks file for backend\n\n- name: Install apache2\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apache2\n - libapache2-mod-php\n\n- name: create /tmp/befiles\n file:\n path: /tmp/befiles\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1165,
"all_permissive": false
} |
ansible_role | markguillanbalilo/ansible | d828d9f47bf657086fc10d0f865316eafb16eb8a | 0 | roles/common | 7,712 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n- name: Update packages\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Copy sshd_config file\n copy:\n src: \"{{ sshd_config_filepath }}\"\n dest: /etc/ssh/sshd_config\n backup: yes\n\n- name: Copy p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | markguillanbalilo/ansible | d828d9f47bf657086fc10d0f865316eafb16eb8a | 0 | roles/createuser | 7,712 | [
"no_license"
] | [
{
"path": "roles/createuser/tasks/main.yml",
"content": "---\n\n#- name: Add the user 'ansible' with a specific uid and a primary group of 'adm'\n# ansible.builtin.user:\n# name: ansible\n# comment: ansible\n# uid: 1042\n# shell: /bin/bash\n# groups: adm,sudo\n# append: yes\n\n\n- name: A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | markguillanbalilo/ansible | d828d9f47bf657086fc10d0f865316eafb16eb8a | 0 | roles/frontend | 7,712 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "---\n# tasks file for frontend\n\n- name: Install apache2, mysql-client, php\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apache2\n - libapache2-mod-php\n - mysql-client\n - php\n\n- name: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1462,
"all_permissive": false
} |
ansible_role | redpuma/ansible-vagrant-centos-testbed | db9e4145684f76ed95fd295498be30e4b3ee86fb | 0 | provisioning/ansible/roles/ansible | 7,712 | [
"permissive"
] | [
{
"path": "provisioning/ansible/roles/ansible/tasks/main.yml",
"content": "---\n\n# - name: Install software-properties-common in order to manage the repositories that you install software from.\n# apt: name=software-properties-common state=present update_cache=yes\n\n# - name: Add Ansible PPA\n# apt_re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": true
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/check-hosts-names | 7,712 | [
"no_license"
] | [
{
"path": "roles/check-hosts-names/tasks/main.yaml",
"content": "---\n- name: test node_name\n assert:\n that:\n ansible_fqdn == inventory_hostname\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/compliance-checks | 7,712 | [
"no_license"
] | [
{
"path": "roles/compliance-checks/tasks/check_variables.yaml",
"content": "---\n- name: Check delete_previous_k8s_install variable\n fail:\n msg: \"Variable delete_previous_k8s_install is set to {{ delete_previous_k8s_install }} ! Supported values are : True, False\"\n when: (delete_previous_k8s_insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2601,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/connexion-to-hosts | 7,712 | [
"no_license"
] | [
{
"path": "roles/connexion-to-hosts/tasks/main.yaml",
"content": "---\n- name: Validate host connexion\n ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 44,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/install-kubectl | 7,712 | [
"no_license"
] | [
{
"path": "roles/install-kubectl/defaults/main.yaml",
"content": "---\nkubernetes_release: 1.18.3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/install-kubectl/tasks/main.yaml",
"content": "---\n- name: Install kubectl\n get_url:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/install-runtimes | 7,712 | [
"no_license"
] | [
{
"path": "roles/install-runtimes/tasks/docker-debian-like.yaml",
"content": "- name: Install docker\n apt:\n name: docker-ce\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/install-runtimes/ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/populate_etc_hosts | 7,712 | [
"no_license"
] | [
{
"path": "roles/populate_etc_hosts/defaults/main.yaml",
"content": "---\npopulate_etc_hosts: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/populate_etc_hosts/tasks/main.yaml",
"content": "---\n- name: Configure /etc/hosts\n lin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/post-scripts | 7,712 | [
"no_license"
] | [
{
"path": "roles/post-scripts/templates/monitoring.yaml.j2",
"content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: monitoring\n---\napiVersion: apps/v1\nkind: DaemonSet\nmetadata:\n name: node-exporter\n namespace: monitoring\n labels:\n app: node-exporter\nspec:\n selector:\n match... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 198709,
"all_permissive": false
} |
ansible_role | pierrevillard/agorakube-minimal | 3997a95c72742e3d728838078e52615a1dcbce35 | 0 | roles/setup-etcd | 7,712 | [
"no_license"
] | [
{
"path": "roles/setup-etcd/tasks/setup-etcd.yaml",
"content": "---\n- name: Download etcd binaries\n unarchive:\n src: https://github.com/etcd-io/etcd/releases/download/{{ etcd_release }}/etcd-{{ etcd_release }}-linux-amd64.tar.gz\n dest: /usr/bin\n remote_src: yes\n creates: /usr/bin/etcd-{{ ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3168,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/apigateway | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/apigateway/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/cli | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/cli/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3242,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/cli-install | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/cli-install/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/controller | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/controller/templates/config.j2",
"content": "include classpath(\"application.conf\")\n\n# Specify any custom config here. For example\n# whisk {\n# metrics {\n# prometheus-enabled = true\n# }\n# }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 27758,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/couchdb | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/couchdb/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6577,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/elasticsearch | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses th... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6530,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/etcd | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2452,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/invoker | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/invoker/tasks/clean.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 28038,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/kafka | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka/tasks/clean.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6702,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/mongodb | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/nginx | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/clean.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11114,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/prereq | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/prereq/tasks/main.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3489,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/redis | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1678,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/routemgmt | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/routemgmt/files/installRouteMgmt.sh",
"content": "#!/bin/bash\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7360,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/schedulers | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/schedulers/tasks/main.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this fi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 23711,
"all_permissive": false
} |
ansible_role | apache/openwhisk | 0f48cd5b32adc3867df57e0f3ad8f5acd9ea9d8e | 6,660 | ansible/roles/zookeeper | 7,712 | [
"no_license"
] | [
{
"path": "ansible/roles/zookeeper/tasks/deploy.yml",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2832,
"all_permissive": false
} |
ansible_role | mohadoop/mysql_ha | 64189ef35f6f427a9c176417ec94c3057b10dde3 | 3 | roles/install_ha_mysql | 7,712 | [
"no_license"
] | [
{
"path": "roles/install_ha_mysql/templates/backup_user_creation.ddl.j2",
"content": "create database if not exists test_db DEFAULT CHARACTER SET utf8;\n\nCREATE USER 'backup'@'{{master[0]].ansible_hostname|lower}} IDENTIFIED BY '{{ mysql_backup_user_pass }}';\nGRANT SELECT, SHOW VIEW, RELOAD, REPLICATION C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5824,
"all_permissive": false
} |
ansible_role | AhmedAlFeQy/test | b38b8b5426e49bbbf9ec4c8a47728d18e5927cdd | 0 | .circleci/ansible/roles/configure-server | 7,712 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n# - name: Install Python\n# raw: apt -y update && apt install -y python-minimal\n# when: check_python.rc != 0\n \n# - name: \"update apt packages.\"\n# apt:\n# update_cache: yes\n\n# - name: \"upgrade packages\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | AhmedAlFeQy/test | b38b8b5426e49bbbf9ec4c8a47728d18e5927cdd | 0 | .circleci/ansible/roles/deploy | 7,712 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n# npm and pm2 should be already installed \"configure-server\" role\n\n- name: \"Create a directory\"\n file:\n path: ~/backendapp\n state: directory\n mode: '0755'\n\n- name: \"unzipping\"\n unarchive:\n src: artifact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | oci-sunbird/govstack-sandbox-infra-oci | 9c16b2470a72f18655513815c5652d6384a05ff1 | 0 | ansible/govstack/iac/roles/usct_deploy | 7,712 | [
"permissive"
] | [
{
"path": "ansible/govstack/iac/roles/usct_deploy/tasks/common.yaml",
"content": "- name: \"Copy deployment check script\"\n copy:\n src: \"check_deployment.sh\"\n dest: \"/root/check_deployment.sh\"\n mode: \"0755\"\n\n- name: Create a k8s namespace\n kubernetes.core.k8s:\n name: \"{{item}}\"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13670,
"all_permissive": true
} |
ansible_role | oci-sunbird/govstack-sandbox-infra-oci | 9c16b2470a72f18655513815c5652d6384a05ff1 | 0 | ansible/govstack/iac/roles/usct_undeploy | 7,712 | [
"permissive"
] | [
{
"path": "ansible/govstack/iac/roles/usct_undeploy/defaults/main.yaml",
"content": "istio_version: 1.18.2",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 21
},
{
"path": "ansible/govstack/iac/roles/usct_undeploy/tasks/main.yaml",
"conte... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 972,
"all_permissive": true
} |
ansible_role | elisdnru/cluster | 395b71030ca26f5aacaddf3bde37bf5dbe970131 | 2 | roles/docker | 7,712 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/docker.yml",
"content": "---\n- name: Dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: GPG key\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | elisdnru/cluster | 395b71030ca26f5aacaddf3bde37bf5dbe970131 | 2 | roles/swap | 7,712 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yml",
"content": "---\n- name: Check if swap file exists\n stat:\n path: \"{{ swap_file }}\"\n register: swap_file_check\n\n- name: Swap file\n command: fallocate -l {{ swap_size }} {{ swap_file }}\n when: not swap_file_check.stat.exists\n\n- name: P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | elisdnru/cluster | 395b71030ca26f5aacaddf3bde37bf5dbe970131 | 2 | roles/swarm-manager | 7,712 | [
"no_license"
] | [
{
"path": "roles/swarm-manager/tasks/swarm.yml",
"content": "---\n- name: Swarm manager\n docker_swarm:\n advertise_addr: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:2377\"\n state: present\n register: swarm_init_result\n\n- name: Worker join token\n se... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | procrypt/ansible-automation | 2421b714a04f544e86cd2793e77efdf7f828db14 | 2 | roles/manage-confluence-space | 7,713 | [
"no_license"
] | [
{
"path": "roles/manage-confluence-space/tasks/main.yml",
"content": "---\n- name: Fail when source username or password is not set\n fail: msg=\"This role requires source_confluence_site_username and source_confluence_site_password to be set and non empty\"\n when:\n - (source_confluence_site_username... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2508,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/apps | 7,713 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n- name: Install packages - base\n pacman:\n name: \"{{ packages.base }}\"\n state: present\n\n- name: Install packages - tools\n pacman:\n name: \"{{ packages.tools }}\"\n state: present\n\n- name: Install packages - apps\n pacman:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/audio | 7,713 | [
"no_license"
] | [
{
"path": "roles/audio/tasks/main.yml",
"content": "---\n- name: Install PulseAudio\n pacman:\n name: pulseaudio,pulseaudio-alsa\n state: present\n\n# e.g. nice \"mute on unplug\" behaviour\n- name: Switch output to newly connected devices\n lineinfile:\n dest: /etc/pulse/default.pa\n line: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/backlight | 7,713 | [
"no_license"
] | [
{
"path": "roles/backlight/tasks/main.yml",
"content": "---\n- name: Install light package (backlight control)\n pacman:\n name: light\n state: present\n\n- name: Add user to video group (required for backlight control)\n user:\n name: \"{{ user.name }}\"\n groups: video\n append: yes\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/base | 7,713 | [
"no_license"
] | [
{
"path": "roles/base/tasks/packages.yml",
"content": "---\n- name: Use all cores when compressing packages\n lineinfile:\n dest: /etc/makepkg.conf\n regexp: \"^COMPRESSXZ\"\n line: \"COMPRESSXZ=(xz -c -z - --threads=0)\"\n\n- name: Install universal base system packages\n pacman:\n name: \"{{... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 7118,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/boot | 7,713 | [
"no_license"
] | [
{
"path": "roles/boot/templates/loader.conf.j2",
"content": "# {{ ansible_managed }}\ntimeout 0\ndefault {{ default_entry }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/boot/tasks/main.yml",
"content": "---\n- name: Install Linux\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2192,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/containers | 7,713 | [
"no_license"
] | [
{
"path": "roles/containers/templates/subxid.j2",
"content": "{{ username }}:{{ start_id }}:{{ id_amount }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/containers/tasks/main.yml",
"content": "---\n- name: Install podman\n pacman:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/gc-controller | 7,713 | [
"no_license"
] | [
{
"path": "roles/gc-controller/tasks/main.yml",
"content": "---\n- name: Install udev rule for using GameCube controllers as non-root\n copy:\n src: 51-gcadapter.rules\n dest: /etc/udev/rules.d/51-gcadapter.rules\n notify:\n - reload udev rules\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/input-ja | 7,713 | [
"no_license"
] | [
{
"path": "roles/input-ja/tasks/main.yml",
"content": "---\n- name: Install SKK for IBus\n pacman:\n name: ibus-skk,skk-jisyo\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | raehik/spark-raehik-new | 58e4522d443ee24fd60ecf65bc4ee888e1e17cf7 | 0 | roles/steam | 7,713 | [
"no_license"
] | [
{
"path": "roles/steam/tasks/main.yml",
"content": "---\n- name: Install Steam\n pacman:\n name: steam\n state: present\n\n- name: Install Steam font (UI looks bad without)\n pacman:\n name: ttf-liberation\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | sudosausage/NXOS_EVPN | f1f37e132ab1189f6f10664ecc4b11cdcd88e87d | 0 | roles/Interfaces | 7,713 | [
"no_license"
] | [
{
"path": "roles/Interfaces/templates/interfaces.j2",
"content": "{% set device = hostvars[inventory_hostname] %}\n\n{% for ifd, interface in device.interfaces.items() %}\ninterface {{ ifd }}\n{% if interface.type is defined and 'routed' in interface.type %}\n no switchport\n ip address {{ interface.ipv4 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | sudosausage/NXOS_EVPN | f1f37e132ab1189f6f10664ecc4b11cdcd88e87d | 0 | roles/VXLAN | 7,713 | [
"no_license"
] | [
{
"path": "roles/VXLAN/tasks/main.yml",
"content": "---\n- name: Templating VXLAN Config\n template:\n src: vxlan.j2\n dest: \"./config_files/VXLAN_config/{{ inventory_hostname }}.conf\"\n\n- name: Pushing VXLAN Config\n nxos_config:\n provider: \"{{ nxos_provider }}\"\n src: \"./config_files/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1943,
"all_permissive": false
} |
ansible_role | sudosausage/NXOS_EVPN | f1f37e132ab1189f6f10664ecc4b11cdcd88e87d | 0 | roles/common | 7,713 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Templating Base Config\n template:\n src: base_conf.j2\n dest: \"./config_files/Base_config/{{ inventory_hostname }}.conf\"\n\n- name: Pushing Base Config\n nxos_config:\n provider: \"{{ nxos_provider }}\"\n src: \"./config_file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | sudosausage/NXOS_EVPN | f1f37e132ab1189f6f10664ecc4b11cdcd88e87d | 0 | roles/eBGP-Underlay | 7,713 | [
"no_license"
] | [
{
"path": "roles/eBGP-Underlay/templates/bgp.j2",
"content": "{% set device = hostvars[inventory_hostname] %}\n\nfeature bgp\nfeature bfd\nrouter bgp {{ device.asn }}\n router-id {{ device.interfaces.loopback0.ipv4 }}\n address-family ipv4 unicast\n maximum-paths 4\n{% for networks in device.bgp_networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | joshuaselvam/ansible-test | 4775dbfd10e4b60576967dbe538faf5c67f7a121 | 0 | roles/basic | 7,713 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "- name: \"install Icinga client\"\n apt: pkg={{ item }} state=present\n with_items:\n - openssl \n - nagios-nrpe-server\n - nagios-plugins\n - nagios-plugins-basic \n - nagios-plugins-standard\n\n- name: \"Install net-tools\"\n apt: pkg=net-tools ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/gitlab | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab/tasks/main.yml",
"content": "---\n - name: Install docker and node-exporter\n become: true\n apt:\n name:\n - docker.io\n - prometheus-node-exporter\n state: present\n update-cache: yes\n\n - name: export var\n become: true\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/gitlab_runner | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab_runner/tasks/main.yml",
"content": "---\n - name: Install docker and node-exporter\n become: true\n apt:\n name:\n - docker.io\n - prometheus-node-exporter\n state: present\n update-cache: yes\n\n - name: Install gitlab runner\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/monitoring | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "---\n - name: Reading config\n become: true\n include_vars:\n file: config.yml\n name: config\n\n - name: Install common parts of the monitoring stack\n become: true\n apt:\n name: \"{{ item }}\"\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2227,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/mysql | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: Add variables\n include_vars: \"vars.yml\"\n- name: Install node-exporter\n apt: \n name: \n - prometheus-node-exporter\n state: present\n update_cache: yes\n- name: Install the mysql packages\n apt: \n name:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4523,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/nginx | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n \n - name: Reading config\n become: true\n include_vars:\n file: config.yml\n name: config\n - name: Install node-exporter\n become: true\n apt: \n name: \n - prometheus-node-exporter\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6430,
"all_permissive": false
} |
ansible_role | Andrey-Medvedtsev/netology-diplom | 74a406dfd14b287cbee29eada1d6f9df8ece0432 | 0 | ansible/roles/wordpress | 7,713 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/vars/default.yml",
"content": "\n---\n#System Settings\nphp_modules: [ 'php-curl', 'php-gd', 'php-mbstring', 'php-xml', 'php-xmlrpc', 'php-soap', 'php-intl', 'php-zip' ]\n\n#MySQL Settings\nmysql_db_host: \"192.168.10.25\"\nmysql_root_password: \"<PASSWORD>\"\nmysql_db: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2914,
"all_permissive": false
} |
ansible_role | jobcher/ansible-batch | 3520c25462e3a9150be8764c29bfb8541f6a1af1 | 0 | roles/asset_discovery | 7,713 | [
"no_license"
] | [
{
"path": "roles/asset_discovery/tasks/main.yml",
"content": "---\n- name: 收集系统基本信息\n raw: |\n echo \"=== 系统信息 ===\"\n uname -a\n echo \"=== 操作系统信息 ===\"\n cat /etc/os-release 2>/dev/null || cat /etc/redhat-release 2>/dev/null || echo \"无法获取系统信息\"\n echo \"=== 内核版本 ===\"\n uname -r\n e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5391,
"all_permissive": false
} |
ansible_role | jobcher/ansible-batch | 3520c25462e3a9150be8764c29bfb8541f6a1af1 | 0 | roles/network_scanner | 7,713 | [
"no_license"
] | [
{
"path": "roles/network_scanner/tasks/main.yml",
"content": "---\n- name: Gather facts for localhost\n setup:\n delegate_to: localhost\n tags: [network, discovery]\n\n- name: 检查nmap是否安装\n command: which nmap\n register: nmap_check\n ignore_errors: true\n tags: [network, discovery]\n\n- name: 安装nmap ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2773,
"all_permissive": false
} |
ansible_role | jobcher/ansible-batch | 3520c25462e3a9150be8764c29bfb8541f6a1af1 | 0 | roles/report_generator | 7,713 | [
"no_license"
] | [
{
"path": "roles/report_generator/tasks/main.yml",
"content": "---\n- name: 创建报告目录\n file:\n path: \"{{ report_path }}\"\n state: directory\n mode: '0755'\n delegate_to: localhost\n tags: [report, setup]\n\n- name: 获取当前时间戳\n raw: date +%s\n register: timestamp\n delegate_to: localhost\n tags... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 17432,
"all_permissive": false
} |
ansible_role | 7ephiroth/ansible-rancher | 1e35bf1134b8d9292817d49c07c51ff96bafecb4 | 3 | roles/mysql_docker | 7,713 | [
"no_license"
] | [
{
"path": "roles/mysql_docker/tasks/main.yml",
"content": "\r\n---\r\n# tasks file for ansible-dockerized-wordpress\r\n- name: \"Launch database container\"\r\n become: yes\r\n docker_container:\r\n name: mysql\r\n image: mysql:{{ mysql_version }}\r\n detach: True\r\n env:\r\n MYSQL_ROOT_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | 7ephiroth/ansible-rancher | 1e35bf1134b8d9292817d49c07c51ff96bafecb4 | 3 | roles/wordpress_docker | 7,713 | [
"no_license"
] | [
{
"path": "roles/wordpress_docker/tasks/main.yml",
"content": "- name: Create a wordpress docker container\r\n become: yes\r\n docker_container:\r\n name: wordpress\r\n image: wordpress:{{ wordpress_version }}\r\n detach: True\r\n ports:\r\n - 80:80\r\n env:\r\n RANCHER_NETWORK: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | Alex-M-Lopes-Infnet/deploy_halltechnology | ffb32c1048e47d4f21f5385696f47806319cdb78 | 0 | roles/APPLICATION | 7,713 | [
"no_license"
] | [
{
"path": "roles/APPLICATION/tasks/main.yml",
"content": "---\n- name: Clonando o repositório do projeto\n ansible.builtin.git:\n repo: 'https://github.com/Alex-M-Lopes-Infnet/-halltechnology.com-.git'\n dest: /home/ec2-user/halltechnology\n\n- name: Subindo a aplicação\n command: sudo docker-compos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | Alex-M-Lopes-Infnet/deploy_halltechnology | ffb32c1048e47d4f21f5385696f47806319cdb78 | 0 | roles/AWS | 7,713 | [
"no_license"
] | [
{
"path": "roles/AWS/tasks/main.yml",
"content": "---\n- name: Executando script de criação do ambiente na AWS\n shell: /home/alex/Projetos/deploy_halltechnology/roles/AWS/tasks/AWS_Ambiente.sh\n register: result\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 162
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11379,
"all_permissive": false
} |
ansible_role | Alex-M-Lopes-Infnet/deploy_halltechnology | ffb32c1048e47d4f21f5385696f47806319cdb78 | 0 | roles/BASE | 7,713 | [
"no_license"
] | [
{
"path": "roles/BASE/tasks/main.yml",
"content": "---\n- name: upgrade all packages, excluding kernel & foo related packages\n yum:\n name: '*'\n state: latest\n exclude: kernel*,foo*\n\n- name: Instalando pip\n yum:\n name: python-pip\n state: latest\n\n- name: Instalando git\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | hadoop_setup_targz/roles/cdh5_hadoop_commons_tarball | 7,704 | [
"no_license"
] | [
{
"path": "hadoop_setup_targz/roles/cdh5_hadoop_commons_tarball/tasks/main.yml",
"content": "---\n\n# Creating a hadoop user.\n- include: user.yml\n\n# Installing Hadoop\n- include: install.yml\n\n# Configuring Hadoop.\n- include: configure.yml",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1865,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | hadoop_setup_targz/roles/post_install_setups | 7,704 | [
"no_license"
] | [
{
"path": "hadoop_setup_targz/roles/post_install_setups/tasks/main.yml",
"content": "---\n\n- include: create_hadoop_user.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "hadoop_setup_targz/roles/post_install_setups/tasks/create_hadoop_user.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | hadoop_setup_targz/roles/ssh_known_hosts | 7,704 | [
"no_license"
] | [
{
"path": "hadoop_setup_targz/roles/ssh_known_hosts/tasks/main.yml",
"content": "---\n\n# More on this can be found here. \n# https://juriansluiman.nl/article/151/managing-ssh-known-hosts-with-ansible\n\n - name: Make sure the known hosts file exists\n file: \"path={{ ssh_known_hosts_file }} state=touch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | hadoop_setup_targz/roles/ssh_password_less | 7,704 | [
"no_license"
] | [
{
"path": "hadoop_setup_targz/roles/ssh_password_less/tasks/main.yml",
"content": "---\n\n - name: Create a User `\"{{ hadoop_user }}\"` for all our Hadoop Modules.\n user: name={{ hadoop_user }} password={{ <PASSWORD> }}\n \n - name: Create a .ssh Directory.\n file: path=~/.ssh state=directory owne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/cdh5_hadoop_commons_tarball | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/cdh5_hadoop_commons_tarball/defaults/main.yml",
"content": "---\n# Static path for Hadoop \n#\nhadoop_version: hadoop-2.3.0-cdh5.1.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "infra_integration/roles/cdh5_h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1757,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/cdh5_hadoop_datanode | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/cdh5_hadoop_datanode/tasks/main.yml",
"content": "---\n \n - name: Creating Datanode Directory.\n file: path={{ item }} owner={{ hadoop_user }} group={{ hadoop_group }} state=directory\n with_items: hadoop_hdfs.dfs_dir_datanode\n \n - name: Creating Yarn Local Dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/cdh5_hadoop_namenode_active | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/cdh5_hadoop_namenode_active/tasks/main.yml",
"content": "---\n\n - name: Create `namenode` data directory\n file: path={{ item }}{{ hadoop_hdfs.dfs_dir_namenode }} owner={{ hadoop_user }} group={{ hadoop_group }} state=directory\n with_items: hadoop_hdfs.dfs_dir_parent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/cdh5_hadoop_resourcemgr | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/cdh5_hadoop_resourcemgr/tasks/main.yml",
"content": "---\n\n - name: Start Resource Manager.\n command: sh {{ common['soft_link_base_path'] }}/hadoop/sbin/yarn-daemon.sh start resourcemanager\n sudo: yes\n sudo_user: \"{{ hadoop_user }}\"\n\n - name: Start Job Hostor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/cdh5_hadoop_sec_namenode | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/cdh5_hadoop_sec_namenode/tasks/main.yml",
"content": "---\n\n - name: Create `secondary-namenode` data directory.\n file: path={{ item }}{{ hadoop_hdfs.dfs_dir_namenode }} owner={{ hadoop_user }} group={{ hadoop_group }} state=directory\n with_items: hadoop_hdfs.dfs_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/commons | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/commons/tasks/main.yml",
"content": "---\n - name: Update sysctl.conf on the server.\n template: src=sysctl.conf dest=/etc/sysctl.conf owner=root group=root backup=yes mode=0600\n\n - name: Update limits.conf on the server.\n template: src=limits.conf dest=/etc/sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1062,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.