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
quikmile/trainman
1998c81db6824b24474676583f4500ebd2570cc7
0
ansible/roles/yajl
7,881
[ "no_license" ]
[ { "path": "ansible/roles/yajl/tasks/main.yml", "content": "---\n\n- name: Export LD_LIBRARY_PATH\n shell: export LD_LIBRARY_PATH=/home/{{ ansible_user }}/.local/lib/:$LD_LIBRARY_PATH\n tags:\n - yajl\n\n- name: clone yajl from repository repo_branch\n git: accept_hostkey=yes repo=https://github.com/ll...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
pahwarajan/ansible_study
320a7b70a5ed9bfc7582f146e0005c4f6d86b5ae
0
roles/apache_project
7,881
[ "no_license" ]
[ { "path": "roles/apache_project/handlers/main.yml", "content": "---\n- name: reloadtheserver\n service:\n name: httpd\n state: reloaded\n- name: restarttheserver\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 729, "all_permissive": false }
ansible_role
torbsch/katas
3b383f3e7b14ff0b19fe5cfd2a6af50ece018010
0
ansible/roles/appservers
7,881
[ "no_license" ]
[ { "path": "ansible/roles/appservers/tasks/main.yml", "content": "- name: Install telnet\n apt: name=telnet state=latest update_cache=yes\n- name: Install lynx\n apt: name=lynx state=latest update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
torbsch/katas
3b383f3e7b14ff0b19fe5cfd2a6af50ece018010
0
ansible/roles/database_debian
7,881
[ "no_license" ]
[ { "path": "ansible/roles/database_debian/tasks/main.yml", "content": "- name: Install MariaDB server with dependencies\n apt:\n name: '{{ item }}'\n state: latest\n with_items:\n - mariadb-server\n - python-mysqldb\n- name: Copy database backup in order to restore it\n copy:\n src: files/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
torbsch/katas
3b383f3e7b14ff0b19fe5cfd2a6af50ece018010
0
ansible/roles/webservers_debian
7,881
[ "no_license" ]
[ { "path": "ansible/roles/webservers_debian/vars/main.yml", "content": "apache_dir: /var/www/html/sample\napache_configration_path: /etc/apache2\nfqdn: http://torbsch2.mylabserver.com\ndir_mode: 0755\nfile_mode: 0644\nservice_name: apache2", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": false }
ansible_role
Frikitrok/ansible_zoo_solr
02c11a0c274db0743b332c8dd51d48d900276c3a
1
roles/deploySolr
7,881
[ "no_license" ]
[ { "path": "roles/deploySolr/tasks/install_solr.yml", "content": "---\n- name: 'get package'\n uri: \n url: \"{{ solr_link }}\"\n method: POST\n dest: /opt\n\n- name: 'unpack'\n unarchive:\n src: /opt/solr-{{ solr_version }}.tgz\n dest: /opt/\n remote_src: yes\n\n- name: 'manage dir'\n s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1332, "all_permissive": false }
ansible_role
Frikitrok/ansible_zoo_solr
02c11a0c274db0743b332c8dd51d48d900276c3a
1
roles/deployZoo
7,881
[ "no_license" ]
[ { "path": "roles/deployZoo/tasks/main.yml", "content": "---\n- import_tasks: install_zoo.yml\n become: true\n vars:\n zoo_id: \"{{ host_list.index(inventory_hostname) }}\"\n# loop: \"{{ host_list }}\"\n# loop_control:\n# index_var: my_idx", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1688, "all_permissive": false }
ansible_role
Frikitrok/ansible_zoo_solr
02c11a0c274db0743b332c8dd51d48d900276c3a
1
roles/installJava
7,881
[ "no_license" ]
[ { "path": "roles/installJava/tasks/main.yml", "content": "---\n- import_tasks: install_java.yml\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/installJava/tasks/install_java.yml", "content": "---\n- debug: \n var: ansi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 728, "all_permissive": false }
ansible_role
ohartl/workstation-playbook-mac
d2873932909a06ac72ab9c12185b8473fe8933ae
0
roles/fonts
7,881
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n- name: Install fonts on MacOSX.\n when: ansible_distribution == \"MacOSX\"\n block:\n - name: Homebrew tap into fonts.\n community.general.homebrew_tap:\n name: homebrew/cask-fonts\n state: present\n\n - name: Install Fira ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
ohartl/workstation-playbook-mac
d2873932909a06ac72ab9c12185b8473fe8933ae
0
roles/git
7,881
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.local.j2", "content": "# Local customizations, included by `~/.gitconfig`\n\n{% if git_diff_highlight_path is defined %}\n[pager]\n log = {{ git_diff_highlight_path }} | less\n show = {{ git_diff_highlight_path }} | less\n diff = {{ git_diff_highlight_path }} | le...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1864, "all_permissive": false }
ansible_role
shimmyt/ansible-vagrant-elk
9545c4c58c6edfd91b38a3956eb8d10bafef724b
0
roles/elastic
7,881
[ "no_license" ]
[ { "path": "roles/elastic/templates/elasticsearch.yml.j2", "content": "# ---------------------------------- Cluster -----------------------------------\n#\n# Use a descriptive name for your cluster:\n#\ncluster.name: {{elasticsearch_cluster_name}}\n#\n# ------------------------------------ Node -------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3260, "all_permissive": false }
ansible_role
shimmyt/ansible-vagrant-elk
9545c4c58c6edfd91b38a3956eb8d10bafef724b
0
roles/kibana
7,881
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: Add kibana source\n apt_repository:\n repo: \"{{kibana_source}} main stable\"\n state: present\n filename: kibana\n\n- name: Install Kibana\n apt:\n name: kibana\n state: installed\n ", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
YoussF/prometheus-grafana
6fe130906b3623a98cff1640696ceb7db9cf1a4a
0
roles/exporter
7,881
[ "no_license" ]
[ { "path": "roles/exporter/tasks/main.yml", "content": "- name: update repositories\n apt:\n update_cache: yes\n state: latest\n\n- name: Download node exporter \n shell:\n chdir: /tmp\n cmd: |\n apt install -y wget\n wget {{ exporter_url }}\n tar -xzf node_exporter-*.tar.gz -C {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 909, "all_permissive": false }
ansible_role
Otus-DevOps-2017-11/mrgreyves_infra
4b03b56a0482dcd41db2b72be98ba3b6d40c7a2a
1
ansible/roles/db
7,881
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "- name: Add APT key\n apt_key:\n id: \"EA312927\"\n keyserver: keyserver.ubuntu.com\n tags: install_db\n\n- name: Add APT repository\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mong...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
calltomdinesh/tower
4ed26a9ccca4f65b38dd379606ffede562caed42
0
roles/apache
7,881
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "\n - name: Install Apache\n yum:\n name: httpd\n state: present\n\n - name: Enable apache on reboot and start\n service:\n name: httpd\n enabled: yes\n state: started\n\n - name: Deploy the project on ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
kageRaken/ceph-manual
16bb040376d6bff4277d2e1b0f55b66bcf3a222a
0
roles/init
7,884
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n# tasks file for init\n#\n\n- name: Build dummy ip for ip verification\n set_fact: \n init_dummy_ip: \"192.168.253.{{ init_cli_ip_hostid }}\"\n tags: \n - ifconfig\n - netplan\n - config\n - verify\n\n- name: Verify dummy ip\n set_fac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3224, "all_permissive": false }
ansible_role
anukoilada/ansible
d6ddf341213e4e7acdd82a404f4277f4b7d8161b
0
roles/frontend
7,884
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": " - name: Installing nginx \n ansible.builtin.package:\n name: nginx \n state: present\n\n - name: Download and extract frontend \n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/frontend/arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1562, "all_permissive": false }
ansible_role
anukoilada/ansible
d6ddf341213e4e7acdd82a404f4277f4b7d8161b
0
roles/mongodb
7,884
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": " - name: Copying mongodb repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: Installing mongodb \n ansible.builtin.package:\n name: mongodb-org \n state: present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1020, "all_permissive": false }
ansible_role
anukoilada/ansible
d6ddf341213e4e7acdd82a404f4277f4b7d8161b
0
roles/payment
7,884
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Calling Python Role from Common\n ansible.builtin.include_role:\n name: common \n tasks_from: python\n\n- name: Calling Python Role from Common\n ansible.builtin.include_role:\n name: common \n tasks_from: python\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
jeffliu27/zuul-operator
5637d13f1f26c8673b29fed3baf5e9388f4631b3
4
ansible/roles/create_config
7,884
[ "permissive" ]
[ { "path": "ansible/roles/create_config/tasks/main.yaml", "content": "---\n- name: Create Postgresql Credential\n when: not zuul_pg_user\n block:\n - name: Create k8s secret\n k8s:\n state: \"{{ state }}\"\n definition:\n apiVersion: v1\n kind: Secret\n meta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6685, "all_permissive": true }
ansible_role
jeffliu27/zuul-operator
5637d13f1f26c8673b29fed3baf5e9388f4631b3
4
ansible/roles/deploy
7,884
[ "permissive" ]
[ { "path": "ansible/roles/deploy/tasks/create_deployment.yaml", "content": "- name: Get autoscale count\n autoscale_gearman:\n service: \"{{ deployment_name }}\"\n gearman: \"{{ gearman_service.spec.clusterIP|default(None) }}\"\n min: \"{{ deployment_conf.min|default(0) }}\"\n max: \"{{ deployme...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 10244, "all_permissive": true }
ansible_role
jeffliu27/zuul-operator
5637d13f1f26c8673b29fed3baf5e9388f4631b3
4
ansible/roles/deploy_pg
7,884
[ "permissive" ]
[ { "path": "ansible/roles/deploy_pg/tasks/main.yaml", "content": "- name: Postgresql Secret\n k8s:\n definition:\n apiVersion: v1\n kind: Secret\n metadata:\n labels:\n pg-database: \"{{ pg_cluster_name }}\"\n app: \"{{ zuul_app_name }}\"\n zuul_cluster: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3587, "all_permissive": true }
ansible_role
jeffliu27/zuul-operator
5637d13f1f26c8673b29fed3baf5e9388f4631b3
4
ansible/roles/deploy_zk
7,884
[ "permissive" ]
[ { "path": "ansible/roles/deploy_zk/tasks/main.yaml", "content": "- name: Zookeeper Deployment\n k8s:\n definition:\n apiVersion: \"{{ zk_api_version }}\"\n kind: \"ZookeeperCluster\"\n metadata:\n name: \"{{ zk_cluster_name }}\"\n namespace: \"{{ namespace }}\"\n labe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": true }
ansible_role
jeffliu27/zuul-operator
5637d13f1f26c8673b29fed3baf5e9388f4631b3
4
ansible/roles/get_status
7,884
[ "permissive" ]
[ { "path": "ansible/roles/get_status/tasks/main.yaml", "content": "---\n- set_fact:\n label_selector_value: \"zuul_cluster={{ zuul_cluster_name }},app={{ zuul_app_name }}\"\n sched_selector_value: \"zuul_cluster={{ zuul_cluster_name }},app={{ zuul_cluster_name }}-scheduler\"\n pg_user_query: \"[?met...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2198, "all_permissive": true }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/bootstrap_k3sup
7,884
[ "no_license" ]
[ { "path": "roles/bootstrap_k3sup/README.md", "content": "bootstrap_k3sup\n===============\n\nThis role installs the [k3sup](https://k3sup.dev/) locally.\n\nExample Playbook\n----------------\n\n```\n- hosts: localhost\n roles:\n - bootstrap_k3sup\n```\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/clean
7,884
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n\n- name: Check if k3s master \n stat:\n path: \"/usr/local/bin/k3s-uninstall.sh\"\n register: masterfound\n\n- name: Check if k3s agent\n stat:\n path: \"/usr/local/bin/k3s-agent-uninstall.sh\"\n register: agentfound\n\n- name: Uninstall K3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/container_features
7,884
[ "no_license" ]
[ { "path": "roles/container_features/tasks/main.yml", "content": "---\n- name: Set timezone to \"{{ system_timezone }}\"\n community.general.timezone:\n name: \"{{ system_timezone }}\"\n\n- name: install policycoreutils,UFW\n apt:\n update_cache: yes\n name:\n - policycoreutils\n - ufw\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1666, "all_permissive": false }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/dphys_swapfile
7,884
[ "no_license" ]
[ { "path": "roles/dphys_swapfile/tasks/main.yml", "content": "---\n- name: Disable dphys-swapfile\n when: \"ansible_lsb.id == 'Raspbian'\"\n become: True\n systemd:\n name: dphys-swapfile\n state: stopped\n enabled: no\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/k3s_cluster
7,884
[ "no_license" ]
[ { "path": "roles/k3s_cluster/tasks/outer.yml", "content": "---\n\n- hosts: localhost\n tasks:\n \n - name: Firewall loop\n include_tasks: inner.yaml\n with_items: '{{ cluster }}'\n loop_control:\n loop_var: inner_var_name\n vars:\n cluster:\n - \"{{ groups['k3s_...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 170504, "all_permissive": false }
ansible_role
e3palma/ansible-k3s-ha
b42a464f4af6544fb7af0930ae5260d060a9f125
1
roles/undosudo
7,884
[ "no_license" ]
[ { "path": "roles/undosudo/tasks/main.yml", "content": "---\n\n\n- name: Remove sudo to sudoers debian\n ansible.builtin.lineinfile:\n path: /etc/sudoers.d/sudo\n state: absent\n regexp: '^%sudo'\n when: ansible_facts['distribution_file_variety'] == 'Debian'\n\n- name: Remove sudo to sudoers debia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
eduardomsec/rocketchatUpgrade
6368667b94066fd89e8f87078fbbf7dbab5230ee
0
roles/rocketchatUpgrade
7,884
[ "no_license" ]
[ { "path": "roles/rocketchatUpgrade/defaults/main.yml", "content": "---\n# defaults file for updateRocketchat\n\n#version: \"3.18.1\"\nversion: \"x.x.x\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/rocketchatUpgrade/tests/test.yml", "c...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1918, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/common
7,884
[ "no_license" ]
[ { "path": "3-run/roles/common/tasks/main.yml", "content": "- name: set time on all servers\n timezone:\n name: \"{{time_zone}}\"\n\n- name: install sudo\n yum:\n name: sudo\n state: latest\n\n#\n# replaced by timezone module\n#\n#- name: check time zone on all servers\n# shell: timedatectl | grep -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/dbservers
7,884
[ "no_license" ]
[ { "path": "3-run/roles/dbservers/tasks/install.yml", "content": "- name: install postgresl repository\n yum:\n name: \"{{postgresql_package_url}}\"\n\n- name: install postgreql \"{{postgresql_package_version}}\"\n yum: \n name: \"{{postgresql_package_version}}\" \n state: latest\n", "license_typ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2183, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/elasticsearch
7,884
[ "no_license" ]
[ { "path": "3-run/roles/elasticsearch/tasks/install.yml", "content": "- name: install elasticsearch repository\n yum_repository: \n name: \"{{elasticsearch_repository_name}}\"\n description: elasticsearch \"{{elasticsearch_package_version}}\" repository\n baseurl: \"{{elasticsearch_repository_url}}\"\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1141, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/java
7,884
[ "no_license" ]
[ { "path": "3-run/roles/java/tasks/main.yml", "content": "- name: check if jdk8 \"{{jdk8_version}}\" is installed\n ignore_errors: yes \n shell: java -version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g'\n register: installed_jdk_version\n\n- name: downlaod jdk8 \"{{jdk8_version}}\"\n when: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1128, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/kibana
7,884
[ "no_license" ]
[ { "path": "3-run/roles/kibana/vars/main.yml", "content": "# variables for package download and install\nkibana_package_version: 5.2.1\nkibana_package_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.1.rpm\nkibana_package_rpm: kibana\nkibana_repository_url: https://artifacts.elasti...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3455, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/logstash
7,884
[ "no_license" ]
[ { "path": "3-run/roles/logstash/tasks/start.yml", "content": "- name: start logstash service\n service:\n name: \"{{logstash_service_name}}\"\n state: started\n\n- name: enable logstash service\n service:\n name: \"{{logstash_service_name}}\"\n enabled: yes \n\n \n", "license_type": "no_lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3926, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/monitoringservers
7,884
[ "no_license" ]
[ { "path": "3-run/roles/monitoringservers/tasks/start.yml", "content": "- name: start elasticsearch\n service:\n name: \"{{elasticsearch_service_name}}\"\n state: started\n# become: true\n# become_user: \"{{elasticsearch_username}}\"\n\n- name: start elasticsearch\n service:\n name: \"{{elasticsear...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4443, "all_permissive": false }
ansible_role
kelousami/WildFly-Docker-Monitored
032c3a7937cc2b8c3e357102c77e03d7d0ac6917
0
3-run/roles/webservers
7,884
[ "no_license" ]
[ { "path": "3-run/roles/webservers/vars/main.yml", "content": "# web servers variables \nnginx_http_port: 80\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "3-run/roles/webservers/tasks/main.yml", "content": "---\n# main play tasks for webserv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 382, "all_permissive": false }
ansible_role
TheTonon/ansible_dotfiles
4e155ba2aec5964704c38380e525c116fb351297
0
ansible/roles/emacs
7,884
[ "no_license" ]
[ { "path": "ansible/roles/emacs/tasks/main.yml", "content": "---\n\n- name: Install Emacs\n homebrew_cask: \n name: emacs \n state: present\n install_options: 'appdir=/Applications' \n\n- name: Clone Spacemacs repository\n git: \n repo: \"{{ spacemacs_repository }}\" \n version: \"{{ spacema...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
TheTonon/ansible_dotfiles
4e155ba2aec5964704c38380e525c116fb351297
0
ansible/roles/fish
7,884
[ "no_license" ]
[ { "path": "ansible/roles/fish/tasks/main.yml", "content": "---\n\n- name: Install Fish\n homebrew: \n name=fish \n install_options=\"{{ install_options|join(',') }}\" \n state=present\n\n- name: Link Fish application\n homebrew: \n name=fish \n state=linked\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
TheTonon/ansible_dotfiles
4e155ba2aec5964704c38380e525c116fb351297
0
ansible/roles/system
7,884
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/system-macos.yml", "content": "---\n- name: Check for homebrew\n stat:\n path: /usr/local/bin/brew\n register: homebrew\n\n- name: Install homebrew\n script: install-homebrew.sh\n when: not homebrew.stat.exists\n\n- name: Install python\n package: name={{ item }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/docker-ee-install
7,883
[ "no_license" ]
[ { "path": "roles/docker-ee-install/tasks/main.yml", "content": "---\n\n# Setup docker storage\n\n# devicemapper\n- stat: path=/etc/lvm/profile/docker-thinpool.profile\n register: profile_devicemapper\n\n#- debug: var=profile_devicemapper\n\n- include: docker-storage-devicemapper.yml\n when: \n - profil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5497, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/docker-swarm-firewall
7,883
[ "no_license" ]
[ { "path": "roles/docker-swarm-firewall/files/configure-firewalld.sh", "content": "#!/bin/sh\n\n/bin/firewall-cmd --permanent --zone=public --add-port=2376/tcp\n/bin/firewall-cmd --permanent --zone=public --add-port=2377/tcp\n/bin/firewall-cmd --permanent --zone=public --add-port=4789/tcp\n/bin/firewall-cmd ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3357, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/docker-swarm-init
7,883
[ "no_license" ]
[ { "path": "roles/docker-swarm-init/tasks/main.yml", "content": "---\n\n- name: \"Initialise docker swarm on first manager\"\n shell: '/bin/docker swarm init > /root/docker-swarm-init.log 2>&1'\n args:\n chdir: /root\n creates: /root/docker-swarm-init.log\n\n\n# Grab the Swarm join tokens, used in la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/docker-swarm-manager
7,883
[ "no_license" ]
[ { "path": "roles/docker-swarm-manager/tasks/main.yml", "content": "---\n\n#- debug:\n# msg: \"manager token is: {{ hostvars[groups['primary'][0]]['manager_token'].stdout }} IP is: {{ hostvars[groups['primary'][0]]['ansible_eth0']['ipv4']['address'] }}\"\n\n- name: \"Join manager to cluster\"\n shell: /b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/docker-swarm-worker
7,883
[ "no_license" ]
[ { "path": "roles/docker-swarm-worker/tasks/main.yml", "content": "---\n\n#- debug:\n# msg: \"worker token is: {{ hostvars[groups['primary'][0]]['worker_token'].stdout }} IP is: {{ hostvars[groups['primary'][0]]['ansible_eth0']['ipv4']['address'] }}\"\n\n- name: \"Join worker to swarm\"\n shell: /bin/doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/ntp
7,883
[ "no_license" ]
[ { "path": "roles/ntp/tasks/sync-clock.yml", "content": "---\n\n- name: \"Need to sync clock ({{ fqdn }}) stopping ntpd service\"\n systemd:\n name: ntpd\n state: stopped\n\n- name: \"Set clock to right time\"\n shell: \"/usr/sbin/ntpdate pool.ntp.org\"\n\n- name: \"Restarting ntpd\"\n systemd:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
grahamnscp/ansible-docker-swarm
0a8c13acfebf0250d536c9e180a5697c698cbf82
2
roles/pre-deploy
7,883
[ "no_license" ]
[ { "path": "roles/pre-deploy/tasks/main.yml", "content": "---\n\n- include: set-hostname.yml\n\n\n# Add alias to root's .bashrc\n- lineinfile:\n dest=/root/.bashrc\n line=\"alias l='ls -latFrh'\"\n regexp=\"^.*latFrh.*$\"\n owner=root\n state=present\n insertafter=EOF\n\n\n# Various Package...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2837, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/aliases
7,883
[ "no_license" ]
[ { "path": "roles/aliases/tasks/main.yml", "content": "---\n- name: create symlinks for aliases\n file:\n src: ~/.dotfiles/aliases\n dest: ~/.aliases\n state: link\n tags:\n - aliases\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/asdf
7,883
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "---\n- name: install asdf dependencies\n apt:\n name: ['automake', 'autoconf', 'libreadline-dev', 'libncurses-dev', 'libssl-dev', 'libyaml-dev', 'libxslt-dev', 'libffi-dev', 'libtool', 'unixodbc-dev', 'unzip', 'curl']\n update_cache: yes\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/common
7,883
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: ensure ~/.config folder exists\n file:\n path: ~/.config\n state: directory\n mode: '0755'\n tags:\n - ensure-config-folder\n\n- name: ensure ~/.workspace folder exists\n file:\n path: ~/workspace\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/dotfiles
7,883
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: ensure dotfiles are installed\n git:\n repo: <EMAIL>:P1X3L/dotfiles.git\n dest: ~/.dotfiles\n", "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
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/fish
7,883
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yml", "content": "---\n- name: add fish repository\n apt_repository:\n repo: ppa:fish-shell/release-3\n become: yes\n tags:\n - fish\n - fish-install\n- name: install base utils\n apt:\n name: 'fish'\n update_cache: yes\n cache_valid_time: 3600\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/fzf
7,883
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "- name: create symlinks for fzf\n file:\n src: ~/.fzf/shell/key-bindings.fish\n dest: ~/.config/fish/functions/fzf_key_bindings.fish\n state: link\n tags:\n - fzf\n\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 205, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/git
7,883
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install git\n apt:\n name: 'git'\n update_cache: yes\n become: yes\n tags:\n - git\n - git-install\n\n- name: create symlinks for gitconfig\n file:\n src: ~/.dotfiles/gitconfig\n dest: ~/.gitconfig\n state: link\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/nginx
7,883
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt:\n name: 'nginx'\n update_cache: yes\n become: yes\n tags:\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/tmux
7,883
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: clone tmux repository\n git:\n repo: https://github.com/tmux/tmux.git\n dest: /usr/bin/local/tmux\n tags:\n - tmux\n - tmux-install\n- name: make tmux\n shell: |\n cd /usr/bin/local/tmux\n sh autogen.sh\n ./configure && ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/vim
7,883
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: install vim\n apt:\n name: 'vim'\n update_cache: yes\n become: yes\n tags:\n - vim\n - vim-install\n\n- name: create symlinks for vimrc\n file:\n src: ~/.dotfiles/vimrc\n dest: ~/.vimrc\n state: link\n tags:\n - vim\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
P1X3L/ansible-playbook
ad3b18ff0861153e95eedaaf7d0effb3e488ce42
0
roles/ycm
7,883
[ "no_license" ]
[ { "path": "roles/ycm/tasks/main.yml", "content": "---\n- name: install YCM build-essential dependency\n apt:\n name: ['build-essential', 'cmake', 'python3-dev']\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n tags:\n - ycm\n - ycm-install-dependencies\n\n- name: check that ycm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/build-minikube
7,883
[ "no_license" ]
[ { "path": "ansible/roles/build-minikube/vars/main.yml", "content": "---\n# vars file for build-minikube\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/build-minikube/tasks/main.yml", "content": "---\n# tasks file for build-mini...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 565, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/clean-minikube
7,883
[ "no_license" ]
[ { "path": "ansible/roles/clean-minikube/vars/main.yml", "content": "---\n# vars file for clean-minikube\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/clean-minikube/tasks/main.yml", "content": "---\n# tasks file for clean-mini...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/deploy-droppy
7,883
[ "no_license" ]
[ { "path": "ansible/roles/deploy-droppy/templates/Service.yaml.j2", "content": "apiVersion: v1\nkind: Service\nmetadata:\n namespace: {{ k8s_droppy_namespace }}\n name: {{ k8s_droppy_service }}\nspec:\n type: {{ k8s_droppy_service_type }}\n ports:\n - name: http\n port: 80\n targetPort: 8989\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5086, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/deploy-metallb
7,883
[ "no_license" ]
[ { "path": "ansible/roles/deploy-metallb/templates/layer2-config.yaml.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n namespace: {{ k8s_metallb_namespace }}\n name: config\ndata:\n config: |\n address-pools:\n - name: {{ k8s_metallb_pool.name }}\n protocol: {{ k8s_metallb_pool.pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6965, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/deploy-nginx-test
7,883
[ "no_license" ]
[ { "path": "ansible/roles/deploy-nginx-test/tasks/main.yml", "content": "---\n# tasks file for deploy-metallb\n- name: Install nginx-test\n command: \"kubectl apply -f -\"\n args:\n stdin: \"{{ item }}\"\n with_items:\n - \"{{ lookup('template', 'Deployment.yaml.j2') }}\"\n - \"{{ lookup('templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1459, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/deploy-whoami
7,883
[ "no_license" ]
[ { "path": "ansible/roles/deploy-whoami/templates/Deployment.yaml.j2", "content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n namespace: {{ k8s_whoami_namespace }}\n name: {{ k8s_whoami_deployment }}\nspec:\n replicas: {{ k8s_whoami_replicas }}\n selector:\n matchLabels:\n app:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2517, "all_permissive": false }
ansible_role
dysonfrost/kubernetes
fc09fc077dd3a472e9b32c0ada27ac4f182aff51
0
ansible/roles/verify-goss
7,883
[ "no_license" ]
[ { "path": "ansible/roles/verify-goss/tasks/main.yml", "content": "---\n# tasks file for verify-goss\n- name: Waiting for containers to start\n wait_for: timeout=10\n delegate_to: localhost\n\n- name: Check that Goss exists\n stat:\n path: \"{{ goss_bin }}\"\n register: stat_result\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2974, "all_permissive": false }
ansible_role
DevOps-Learning-CFCIFE/ansible_tutorial
61331ffafec91f1d0326583b94f5329d5f5a024a
0
roles/web_servers
7,883
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php for Ubuntu and CentOS\n tags: apache,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable apache service\n tags: ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/cluster-ingest
7,883
[ "no_license" ]
[ { "path": "ansible/roles/cluster-ingest/tasks/main.yml", "content": "---\n# tasks file for cluster-ingest\n- name: install haproxy\n apt: \n name: haproxy\n state: present\n become: yes\n\n- template:\n src: ../files/haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n become: yes\n\n- name: restar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 635, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/cluster-setup
7,883
[ "no_license" ]
[ { "path": "ansible/roles/cluster-setup/defaults/main.yml", "content": "---\n# defaults file for cluster-setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/cluster-setup/tasks/install_registry.yml", "content": "---\n- name: depl...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1172, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/cluster-setup-slaves
7,883
[ "no_license" ]
[ { "path": "ansible/roles/cluster-setup-slaves/README.md", "content": "cluster-setup-slaves\n====================\n\nset up kubernetes nodes\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\n<NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 936, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/deploy-clearwater
7,883
[ "no_license" ]
[ { "path": "ansible/roles/deploy-clearwater/tasks/main.yml", "content": "---\n# tasks file for deploy-clearwater\n\n#- name: template docker daemon config\n# template:\n# src: ../templates/daemon.json.j2\n# dest: /etc/docker/daemon.json\n# owner: root\n# group: root\n# mode: 0644\n# become: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1367, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/init_master
7,883
[ "no_license" ]
[ { "path": "ansible/roles/init_master/tasks/main.yml", "content": "---\n\n- name: kubeadm init\n raw: kubeadm init --pod-network-cidr=10.244.0.0/16 --token={{ kubeadm_token }} --apiserver-advertise-address={{ groups['master'][0] }}\n become: yes\n\n- name: ubuntu user config copy\n raw: mkdir -p /home/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1350, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/init_slave
7,883
[ "no_license" ]
[ { "path": "ansible/roles/init_slave/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - init_slave", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/init_slave/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 545, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/install_docker
7,883
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/README.md", "content": "install_docker\n==============\n\ninstalls docker-ce and puts package on hold\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\n<NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/install_kube
7,883
[ "no_license" ]
[ { "path": "ansible/roles/install_kube/README.md", "content": "install_kube\n============\n\ninstalls kubernetes components on all nodes\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\n<NAME>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 929, "all_permissive": false }
ansible_role
Teszko/clearwater-k8s-deploy
6285bbe45de865334ce6ced96fd41538aa760ee1
0
ansible/roles/kube_monitoring
7,883
[ "no_license" ]
[ { "path": "ansible/roles/kube_monitoring/tasks/main.yml", "content": "---\n\n#- name: set up monitoring\n# hosts: master\n# tasks:\n# - include: install_helm.yml\n\n- template:\n src: ../files/weavescope_ns_default.yaml\n dest: /home/ubuntu/weavescope.yaml\n\n- name: deploy weavescope to kubernetes...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1348, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/bootstrap
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/bootstrap/tasks/main.yml", "content": "- name: Install python for Ansible\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n changed_when: False\n- setup:\n\n- name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/deploy-forced
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-forced/templates/deployment.yml", "content": "apiVersion: v1\nkind: ReplicationController\nmetadata:\n name: micro-api\nspec:\n replicas: 4\n template:\n metadata:\n labels:\n app: micro-api\n spec:\n containers:\n - name: micro-api\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/deploy-rolling
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-rolling/tasks/main.yml", "content": "- template:\n src: ./templates/deployment.yml\n dest: /tmp/api-deploy.yml\n owner: root\n group: root\n mode: 0775\n\n- name: Create a rolling release deployment\n shell: kubectl apply --force -f /tmp/api-deploy.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/istio
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/istio/tasks/main.yml", "content": "- name: Download Istio CLI\n shell: wget https://github.com/istio/istio/releases/download/1.2.0/istio-1.2.0-linux.tar.gz \n args:\n chdir: /tmp\n creates: istio-download.log\n\n- name: Compact Istio CLI\n shell: tar xvf istio-1.2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/kubernetes
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes/tasks/main.yml", "content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Get Kubernetes apt-key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/masters
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/masters/tasks/main.yml", "content": "# Uncomment this if using ECR\n# - name: Login to ECR\n# shell: $(aws ecr get-login --no-include-email --region us-east-1)\n\n- name: Initialize Cluster\n shell: kubeadm init --pod-network-cidr 10.244.0.0/16 --ignore-preflight-errors...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1509, "all_permissive": false }
ansible_role
msfidelis/kubernetes-cluster-ansible
224273b18ad80fb967f2707c29e323b9254b7c04
6
ansible/playbooks/roles/nodes
7,883
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nodes/tasks/main.yml", "content": "# uncoment with using ecr\n# - name: Login to ECR\n# shell: $(aws ecr get-login --no-include-email --region us-east-1)\n\n- name: Kubeadm Reset\n shell: kubeadm reset -f >> reset.log\n args:\n chdir: $HOME\n creates: reset.log\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
jobetinfosec/ansible-centos7-bootstrap
6130771aeec772b8f6ba7c4df1a61394ce1a1c73
0
sudo_user/roles/basic
7,883
[ "no_license" ]
[ { "path": "sudo_user/roles/basic/defaults/main.yml", "content": "---\nusername: <USER_NAME>\n# Encrypted password (use mkpasswd command to generate it. Check: https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module)\npassword: \"<<PASSW...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/common
7,883
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# defaults file for common\nruby_gems:\n - fpm\n - github-pages\n - jekyll\n - sass\n\ndo_symlinks: True\ndo_gems: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/commo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 774, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/dev-sec.nginx-hardening
7,883
[ "no_license" ]
[ { "path": "roles/dev-sec.nginx-hardening/vars/Oracle Linux.yml", "content": "nginx_root_dir: '/etc/nginx'\nnginx_config_conf_dir: '/etc/nginx/conf.d'\nnginx_default_conf: '/etc/nginx/conf.d/default.conf'\nnginx_service_name: 'nginx'\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8739, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/geerlingguy.homebrew
7,883
[ "no_license" ]
[ { "path": "roles/geerlingguy.homebrew/meta/main.yml", "content": "---\ndependencies:\n - elliotweiser.osx-command-line-tools\n\ngalaxy_info:\n author: geerlingguy\n description: Homebrew for Mac OS X\n company: \"Midwestern Mac, LLC\"\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.5\n pla...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1009, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/invoiceplane
7,883
[ "no_license" ]
[ { "path": "roles/invoiceplane/handlers/main.yml", "content": "---\n# handlers file for invoiceplane", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/invoiceplane/defaults/main.yml", "content": "---\n# defaults file for invoiceplane\n\nip_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9951, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/ocha.yarn
7,883
[ "no_license" ]
[ { "path": "roles/ocha.yarn/tasks/ubuntu.yml", "content": "---\n- name: Check if YARN repo is already configured.\n stat: path={{ yarn_debian_repofile_path }}\n register: yarn_repofile_result\n\n- name: Import YARN APT key.\n apt_key:\n url: \"{{ yarn_debian_repo_gpg_key_url }}\"\n state: present\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2248, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/osx
7,883
[ "no_license" ]
[ { "path": "roles/osx/tasks/defaults.yml", "content": "---\n# OS X defaults\n\n# osx_defaults: key= domain=NSGlobalDomain state=present type=string value=\n\n###############################################################################\n# General UI/UX ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 23145, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/vvv
7,883
[ "no_license" ]
[ { "path": "roles/vvv/vars/main.yml", "content": "---\n# vars file for vvv", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/vvv/handlers/main.yml", "content": "---\n# handlers file for vvv", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 815, "all_permissive": false }
ansible_role
JPry/provisioning
12c6b3544c2610a97f679b6c49d26c94cde0e84a
1
roles/zsh
7,883
[ "no_license" ]
[ { "path": "roles/zsh/defaults/main.yml", "content": "---\n# defaults file for zsh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/zsh/vars/main.yml", "content": "---\n# vars file for zsh", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 468, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/common
7,883
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: yum packageの最新化\n yum: name=* state=latest\n\n- name: install the 'Development tools' package group\n yum: name=\"@Development tools\" state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/echo
7,883
[ "no_license" ]
[ { "path": "roles/echo/tasks/main.yml", "content": "---\n- name: echoA\n command: echo \"{ a }\"\n- name: echoB\n tags: \"b\"\n command: echo \"{ b }\"\n- name: echoC\n tags: \"c\"\n command: echo \"{ c }\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/fuelphp
7,883
[ "no_license" ]
[ { "path": "roles/fuelphp/tasks/sub.yml", "content": "---\n- hosts: test\n remote_user: vagrant\n sudo: yes\n tasks:\n - name: yum packageの最新化\n shell: echo \"sub ok\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/fuelphp/h...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 734, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/git
7,883
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: gitのインストール\n yum: name=git state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 55, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/httpd
7,883
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: yum install httpd\n yum: name=httpd state=installed\n- name: yum install httpd-devel\n yum: name=httpd-devel state=installed\n- name: httpdを起動する\n service: name=httpd state=running enabled=yes\n\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/php
7,883
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: install the php-devel\n yum: name=php-devel state=installed\n- name: install the php-mbstring\n yum: name=php-mbstring state=installed\n- name: install the php-mysql\n yum: name=php-mysql state=installed\n- name: install the php-gd\n yum: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
awisu2/ansible_playbooks
5e6bfebb02d43e518d49925a26f94bbb0e26aed0
0
roles/sample
7,883
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "---\n- name: テンプレートをセット\n action: template src=templates/sample.txt dest=/tmp/sample.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }