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 | yoshik159753/setup-ubuntu | 4230ff385447b98c63cdbfdc97d2e563eb8106bf | 0 | roles/sshfs | 563 | [
"no_license"
] | [
{
"path": "roles/sshfs/tasks/main.yml",
"content": "- name: Install\n become: yes\n apt: name=sshfs state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | yoshik159753/setup-ubuntu | 4230ff385447b98c63cdbfdc97d2e563eb8106bf | 0 | roles/steam | 563 | [
"no_license"
] | [
{
"path": "roles/steam/tasks/main.yml",
"content": "- name: Install\n become: yes\n apt:\n name: steam\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | yoshik159753/setup-ubuntu | 4230ff385447b98c63cdbfdc97d2e563eb8106bf | 0 | roles/tmux | 563 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: Install\n become: yes\n apt: name=tmux state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | yoshik159753/setup-ubuntu | 4230ff385447b98c63cdbfdc97d2e563eb8106bf | 0 | roles/xpad | 563 | [
"no_license"
] | [
{
"path": "roles/xpad/meta/main.yml",
"content": "---\ndependencies:\n - { role: make-autostart-directory }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/xpad/tasks/main.yml",
"content": "- name: Install xpad\n become: yes\n apt:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | yoshik159753/setup-ubuntu | 4230ff385447b98c63cdbfdc97d2e563eb8106bf | 0 | roles/zip | 563 | [
"no_license"
] | [
{
"path": "roles/zip/tasks/main.yml",
"content": "- name: Install\n become: yes\n apt:\n name: ['zip', 'unzip']\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | ozgureroglu/ansible_glusterfs_setup | 49dcd12b01a5e78d311478c06f9e6f16a55242b0 | 0 | roles/disk | 563 | [
"no_license"
] | [
{
"path": "roles/disk/tasks/main.yml",
"content": "---\n\n- block:\n - name: create partition\n parted:\n device: \"{{ lvm_device_name }}\"\n number: 1\n flags: [ lvm ]\n state: present\n \n\n - name: Install lvm2 dependency\n package:\n name: lvm2\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | ozgureroglu/ansible_glusterfs_setup | 49dcd12b01a5e78d311478c06f9e6f16a55242b0 | 0 | roles/gluster | 563 | [
"no_license"
] | [
{
"path": "roles/gluster/tasks/main.yml",
"content": "---\n# install glusterfs and create a volume in /glusterfs\n\n- block:\n - name: Update repositories cache and install \"glusterfs-server\" package\n apt:\n name: glusterfs-server\n update_cache: yes\n\n - name: Update repositories cache a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/common | 563 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/main.yml",
"content": "---\n- name: Install git,\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - git\n - unzip\n - composer\n - libapache2-mod-php7.0\n - ruby\n - python-pip\n - python-dev\n\n- pip: name={{ item }}\n with_items:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-apache | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-apache/tasks/main.yml",
"content": "- name: Install Apache2\n apt:\n name: apache2\n state: latest\n register: apache2Installed\n\n- name: remove default conf from apache sites-enabled\n file:\n path: /etc/apache2/sites-enabled/000-default.conf\n state: absent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-apache-jena | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-apache-jena/tasks/main.yml",
"content": "---\n- name: download apache-jena-fuseki\n get_url:\n url: http://www-eu.apache.org/dist/jena/binaries/apache-jena-fuseki-{{fuseki_version}}.zip\n dest: /tmp/fuseki.zip\n\n- name: unzip apache-jena-fuseki\n unarchive:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1931,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-php | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-php/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - build-essential\n - python-setuptools\n - mysql-client\n - php7.0-mbstring\n - php-mysql\n - php-cli\n - php-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1717,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-ppt-search | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-ppt-search/tasks/main.yml",
"content": "---\n- file: path=/home/skosmos/srv/checkout mode=0755 state=directory\n\n- name: send key to remote deploy user\n copy: src=ppt-search dest=/home/skosmos/.ssh/priv_key_ppt_search mode=0600\n\n- name: checkout from bitbucket\n git: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-skosmos | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-skosmos/tasks/main.yml",
"content": "---\n- file: path=/home/skosmos/srv/checkout mode=0755 state=directory\n\n- name: send key to remote deploy user\n copy: src=keys/skosmos dest=/home/skosmos/.ssh/priv_key mode=0600\n\n- name: checkout from bitbucket\n git: repo=<EMAIL>:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/setup-user | 563 | [
"no_license"
] | [
{
"path": "provision/roles/setup-user/tasks/main.yml",
"content": "---\n- user:\n name: skosmos\n generate_ssh_key: yes\n shell: /bin/bash\n ssh_key_bits: 2048\n groups: \"sudo\"\n ssh_key_file: .ssh/id_rsa\n\n- name: Set authorized key took from file\n authorized_key:\n user: skosmos\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | devinit/skosmos | 5ebf4b059d869bf29e892a8929e149d3353b7935 | 0 | provision/roles/update | 563 | [
"no_license"
] | [
{
"path": "provision/roles/update/tasks/main.yml",
"content": "- name: Upate System\n apt:\n name: aptitude\n state: present\n # upgrade: yes\n update_cache: yes\n\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n\n- name: Run the equivalent of \"apt-get update\" a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | Narven/vagrant-lamp-ansible | 87704251e6956e11924691c803113e52af768e11 | 0 | provider/roles/database | 563 | [
"no_license"
] | [
{
"path": "provider/roles/database/tasks/mysql.yml",
"content": "---\n- name: instal mysql\n apt: name=mysql-server state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | Narven/vagrant-lamp-ansible | 87704251e6956e11924691c803113e52af768e11 | 0 | provider/roles/tools | 563 | [
"no_license"
] | [
{
"path": "provider/roles/tools/tasks/mc.yml",
"content": "---\n- name: Install Midnight Commander\n apt: name=mc state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "provider/roles/tools/templates/vimrc.j2",
"content": "set nocompa... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6166,
"all_permissive": false
} |
ansible_role | Narven/vagrant-lamp-ansible | 87704251e6956e11924691c803113e52af768e11 | 0 | provider/roles/webserver | 563 | [
"no_license"
] | [
{
"path": "provider/roles/webserver/handlers/main.yml",
"content": "---\n- name: reload apache\n service: name=apache2 state=reloaded\n\n- name: reload mysql\n service: name=mysql state=reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | kevinpgrant/ansible_demo | 40aecf67650582c027c243f478742cbbd5daf0b8 | 0 | playbooks/roles/jenkins | 563 | [
"no_license"
] | [
{
"path": "playbooks/roles/jenkins/templates/Makefile.j2",
"content": ".PHONY: jenkins down jobs seed clean git\n\njenkins:\n\tdocker pull jenkins/jenkins:lts\n\tdocker-compose up -d --build jenkins\n\ndown:\n\tdocker-compose down\n\njobs: seed\n\tjava -jar jenkins-cli.jar -noKeyAuth -s http://localhost:808... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2656,
"all_permissive": false
} |
ansible_role | candicenulud/ansible_team_b | d34f8f725d2d56dde53303af880c7457e307fc64 | 0 | roles/create_file | 563 | [
"no_license"
] | [
{
"path": "roles/create_file/tasks/main.yml",
"content": "- name: Clone Git\n git:\n repo: \"{{ var_repo }}\"\n dest: /u01/devops_bootcamp\n clone: yes\n update: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | candicenulud/ansible_team_b | d34f8f725d2d56dde53303af880c7457e307fc64 | 0 | roles/role1 | 563 | [
"no_license"
] | [
{
"path": "roles/role1/tasks/main.yml",
"content": "- name: Create a file\n file:\n path: \"{{ role1_path }}\"\n state: touch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | candicenulud/ansible_team_b | d34f8f725d2d56dde53303af880c7457e307fc64 | 0 | roles/role2 | 563 | [
"no_license"
] | [
{
"path": "roles/role2/tasks/main.yml",
"content": "- name: Clone \n git:\n repo: \"{{ role2_repo }}\"\n dest: \"{{ role2_dest }}\"\n clone: yes\n update: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | candicenulud/ansible_team_b | d34f8f725d2d56dde53303af880c7457e307fc64 | 0 | roles/role3 | 563 | [
"no_license"
] | [
{
"path": "roles/role3/tasks/main.yml",
"content": "- name: Copy directory\n copy:\n src: \"{{ role3_src }}\"\n dest: /tmp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | stevemcquaid/ansible-lamp | b2e7cf61652c75cc0b235fa3e8169e0730b72f55 | 0 | roles/apache | 563 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/install.yml",
"content": "---\n\n- name: install apache\n apt: name=apache2 state=latest update_cache=true\n notify: start apache\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | stevemcquaid/ansible-lamp | b2e7cf61652c75cc0b235fa3e8169e0730b72f55 | 0 | roles/mysql | 563 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/mysql_secure_installation.yml",
"content": "---\n\n- name: create mysql root pass\n command: /usr/bin/openssl rand -base64 16\n register: mysql_root_passwd\n\n- name: update mysql root passwd\n mysql_user: name=root host={{ item }} password={{ mysql_root_passwd.stdout }} \n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | stevemcquaid/ansible-lamp | b2e7cf61652c75cc0b235fa3e8169e0730b72f55 | 0 | roles/php | 563 | [
"no_license"
] | [
{
"path": "roles/php/tasks/install.yml",
"content": "---\n\n- name: install php 5\n apt: name={{ item }} state=latest\n with_items:\n - php5\n - php5-cgi\n - php5-cli\n - php5-curl\n - php5-json\n - php5-odbc\n - php5-tidy\n - php5-common\n - php5-sqlite\n - php5-xmlrpc\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | piraguacoja/immfly-debian-deploy | 4f5ea9a7422619d40ca1bdc0d770754d102ed5fc | 0 | roles/backend | 563 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: Create Docker network\n docker_network:\n name: web_network\n state: present\n\n- name: Copy backend Python script to VM\n copy:\n src: ../../roles/backend/files/backend.py\n dest: /root/backend.py\n remote_src: no\n force: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | piraguacoja/immfly-debian-deploy | 4f5ea9a7422619d40ca1bdc0d770754d102ed5fc | 0 | roles/frontend | 563 | [
"no_license"
] | [
{
"path": "roles/frontend/templates/default.conf.j2",
"content": "server {\n listen 80;\n server_name localhost;\n\n location / {\n root /usr/share/nginx/html;\n index index.html index.htm;\n }\n\n # Proxy /clock requests to the Flask backend running in a Docker container\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2156,
"all_permissive": false
} |
ansible_role | gpfrancis/test-collection | 6612d3b80fb46736fc67e6f6319d73715417944c | 0 | roles/bar | 566 | [
"no_license"
] | [
{
"path": "roles/bar/tasks/main.yml",
"content": "---\n# tasks file for bar-role\n- name: test bar role\n debug:\n msg: bar\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | gpfrancis/test-collection | 6612d3b80fb46736fc67e6f6319d73715417944c | 0 | roles/foo | 566 | [
"no_license"
] | [
{
"path": "roles/foo/tasks/main.yml",
"content": "---\n# tasks file for foo-role\n- name: test foo role\n debug:\n msg: foo \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | naveensrivatsa/linux2 | 485526db1a2e5ad1736b1cc89c8eeedd51ad36f4 | 0 | ami-scan/roles/ami-scan | 566 | [
"no_license"
] | [
{
"path": "ami-scan/roles/ami-scan/tasks/main.yml",
"content": "---\n# tasks file for ami-scan\n- name: install openscap scanner\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - openscap-scanner\n - scap-security-guide\n\n- name: create /var/tmp/roles/security directory\n f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | orgTestCodacy11KRepos110MB/repo-5744-postgresql_cluster | 92d0391ddef468e80a528fd0dd66df1cd9f370a3 | 0 | roles/consul | 566 | [
"no_license"
] | [
{
"path": "roles/consul/tasks/dnsmasq.yml",
"content": "---\n# File: dnsmasq.yml - Dnsmasq tasks for Consul\n\n- name: Install Dnsmasq package\n package:\n name: \"{{ dnsmasq_package }}\"\n state: present\n become: true\n tags: dnsmasq, installation\n\n- name: Create Dnsmasq configuration directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2648,
"all_permissive": false
} |
ansible_role | orgTestCodacy11KRepos110MB/repo-5744-postgresql_cluster | 92d0391ddef468e80a528fd0dd66df1cd9f370a3 | 0 | roles/sysctl | 566 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/main.yml",
"content": "---\n\n- name: Make sure handlers are flushed immediately\n meta: flush_handlers\n\n- block:\n - name: Build a sysctl_conf dynamic variable\n set_fact:\n sysctl_conf_dynamic_var: \"{{ sysctl_conf_dynamic_var | default([]) + (sysctl_conf[it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | hackaugusto/vagrant-arch | a9811c0b11e2246154f438bd1ce9ed84c2b78a3b | 0 | ansible/roles/common | 566 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yaml",
"content": "---\n- name: restart ntpd\n service: name=ntpd.service state=restarted\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ansible/roles/common/tasks/main.yaml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | hackaugusto/vagrant-arch | a9811c0b11e2246154f438bd1ce9ed84c2b78a3b | 0 | ansible/roles/database | 566 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/postgres.yaml",
"content": "---\n- name: postgresql install\n pacman: name=postgresql state=present\n sudo: yes\n\n- name: postgresql database\n postgresql_db: name={{ app_name }}\n\n- name: postgresql startup\n sudo: yes\n service: name=postgresql.service state=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | hackaugusto/vagrant-arch | a9811c0b11e2246154f438bd1ce9ed84c2b78a3b | 0 | ansible/roles/metric | 566 | [
"no_license"
] | [
{
"path": "ansible/roles/metric/tasks/carbon.yaml",
"content": "---\n- name: carbon install\n command: /usr/bin/yaourt -S --noconfirm python2-carbon-git creates=/usr/bin/carbon-cache.py\n\n- name: carbon directories\n file: path={{ item }} state=directory owner={{ user }}\n sudo: yes\n with_items:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4375,
"all_permissive": false
} |
ansible_role | hackaugusto/vagrant-arch | a9811c0b11e2246154f438bd1ce9ed84c2b78a3b | 0 | ansible/roles/webserver | 566 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/templates/diamond/diamond.conf.j2",
"content": "[server]\nuser = {{ user }}\ngroup =\npid_file = /run/diamond.pid\n\ncollectors_reload_interval = 3600\ncollectors_path = /usr/share/diamond/collectors/\ncollectors_config_path = /etc/diamond/collectors/\n\nhandlers = diamond... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 7392,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/certbot | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/certbot/meta/main.yml",
"content": "galaxy_info:\n author: aclemons\n description: Configure certbot and updates certificates on Slackware Linux.\n license: license (MIT)\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1603,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/ntp | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ntp/tasks/main.yml",
"content": "---\n# tasks file for ntp\n- name: Enable ntpd.\n file:\n state: file\n path: /etc/rc.d/rc.ntpd\n mode: \"0755\"\n become: true\n\n- name: Check status of ntpd.\n shell: /etc/rc.d/rc.ntpd status\n changed_when: false\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4336,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/postgresql | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/postgresql/meta/main.yml",
"content": "galaxy_info:\n author: aclemons\n description: Install and configure postgresql on Slackware Linux.\n license: license (MIT)\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2398,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/prosody | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/prosody/README.md",
"content": "# Role Name\n\nConfigures prosody on Slackware Linux. This will install the package if needed.\n\n## Requirements\n\nNone\n\n## Role Variables\n\nNone\n\n## Dependencies\n\nslackroll, postgresql\n\n## Example Playbook\n\nIncluding an example... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2811,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/searxng | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/searxng/meta/main.yml",
"content": "galaxy_info:\n author: aclemons\n description: Run searxng docker image on Slackware Linux.\n license: license (MIT)\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | aclemons/infra | a5fb055f389e3937f2e08ab81d333a54388e210a | 0 | ansible/playbooks/roles/slackroll | 566 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/slackroll/defaults/main.yml",
"content": "---\n# defaults file for slackroll\n\nslackroll_alien_sbrepo_enabled: false\n\nslackroll_alien_sbrepo: \"http://slackware.uk/people/alien/sbrepos/{{ ansible_distribution_version }}/{{ 'x86_64' if ansible_architecture == 'x86_64' el... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7130,
"all_permissive": false
} |
ansible_role | ihsiek-s/isucon7-final-ansible | 0104cbf9dae1ea483982f2495cec10492f95d604 | 0 | roles/isucon-final | 566 | [
"no_license"
] | [
{
"path": "roles/isucon-final/tasks/07_build_webapp.yml",
"content": "---\n# FIXME: isuconユーザーでgo参考実装をmakeしたいがPATHを読み込んでいないため、動作しない\n# - name: Make go app\n# become: no\n# shell: 'make ensure && make'\n# args:\n# chdir: /home/isucon/webapp/go\n",
"license_type": "no_license",
"detecte... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4267,
"all_permissive": false
} |
ansible_role | minasameh107/Exercise-Configuration-and-Deployment | 6f064fd557ec8b252f187466f6f1df79eb8b70a9 | 0 | roles/setup | 566 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"Update apt packages\"\n become: true\n apt: \n update_cache: yes\n\n- name: \"Upgrade apt packages\"\n become: true\n apt:\n upgrade: yes \n\n- name: \"install dependencies\"\n become: true\n apt:\n name: [\"nodejs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | sheikhaafaq/Launch-and-Monitoring_of_K8s_using_Terraform-Ansible-Prometheus-Grafana_on_AWS_EC2_Instances | 68673b1da9d7d2c3fc1baf87af9c703003bf2e58 | 0 | workspace/ansibleWS/roles/Masternode | 566 | [
"no_license"
] | [
{
"path": "workspace/ansibleWS/roles/Masternode/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Masternode\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "workspace/ansibleWS/roles/Masternode/defaults/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2641,
"all_permissive": false
} |
ansible_role | sheikhaafaq/Launch-and-Monitoring_of_K8s_using_Terraform-Ansible-Prometheus-Grafana_on_AWS_EC2_Instances | 68673b1da9d7d2c3fc1baf87af9c703003bf2e58 | 0 | workspace/ansibleWS/roles/Monitoring | 566 | [
"no_license"
] | [
{
"path": "workspace/ansibleWS/roles/Monitoring/handlers/main.yml",
"content": "---\n# handlers file for Prometheus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "workspace/ansibleWS/roles/Monitoring/defaults/main.yml",
"content": "---\n# de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1150,
"all_permissive": false
} |
ansible_role | andayalyka/CPE_MIDEXAM_ANDAYA | b92772535fb03c78e932ba273a22ffd2a0454da3 | 0 | roles/CentOS | 565 | [
"no_license"
] | [
{
"path": "roles/CentOS/tasks/main.yml",
"content": "---\n - name: Install prerequisites\n yum:\n name:\n - java-1.8.0-openjdk\n - epel-release\n - wget\n - which\n state: present\n become: yes\n\n - name: Add Elasticsearch RPM repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4476,
"all_permissive": false
} |
ansible_role | andayalyka/CPE_MIDEXAM_ANDAYA | b92772535fb03c78e932ba273a22ffd2a0454da3 | 0 | roles/Ubuntu | 565 | [
"no_license"
] | [
{
"path": "roles/Ubuntu/files/grafana.ini",
"content": "[server]\nhttp_port = 3000\ndomain = example.com\n\n[database]\ntype = sqlite3\npath = /var/lib/grafana/grafana.db\n\n[security]\nadmin_user = admin\nadmin_password = <PASSWORD>\n\n[auth.anonymous]\nenabled = true\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4546,
"all_permissive": false
} |
ansible_role | hebeleNhubele/ansiblework | af95fea7ad4892d1d31a2307f918f62b6baddc00 | 0 | 15exercise/exercise14/roles/post-install | 565 | [
"no_license"
] | [
{
"path": "15exercise/exercise14/roles/post-install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n- name: Banner file /etc/motd\n copy:\n content: \"This {{ansible_os_family}} is Managed by Ansible.\\n\"\n dest: /etc/motd\n- name: Create a folder\n file:\n path: \"{{mydir}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | alvarorichard/EpicShelterX | d8a8130465f3eedbbb3d79d5d5165de0587464eb | 4 | roles/docker | 565 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: ShadowSocks\n ansible.builtin.include_tasks: shadowsocks.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/docker/tasks/shadowsocks.yml",
"content": "---\n- name: Spaw... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | alvarorichard/EpicShelterX | d8a8130465f3eedbbb3d79d5d5165de0587464eb | 4 | roles/system | 565 | [
"no_license"
] | [
{
"path": "roles/system/tasks/pkg.yml",
"content": "---\n- name: Update system\n apt:\n name: \"*\"\n state: latest\n\n- name: Install extra_packages\n apt:\n name: \"{{ extra_packages }}\"\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1795,
"all_permissive": false
} |
ansible_role | engrbatool/wordpress-installation-on-LAMP-with-ansible | 7f8bccb8f3d69f7a5bd87064b06afef322be787a | 0 | roles/apache | 565 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: apache2 | Install apache2\n package: name=apache2 state=present\n\n\n\n- name: apache2 |move new configuration file called wordpress.conf from apache2 templates\n template:\n src: \"templates/wordpress.conf\"\n dest: \"/etc/apache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | engrbatool/wordpress-installation-on-LAMP-with-ansible | 7f8bccb8f3d69f7a5bd87064b06afef322be787a | 0 | roles/database | 565 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- name: mariadb | install mariadb server\n package: name=mariadb-server state=present\n\n- name: maridb | install mariadb client\n package: name=mariadb-client state=present\n\n\n- name : database | install mariadb Mysql\n package: name=python-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1970,
"all_permissive": false
} |
ansible_role | engrbatool/wordpress-installation-on-LAMP-with-ansible | 7f8bccb8f3d69f7a5bd87064b06afef322be787a | 0 | roles/php | 565 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: php | Install php name=software-properties-common\n package: name=software-properties-common state=present\n\n\n###############################\n\n- name: php |add php repo\n apt_repository:\n repo: ppa:ondrej/php\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | engrbatool/wordpress-installation-on-LAMP-with-ansible | 7f8bccb8f3d69f7a5bd87064b06afef322be787a | 0 | roles/wordpress | 565 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: wordpress | make a directory for wordpress\n raw: \"mkdir /var/www/html/wordpress -p\"\n\n\n #######################################################################\n\n- name: wordpress | downlaod and unarcheive wordpress package in above dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | mailsonsantana/wordpress-mysql-vagrant | 72502a4985b58944d8db569eecf218de1b82883b | 0 | roles/mysql | 565 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Istalando Pacotes'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes \n with_items:\n - mysql-server-5.7\n - python-mysqldb\n\n- name: 'Cria o banco do MySQL'\n mysql_db:\n name: \"{{ wp_db_name }}\"\n login_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | mailsonsantana/wordpress-mysql-vagrant | 72502a4985b58944d8db569eecf218de1b82883b | 0 | roles/webserver | 565 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Istalando Pacotes'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes \n with_items:\n - php\n - apache2\n - libapache2-mod-php\n - php-gd\n - php-ssh2\n - mcrypt\n - php-mysql",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | mailsonsantana/wordpress-mysql-vagrant | 72502a4985b58944d8db569eecf218de1b82883b | 0 | roles/wordpress | 565 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Download Wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: /tmp/wordpress.tar.gz\n become: yes\n \n- name: 'Descompactar Arquivo'\n unarchive:\n src: /tmp/wordpress.tar.gz\n dest: /var/www/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1084,
"all_permissive": false
} |
ansible_role | EfekanCalim1/ansible | feeec1ac839ff0e0805067ac763ad8484130f85f | 0 | ansible_task/roles/worker | 565 | [
"no_license"
] | [
{
"path": "ansible_task/roles/worker/tasks/main.yaml",
"content": "- name: Join a Swarm\n community.general.docker_swarm:\n state: join\n advertise_addr: worker\n join_token: \"{{ hostvars['manager']['swarm_info']['swarm_facts']['JoinTokens']['Worker' }}\"\n remote_addr: [ 'manager:2377' ]\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | henrykingsley/ansible_training | c840c3a9249fcf43b33322e64ad4dd8b16dbad7d | 0 | roles/db_servers | 565 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install nariadb server package (CentOS)\n tags: CentosMariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb-server package (Ubuntu)\n tags: UbuntuMariadb\n apt:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | henrykingsley/ansible_training | c840c3a9249fcf43b33322e64ad4dd8b16dbad7d | 0 | roles/web_servers | 565 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php packages\n tags: ApachePhp\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n \n\n- name: start and enable apache service\n tags: ApacheHttpd\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | kochetov-dmitrij/DevopsCalculator | 28bf9097e24e9f566dff39aebcde2610c0ede19b | 0 | environments/roles/postgresql | 565 | [
"permissive"
] | [
{
"path": "environments/roles/postgresql/tasks/main.yml",
"content": "- name: Install PostgreSQL\n apt: name=postgresql,python3-dev,python3-psycopg2 state=present\n- name: Ensure PostgreSQL is started and enabled on boot\n service: name=postgresql state=started enabled=yes\n- name: Ensure PostgreSQLlocale... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": true
} |
ansible_role | kochetov-dmitrij/DevopsCalculator | 28bf9097e24e9f566dff39aebcde2610c0ede19b | 0 | environments/roles/public_key | 565 | [
"permissive"
] | [
{
"path": "environments/roles/public_key/tasks/main.yml",
"content": "- shell: cat ~root/.ssh/me.pub\n register: public_key\n- lineinfile:\n path: ~root/.ssh/authorized_keys\n line: \"{{public_key.stdout}}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": true
} |
ansible_role | kochetov-dmitrij/DevopsCalculator | 28bf9097e24e9f566dff39aebcde2610c0ede19b | 0 | environments/roles/selenium_firefox | 565 | [
"permissive"
] | [
{
"path": "environments/roles/selenium_firefox/tasks/main.yml",
"content": "- name: Install Selenium (firefox)\n apt: name=firefox,xvfb state=present\n- name: Downloading geckon driver\n shell: |\n if [ ! -f \"/usr/local/bin/geckodriver\" ]; then\n cd /tmp\n wget https://github.com/mozill... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": true
} |
ansible_role | kochetov-dmitrij/DevopsCalculator | 28bf9097e24e9f566dff39aebcde2610c0ede19b | 0 | environments/roles/tomcat | 565 | [
"permissive"
] | [
{
"path": "environments/roles/tomcat/tasks/main.yml",
"content": "- name: Install Tomcat 8\n apt: name=tomcat8 state=present\n- name: Ensure Tomcat 8 is started and enabled on boot\n service: name=tomcat8 state=restarted enabled=yes\n ignore_errors: true\n- name: Remove default Tomcat ROOT webapp\n file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 326,
"all_permissive": true
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/certs | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/certs/tasks/master.yaml",
"content": "\n- name: Get CNAME list for Kubenetes API cert\n set_fact:\n apicname: >-\n {% set comma = joiner(\",\") %}{% for item in groups['controllers'] -%}\n {{ comma() }}{{ hostvars[item].ansible_host }} \n {%- endfor %}{{co... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 14269,
"all_permissive": false
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/control-plane | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/control-plane/tasks/rbac-kubelet.yaml",
"content": "- name: Set RBAC to applow apiserver access to the Kubelet\n include_role:\n name: run_kubectl\n vars:\n yamlfile: \"rbac-kube-apiserver-to-kubelet.yaml\"\n\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11189,
"all_permissive": false
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/etcd | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/tasks/main.yaml",
"content": "\n- name: Unarchive a file that needs to be downloaded (added in 2.0)\n ansible.builtin.unarchive:\n src: https://github.com/etcd-io/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz\n dest: /tmp\n remot... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2738,
"all_permissive": false
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/open_dns | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/open_dns/tasks/main.yaml",
"content": "- name: Deploy OpenDNS to the cluster\n include_role:\n name: run_kubectl\n vars:\n yamlfile: \"core_dns.yaml\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/run_kubectl | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/run_kubectl/tasks/main.yaml",
"content": "- name: \"Run Kubectl apply against {{ yamlfile }}\"\n block:\n - name: Copy file to a temp file\n copy:\n src: \"{{ yamlfile }}\"\n dest: \"/tmp/{{ yamlfile }}\"\n\n - name: kubectl apply \n shell: kubectl apply -f \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | cloughster/cluffkube | 912008ab273db0423c20bb9642cc488df442e649 | 0 | ansible/roles/worker | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/worker/tasks/main.yaml",
"content": "- name: Include Worker Node Pre-req tasks\n include_tasks:\n file: prereqs.yaml\n\n- name: Include CNI Unix Bridge tasks\n include_tasks:\n file: cni-unix-bridge.yaml\n\n- name: Include Container tasks\n include_tasks:\n fi... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8660,
"all_permissive": false
} |
ansible_role | 7visij7/terraform | bcfc2f0e0821fad80f5f546f6e2af2ecbe3b367e | 0 | openvpn/ansible/roles/openvpn-client | 565 | [
"no_license"
] | [
{
"path": "openvpn/ansible/roles/openvpn-client/tasks/client.yml",
"content": "---\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /etc/openvpn/client/\n state: directory\n\n- name: Generate config\n template:\n src: \"{{ item.src }}\"\n dest: \"/etc/openvpn/cl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | 7visij7/terraform | bcfc2f0e0821fad80f5f546f6e2af2ecbe3b367e | 0 | openvpn/ansible/roles/openvpn-server | 565 | [
"no_license"
] | [
{
"path": "openvpn/ansible/roles/openvpn-server/handlers/main.yml",
"content": "---\n- name: Restart openvpn-server \n become: yes\n systemd:\n name: <EMAIL>\n state: restarted\n enabled: yes\n daemon_reload: yes\n\n- name: Check openvpn-server \n become: yes\n systemd:\n name: <EMAIL>\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1001,
"all_permissive": false
} |
ansible_role | Tejashwini-Rao/roboshop-ansible2024 | 190550a37d0d555629fe4711c9a53d5ff6d403a3 | 0 | roles/common | 565 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yml",
"content": "- name: Copy {{COMPONENT}} SystemD file\n ansible.builtin.template:\n src: systemd.service\n dest: /etc/systemd/system/{{COMPONENT}}.service\n\n\n- name: Restart {{COMPONENT}} Service\n ansible.builtin.systemd:\n name: \"{{COMPONENT}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | Tejashwini-Rao/roboshop-ansible2024 | 190550a37d0d555629fe4711c9a53d5ff6d403a3 | 0 | roles/frontend | 565 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Remove old HTTP Documents\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Create HTTP Document Directory\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | Tejashwini-Rao/roboshop-ansible2024 | 190550a37d0d555629fe4711c9a53d5ff6d403a3 | 0 | roles/mongodb | 565 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copy MongoDB YUM repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDB Listen A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | Tejashwini-Rao/roboshop-ansible2024 | 190550a37d0d555629fe4711c9a53d5ff6d403a3 | 0 | roles/redis | 565 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install Redis Repo Package\n ansible.builtin.dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n disable_gpg_check: true\n\n- name: Enable Redis 6 Module\n ansible.builtin.shell: dnf module enable redi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | Tejashwini-Rao/roboshop-ansible2024 | 190550a37d0d555629fe4711c9a53d5ff6d403a3 | 0 | roles/shipping | 565 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n \n- name: Add the user roboshop\n ansible.builtin.user:\n name: roboshop\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | kshivadevops/aws-web-infra-project | 7030dba5c8c1d563063122cbe5d3ef9fefe30590 | 0 | ansible/roles/flask | 565 | [
"no_license"
] | [
{
"path": "ansible/roles/flask/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: [\"python3-pip\", \"git\"]\n state: present\n update_cache: yes\n\n- name: Clone Flask app\n git:\n repo: 'https://github.com/your/flask-app.git'\n dest: /var/www/flask-app\n\n- name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | dantso/ansible-grafana | b50286c308ecf5e8e6d60113e4cb26b1e8d42226 | 0 | roles/github | 565 | [
"no_license"
] | [
{
"path": "roles/github/tasks/main.yml",
"content": "---\n- name: Clone a repo \n git:\n repo: https://github.com/ansible/ansible-examples.git\n dest: /home/ubuntu",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | dantso/ansible-grafana | b50286c308ecf5e8e6d60113e4cb26b1e8d42226 | 0 | roles/grafana | 565 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: Download adduser libfontconfig\n apt: \n pkg:\n - adduser\n - libfontconfig\n- name: Download grafana \n apt:\n deb: https://dl.grafana.com/oss/release/grafana_7.2.0_amd64.deb \n- name: Start grafana\n systemd:\n state: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | dantso/ansible-grafana | b50286c308ecf5e8e6d60113e4cb26b1e8d42226 | 0 | roles/nginx | 565 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Download nginx\n apt: \n pkg:\n - nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | dantso/ansible-grafana | b50286c308ecf5e8e6d60113e4cb26b1e8d42226 | 0 | roles/node_exporter | 565 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Create node_exporter user\n user:\n name: node_exporter\n state: present\n shell: /bin/false\n system: no \n createhome: no\n become_user: root\n- name: Unarchive a file that needs to be downloaded\n unarchive:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | afahounko/cloud-team-iac | 5f1a487813e2aa271a40607068483932a253cc68 | 0 | roles/dns | 565 | [
"permissive"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n# tasks file for roles/dns\n\n- name: install svc\n package:\n name: \"{{ svc.dns.pkg }}\"\n state: present\n\n\n- name: copy named.conf\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items:\n - \"{{ svc.dns.t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 734,
"all_permissive": true
} |
ansible_role | afahounko/cloud-team-iac | 5f1a487813e2aa271a40607068483932a253cc68 | 0 | roles/ldap | 565 | [
"permissive"
] | [
{
"path": "roles/ldap/handlers/main.yml",
"content": "---\n# handlers file for roles/ldap\n\n- name: Run Updates\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: reload apache2 service\n become: yes\n shell: systemctl reload apache2.service\n\n- name: restart apache2 service\n become: yes\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2386,
"all_permissive": true
} |
ansible_role | afahounko/cloud-team-iac | 5f1a487813e2aa271a40607068483932a253cc68 | 0 | roles/radius | 565 | [
"permissive"
] | [
{
"path": "roles/radius/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/radius",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 70
},
{
"path": "roles/radius/defaults/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 479,
"all_permissive": true
} |
ansible_role | emersonux/login-ad | 2e5b09cf8141a8782a6f95bad62ce55f8e92f7c3 | 0 | roles/redhat_6 | 565 | [
"no_license"
] | [
{
"path": "roles/redhat_6/tasks/main.yml",
"content": "---\n - name: Teste de conectividade\n shell: \"ping -c2 exemplo.local\"\n tags: \n - pre-ingress\n\n - name: Baixar pacotes\n yum: \n name: \"{{ pacotes_rhel6 }}\"\n state: latest\n tags: \n - pre-ingress\n\n - name: Baix... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1989,
"all_permissive": false
} |
ansible_role | emersonux/login-ad | 2e5b09cf8141a8782a6f95bad62ce55f8e92f7c3 | 0 | roles/redhat_7 | 565 | [
"no_license"
] | [
{
"path": "roles/redhat_7/vars/main.yml",
"content": "---\n pacotes_rhel7: \n - sssd \n - realmd \n - oddjob \n - oddjob-mkhomedir \n - adcli \n - samba-common \n - samba-common-tools \n - krb5-workstation \n - openldap-clients \n - policycoreutils-python\n - epel-release\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2177,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/git | 564 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install git package\n apt: name=git state=present\n update_cache=true cache_valid_time=7200",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/grafana | 564 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: Package to support installing package via HTTPS (debian)\n apt: name=apt-transport-https state=present\n update_cache=yes cache_valid_time=7200\n force=yes\n when: ansible_os_family == 'Debian'\n\n- name: Add grafana repository (Deb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/graphite | 564 | [
"no_license"
] | [
{
"path": "roles/graphite/tasks/carbon.yml",
"content": "---\n- name: Install carbon package\n pip: name=carbon\n virtualenv={{ GRAPHITE_DIR }} \n\n- name: Copy config file\n template: src=templates/carbon.conf.j2\n dest={{ GRAPHITE_DIR }}/conf/carbon.conf\n tags:\n - settings\n\n- n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 10760,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/mopidy | 564 | [
"no_license"
] | [
{
"path": "roles/mopidy/templates/mopidy.conf.j2",
"content": "[core]\ncache_dir = $XDG_CACHE_DIR/mopidy\nconfig_dir = $XDG_CONFIG_DIR/mopidy\ndata_dir = $XDG_DATA_DIR/mopidy\nmax_tracklist_length = 10000\n\n[logging]\ncolor = true\nconsole_format = %(levelname)-8s %(message)s\ndebug_format = %(levelname)-8... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2756,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/nodejs | 564 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install nodejs package\n apt: name=nodejs state=present\n update_cache=true cache_valid_time=7200",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/statsd | 564 | [
"no_license"
] | [
{
"path": "roles/statsd/templates/statsdConfig.js.j2",
"content": "{\n graphitePort: {{ STATSD_GRAPHITE_PORT }},\n graphiteHost: \"{{ STATSD_GRAPHITE_HOST }}\",\n port: {{ STATSD_PORT }},\n backends: [ \"./backends/graphite\" ]\n}",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1789,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/supervisord | 564 | [
"no_license"
] | [
{
"path": "roles/supervisord/templates/supervisord.conf.j2",
"content": "[supervisord]\nlogfile=/var/log/supervisor/supervisord.log\nlogfile_maxbytes={{ SUPERVISORD_LOG_MAX_BYTES }}\nlogfile_backups=10\nloglevel={{ SUPERVISORD_LOG_LEVEL }}\n\n[unix_http_server]\nfile=/var/run/supervisor.sock\nchmod=0700\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1297,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/timezone | 564 | [
"no_license"
] | [
{
"path": "roles/timezone/defaults/main.yml",
"content": "TIMEZONE_NAME: \"Etc/UTC\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/timezone/handlers/main.yml",
"content": "- name: Restart crond\n service: name=cron state=restarted",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | MrLokans/raspberry-pi-playbooks | 41c33bb583c3ef16afe39583ff6579d9cd527c33 | 0 | roles/transmission | 564 | [
"no_license"
] | [
{
"path": "roles/transmission/tasks/main.yml",
"content": "- name: Install transmission daemon\n apt: name=transmission-daemon state=present\n\n- name: Make sure transmission is not running\n service: name=transmission-daemon state=stopped\n\n- name: Add raspberry pi user to transmission group\n user: na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3488,
"all_permissive": false
} |
ansible_role | what-the-functor/the-setup | 7eed00faebcda58a3da9882980698475732c845c | 0 | macos/roles/fish | 564 | [
"no_license"
] | [
{
"path": "macos/roles/fish/vars/main.yml",
"content": "# fish role vars\n\n---\nfunctions_path: \"~/.config/fish/functions/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "macos/roles/fish/files/functions/emacs.fish",
"content": "function ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | what-the-functor/the-setup | 7eed00faebcda58a3da9882980698475732c845c | 0 | macos/roles/git | 564 | [
"no_license"
] | [
{
"path": "macos/roles/git/tasks/main.yml",
"content": "# git role\n\n---\n\n- name: 'Git configuration: push current branch by default'\n git_config:\n name: 'remote.origin.push'\n scope: 'global'\n value: HEAD\n\n- name: 'Git configuration: emacs as editor'\n git_config:\n name: 'core.editor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.