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 | fmartingr/amiibofindr | 605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92 | 2 | provision/roles/python | 7,382 | [
"no_license"
] | [
{
"path": "provision/roles/python/tasks/python.yml",
"content": "---\n- name: Install python\n apt: pkg={{ item }} state=latest\n with_items:\n - python\n - python-dev\n - python-pip\n - python-virtualenv\n sudo: true\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | fmartingr/amiibofindr | 605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92 | 2 | provision/roles/redis | 7,382 | [
"no_license"
] | [
{
"path": "provision/roles/redis/tasks/main.yml",
"content": "---\n- include: redis.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "provision/roles/redis/tasks/redis.yml",
"content": "---\n- name: Install redis\n apt: pkg={{ item }} stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | fmartingr/amiibofindr | 605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92 | 2 | provision/roles/supervisor | 7,382 | [
"no_license"
] | [
{
"path": "provision/roles/supervisor/files/config.ini",
"content": "[program:django]\ncommand=/home/{{ app_user }}/current/.virtualenv/bin/gunicorn_django -w 3 -t 60 --settings=settings --pythonpath=.\ndirectory=/home/{{ app_user }}/current/backend\nnumprocs={{ app_worker_num }}\nautostart=true\nautorestar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | fmartingr/amiibofindr | 605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92 | 2 | provision/roles/system | 7,382 | [
"no_license"
] | [
{
"path": "provision/roles/system/tasks/main.yml",
"content": "---\n- name: Update and Upgrade\n apt: update_cache=yes upgrade=dist\n sudo: true\n\n- include: tools.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "provision/roles/system/tas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | nbarthsouza/Ansible | cefccc59a8aad47b4703a2484df08e18a7be66fd | 0 | roles/mysql | 7,384 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nwp_host_ip:\n - localhost\n - '127.0.0.1'\n - '172.20.10.6'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | nbarthsouza/Ansible | cefccc59a8aad47b4703a2484df08e18a7be66fd | 0 | roles/update | 7,384 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n become: yes\n\n- name: 'Update all packages to their latest version'\n apt:\n upgrade: dist\n become: yes\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | nbarthsouza/Ansible | cefccc59a8aad47b4703a2484df08e18a7be66fd | 0 | roles/webserver | 7,384 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes do PHP e apache'\n apt:\n name:\n - php7.2\n - apache2\n - libapache2-mod-php7.2\n - php7.2-gd\n - php-ssh2\n - libssh-dev\n - php7.2-dev\n - libmcrypt-dev\n - php-pear\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | nbarthsouza/Ansible | cefccc59a8aad47b4703a2484df08e18a7be66fd | 0 | roles/wordpress | 7,384 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Baixa o arquivo de instalação do wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n become: yes\n\n- name: 'Descompacta o wordpress'\n unarchive:\n src: '/tmp/wordpress.tar.gz'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/etcd | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/etcd/tasks/_kube_check.yml",
"content": "---\n- include_tasks: check_process.yml\n\n- include_tasks: check_cluster.yml",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 74
},
{
"path": "ansible/roles/etcd/defaults/main... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4964,
"all_permissive": true
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/flannel | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/flannel/tasks/check_network_config.yml",
"content": "---\n- name: Check the flannel network status\n command: etcdctl\n --endpoints={{ etcd_cluster_url }}\n --ca-file={{ flannel_config_path }}/etcd-ca.crt\n --cert-file={{ flannel_config_path }}/etcd-server.crt\n --key-f... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6275,
"all_permissive": true
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/kubectl | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/kubectl/tasks/set_admin.yml",
"content": "---\n- name: Set kube cluster parameters\n command: kubectl config set-cluster kubernetes\n --certificate-authority={{ kubectl_cert_config_path }}/ca.crt\n --embed-certs=true\n --server={{ k8s_api_server_https_url }}\n\n- name: Set... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4876,
"all_permissive": true
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/kubelet | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/kubelet/tasks/_kube_remove.yml",
"content": "---\n- name: Stop kubelet service\n systemd:\n state: stopped\n daemon_reload: yes\n enabled: no\n name: kubelet\n become: true\n ignore_errors: yes\n\n- name: Stop kube-proxy service\n systemd:\n state: stopped\n da... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 18636,
"all_permissive": true
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/kubeserver | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/kubeserver/tasks/set_scheduler.yml",
"content": "---\n- name: Sets a cluster entry in kubeconfig\n command: kubectl config set-cluster kubernetes\n --certificate-authority={{ deploy_k8s_cert_path }}/ca.crt\n --embed-certs=true\n --server={{ k8s_api_server_https_url }}\n ... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 22794,
"all_permissive": true
} |
ansible_role | wangw-david/ansible-k8s | 8180d91e04e4f088fc178af19b768a0203c67a4a | 2 | ansible/roles/openssl | 7,384 | [
"permissive"
] | [
{
"path": "ansible/roles/openssl/tasks/check_auth.yml",
"content": "---\n- name: Check key file\n stat:\n path: \"{{ deploy_k8s_cert_path }}/{{ ca_name }}.key\"\n register: check_key\n become: true\n\n- name: Show check_key info\n debug: var=check_key verbosity={{ debug_level }}\n\n- name: Check csr ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 11115,
"all_permissive": true
} |
ansible_role | meatymike22/learning_things | ab17622cd6db6e482eac1013cf7aba9da1136f9a | 0 | ansible_stuff/ansible_leaf_config/roles/leaf | 7,384 | [
"no_license"
] | [
{
"path": "ansible_stuff/ansible_leaf_config/roles/leaf/tasks/main.yml",
"content": "---\n\n# task to configure L3 leaf switchports\n- name: Assign IPs to switchports 49-52\n cisco.nxos.nxos_l3_interface:\n aggregate:\n - {name: \"Ethernet1/49\", ipv4: \"10.10.1.2/24\"}\n - {name: \"Ethernet1/50\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | heeroz/elasticsearch_kibana_for_centos7 | cfd6b059af29e12ac2bc4f1347b16e25a0f33abb | 0 | roles/common | 7,384 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# install\n- include: install.yml tags=install,common\n\n# config\n- include: config.yml tags=config,common\n\n# service\n#- include: service.yml tags=service,common\n\n# selinux\n#- include: selinux.yml tags=selinux,common\n\n# firewalld\n- include: serv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | heeroz/elasticsearch_kibana_for_centos7 | cfd6b059af29e12ac2bc4f1347b16e25a0f33abb | 0 | roles/es | 7,384 | [
"no_license"
] | [
{
"path": "roles/es/defaults/main.yml",
"content": "# set memroy or not\nes_set_memory: false\n\n# skip kernel parameters or not\nes_skip_kernel_parameters: true\n\n# set heap size\nes_init_heap_size: 'Xms2g'\nes_max_heap_size: 'Xmx2g'\n\n# set cluster name\nes_cluster_name: 'iot'\n\n# set data path\nes_dat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1983,
"all_permissive": false
} |
ansible_role | heeroz/elasticsearch_kibana_for_centos7 | cfd6b059af29e12ac2bc4f1347b16e25a0f33abb | 0 | roles/jdk | 7,384 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/oracle.yml",
"content": "---\n- name: check jdk installed\n yum: \n list: jdk\n register: check_jdk_installed\n\n- name: download Oracle JDK 8\n get_url: \n url: http://download.oracle.com/otn-pub/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-linux-x64.rpm \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | heeroz/elasticsearch_kibana_for_centos7 | cfd6b059af29e12ac2bc4f1347b16e25a0f33abb | 0 | roles/kibana | 7,384 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/install.yml",
"content": "- name: install kibana package\n yum: name={{ item }} state=installed\n with_items:\n - kibana\n when: kibana_use_repository\n\n- name: download kibana package from url\n get_url: url={% if kibana_custom_package_url is defined %}{{ kibana_custom_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | Mil0dV/ln-app | dc8bde8f703f87ccdc64b388f2b7a534c3255ab8 | 3 | roles/app | 7,384 | [
"no_license"
] | [
{
"path": "roles/app/spec/app_spec.rb",
"content": "require 'spec_helper'\n\ndescribe docker_container('ln-app') do\n it { should be_running }\nend\n\ndescribe port(80) do\n it { should be_listening }\nend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | Mil0dV/ln-app | dc8bde8f703f87ccdc64b388f2b7a534c3255ab8 | 3 | roles/app-docker-builder | 7,384 | [
"no_license"
] | [
{
"path": "roles/app-docker-builder/files/root_fs/usr/local/bin/var_baker.sh",
"content": "#!/bin/bash\n\nif [[ $# -eq 0 ]] ; then\n echo 'Please call this script with a file to bake (fill with env vars)'\n exit 1\nfi\n\n# Here we grep all env vars from the file given as argument\n# for each the next ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2879,
"all_permissive": false
} |
ansible_role | Mil0dV/ln-app | dc8bde8f703f87ccdc64b388f2b7a534c3255ab8 | 3 | roles/docker | 7,384 | [
"no_license"
] | [
{
"path": "roles/docker/spec/docker_spec.rb",
"content": "require 'spec_helper'\n\ndescribe package('lxc-docker') do\n it { should be_installed }\nend\n\ndescribe service('docker') do\n it { should be_enabled }\n it { should be_running }\nend\n\ndescribe docker_container('ln-app') do\n it { should b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | Mil0dV/ln-app | dc8bde8f703f87ccdc64b388f2b7a534c3255ab8 | 3 | roles/lb | 7,384 | [
"no_license"
] | [
{
"path": "roles/lb/tasks/main.yml",
"content": "---\n- name: install haproxy and socat\n apt: pkg={{ item }} state=latest\n with_items:\n - haproxy\n - socat\n\n- name: enable haproxy\n lineinfile: dest=/etc/default/haproxy regexp=\"^ENABLED\" line=\"ENABLED=1\"\n notify: restart haproxy\n\n- name: S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/01_app | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/01_app/tasks/main.yml",
"content": "---\n- name: yum Upgrade all packages\n become: yes\n yum: \n name: \"*\"\n state: latest\n\n- name: yum install package\n become: yes\n yum:\n state: present\n name: \n - git\n - make\n - gcc-c++\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/02_ruby | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/02_ruby/tasks/main.yml",
"content": "---\n- name: check rbenv exists\n shell: bash -lc \"rbenv --version\"\n register: rbenv_exists\n changed_when: no\n ignore_errors: yes\n\n- name: rbenv clone\n git:\n repo: https://github.com/sstephenson/rbenv.git\n dest: /ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/03_node | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/03_node/tasks/main.yml",
"content": "---\n- name: check node exists\n shell: node --version\n register: node_exists\n changed_when: no\n ignore_errors: yes\n\n- name: nvm install\n uri:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh\n met... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/04_yarn | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/04_yarn/tasks/main.yml",
"content": "---\n- name: check yarn exists\n shell: bash -lc \"yarn --version | grep {{ yarn_version }}\"\n register: yarn_exists\n changed_when: no\n ignore_errors: yes\n\n- name: yarn install\n shell: bash -lc \"npm install --global yarn\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/05_bundler | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/05_bundler/tasks/main.yml",
"content": "---\n- name: check bundler exists\n shell: bash -lc \"bundler version | grep {{ bundler_version }}\"\n register: bundler_exists\n changed_when: no\n ignore_errors: yes\n\n- name: bundler install\n gem: \n name: bundler\n v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/06_mysql | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/06_mysql/tasks/main.yml",
"content": "---\n- name: remove mariadb\n become: true\n yum:\n name: mariadb-server\n state: absent\n\n- name: remove mysql-server\n become: yes\n yum:\n name: mysql-server\n state: absent\n\n- name: install mysql repository\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/07_app_clone | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/07_app_clone/tasks/main.yml",
"content": "---\n- name: create directory /var/www\n become: yes\n ansible.builtin.file:\n path: /var/www\n state: directory\n mode: \"0755\"\n owner: ec2-user\n\n- name: clone sample-app\n ansible.builtin.git:\n repo: https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/08_deploy | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/08_deploy/tasks/main.yml",
"content": "---\n- name: create database.yml\n become: yes\n template:\n src: database.yml.j2\n dest: \"{{ app_dir }}/config/database.yml\"\n\n- name: edit application.rb\n become: yes\n template:\n src: application.rb.j2\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | m-iws/raisetech | 1d827e37addf5c42e216d125883e65b3a9d68094 | 0 | lecture13/ansible/roles/09_server | 7,384 | [
"no_license"
] | [
{
"path": "lecture13/ansible/roles/09_server/tasks/main.yml",
"content": "---\n- name: check nginx exsits\n shell: bash -lc \"nginx -v\"\n register: nginx_exists\n changed_when: no\n ignore_errors: yes\n\n- name: nginx install\n become: yes\n shell: bash -lc \"amazon-linux-extras install -y nginx1\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2098,
"all_permissive": false
} |
ansible_role | Vishnureddy00111/learn-ansible | dda9486e5957df510a9a9efb0116460ceadf0687 | 0 | roles/sample | 7,384 | [
"no_license"
] | [
{
"path": "roles/sample/defaults/main.yml",
"content": "EXAMPLE: examples.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/sample/vars/main.yml",
"content": "URL: roles.example.com\nEXAMPLES: vars.examples.com\n",
"license_type":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | bhuren/k8s_simple | 8d91cba937d5b8f9c9def1ef38b59fecabf28bda | 0 | roles/docker_k8s_all | 7,384 | [
"no_license"
] | [
{
"path": "roles/docker_k8s_all/vars/main.yml",
"content": "---\n# vars file for roles/docker_k8s_all",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/docker_k8s_all/tasks/disable_unattended_upgrades.yml",
"content": "---\r\n- name: Replac... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | bhuren/k8s_simple | 8d91cba937d5b8f9c9def1ef38b59fecabf28bda | 0 | roles/k8s_master | 7,384 | [
"no_license"
] | [
{
"path": "roles/k8s_master/tasks/main.yml",
"content": "---\n# tasks file for k8s_master\n- name: Initializing the cluster on master node\n import_tasks: tasks/kube_cluster_init.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/k8s_maste... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1264,
"all_permissive": false
} |
ansible_role | bhuren/k8s_simple | 8d91cba937d5b8f9c9def1ef38b59fecabf28bda | 0 | roles/k8s_worker | 7,384 | [
"no_license"
] | [
{
"path": "roles/k8s_worker/tasks/main.yml",
"content": "---\n# tasks file for roles/k8s_worker\n- name: Joining the cluster\n import_tasks: tasks/kube_cluster_join.yml\n- name: Applying Workarund for Weave CNI\n import_tasks: tasks/workaround_for_CNI_virtualbox.yml",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/addkey | 7,384 | [
"no_license"
] | [
{
"path": "roles/addkey/tasks/main.yml",
"content": "---\n\n- name: add root key\n authorized_key: user=root key=\"{{ item }}\"\n with_file:\n - public_keys/mingma\n - public_keys/keithlan\n\n#- name: add mysql key\n# authorized_key: user=mysql key=\"{{ item }}\"\n# with_file:\n# - public_keys/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/common | 7,384 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n- name: update ubuntu repo\n apt: update_cache=yes\n\n- name: update redhat repo \n yum: update_cache=yes\n\n- name: update ubuntu resolvconf\n command: resolvconf -u\n\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2813,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/hadoop | 7,384 | [
"no_license"
] | [
{
"path": "roles/hadoop/tasks/main.yml",
"content": "---\n- name: stat /var/log\n stat: path=/var/log\n register: var_log_stat\n\n- name: rm old logs\n command: mv /var/log /data/logs\n when: var_log_stat.stat.islnk is defined and var_log_stat.stat.islnk == false and var_log_stat.stat.isdir == true\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/hardware | 7,384 | [
"no_license"
] | [
{
"path": "roles/hardware/tasks/main.yml",
"content": "---\n\n- name: get /data\n shell: df |awk '$6==\"/data\" {print $1}'\n register: data_loc\n tags:\n - db\n\n- name: umount /data\n mount: name=/data src={{ data_loc.stdout }} fstype=xfs state=unmounted\n register: umount_result\n tags:\n - d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1759,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/mysql | 7,384 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- name: disable numa\n lineinfile: dest=/boot/grub/grub.conf backrefs=yes state=present regexp=\"(^\\s*kernel\\s+\\/.*quiet$)\" line=\"\\1 numa=off\"\n when: ansible_distribution == 'RedHat'\n tags:\n - redhat\n\n#- name: ln /boot/grub/grub.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | cfeng2017/ansible_init_host | 66d26d1aeab5835448bdc4f6a7c02236eb5dd05f | 0 | roles/redis | 7,384 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n\n- name: set overcommit\n lineinfile: dest=/etc/sysctl.conf regexp=\"^vm.overcommit_memory\" line=\"vm.overcommit_memory=1\"\n\n- name: disable huge page\n shell: echo never > /sys/kernel/mm/transparent_hugepage/enabled\n when: ansible_distributi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | nhung306/udacity-project3 | fb82d596c253f82822abca9b891e37213f78d71e | 0 | .circleci/ansible/roles/deploy | 7,384 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"show remote environment\"\n shell: env\n\n- name: Install dependencies\n become: true\n shell: |\n curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n apt-get install -y nodejs\n # npm install -g ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | tkcmada/stdenv_cygwin | 2e31d41299bd0798cd12a3a04c77220fd9b2fc3e | 0 | ansible/roles/aws | 7,384 | [
"no_license"
] | [
{
"path": "ansible/roles/aws/tasks/main.yml",
"content": "---\n\n- name: \"create vpc\"\n import_tasks: create_vpc.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/aws/vars/main.yml",
"content": "---\nvpc:\n vpc_name: \"Ansib... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | Nicolas-yonedA/ansible-sample | b938317bd1b11399f9e4e9f57db280e3c83a50c7 | 0 | playbook-lnmp/roles/mysql | 7,384 | [
"no_license"
] | [
{
"path": "playbook-lnmp/roles/mysql/tasks/main.yml",
"content": "---\n- name: Mysqlをインストール\n yum: name={{ item }} state=installed\n with_items:\n - mysql\n - mysql-server\n\n- name: MySQL起動\n service: name=mysqld enabled=yes state=started\n\n- name: その他必要なパッケージをインストール\n yum: name={{ item }} state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | Nicolas-yonedA/ansible-sample | b938317bd1b11399f9e4e9f57db280e3c83a50c7 | 0 | playbook-lnmp/roles/nginx | 7,384 | [
"no_license"
] | [
{
"path": "playbook-lnmp/roles/nginx/vars/main.yml",
"content": "nginx_conf:\n listen: 8080\n server_name: localhost\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "playbook-lnmp/roles/nginx/tasks/main.yml",
"content": "---\n- name: y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | Nicolas-yonedA/ansible-sample | b938317bd1b11399f9e4e9f57db280e3c83a50c7 | 0 | playbook-lnmp/roles/php | 7,384 | [
"no_license"
] | [
{
"path": "playbook-lnmp/roles/php/tasks/main.yml",
"content": "---\n- name: yumで必要なパッケージインストール\n yum: name={{ item }} state=installed\n with_items:\n - php\n - php-fpm\n - php-mysql\n notify: PHP-FPMとNginx再起動\n\n- name: 設定ファイルを変更\n copy: src=www.conf dest=/etc/php-fpm.d/ owner=root group=root mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | michaelford85/ansible-panos | b28844823c373badca667c05b0a3091fec38919b | 9 | roles/acl_reports | 7,384 | [
"no_license"
] | [
{
"path": "roles/acl_reports/templates/report.j2",
"content": "<!DOCTYPE html>\n<html>\n<head>\n <link rel=\"stylesheet\" href=\"css/main.css\">\n <link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Open+Sans\" />\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7372,
"all_permissive": false
} |
ansible_role | ValtteriL/Ansible-Scripts | 819e4c6755d2f0eb9641550423652916b7e6e242 | 0 | roles/iptables | 7,384 | [
"no_license"
] | [
{
"path": "roles/iptables/README.md",
"content": "# Most basic iptables rules for VPS\n\nAllow only incoming SSH\nAllow all outgoing\nDrop all forward\n\nipv4 & ipv6\n\n```\n-P INPUT DROP\n-P FORWARD DROP\n-P OUTPUT ACCEPT\n-A INPUT -s 127.0.0.0/8 -m comment --comment \"Allow everything from localhost\" -j ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2782,
"all_permissive": false
} |
ansible_role | doridoridoriand/vagrant-webfront-nodejs | 9ce88b88788c7d8c068d0a8129d58950da799d44 | 0 | provisioning/roles/init | 7,384 | [
"no_license"
] | [
{
"path": "provisioning/roles/init/tasks/tools.yml",
"content": "---\n\n- name: copy ssh keys from host to guest\n copy: src=~/.ssh/{{item}}\n dest=/home/vagrant/.ssh/{{item}}\n owner=vagrant\n group=vagrant\n mode=0400\n with_items:\n - id_rsa\n - id_rsa.pub\n\n- name: I... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1435,
"all_permissive": false
} |
ansible_role | vinhtq/docker-dbs | 6b4cb47e6874ec7a58bb6dc81bb681343fb0dfa1 | 0 | provision/roles/boilerplate-main | 7,384 | [
"no_license"
] | [
{
"path": "provision/roles/boilerplate-main/tasks/bootstrap.yml",
"content": "---\n#############################\n# Gather environment stuff\n#############################\n\n- include_vars: \"/opt/docker/etc/application.{{ PROVISION_CONTEXT }}.yml\"\n\n#############################\n# Run tasks\n##########... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | lbrines/infra | 1d96995b8ca7306c07a579bf77eacef38e811825 | 0 | new_server/roles/scrip_install_docker_rancher | 7,384 | [
"no_license"
] | [
{
"path": "new_server/roles/scrip_install_docker_rancher/tasks/main.yaml",
"content": "- name: Install utils\n yum: \n name: yum-utils\n\n- name: Add repository Docker\n command: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n\n- name: Install a list of packages ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | lbrines/infra | 1d96995b8ca7306c07a579bf77eacef38e811825 | 0 | new_server/roles/stop_firewalld | 7,384 | [
"no_license"
] | [
{
"path": "new_server/roles/stop_firewalld/tasks/main.yaml",
"content": "- name: Stop service firewalld and disanable\n ansible.builtin.service:\n name: docker\n state: stopped\n enabled: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | lbrines/infra | 1d96995b8ca7306c07a579bf77eacef38e811825 | 0 | new_server/roles/user_ansible | 7,384 | [
"no_license"
] | [
{
"path": "new_server/roles/user_ansible/tasks/main.yaml",
"content": "- name: Add the user srvc-ansible\n ansible.builtin.user:\n name: srvc-ansible\n comment: User ansible\n uid: 2000\n\n- name: sudo without password for wheel group\n copy:\n content: 'srvc-ansible ALL=(ALL:ALL) NOPASSWD:ALL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | lbrines/infra | 1d96995b8ca7306c07a579bf77eacef38e811825 | 0 | new_server/roles/user_rke | 7,384 | [
"no_license"
] | [
{
"path": "new_server/roles/user_rke/tasks/main.yaml",
"content": "- name: Add the user srvc-ansible\n ansible.builtin.user:\n name: srvc-rke\n comment: User rke\n uid: 2001\n groups: docker\n\n- name: make direcotry\n file:\n path: \"/home/srvc-rke/.ssh\"\n state: directory\n\n- name: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | imraviarora/hadoop-ansible-fully-automate-v1 | 65acd0a1fbc8ff075ee39b630a555f0894d864c8 | 0 | roles/java_oracle | 7,384 | [
"no_license"
] | [
{
"path": "roles/java_oracle/tasks/main.yml",
"content": "---\n- name: Create a Directory for Java\n become: yes\n file:\n path: \"{{ jvm_home }}\"\n state: directory\n mode: 0755\n owner: root\n group: root\n\n- name: wget \n command: \"wget {{pvt_download_link}} -P {{download_dir}}\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | librenova/homelab-k8s | 485f4370ce8621eac21d357ade76318173139e00 | 0 | infra/ansible/roles/common | 7,384 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/common/README.md",
"content": "# 📂 Common Ansible Role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "infra/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install common packages\n apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | librenova/homelab-k8s | 485f4370ce8621eac21d357ade76318173139e00 | 0 | infra/ansible/roles/kubernetes | 7,384 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Install Kubernetes dependencies\n apt:\n name:\n - kubelet\n - kubeadm\n - kubectl\n state: present\n\n- name: Initialize Kubernetes cluster\n shell: kubeadm init --apiserver-advertise-address=192.168.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | librenova/homelab-k8s | 485f4370ce8621eac21d357ade76318173139e00 | 0 | infra/ansible/roles/security | 7,384 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/security/README.md",
"content": "# 🔐 Security Hardening Role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "infra/ansible/roles/security/tasks/main.yml",
"content": "---\n- name: Enable UFW Firewall\n ufw:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/autoremove_unused_packages | 7,389 | [
"no_license"
] | [
{
"path": "roles/autoremove_unused_packages/tasks/main.yml",
"content": "- name: Autoremove unneeded packages installed as dependencies\n become: yes\n dnf:\n autoremove: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/balena-etcher | 7,389 | [
"no_license"
] | [
{
"path": "roles/balena-etcher/tasks/main.yml",
"content": "- name: Download Balena Etcher repo\n get_url: \n url: https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh\n dest: /tmp\n mode: a+x\n register: geturl_return_value\n\n- name: Install Balena Etcher repo\n become: yes\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/base_packages | 7,389 | [
"no_license"
] | [
{
"path": "roles/base_packages/tasks/main.yml",
"content": "---\n\n- name: Upgrade all packages\n become: yes\n dnf:\n name: \"*\"\n state: latest\n\n- name: Install base packages\n become: yes\n dnf:\n name:\n # - fedora-workstation-repositories\n - vim\n - gnome-tweak-tool\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/browser | 7,389 | [
"no_license"
] | [
{
"path": "roles/browser/tasks/main.yml",
"content": "---\n \n- name: get Vivaldi repo \n become: yes \n command: dnf config-manager addrepo --from-repofile=https://repo.vivaldi.com/archive/vivaldi-fedora.repo\n\n- name: Install Vivaldi browser\n become: yes\n dnf:\n name: vivaldi-stable\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/external_repo | 7,389 | [
"no_license"
] | [
{
"path": "roles/external_repo/tasks/main.yml",
"content": "---\n\n- name: Enable RPMFusion Free repository\n become: yes\n dnf:\n name: \"https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ansible_distribution_major_version}}.noarch.rpm\"\n state: present\n disable_gpg_check: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/skype4linux | 7,389 | [
"no_license"
] | [
{
"path": "roles/skype4linux/tasks/main.yml",
"content": "- name: Get skype4linux repo\n become: yes\n get_url:\n url: https://repo.skype.com/rpm/stable/skype-stable.repo\n dest: /etc/yum.repos.d/skype-stable.repo\n\n- name: Install skype4linux\n become: yes\n dnf: \n name: skypeforlinux\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/vscode | 7,389 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Getting rpm kew\n become: yes\n rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: check vscore yum repo exists\n stat:\n path: /etc/yum.repos.d/vscode.repo\n register: stat_vscode_repo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | alexberny/my-ansible-fedora-workstation | e60e44f93efd5500bf5bae316f375a25b61600d2 | 0 | roles/zsh | 7,389 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.zshrc",
"content": "# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.\n# Initialization code that may require console input (password prompts, [y/n]\n# confirmations, etc.) must go above this block; everything else may go below.\nif [[ -r \"${XDG_CA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3054,
"all_permissive": false
} |
ansible_role | redpangzi666/ansible-gluster | 5d6f8a37893620b9685a8a856171994125f98794 | 0 | roles/base | 7,389 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: disable selinux in file\n lineinfile:\n path: /etc/selinux/config\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n when: inventory_hostname in groups['glusterfs_nodes'] and ansible_os_family == \"RedHat\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2077,
"all_permissive": false
} |
ansible_role | redpangzi666/ansible-gluster | 5d6f8a37893620b9685a8a856171994125f98794 | 0 | roles/extend_volume | 7,389 | [
"no_license"
] | [
{
"path": "roles/extend_volume/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - extend_volume",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/extend_volume/vars/main.yml",
"content": "---\n# vars ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | redpangzi666/ansible-gluster | 5d6f8a37893620b9685a8a856171994125f98794 | 0 | roles/gluster | 7,389 | [
"no_license"
] | [
{
"path": "roles/gluster/templates/disk.sh.j2",
"content": "#!/bin/bash\n\n#create disk\nfor n in `cat /tmp/disk.txt`\ndo\n\tmkfs.xfs $n\n\tdir=/bricks$n\n\tmkdir -p $dir \n\tmount $n $dir\n\techo \"$n $dir xfs defaults 0 0\" >> /etc/fstab\ndone\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3432,
"all_permissive": false
} |
ansible_role | redpangzi666/ansible-gluster | 5d6f8a37893620b9685a8a856171994125f98794 | 0 | roles/k8s_endpoint | 7,389 | [
"no_license"
] | [
{
"path": "roles/k8s_endpoint/tasks/main.yml",
"content": "---\n# tasks file for k8s_endpoint\n- name: copy endpoint to k8s_node\n template: src=gluster_endpoint.yaml.j2 dest=/tmp/gluster_endpoint.yaml owner=root group=root mode=0655\n when: inventory_hostname in groups['k8s_node'] and ansible_os_family =... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | mvilain/ansible-haproxy | b98add314c2f346c953a2eb8bb6ff4f1baca4409 | 0 | roles/ansible-role-common | 7,389 | [
"no_license"
] | [
{
"path": "roles/ansible-role-common/tasks/Ubuntu_tasks.yaml",
"content": "# Ubuntu install tasks for common\n---\n# comparing version with |int will cause a deprecated error in ansible 2.8+\n\n- name: Ubuntu packages\n package: name={{ item }} state=present\n with_items:\n - \"{{ Ubuntu_packages }}\"\... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8786,
"all_permissive": false
} |
ansible_role | leemenix/mc-kube-cluster | f52601d4b82f7ec85a245abf934375f8154cd08f | 0 | roles/kube_ctl | 7,389 | [
"no_license"
] | [
{
"path": "roles/kube_ctl/tasks/main.yml",
"content": "- hosts: master\n become: yes\n tasks:\n - name: install kubectl\n become_user: root\n apt:\n name: kubectl={{ kubectl_ver }}\n state: present\n force: yes\n\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | leemenix/mc-kube-cluster | f52601d4b82f7ec85a245abf934375f8154cd08f | 0 | roles/kube_dependencies | 7,389 | [
"no_license"
] | [
{
"path": "roles/kube_dependencies/tasks/main.yml",
"content": "- name: Prepare /etc/hosts file\n lineinfile:\n dest: /etc/hosts\n line: \"{{ item }}\"\n with_items:\n - \"{{ master_fqdn }} {{ master_ip }}\"\n - \"{{ worker_1_fqdn }} {{ worker_1_ip }}\"\n - \"{{ worker_2_fqdn }} {{ worker_2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1785,
"all_permissive": false
} |
ansible_role | leemenix/mc-kube-cluster | f52601d4b82f7ec85a245abf934375f8154cd08f | 0 | roles/kube_master | 7,389 | [
"no_license"
] | [
{
"path": "roles/kube_master/tasks/main.yml",
"content": "- hosts: master\n become: yes\n tasks:\n\n - name: collect facts about system services\n service_facts:\n register: services_state\n\n - name: initialize the cluster\n shell: kubeadm init --pod-network-cidr={{ pod_network_cidr ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | leemenix/mc-kube-cluster | f52601d4b82f7ec85a245abf934375f8154cd08f | 0 | roles/setup_inventory | 7,389 | [
"no_license"
] | [
{
"path": "roles/setup_inventory/files/hosts.j2",
"content": "[masters]\nmaster ansible_host={{ master_ip }} ansible_user={{ remote_user }}\n\n[workers]\nworker1 ansible_host={{ worker_1_ip }} ansible_user={{ remote_user }}\nworker2 ansible_host={{ worker_2_ip }} ansible_user={{ remote_user }}\n\n[all:vars]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | Noamir/Personetics-test | 10a1ba8cf1747d6e19e01ec5b82af1db33434d93 | 0 | deployment/roles/copy_image | 7,389 | [
"no_license"
] | [
{
"path": "deployment/roles/copy_image/tasks/main.yml",
"content": "---\n\n- name: Create a directory if it does not exist\n file:\n path: \"{{ project_path }}\"\n state: directory\n mode: '0755'\n tags:\n - copy_image\n\n- name: Copy imge to remote\n copy:\n src: \"{{ image }}.tar\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | dramaprince/systems-challenge | 60893104a86484a208fc9f18cadff14ff6203c03 | 0 | roles/cabify | 7,389 | [
"no_license"
] | [
{
"path": "roles/cabify/tasks/install.yml",
"content": "---\n\n- name: Install Python PIP (Python Package Installer)\n apt:\n name: python-pip\n state: present\n\n- name: Install Docker python handler\n pip:\n name: docker-py\n state: present\n\n- name: Deploy static files of the dockerized Ca... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | dramaprince/systems-challenge | 60893104a86484a208fc9f18cadff14ff6203c03 | 0 | roles/common | 7,389 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\n\npackages_to_install:\n - docker.io=1.6.2~dfsg1-1ubuntu4~14.04.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/common/tasks/install.yml",
"content": "---\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/createVM | 7,389 | [
"no_license"
] | [
{
"path": "roles/createVM/tasks/main.yml",
"content": "- name: Importing Host Server Information\n ansible.builtin.include_vars: xcp-host.yml\n\n- name: Creating Virtual Machine From Template\n community.general.xenserver_guest:\n hostname: \"{{ xenHostIP }}\"\n username: \"{{ xenHostUser }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/dns | 7,389 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "# - name: Importing Gitea Variables\n# ansible.builtin.include_vars: '{{ ansible_os_family }}.yml'\n\n- name: Removing CD-ROM from Sources\n ansible.builtin.apt_repository:\n repo: deb cdrom\n state: absent\n\n- name: Updating Gitea VM\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/gitea | 7,389 | [
"no_license"
] | [
{
"path": "roles/gitea/tasks/main.yml",
"content": "- name: Importing Gitea Variables\n ansible.builtin.include_vars: '{{ ansible_os_family }}.yml'\n\n- name: Removing CD-ROM from Sources\n ansible.builtin.apt_repository:\n repo: deb cdrom:[Debian GNU/Linux 12.8.0 _Bookworm_ - Official amd64 DVD Binary... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2167,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/jellyfin | 7,389 | [
"no_license"
] | [
{
"path": "roles/jellyfin/tasks/main.yml",
"content": "- name: Importing Speedtest Variables\n ansible.builtin.include_vars: '{{ ansible_os_family }}.yml'\n\n- name: Updating Server\n ansible.builtin.import_role:\n name: updateServers\n\n- name: Creating Share Folder\n ansible.builtin.file:\n path:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2579,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/speedtest | 7,389 | [
"no_license"
] | [
{
"path": "roles/speedtest/vars/RedHat.yml",
"content": "apache: httpd\nspeedOwner: \"apache\"\nspeedGroup: \"apache\"\nhttpConf: /etc/httpd/conf/httpd.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/speedtest/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2550,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/unifi | 7,389 | [
"no_license"
] | [
{
"path": "roles/unifi/tasks/main.yml",
"content": "- name: Removing CD-ROM from Sources\n ansible.builtin.apt_repository:\n repo: deb cdrom\n state: absent\n\n- name: Updating Gitea VM\n ansible.builtin.import_role:\n name: updateServers\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | jpatrick408/Home_Lab-Server_Builds | 11dd43e3d908255ada0f5ed0fa92e73337fb30ce | 0 | roles/updateServers | 7,389 | [
"no_license"
] | [
{
"path": "roles/updateServers/tasks/main.yml",
"content": "- name: Update all packages (Debian based)\n ansible.builtin.apt:\n upgrade: dist\n update_cache: yes\n when:\n - ansible_os_family == \"Debian\"\n\n- name: Update all packages (Fedora based)\n ansible.builtin.dnf:\n name: \"*\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | adanilev/dotfiles | 0ee0c2b1c606ea707b87bdba4c28e4bc822dbae7 | 2 | ansible/roles/base | 7,389 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "- name: add mesa repo\n become: true\n ansible.builtin.apt_repository:\n repo: \"ppa:kisak/kisak-mesa\"\n state: present\n\n- name: install apt packages\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 600\n state: la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2954,
"all_permissive": false
} |
ansible_role | adanilev/dotfiles | 0ee0c2b1c606ea707b87bdba4c28e4bc822dbae7 | 2 | ansible/roles/terminal | 7,389 | [
"no_license"
] | [
{
"path": "ansible/roles/terminal/tasks/main.yml",
"content": "- name: zsh\n block:\n - name: install apt packages\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 600\n state: latest\n name:\n - zsh\n - zsh-antigen\n - zsh-do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/ansible_special_variables | 7,389 | [
"no_license"
] | [
{
"path": "roles/ansible_special_variables/tasks/main.yml",
"content": "---\n# tasks file for roles/ansible_special_variables\n\n- name: Show Ansible Special Variables\n ansible.builtin.debug:\n msg: |\n #--------------------------------------------------------------------\n # Connection varia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9828,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/apt_update_upgrade | 7,389 | [
"no_license"
] | [
{
"path": "roles/apt_update_upgrade/tests/test.yml",
"content": "---\n#------------------------------------------------------------------------------\n# Run tests:\n# ansible-playbook roles/apt_update_upgrade/tests/test.yml\n#------------------------------------------------------------------------------\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/assert_env_vars | 7,389 | [
"no_license"
] | [
{
"path": "roles/assert_env_vars/README.md",
"content": "# show_vars Role\n\nAssert required environment variables.\n\n## Requirements\n\nNone.\n\n## Variables\n\nRole variables\n\n| Variable | Default | Description |\n| -------- | ------- | ----------- |\n| `names` | - | List of environment variable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_instance_state | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_instance_state/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_ec2_instance_state\n\n# States:\n# - present: ensures instances exist, but does not guarantee any state (e.g. running). Newly-launched instances will be run by EC2.\n# - running: state=present + ensure... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1836,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_ise_nodes | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ise_nodes/README.md",
"content": "# aws_ec2_ise_nodes Role\n\nDescription\n\n## Requirements\n\nRequires an AWS account, Access Key, and Secret Key for access.\n\n## Variables\n\nRole variables\n\n| Variable | Default | Description |\n| ----------------------- | -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5315,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_ise_security_groups | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ise_security_groups/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_security_groups\n- name: sg_allow_all Security Group\n amazon.aws.ec2_group:\n vpc_id: \"{{ vpc.vpc.id }}\"\n # region: \"{{ region }}\" # not needed with vpc_id\n name: sg_allow_all\n desc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6086,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_r53_public_dns_entry | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_r53_public_dns_entry/README.md",
"content": "# aws_ec2_r53_public_dns_entry Role\n\nCreate an AWS EC2 Route53 DNS entry for a project's running instances.\n\n## Requirements\n\nRequires an AWS account, Access Key, and Secret Key for access.\n\n## Variables\n\nRole variables\n\n| Var... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_show | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_show/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_ec2_show\n\n- name: Show EC2 Instance Filters\n ansible.builtin.debug: \n var: ec2_filters\n verbosity: 0\n\n# - name: Get AWS EC2 VPC\n# delegate_to: localhost\n# amazon.aws.ec2_vpc_net_info:\n# # regi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_ssh_keypair | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ssh_keypair/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_ec2_ssh_keypair\n\n- name: Show Variables\n ansible.builtin.debug:\n msg:\n - \"ssh_key_directory: {{ ssh_key_directory }}\"\n - \"ssh_key_name: {{ ssh_key_name }}\"\n - \"ssh_key_private_file: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2168,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_ssh_keypair_upload | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ssh_keypair_upload/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_ec2_ssh_keypair_upload\nssh_key_directory: ~/.ssh\nssh_key_name: aws_ec2_ssh_keypair # id_rsa by default\nssh_key_size: 4096\nssh_key_type: rsa\n# ssh_key_passphrase: \"{{ project }}\" # make the ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3336,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_ubuntu | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ubuntu/README.md",
"content": "# aws_ec2_ubuntu Role\n\nCreate an AWS EC2 Ubuntu instance.\n\n## Requirements\n\nNone.\n\n## Variables\n\nRole variables\n\n| Variable | Default | Description |\n| -------- | ------- | ----------- |\n| none | | |\n\n## Dependen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3941,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Ansible_Sandbox | adeae16bf54f42ad7650d6657cf1520575a239aa | 11 | roles/aws_ec2_vpc | 7,389 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_vpc/README.md",
"content": "# aws_ec2_vpc Role\n\nCreate an AWS EC2 Virtual Private Cloud (VPC).\n\n## Requirements\n\nNone.\n\n## Variables\n\nRole variables\n\n| Variable | Default | Description |\n| -------------------- | --------------- | ----------- |\n| `pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3979,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.