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
gyKa/vm-nagas
2224ac897c53771e965372e25457cb2a7e37c832
0
roles/php
486
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: install php\n apt: name=php5 update_cache=yes state=latest\n\n- include: configure.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/php/tasks/phpcli.yml", "content": "--...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 702, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/commom
486
[ "no_license" ]
[ { "path": "ansible/roles/commom/tasks/main.yml", "content": "- include: locales.yml\n sudo: yes\n tags:\n locales\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/roles/commom/tasks/locales.yml", "content": "- name: \"Install loca...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/database
486
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/postgresql.yml", "content": "- name: Install PostgreSQL dependencies\n action: apt pkg={{item}} state=latest\n sudo: yes\n with_items:\n - python-pycurl\n - python-psycopg2\n\n- name: Add PostgreSQL repo key\n apt_key: url=http://apt.postgresql.org/pub/repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2416, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/elasticsearch
486
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Import elasticsearch apt key\n apt_key: url=https://artifacts.elastic.co/GPG-KEY-elasticsearch state=present\n become: true\n\n- name: Add elasticsearch apt repo\n apt_repository: repo='deb https://artifacts.elastic.co/packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/rbenv
486
[ "no_license" ]
[ { "path": "ansible/roles/rbenv/tasks/common-prereqs.yml", "content": "- name: Installs ruby building dependencies\n apt: name={{ item }} state=installed update-cache=yes\n with_items: ruby_deps\n sudo: yes\n tags:\n - ruby\n - ruby:install\n - install\n\n\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/redis
486
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: install redis-server\n apt: pkg=redis-server state=present\n sudo: yes\n tags:\n - master\n - redis_server\n\n- name: configure redis file\n template: src=redis.conf.j2 dest=/etc/redis/redis.conf\n sudo: yes\n tags:\n - maste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
fabiosl/pointsrocket-base
158b72cde5decc0d42957cbc5c2097dcb7ccfc84
0
ansible/roles/template
486
[ "no_license" ]
[ { "path": "ansible/roles/template/tasks/jekyll.yml", "content": "---\n- name: Install jekyll package\n apt: name=jekyll state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/template/tasks/main.yml", "content": "- inclu...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2075, "all_permissive": false }
ansible_role
felipe-2705/Ansible_test
986439cd43cb2d12c272620a025e075a710119c4
0
roles/install-k8s
486
[ "no_license" ]
[ { "path": "roles/install-k8s/tasks/install.yml", "content": "- name: Instalando o Docker\n get_url: \n url: https://get.docker.com\n dest: bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
felipe-2705/Ansible_test
986439cd43cb2d12c272620a025e075a710119c4
0
roles/install_minicube
486
[ "no_license" ]
[ { "path": "roles/install_minicube/vars/main.yml", "content": "---\n# vars file for install_minicube", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/install_minicube/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 683, "all_permissive": false }
ansible_role
sribiere-cesi/devops-bootstrap
314ae4f5a99acd28a11f9862004be2100391ba3f
1
Ansible/roles/apt
485
[ "no_license" ]
[ { "path": "Ansible/roles/apt/tasks/main.yml", "content": "---\n- name: update cache\n apt:\n update_cache: yes\n upgrade: full\n autoremove: yes\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
sribiere-cesi/devops-bootstrap
314ae4f5a99acd28a11f9862004be2100391ba3f
1
Ansible/roles/docker
485
[ "no_license" ]
[ { "path": "Ansible/roles/docker/vars/main.yml", "content": "---\nrepository_docker_release: \"{{ docker_release | default('stable') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "Ansible/roles/docker/meta/main.yml", "content": "---\ndep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3530, "all_permissive": false }
ansible_role
sribiere-cesi/devops-bootstrap
314ae4f5a99acd28a11f9862004be2100391ba3f
1
Ansible/roles/docker-cli
485
[ "no_license" ]
[ { "path": "Ansible/roles/docker-cli/defaults/main.yml", "content": "---\ndocker_cli_release: \"{{ docker_release | default('stable') }}\"\ndocker_cli_version: \"{{ docker_version | default() }}\"\ndocker_cli_package_name: \"docker-ce-cli\"\ndocker_cli_package_version: \"{{ docker_cli_version is version('18....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1321, "all_permissive": false }
ansible_role
sribiere-cesi/devops-bootstrap
314ae4f5a99acd28a11f9862004be2100391ba3f
1
Ansible/roles/docker-compose
485
[ "no_license" ]
[ { "path": "Ansible/roles/docker-compose/tasks/main.yml", "content": "---\n- name: download binary {{docker_compose_url}}\n get_url:\n url: \"{{docker_compose_url}}\"\n dest: \"{{docker_compose_file}}-{{docker_compose_version}}\"\n mode: 0755\n owner: root\n group: root\n\n- name: link {{dock...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 666, "all_permissive": false }
ansible_role
sribiere-cesi/devops-bootstrap
314ae4f5a99acd28a11f9862004be2100391ba3f
1
Ansible/roles/repository-docker
485
[ "no_license" ]
[ { "path": "Ansible/roles/repository-docker/defaults/main.yml", "content": "---\nrepository_docker_key: https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg\nrepository_docker_release: stable\nrepository_docker: \"deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
Joel-Adams/Azure_Ansible_Automation
ed495de96983f520b1ad89933a02b190bc7247c9
0
roles/control_node
485
[ "no_license" ]
[ { "path": "roles/control_node/templates/ansible.cfg.j2", "content": "[defaults]\nstdout_callback = yaml\nconnection = smart\ntimeout = 60\ndeprecation_warnings = False\nhost_key_checking = False\nretry_files_enabled = False\ninventory = /home/{{username}}/azure-workshop/lab_inventory/hosts\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3479, "all_permissive": false }
ansible_role
Joel-Adams/Azure_Ansible_Automation
ed495de96983f520b1ad89933a02b190bc7247c9
0
roles/manage_azure_instances
485
[ "no_license" ]
[ { "path": "roles/manage_azure_instances/tasks/resources.yml", "content": "- name: Create a Azure resource group\n azure_rm_resourcegroup:\n name: \"{{azure_name_prefix}}\"\n location: \"{{azure_region}}\"\n tags:\n Students: \"Student Count {{student_total}}\"\n register: resource_group\n\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9801, "all_permissive": false }
ansible_role
Joel-Adams/Azure_Ansible_Automation
ed495de96983f520b1ad89933a02b190bc7247c9
0
roles/wetty
485
[ "no_license" ]
[ { "path": "roles/wetty/templates/wetty.service.j2", "content": "[Unit]\nDescription=\"WETTY: Terminal over HTTP and HTTPS. https://github.com/krishnasrinivas/wetty\"\nAfter=network.target auditd.service\n[Service]\nExecStart=/usr/lib/node_modules/wetty/bin/wetty.js --sslkey /home/{{ ansible_user }}/.ssh/pri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3738, "all_permissive": false }
ansible_role
MrwanBaghdad/sailor-playbook
84ae226d46ab7210fc64c72a3d3ad40d91306a73
0
ansible-playbook/roles/kube-base
485
[ "no_license" ]
[ { "path": "ansible-playbook/roles/kube-base/tasks/main.yml", "content": "- name: setup kubeadm dep\n apt: \n update_cache: true \n pkg:\n - iptables \n - arptables \n - ebtables\n - curl\n - bridge-utils\n - apt-transport-https\n - docker.io\n# TODO: check why not ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
MrwanBaghdad/sailor-playbook
84ae226d46ab7210fc64c72a3d3ad40d91306a73
0
ansible-playbook/roles/kube-master
485
[ "no_license" ]
[ { "path": "ansible-playbook/roles/kube-master/tasks/main.yml", "content": "- name: Initialize kubeadm \n shell: |\n kubeadm reset -f \n kubeadm init\n args:\n creates: /etc/kube-join.sh\n register: kubeadm_out\n\n\n- name: Make .kube directory\n file:\n name: $HOME/.kube\n state: director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
MrwanBaghdad/sailor-playbook
84ae226d46ab7210fc64c72a3d3ad40d91306a73
0
ansible-playbook/roles/kube-worker
485
[ "no_license" ]
[ { "path": "ansible-playbook/roles/kube-worker/tasks/main.yml", "content": "- name: Copy join command\n copy:\n src: ./kubeadm-join.sh\n dest: /etc/kubeadm-join.sh\n\n- name: Join k8 cluster\n shell: >\n bash /etc/kubeadm-join.sh\n args:\n creates: /etc/k8-joined\n\n- name: Successfully joine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
sergey-koba-mobidev/tackle
ebbd8e0dc12a354a8501cadf1f62e9691495a004
1
ansible/roles/tackle_darwin
485
[ "no_license" ]
[ { "path": "ansible/roles/tackle_darwin/tasks/main.yml", "content": "- name: Update Homebrew\n homebrew: update_homebrew=yes\n\n- name: Tap Caskroom\n homebrew_tap: tap=caskroom/cask\n\n- name: Install Caskroom\n homebrew: name=brew-cask state=latest\n\n- name: Install Virtualbox\n homebrew_cask: name=vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
sergey-koba-mobidev/tackle
ebbd8e0dc12a354a8501cadf1f62e9691495a004
1
ansible/roles/tackle_debian
485
[ "no_license" ]
[ { "path": "ansible/roles/tackle_debian/tasks/main.yml", "content": "- name: Install Docker\n apt: name=docker-engine update_cache=yes\n sudo: yes\n\n- name: Enable Docker for non sudo users\n shell: usermod -aG docker {{ ansible_user_id }}\n sudo: yes\n\n- name: Start Docker service\n service: name=doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
sergey-koba-mobidev/tackle
ebbd8e0dc12a354a8501cadf1f62e9691495a004
1
ansible/roles/tackle_linuxmint
485
[ "no_license" ]
[ { "path": "ansible/roles/tackle_linuxmint/tasks/main.yml", "content": "- name: Add the repository to your APT sources\n shell: echo eb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list\n sudo: yes\n\n- name: Then import the repository key\n shell: apt-key adv --k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 869, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
cicd/roles/argocd
485
[ "no_license" ]
[ { "path": "cicd/roles/argocd/tasks/main.yml", "content": "- name: Create argocd namespace\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: argocd\n state: present\n\n- name: Deploy ArgoCD\n shell: |\n kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
cicd/roles/jenkins
485
[ "no_license" ]
[ { "path": "cicd/roles/jenkins/tasks/main.yml", "content": "- name: Create Jenkins namespace\n kubernetes.core.k8s:\n state: present\n src: namespace.yaml\n\n- name: Apply Service Acccount\n kubernetes.core.k8s:\n state: present\n src: serviceAccount.yaml\n\n- name: Apply Volume\n kubernetes.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
cluster/roles/08-post-deploy
485
[ "no_license" ]
[ { "path": "cluster/roles/08-post-deploy/tasks/create-pv-dir.yml", "content": "- name: Create directory for Prometheus PV\n file:\n path: /opt/prometheus\n state: directory\n owner: kube\n group: kube\n mode: 0777\n\n- name: Create directory for Grafana PV\n file:\n path: /opt/grafana\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2884, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
monitoring/roles/dashboard
485
[ "no_license" ]
[ { "path": "monitoring/roles/dashboard/tasks/main.yml", "content": "- name: Create kubernetes-dashboard namespace\n kubernetes.core.k8s:\n state: present\n src: namespace.yaml\n\n- name: Apply dashboard admin user\n kubernetes.core.k8s:\n state: present\n src: dash-adminuser.yaml\n\n- name: App...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
monitoring/roles/kubeopsview
485
[ "no_license" ]
[ { "path": "monitoring/roles/kubeopsview/files/service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n labels:\n application: kube-ops-view\n component: frontend\n name: kube-ops-view\n namespace: kubeopsview\nspec:\n selector:\n application: kube-ops-view\n component: frontend\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1693, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
monitoring/roles/monitoring
485
[ "no_license" ]
[ { "path": "monitoring/roles/monitoring/files/prometheus/volume.yaml", "content": "kind: StorageClass\napiVersion: storage.k8s.io/v1\nmetadata:\n name: local-storage\nprovisioner: kubernetes.io/no-provisioner\nvolumeBindingMode: WaitForFirstConsumer\n\n---\napiVersion: v1\nkind: PersistentVolume\nmetadata:\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4638, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
monitoring/roles/nagios-clients
485
[ "no_license" ]
[ { "path": "monitoring/roles/nagios-clients/tasks/main.yml", "content": "- name: Update cache\n apt:\n update_cache: yes\n\n#- name: Update cache (insecurely because of Docker repo issue)\n# shell: |\n# apt-get update --allow-insecure-repositories\n\n- name: Upgrade packages\n apt:\n name: \"*\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
xvag/iac-demo
23a5c43d2a137dc4a92a1e29aee6d30c942816cc
0
monitoring/roles/nagios-server
485
[ "no_license" ]
[ { "path": "monitoring/roles/nagios-server/tasks/setup-clients.yml", "content": "- name: Create configurations directory\n file:\n path: /usr/local/nagios/etc/servers\n state: directory\n\n- name: Set Nagios Configuration file\n template:\n src: nagios.cfg.j2\n dest: /usr/local/nagios/etc/nagio...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5827, "all_permissive": false }
ansible_role
ssivazhalezau/sandbox
4660b4ed346eaf9a84242eb4366707ec4069b5ee
0
task5/roles/common
485
[ "no_license" ]
[ { "path": "task5/roles/common/tasks/Amazon.yml", "content": "# Ansible playbook AWS - install docker\n---\n- name: Update all packages\n yum:\n name: '*'\n state: latest\n update_only: yes\n\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: pres...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1163, "all_permissive": false }
ansible_role
ssivazhalezau/sandbox
4660b4ed346eaf9a84242eb4366707ec4069b5ee
0
task5/roles/mysql-servers
485
[ "no_license" ]
[ { "path": "task5/roles/mysql-servers/templates/init.sql", "content": "CREATE TABLE Students (\n ID INT,\n Student VARCHAR(255) NOT NULL,\n StudentId INT PRIMARY KEY\n)\nCHARACTER SET utf8\nCOLLATE utf8_general_ci;\n\nCREATE TABLE Result (\n ID INT NOT NULL PRIMARY KEY,\n StudentId INT,\n T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4598, "all_permissive": false }
ansible_role
markgoddard/ansible-experiments
228b7158cf7acb827e39b16eb35152a72ebef043
6
06-import-include-and-tags/roles/test
485
[ "permissive" ]
[ { "path": "06-import-include-and-tags/roles/test/tasks/main.yml", "content": "---\n- name: Role task\n debug:\n msg: Hello\n tags:\n - role-task\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": true }
ansible_role
markgoddard/ansible-experiments
228b7158cf7acb827e39b16eb35152a72ebef043
6
09-roles-handlers-and-vars/roles/parent-role
485
[ "permissive" ]
[ { "path": "09-roles-handlers-and-vars/roles/parent-role/handlers/main.yml", "content": "---\n- name: Some handler\n debug:\n msg: Oh, I am soo duplicated! :-(\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 72 }, { "path": "09-roles-ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 150, "all_permissive": true }
ansible_role
markgoddard/ansible-experiments
228b7158cf7acb827e39b16eb35152a72ebef043
6
10-roles-handlers-more-quirks/roles/role
485
[ "permissive" ]
[ { "path": "10-roles-handlers-more-quirks/roles/role/handlers/main.yml", "content": "---\n- name: Some handler\n debug:\n msg: Some msg\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "10-roles-handlers-more-quirks/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 128, "all_permissive": true }
ansible_role
markgoddard/ansible-experiments
228b7158cf7acb827e39b16eb35152a72ebef043
6
12-hostvars-variables/roles/test
485
[ "permissive" ]
[ { "path": "12-hostvars-variables/roles/test/vars/main.yml", "content": "---\nrole_var: rv\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 17 }, { "path": "12-hostvars-variables/roles/test/defaults/main.yml", "content": "---\nrole_defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 627, "all_permissive": true }
ansible_role
Derad6709/kasp
dcb13bda96b5eb55a0630c9ed6fc12d03086c2f4
0
playbook/roles/docker_exporter
485
[ "no_license" ]
[ { "path": "playbook/roles/docker_exporter/defaults/main.yml", "content": "# filepath: playbook/roles/docker_exporter/defaults/main.yml\n---\ndocker_build_context_path: \"{{ playbook_dir }}/files\"\ndocker_image_name: \"host-metrics-exporter\"\ndocker_image_tag: \"latest\"\ncontainer_name: \"host_metrics_exp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1843, "all_permissive": false }
ansible_role
Derad6709/kasp
dcb13bda96b5eb55a0630c9ed6fc12d03086c2f4
0
playbook/roles/prometheus_exporter
485
[ "no_license" ]
[ { "path": "playbook/roles/prometheus_exporter/templates/host_metrics_exporter.service.j2", "content": "# /etc/systemd/system/{{ prometheus_exporter_service_name }}\n# Managed by Ansible - DO NOT EDIT MANUALLY\n\n[Unit]\nDescription=Host Metrics Exporter using Prometheus (via pkgx)\nAfter=network.target\n\n[...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5297, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/alertmanager
485
[ "no_license" ]
[ { "path": "roles/alertmanager/handlers/main.yml", "content": "---\n- name: restart alertmanager\n become: true\n systemd:\n daemon_reload: true\n name: alertmanager\n state: restarted\n\n- name: reload alertmanager\n become: true\n systemd:\n name: alertmanager\n state: reloaded\n\n- name...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5431, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/blog
485
[ "no_license" ]
[ { "path": "roles/blog/tasks/main.yml", "content": "---\n- name: 'Create blog web directory'\n file:\n path: /srv/www/blog\n state: directory\n owner: web\n group: www-data\n\n- name: 'Clone blog'\n become_user: 'web'\n git:\n repo: https://github.com/geekodour/blog.git\n dest: /srv/www/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/common
485
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: 'update apt cache'\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: 'install common packages'\n apt:\n name: '{{ item.name }}'\n state: 'present'\n with_items:\n - {name: git}\n - {name: b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/docker
485
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install deps\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/dummy
485
[ "no_license" ]
[ { "path": "roles/dummy/tasks/main.yml", "content": "---\n- name: 'Create dummy web directory'\n file:\n path: /srv/www/dummy\n state: directory\n owner: web\n group: www-data\n\n- name: 'Clone pdffile webapp'\n become_user: 'web'\n git:\n repo: https://geekodour@bitbucket.org/geekodour/pdf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/dummy2
485
[ "no_license" ]
[ { "path": "roles/dummy2/tasks/main.yml", "content": "---\n- name: 'Create dummy2 web directory'\n file:\n path: /srv/www/dummy2\n state: directory\n owner: web\n group: www-data\n\n- name: 'Clone pdffile webapp'\n become_user: 'web'\n git:\n repo: https://<EMAIL>.org/geekodour/pdffilesnorm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1929, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/grafana
485
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: run docker image\n become: true\n command: 'docker run -d -p 3000:3000 grafana/grafana'\n ignore_errors: true\n\n- name: 'Add nginx config'\n template:\n src: grafana.conf.j2\n dest: /etc/nginx/sites-available/grafana.conf\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/inducation
485
[ "no_license" ]
[ { "path": "roles/inducation/tasks/main.yml", "content": "---\n- name: 'Add nginx config'\n template:\n src: inducation.conf.j2\n dest: /etc/nginx/sites-available/inducation.conf\n\n- name: add the symlink\n file:\n src: /etc/nginx/sites-available/inducation.conf\n dest: /etc/nginx/sites-enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2644, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/ishani
485
[ "no_license" ]
[ { "path": "roles/ishani/tasks/main.yml", "content": "---\n- name: 'Create ishani web directory'\n file:\n path: /srv/www/ishani\n state: directory\n owner: web\n group: www-data\n\n- name: 'Clone lanagame'\n become_user: 'web'\n git:\n repo: https://github.com/geekodour/lanagame.git\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/prometheus
485
[ "no_license" ]
[ { "path": "roles/prometheus/files/alerts/alertmanager.yml", "content": "---\ngroups:\n- name: alertmanager.yml\n rules:\n - alert: AlertmanagerNotificationsFailing\n expr: rate(alertmanager_notifications_failed_total[1m]) > 0\n labels:\n service: alertmanager\n severity: critical\n anno...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9319, "all_permissive": false }
ansible_role
geekodour-archives/old-server
44c8d61d53ba9b8bb26fc86a4db708764c5baa87
0
roles/wikianimal
485
[ "no_license" ]
[ { "path": "roles/wikianimal/tasks/main.yml", "content": "---\n- name: install unzip (required)\n apt:\n name: unzip\n state: present\n become: yes\n\n- name: create dokuwiki farm {{ dokuwiki_farm }}\n file:\n path: \"{{ dokuwiki_farm }}\"\n state: directory\n owner: \"{{ web_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
topeoke/ansible-code
20ad195320c9d154d2b2a961f2ef54a2b72bfc89
2
roles/common
485
[ "no_license" ]
[ { "path": "roles/common/tasks/vxlan_feature.yml", "content": "---\n- name: Retrieve Login Credentials\n include_vars: /home/temi/EVE/VXLAN/ansible-code/secret.yaml\n\n- name: Define Providers\n set_fact:\n provider:\n host: \"{{ ansible_host }}\"\n username: \"{{ creds['username'] }}\"\n password: \"{...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 9787, "all_permissive": false }
ansible_role
TICHANE-JM/Outils-Devops
68727f50998258334ea123882aa405d1dd11c5d0
0
ansible/pulumi-env/roles/pulumi-env
485
[ "no_license" ]
[ { "path": "ansible/pulumi-env/roles/pulumi-env/tasks/main.yml", "content": "---\n- name: Télécharger l'archive d'installation de Pulumi\n unarchive:\n remote_src: true\n src: \"{{ pulumi_download_url }}/pulumi-v{{ pulumi_version }}-linux-x64.tar.gz\"\n dest: \"/tmp\"\n creates: \"/usr/local/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/common
485
[ "no_license" ]
[ { "path": "roles/common/tasks/mysql_schema_setup.yml", "content": "\n- name: Install MySql Client\n ansible.builtin.yum:\n name: mysql\n state: installed\n\n- name: Load Schema\n ansible.builtin.shell: mysql -h mysql-dev.lanim.shop -uroot -pRoboShop@1 </app/schema/{{ component }}.sql\n\n\n\n", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/frontend
485
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing Nginx Server\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Remove directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n- name: Create directory\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/mongodb
485
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy MongoDB Repo File\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB Server\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n- name: Update MongoDB Listen A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/mysql
485
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable MySQL Default Version\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: Copy MySql Repo File\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install MySql Server\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/rabbitmq
485
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Configure Repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/{{ item }} | bash\n loop:\n - erlang/script.rpm.sh\n - rabbitmq-server/script.rpm.sh\n\n- name: Install RabbitMQ Server\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
Megapreneur/roboshop-ansible
0fe1e3596dd30922d351977422ce512ec1d83aea
0
roles/redis
485
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "\n\n\n- name: Install Redis Repos\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis Version\n ansible.builtin.shell: yum module enable red...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }
ansible_role
mamercad/mamercad.couchdb
cb194c1a02332cb6804c2e6570c91b8f8c92ec26
0
roles/couchdb
485
[ "no_license" ]
[ { "path": "roles/couchdb/handlers/main.yml", "content": "- name: restart couchdb\n ansible.builtin.systemd:\n name: couchdb\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/couchdb/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1521, "all_permissive": false }
ansible_role
rick4awslearning/ec2-ops
28fc393b11b1cfc94d483d41bb41a504bb632460
0
roles/ec2_create
485
[ "no_license" ]
[ { "path": "roles/ec2_create/vars/main.yml", "content": "---\n# vars file for testrole\nntp_pkgs: ntp\nntp_service: ntpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/ec2_create/tasks/main.yml", "content": "---\n\n- name: Launch EC2 in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
rick4awslearning/ec2-ops
28fc393b11b1cfc94d483d41bb41a504bb632460
0
roles/ec2_start
485
[ "no_license" ]
[ { "path": "roles/ec2_start/handlers/main.yml", "content": "---\n# handlers file for ec2_start", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ec2_start/defaults/main.yml", "content": "---\n# defaults file for ec2_start", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 510, "all_permissive": false }
ansible_role
rick4awslearning/ec2-ops
28fc393b11b1cfc94d483d41bb41a504bb632460
0
roles/ec2_stop
485
[ "no_license" ]
[ { "path": "roles/ec2_stop/defaults/main.yml", "content": "---\n# defaults file for ec2_stop", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/ec2_stop/handlers/main.yml", "content": "---\n# handlers file for ec2_stop", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 498, "all_permissive": false }
ansible_role
primus115/it_challenge
57d446dd0b7dfe36fae5484354aa8248c134bdd2
0
ansible/roles/ntp
485
[ "no_license" ]
[ { "path": "ansible/roles/ntp/tasks/main.yml", "content": "- name: Installing ntp\n apt: pkg=ntp state=present\n# notify: \n# - copy-config\n\n- name: copy-config\n copy: \n src: config/ntp.conf\n dest: /etc/ntp.conf\n owner: root\n group: root\n mode: 0644\n backup: yes\n# notify:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
primus115/it_challenge
57d446dd0b7dfe36fae5484354aa8248c134bdd2
0
ansible/roles/ssh
485
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "- name: Restrict SSH logins to keys only\n lineinfile:\n dest: /etc/ssh/sshd_config\n state: present\n regexp: '^PasswordAuthentication'\n line: 'PasswordAuthentication no'\n\n- name: Restrict SSH logins to keys only regex2\n lineinfile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
AD/roles/authcom
485
[ "permissive" ]
[ { "path": "AD/roles/authcom/tasks/main.yml", "content": "---\n- name: authconfig\n command: authconfig \\\n --enablewinbind \\\n --enablewinbindauth \\\n --smbsecurity=ads \\\n --smbworkgroup=\"{{ hostvars['dcshift.shift.com']['domain'] }}\" \\\n --smbrealm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1264, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
AD/roles/install
485
[ "permissive" ]
[ { "path": "AD/roles/install/tasks/main.yml", "content": "---\r\n#- name: packstack install\r\n# shell: |-\r\n# packstack --install-host={{ item.multinode }}\r\n#- name: set ansible_python_interpreter\r\n# set_fact: ansible_python_interpreter=\"/root/.virtualenvs/ansible/bin/python3\"\r\n\r\n#- name: pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
AD/roles/setting_network
485
[ "permissive" ]
[ { "path": "AD/roles/setting_network/tasks/main.yml", "content": "---\n# tasks file for setting_network\n \n#- name: change network ifcfg\n# shell: |-\n# nmcli c modify ens35 ipv4.addresses {{ hostvars.ansible_host }}/24 \n# nmcli c down ens35\n# nmcli c up ens35\n\n- name: install needed networ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1130, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
AD/roles/yum
485
[ "permissive" ]
[ { "path": "AD/roles/yum/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: install software to need\n yum:\n name:\n - samba\n - samba-winbind\n - samba-common\n - samba-client\n - krb5-libs\n - pam_krb5\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/add_repo.d
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/add_repo.d/vars/main.yml", "content": "---\n# vars file for add_repo.d", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 30 }, { "path": "KD_on_VM/roles/add_repo.d/tasks/main.yml", "content": "---\n# tasks file fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1446, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/config_hosts
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/config_hosts/tasks/main.yml", "content": "---\n# tasks file for common\n- name: testing env\n shell: |-\n uname -n\n env\n- debug:\n var:\n hostvars[inventory_hostname]['ansible_host']\n- debug:\n var:\n hostvars[inventory_hostname]['ansible_default_ipv4']['a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/config_network
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/config_network/tasks/main.yml", "content": "---\n# tasks file for pre task for installing OpenStack\n#https://docs.ansible.com/ansible/authorized_key_module.html\n\n- name: deploy pub key\n authorized_key:\n user: root\n state: present\n key: \"{{ lookup('file', '{{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1790, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/exec_kubeadm_init
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/exec_kubeadm_init/tasks/main.yml", "content": "---\n# tasks file for install\n- name: kube config file directory\n file: path=$HOME/.kube state=directory owner=root group=root mode=0755\n\n- name: copy a kubernetes repo\n copy:\n src: \"{{ role_path }}/files/kubelet.j2\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/install
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/install/tasks/main.yml", "content": "---\n# tasks file for install\n\n- name: device-mapper-persistent-data\n yum:\n name:\n - device-mapper-persistent-data\n\n- name: lvm2\n yum:\n name:\n - lvm2\n\n- name: doker\n yum:\n name:\n - docker-ce\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/metrics-server
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/metrics-server/tasks/main.yml", "content": "---\n# tasks file for metrics-server\n\n- name: clone repo\n shell: |-\n cd ${HOME}\n git clone https://github.com/kubernetes-incubator/metrics-server.git ${HOME}/metrics-server\n\n- name: copy a yaml\n copy:\n src: \"{{ role_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/servicectl_docker
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/servicectl_docker/tasks/main.yml", "content": "---\n# tasks file for servicectls\n- name: Restart docker\n systemd:\n state: restarted\n name: docker\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 105 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 140, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/servicectl_kubelet
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/servicectl_kubelet/tasks/main.yml", "content": "---\n# tasks file for servicectls\n- name: Restart kubelet\n systemd:\n state: restarted\n name: kubelet\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 107 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 242, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/setting_workers
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/setting_workers/tasks/main.yml", "content": "---\n# tasks file for setting_workers\n#FIXME IP value\n- name: create token\n shell: |-\n kubeadm token create --print-join-command\n register: result\n- name: debug result\n debug: var=result\n\n\n", "license_type": "permissi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 380, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/showkubeinfos
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/showkubeinfos/vars/main.yml", "content": "---\n# vars file for showkubeinfos", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 33 }, { "path": "KD_on_VM/roles/showkubeinfos/defaults/main.yml", "content": "---\n# de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 520, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
KD_on_VM/roles/swapoff
485
[ "permissive" ]
[ { "path": "KD_on_VM/roles/swapoff/handlers/main.yml", "content": "---\n# handlers file for swapoff", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 31 }, { "path": "KD_on_VM/roles/swapoff/tests/test.yml", "content": "---\n- hosts: localhos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 472, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/config_hosts
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/config_hosts/tasks/main.yml", "content": "---\r\n# tasks file for common\r\n#- name: testing env\r\n# shell: |-\r\n# uname -n\r\n# env\r\n#- debug:\r\n# var:\r\n# hostvars[inventory_hostname]['ansible_host']\r\n#- debug:\r\n# var:\r\n# hostvars[inventory_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/pre_task_for_installing_OpenStack
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/pre_task_for_installing_OpenStack/handlers/main.yml", "content": "---\n# handlers file for OpenStack", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 33 }, { "path": "OracleVM_edi/roles/pre_task_for_installing_Ope...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1190, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/python
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/python/tasks/main.yml", "content": "---\n# tasks file for python\n- hosts: localhost\n tasks:\n - name: yum install repo\n yum:\n name:\n - python-devel\n - python-pip\n#shadeでエラーになるため依存関係を整理\n#あいかわらずいかついな。。。python\n - name: pip require\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/setting_network
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/setting_network/vars/main.yml", "content": "---\n# vars file for setting_network", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 35 }, { "path": "OracleVM_edi/roles/setting_network/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/setup_dev_environment_for_magnum
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/setup_dev_environment_for_magnum/defaults/main.yml", "content": "---\n# defaults file for setup_dev_environment_for_magnum", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 56 }, { "path": "OracleVM_edi/roles/setup...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
OracleVM_edi/roles/setup_devstack
485
[ "permissive" ]
[ { "path": "OracleVM_edi/roles/setup_devstack/vars/main.yml", "content": "---\n# vars file for setup_devstack", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 34 }, { "path": "OracleVM_edi/roles/setup_devstack/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3561, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
SHIFT_baremetal/roles/add_repo.d
485
[ "permissive" ]
[ { "path": "SHIFT_baremetal/roles/add_repo.d/tasks/main.yml", "content": "---\n# tasks file for add_repo.da\n# https://docs.ansible.com/ansible/latest/modules/yum_repository_module.html\n\n- name: Add repository fedora copr openstacl-magnum for centos\n yum_repository:\n name: epel\n description: open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
SHIFT_baremetal/roles/create_SSHkey_for_root
485
[ "permissive" ]
[ { "path": "SHIFT_baremetal/roles/create_SSHkey_for_root/handlers/main.yml", "content": "---\n# handlers file for masternode", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 34 }, { "path": "SHIFT_baremetal/roles/create_SSHkey_for_root/defaults...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 893, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
SHIFT_baremetal/roles/install_openstack
485
[ "permissive" ]
[ { "path": "SHIFT_baremetal/roles/install_openstack/defaults/main.yml", "content": "---\n# defaults file for install_openstack", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 41 }, { "path": "SHIFT_baremetal/roles/install_openstack/vars/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1838, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
SHIFT_baremetal/roles/ntp
485
[ "permissive" ]
[ { "path": "SHIFT_baremetal/roles/ntp/tasks/main.yml", "content": "---\n# tasks file for ntp\n- name: set hostname\n become: true\n hostname: \n name: ntp001.shift\n\n- name: install ntp\n yum:\n name: ntp\n state: latest\n\n- name: copy a ntp.conf\n copy:\n src: \"{{ role_path }}/files/ntp.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": true }
ansible_role
shiftrepo/OperationBreakingDawn
94a730ba67fa72c4305ec854e22ee6b028068254
0
SHIFT_baremetal/roles/pre_task_for_installing_OpenStack
485
[ "permissive" ]
[ { "path": "SHIFT_baremetal/roles/pre_task_for_installing_OpenStack/tasks/main.yml", "content": "---\r\n# tasks file for pre task for installing OpenStack\r\n#https://docs.ansible.com/ansible/authorized_key_module.html\r\n\r\n- name: deploy pub key\r\n authorized_key:\r\n user: root\r\n state: present...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 604, "all_permissive": true }
ansible_role
MHolmes91/ansible-vagrant-lamp
047920ea604d098fde01071fe1a6885b8d46acb2
1
roles/database
488
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- include: mysql.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/database/tasks/mysql.yml", "content": "---\n- name: install mysql\n apt: name={{ item }} state=present\n wi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 489, "all_permissive": false }
ansible_role
MHolmes91/ansible-vagrant-lamp
047920ea604d098fde01071fe1a6885b8d46acb2
1
roles/package-management
488
[ "no_license" ]
[ { "path": "roles/package-management/tasks/main.yml", "content": "---\n- include: composer.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/package-management/tasks/composer.yml", "content": "---\n- name: install composer\n shell: curl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
MHolmes91/ansible-vagrant-lamp
047920ea604d098fde01071fe1a6885b8d46acb2
1
roles/webserver
488
[ "no_license" ]
[ { "path": "roles/webserver/tasks/php.yml", "content": "# https://alexcabal.com/installing-apache-mod_fastcgi-php-fpm-on-ubuntu-server-maverick/\n---\n- name: get repository for PHP 5.6\n apt_repository:\n repo=\"ppa:ondrej/php5-5.6\"\n state=present\n update_cache=yes\n- name: install php and addi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3106, "all_permissive": false }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/apache
488
[ "permissive" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\n# defaults file for apache\n\napache:\n admin_email: \"root@localhost\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 73 }, { "path": "roles/apache/tasks/httpd-configure.yml"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1509, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/common
488
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: \"Include OS-specific variables if custom ones are not already defined by host_vars\"\n include_vars: \"{{ ansible_os_family }}.yml\"\n tags: common\n\n- name: \"Configure the 'hosts' file with the FQDN provided\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3064, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/idp
488
[ "permissive" ]
[ { "path": "roles/idp/templates/conf/attribute-resolver-v3-custom.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<AttributeResolver\n xmlns=\"urn:mace:shibboleth:2.0:resolver\"\n xmlns:sec=\"urn:mace:shibboleth:2.0:security\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSc...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 60662, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/idpcloud_garr
488
[ "permissive" ]
[ { "path": "roles/idpcloud_garr/templates/lockusers.py.j2", "content": "#!/usr/bin/python\n\nimport ldap\nimport ldap.modlist as modlist\nfrom datetime import datetime\n\ntry:\n l = ldap.open(\"{{ fqdn }}\", 389)\n l.protocol_version = ldap.VERSION3\n l.simple_bind('{{ pla['ldap']['root_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6846, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/jdk
488
[ "permissive" ]
[ { "path": "roles/jdk/defaults/main.yml", "content": "---\n# defaults file for jdk\n# Available:\n#\n# OpenJDK: \n# jdk_type: \"openjdk\"\n#\n# Oracle JDK: \n# jdk_type: \"oraclejdk\"\n# jdk_version: \"8\"\n\njdk_type: \"openjdk\"\njdk_version: \"8\"\n", "license_type": "permissive", "detected_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1665, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/jetty
488
[ "permissive" ]
[ { "path": "roles/jetty/tasks/main.yml", "content": "---\n# tasks file for jetty\n\n- name: \"Check what Java version is installed and store the result on 'java_version' ansible variable\"\n shell: java -version 2>&1 | grep -i version | sed 's/.*version \".*\\.\\(.*\\)\\..*\"/\\1/; 1q'\n register: java_ver...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2656, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/mysql
488
[ "permissive" ]
[ { "path": "roles/mysql/templates/mysql-backup.sh.j2", "content": "#!/bin/bash\n\nCONFIGFILE=\"/etc/mysql-backup/mysql-backup.conf\"\n\nif [ -r ${CONFIGFILE} ]; then\n # Read the configfile if it's existing and readable\n source ${CONFIGFILE}\nelse\n BACKUPDIR=\"/var/local/backups/mysql\"\nfi\n\nWHICH=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3190, "all_permissive": true }