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
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/aws_dynamodb
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/aws_dynamodb/defaults/main.yml", "content": "---\n# defaults file for aws-dynamodb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/playbooks/roles/aws_dynamodb/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 303, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/aws_sam_local
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/aws_sam_local/vars/main.yml", "content": "---\n# vars file for aws-sam-local", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/playbooks/roles/aws_sam_local/defaults/main.yml", "content": "---\n# default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 307, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/docker
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "---\n\n- name: Download docker-ce repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n tags: docker\n\n- name: Install docker\n yum:\n name: docker-ce\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/git
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/git/tasks/main.yml", "content": "---\n\n- name: Add IUS repository\n yum:\n name: https://centos7.iuscommunity.org/ius-release.rpm\n state: present\n tags: git\n\n- name: disabled IUS repository\n replace:\n path: /etc/yum.repos.d/ius.repo\n regexp: '^enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/github
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/github/vars/main.yml", "content": "---\n\ngithub_clone_url: <EMAIL>:honpya/demo-aws-sam-dynamodb-local.git\ngithub_clone_key_name: key_1\ngithub_clone_dir_name: demo-aws-sam-dynamodb-local\n\nssh_configs:\n - name: key1.github.com\n host_name: github.com\n user: git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1341, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/nodejs
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Check node repo is exists\n stat:\n path: \"/etc/yum.repos.d/nodesource-el{{ ansible_distribution_major_version }}.repo\"\n register: node_repo\n tags: nodejs\n\n- name: Install node dependencies\n yum:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/samba
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/samba/tasks/main.yml", "content": "---\n\n- name: Install samba\n yum:\n name: \"{{ item }}\"\n with_items:\n - samba-common\n - samba\n - samba-client\n tags: samba\n\n- name: Samba configuration\n template:\n dest: /etc/samba/smb.conf\n src: smb.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/selinux
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/selinux/tasks/main.yml", "content": "---\n\n- name: Permissive SELinux\n selinux:\n policy: targeted\n state: permissive\n tags: selinux\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/ssh
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ssh/tasks/main.yml", "content": "---\n\n- name: Allow PasswordAuthentication\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication'\n line: 'PasswordAuthentication yes'\n state: present\n notify: Restart sshd\n tags: ssh\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/user
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/user/tasks/main.yml", "content": "---\n\n- name: Add groups\n group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - dev\n - docker\n tags: user\n\n- name: Add user\n user:\n name: dev\n password: \"{{ 'dev' | password_hash('<PASSWORD>') }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
nitinsuvagia/pg-devops-ansible-wordpress-env-deployment
179372329ffe629aa06e06429ddeb87067c56a75
0
roles/mysql
8,055
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n - name: Installing Mysql and Dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - mysql-server\n - mysql-client\n - python3-m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
Dijo-dev/ansible
b7809f4fbf851812dd397a42a974983d1a4a9939
0
roles/users
8,055
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n - name: Creation\n become: yes\n user:\n name: \"{{ user }}\"\n shell: /bin/bash\n create_home: false\n state: present\n When: user is defined\n\n - name: Add ssh Key\n become: yes\n authorized_key:\n user: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
MylenSevilla/ActivityNo10
838ac04d9367a665cba8b070ef0222e29752470a
0
roles/CentosElastic
8,055
[ "no_license" ]
[ { "path": "roles/CentosElastic/tasks/main.yml", "content": "- name: Installation of the ELK Dependencies for CentOS\n yum:\n name:\n - java-11-openjdk\n - curl\n - gnupg\n state: latest\n\n- name: Installation of the Elasticsearch rpm key for CentOS\n rpm_key:\n key: https://artif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4169, "all_permissive": false }
ansible_role
MylenSevilla/ActivityNo10
838ac04d9367a665cba8b070ef0222e29752470a
0
roles/UbuntuElastic
8,055
[ "no_license" ]
[ { "path": "roles/UbuntuElastic/tasks/main.yml", "content": "- name: Installion of Elastic Dependencies for Ubuntu\n apt:\n name:\n - openjdk-11-jdk\n - apt-transport-https\n - curl\n - gpgv\n - gpgsm\n - gnupg-l10n\n - gnupg\n - dirmngr\n state: latest\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3970, "all_permissive": false }
ansible_role
Caleb-Kuss/terraria-ansible
3802b94dca4971dbb34b55966d3507d5af5131c7
1
roles/World_One
8,055
[ "no_license" ]
[ { "path": "roles/World_One/README.md", "content": "# World_One\n\nThis role is a baseline role that is meant to be ran by the `update_terraria.yml` task. The update task calls this role after the server has been updated to the latest Terraria version.\n\nThis role will ensure the latest `unzip` and `screen`...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4298, "all_permissive": false }
ansible_role
Caleb-Kuss/terraria-ansible
3802b94dca4971dbb34b55966d3507d5af5131c7
1
roles/World_Two
8,055
[ "no_license" ]
[ { "path": "roles/World_Two/vars/main.yml", "content": "---\nworld: World_Two.wld\n\n#creates a large world if one is not found\nautocreate: 3\n\n# sets the world seed\nseed: AwesomeSeed\n\n# setting the world name\nworldname: World_Two\n\n# difficulty 0(normal) 1(expert) 2(master) 3(journey)\ndifficulty: 2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro-upgrade-v1/roles/post_check_aro
8,055
[ "no_license" ]
[ { "path": "aro-upgrade-v1/roles/post_check_aro/defaults/main.yml", "content": "---\nfinal_achieved_version_stat: \"\"\ntarget_aro_version_stat: \"\"\ntarget_channel_eus_stat: \"\"\ncluster_name_stat: \"aro_cluster_unspecified\"\ninitial_cluster_version_stat: \"\"\ninitial_cluster_channel_stat: \"\"", "l...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8632, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro-upgrade-v1/roles/pre_check_aro
8,055
[ "no_license" ]
[ { "path": "aro-upgrade-v1/roles/pre_check_aro/tasks/03_initial_health_check.yml", "content": "---\n- name: \"Health Check: {{ health_check_stage_name }} - Coletar dados do ClusterVersion\"\n kubernetes.core.k8s_info:\n kind: ClusterVersion\n api_version: config.openshift.io/v1\n name: version\n r...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 22322, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro-upgrade-v1/roles/upgrade_aro_hops
8,055
[ "no_license" ]
[ { "path": "aro-upgrade-v1/roles/upgrade_aro_hops/tasks/_perform_single_hop.yml.1", "content": "---\n- name: \"Obter dados completos do ClusterVersion antes do salto para {{ target_hop_version }} em {{ cluster_name }}\"\n kubernetes.core.k8s_info:\n kind: ClusterVersion\n api_version: config.openshift...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 22596, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade/roles/aro_f1_checks
8,055
[ "no_license" ]
[ { "path": "aro_upgrade/roles/aro_f1_checks/tasks/check_deprecated_apis_info_only.yml", "content": "# roles/aro_f1_checks/tasks/check_deprecated_apis_info_only.yml\n---\n# Vars opcionais para autenticação: _openshift_auth_host_role, _openshift_auth_api_key_role, _openshift_validate_certs_role\n\n- name: \"DE...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 32715, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade/roles/aro_f2_upgrade_tasks
8,055
[ "no_license" ]
[ { "path": "aro_upgrade/roles/aro_f2_upgrade_tasks/tasks/trigger_and_monitor_upgrade.yml", "content": "# roles/aro_f2_upgrade_tasks/tasks/trigger_and_monitor_upgrade.yml\n---\n# Vars Globais Esperadas da Role/Playbook:\n# _target_hop_version_role, _target_hop_image_role, _target_hop_channel_role,\n# _current...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 21696, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade_in_place/roles/aro_f1_checks
8,055
[ "no_license" ]
[ { "path": "aro_upgrade_in_place/roles/aro_f1_checks/tasks/get_cluster_info.yml", "content": "# ansible_aro_upgrade_project/roles/aro_f1_checks/tasks/get_cluster_info.yml\n---\n- name: GET_CLUSTER_INFO | Obter informações do objeto ClusterVersion 'version'\n kubernetes.core.k8s_info:\n kind: ClusterVersi...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 25376, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade_v1/roles/post_check_aro
8,055
[ "no_license" ]
[ { "path": "aro_upgrade_v1/roles/post_check_aro/tasks/00_restore_pdbs.yml", "content": "---\n- name: \"Pular restauração de PDBs (removido conforme requisito)\"\n ansible.builtin.debug:\n msg: \"A etapa de restaurar PDBs foi removida dos requisitos.\"", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade_v1/roles/pre_check_aro
8,055
[ "no_license" ]
[ { "path": "aro_upgrade_v1/roles/pre_check_aro/tasks/_iterate_hop_discovery.yml", "content": "---\n- name: \"Iteração {{ iteration + 1 }} (interno): Buscando próximo salto de {{ simulated_current_version }} (canal EUS simulado: {{ simulated_current_eus_channel }})\"\n ansible.builtin.set_fact:\n next_hop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6311, "all_permissive": false }
ansible_role
akirateam/temp
369cbf109bcaedd4acf860868bd29043b45c9d3f
0
aro_upgrade_v1/roles/upgrade_aro_hops
8,055
[ "no_license" ]
[ { "path": "aro_upgrade_v1/roles/upgrade_aro_hops/tasks/_perform_single_hop.yml", "content": "---\n- name: \"Obter dados completos do ClusterVersion antes do salto para {{ target_hop_version }} em {{ cluster_name }}\"\n kubernetes.core.k8s_info:\n kind: ClusterVersion\n api_version: config.openshift.i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 17847, "all_permissive": false }
ansible_role
rhos-infra/cloud-config
6ce0b6f4857c1cda7ab40a061c5106f239a7b02c
3
post_tasks/roles/add-node
8,055
[ "permissive" ]
[ { "path": "post_tasks/roles/add-node/templates/instackenv.json.j2", "content": "{\n {% if install.version|default(undercloud_version) | openstack_release < 11 %}\n \"ssh-user\": \"{{ ansible_user|default(ansible_ssh_user) }}\",\n \"ssh-key\": \"{{ undercloud_private_key }}\",\n \"power_manager\": \"nova...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 18620, "all_permissive": true }
ansible_role
rhos-infra/cloud-config
6ce0b6f4857c1cda7ab40a061c5106f239a7b02c
3
post_tasks/roles/replace-controller
8,055
[ "permissive" ]
[ { "path": "post_tasks/roles/replace-controller/tasks/update_instackenv.yml", "content": "- command: \"cat {{ orig_instackenv_file_name }}\"\n register: instackenv\n\n- command: \"cat {{ instackenv_file_name }}\"\n register: newnodes\n\n- set_fact:\n original_instackenv: \"{{ instackenv.stdout }}\"\n ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 23502, "all_permissive": true }
ansible_role
mensylisir/KAnsible
ae32fc48e51790ffb524e98fdf353dd518602026
0
data/kubespray/kubespray/roles/etcdbackup
8,055
[ "no_license" ]
[ { "path": "data/kubespray/kubespray/roles/etcdbackup/tasks/main.yml", "content": "---\n- name: Refresh Time Fact\n setup: filter=ansible_date_time\n\n- name: Set Backup Directory\n set_fact:\n etcd_backup_directory: \"/etc/kubernetes/backup/etcd\"\n\n- name: Create Backup Directory\n file:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1136, "all_permissive": false }
ansible_role
mensylisir/KAnsible
ae32fc48e51790ffb524e98fdf353dd518602026
0
data/kubespray/kubespray/roles/kubernetes-token
8,055
[ "no_license" ]
[ { "path": "data/kubespray/kubespray/roles/kubernetes-token/files/admin.sh", "content": "#! /bin/bash\n\nsaName=$1\ncat <<EOF | {{ bin_dir }}/kubectl apply -f -\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: \"${saName}\"\n namespace: kube-system\n---\nkind: ClusterRoleBinding\napiVersion: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2346, "all_permissive": false }
ansible_role
mensylisir/KAnsible
ae32fc48e51790ffb524e98fdf353dd518602026
0
data/kubespray/kubespray/roles/permisison-manager
8,055
[ "no_license" ]
[ { "path": "data/kubespray/kubespray/roles/permisison-manager/templates/template-namespaced-resources___developer.yml.j2", "content": "---\r\napiVersion: rbac.authorization.k8s.io/v1\r\nkind: ClusterRole\r\nmetadata:\r\n name: template-namespaced-resources___developer\r\nrules:\r\n - apiGroups:\r\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2717, "all_permissive": false }
ansible_role
SVIELCOM/Pr10
1f7fd00e6ce82caf1bda4522225021e713241b3d
0
ansible/roles/postgres
8,055
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n - name: Add an apt signing key for PostGre\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n - name: Add apt repository for stable version of PostGre\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1389, "all_permissive": false }
ansible_role
SVIELCOM/Pr10
1f7fd00e6ce82caf1bda4522225021e713241b3d
0
ansible/roles/vm1
8,055
[ "no_license" ]
[ { "path": "ansible/roles/vm1/tasks/main.yml", "content": "---\n# tasks file for vm1\n\n- name: Install Ansible\n apt: \n name: ansible\n update_cache: yes\n\n- name: Create user \n user:\n name: \"{{ user_for_ansible }}\"\n shell: /bin/bash\n tags: usr\n\n- name: Create directory for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 916, "all_permissive": false }
ansible_role
SVIELCOM/Pr10
1f7fd00e6ce82caf1bda4522225021e713241b3d
0
ansible/roles/vmx
8,055
[ "no_license" ]
[ { "path": "ansible/roles/vmx/tasks/main.yml", "content": "---\n# tasks file for vmx\n\n- name: Create user \n user:\n name: \"{{ user_for_ansible }}\"\n shell: /bin/bash\n tags: usr\n\n- name: Create directory for ssh key\n file: \n path: \"/home/{{ user_for_ansible }}/.ssh\"\n mode: 0600...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 592, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/configure-network-rules
8,055
[ "no_license" ]
[ { "path": "roles/configure-network-rules/defaults/main.yml", "content": "---\n# defaults file for configure-network-rules", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/configure-network-rules/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 916, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/deploy-kubernetes
8,055
[ "no_license" ]
[ { "path": "roles/deploy-kubernetes/tasks/main.yml", "content": "-\n# tasks file for deploy-kubernetes\n- name: Initializing the kubernetes cluster on the master node...\n become: yes\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16\n\n- name: Creating .kube directory\n file:\n path: $HOME/.kube\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 728, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/disable-swap
8,055
[ "no_license" ]
[ { "path": "roles/disable-swap/handlers/main.yml", "content": "---\n# handlers file for disable-swap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/disable-swap/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 425, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/install-kubectl
8,055
[ "no_license" ]
[ { "path": "roles/install-kubectl/handlers/main.yml", "content": "---\n# handlers file for install-kubectl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/install-kubectl/vars/main.yml", "content": "---\n# vars file for install-kubectl", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 363, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/install-kubernetes-packages
8,055
[ "no_license" ]
[ { "path": "roles/install-kubernetes-packages/vars/main.yml", "content": "---\n# vars file for install-kubernetes-packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/install-kubernetes-packages/handlers/main.yml", "content": "---\n# h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1129, "all_permissive": false }
ansible_role
Frewx/ansible-kubernetes-cluster
b9ea1f398808e9f41acbc29e439600b89a11665c
6
roles/join-cluster
8,055
[ "no_license" ]
[ { "path": "roles/join-cluster/handlers/main.yml", "content": "---\n# handlers file for join-cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/join-cluster/tasks/main.yml", "content": "---\n# tasks file for join-cluster\n#\n- name: J...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 311, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/hub
8,055
[ "no_license" ]
[ { "path": "roles/hub/tasks/redhat.yml", "content": "- name: yum install the latest version of hub\n yum: name=hub state=present\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/macos
8,055
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "- name: Set system defaults\n script: set-defaults.sh\n changed_when: false\n\n- name: Install mac-specific homebrew packages\n homebrew: name={{mac_homebrew_packages}} state=present\n\n- name: Tap into homebrew/cask-fonts\n homebrew_tap: tap=homebrew/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1002, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/node
8,055
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Install nvm\n script: install_nvm.sh\n args:\n creates: \"{{localsetup_user_home}}/.nvm\"\n\n# - name: Install common npm utilities\n# npm: name={{item}} state=present global=yes\n# with_items: '{{npm_global_packages}}'\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/oh-my-zsh
8,055
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/templates/zshrc.j2", "content": "# Ansible managed\n# zsh version: 5.8.1\n# antigen version: \n\nexport TERM=\"xterm-256color\"\nexport PATH=\"$PATH:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games\"\n\n\nHIST_STAMPS=\"yyyy-mm-dd\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5422, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/python
8,055
[ "no_license" ]
[ { "path": "roles/python/_env.zsh", "content": "export PYENV_VIRTUALENV_DISABLE_PROMPT=1\nexport PYTHONBREAKPOINT=ipdb.set_trace\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/python/tasks/main.yml", "content": "\n- import_tasks: mac.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/ruby
8,055
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Install ruby with Homebrew\n homebrew: name=ruby state=present\n when: ansible_os_family == \"Darwin\"\n\n# TODO: Install rvm\n# TODO: Fedora and Debian\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/tmux
8,055
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "\n- import_tasks: mac.yml\n when: ansible_os_family == \"Darwin\"\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n# TODO: Fedora\n\n- name: Install tpm\n git:\n repo: https://github.com/tmux-plugins/tpm\n dest: \"{{localsetup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
siulcode/localsetup
c1682a8eaa0c056049689438ed42381a2070a773
0
roles/vim
8,055
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "# Installation\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n- import_tasks: redhat.yml\n when: ansible_os_family == \"RedHat\"\n- import_tasks: mac.yml\n when: ansible_os_family == \"Darwin\"\n\n# Plugin manager\n- name: Makes sure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/cache
8,055
[ "no_license" ]
[ { "path": "roles/cache/tasks/main.yml", "content": "---\n# Install Redis cache server\n\n- name: Create a list file for Redis.\n shell: echo \"deb http://ppa.launchpad.net/chris-lea/redis-server/ubuntu \"$(lsb_release -sc)\" main\" | sudo tee /etc/apt/sources.list.d/redis-server3.list\n sudo: true\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/common
8,055
[ "no_license" ]
[ { "path": "roles/common/files/vimrc", "content": "syntax on\nfiletype plugin indent on\nset smartindent\nset tabstop=2\nset shiftwidth=2\nset expandtab\nset number\nset list\nset listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<\nset mouse=\"\"\nset noswapfile\nset nobackup\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 925, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/db
8,055
[ "no_license" ]
[ { "path": "roles/db/tasks/mongodb.yml", "content": "---\n# Install mongodb\n- name: Import the public key used by the package management system.\n shell: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10\n sudo: true\n\n\n- name: Create a list file for MongoDB.\n shell: echo \"deb htt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 800, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/devtools
8,055
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "---\n- include: tmux.yml\n- include: tmuxinator.yml\n- include: config_files.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/devtools/tasks/tmux.yml", "content": "---\n# Install...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 643, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/nodejs
8,055
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/nvm.yml", "content": "---\n# Install nvm\n- name: Install tools using apt\n apt: name={{ item }} state=present update_cache=yes\n sudo: yes\n with_items:\n - curl \n - build-essential \n - libssl-dev \n\n- name: Install nvm \n shell: \"curl https://raw.githubuserco...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 880, "all_permissive": false }
ansible_role
chiren/nmmba-ubuntu
5181333718b2dd89bdad9d4c4b05f71feb649a15
0
roles/rails
8,055
[ "no_license" ]
[ { "path": "roles/rails/tasks/main.yml", "content": "---\n- include: rbenv.yml\n- include: rails.4.2.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/rails/tasks/rbenv.yml", "content": "---\n# These tasks install rbenv\n\n- name: rben...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2671, "all_permissive": false }
ansible_role
Prithviraj-Singh/kubernetes_on_aws_ansible
af3854cf49cd2750abeab42ce3a1e979d9dbb650
0
roles/aws_instances
8,051
[ "no_license" ]
[ { "path": "roles/aws_instances/vars/main.yml", "content": "keypair: prithvi\ninstance_type: t2.micro\nsecurity_group: default\nimage: ami-0bcf5425cdc1d8a85\nregion: ap-south-1\ncount: 3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/aws_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1305, "all_permissive": false }
ansible_role
Prithviraj-Singh/kubernetes_on_aws_ansible
af3854cf49cd2750abeab42ce3a1e979d9dbb650
0
roles/kubernetes_role
8,051
[ "no_license" ]
[ { "path": "roles/kubernetes_role/tasks/main.yml", "content": "---\n - name: waiting to connect...\n wait_for_connection:\n delay: 20\n timeout: 300\n\n - name: \"installing docker\"\n package:\n name: docker\n state: present\n\n - name: \"starting docker\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2382, "all_permissive": false }
ansible_role
Prithviraj-Singh/kubernetes_on_aws_ansible
af3854cf49cd2750abeab42ce3a1e979d9dbb650
0
roles/overlay
8,051
[ "no_license" ]
[ { "path": "roles/overlay/vars/main.yml", "content": "---\n# vars file for overlay\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/overlay/tasks/main.yml", "content": "---\n# tasks file for overlay\n- name: setting up overlay network\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 276, "all_permissive": false }
ansible_role
Prithviraj-Singh/kubernetes_on_aws_ansible
af3854cf49cd2750abeab42ce3a1e979d9dbb650
0
roles/worker_node
8,051
[ "no_license" ]
[ { "path": "roles/worker_node/tasks/main.yml", "content": "---\n - name: waiting to connect...\n wait_for_connection:\n delay: 0\n timeout: 300\n\n - name: \"installing docker\"\n package:\n name: docker\n state: present\n\n - name: \"starting docker\"\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1508, "all_permissive": false }
ansible_role
redhat-developer-demos/openshift-hybridizer
dd82fc81f41bbf5c582c575c8001fd9bac416d62
13
roles/azure_network_reconfig
8,051
[ "permissive" ]
[ { "path": "roles/azure_network_reconfig/tasks/main.yaml", "content": "- name: Enable NM_CONTROLLED\n lineinfile:\n regexp: '^(NM_CONTROLLED=)(no)$'\n backrefs: yes\n path: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: '\\1yes' \n become: yes\n register: nmcontolled_changed\n\n- name: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": true }
ansible_role
redhat-developer-demos/openshift-hybridizer
dd82fc81f41bbf5c582c575c8001fd9bac416d62
13
roles/cloud-resources
8,051
[ "permissive" ]
[ { "path": "roles/cloud-resources/templates/hosts_prepare.yaml.j2", "content": "---\n\n- hosts: \n - {{cloud_host_alias}}\n \n tasks: \n \n {% if cloud_provider == 'azr' and azr.image.offer == 'CentOS' -%}\n # enable the default eth0 network to be NM Controlled\n - name: Enable NM_CONTROLLED\n lin...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 31007, "all_permissive": true }
ansible_role
redhat-developer-demos/openshift-hybridizer
dd82fc81f41bbf5c582c575c8001fd9bac416d62
13
roles/cloud-resources-rollback
8,051
[ "permissive" ]
[ { "path": "roles/cloud-resources-rollback/tasks/gcp_rollback.yaml", "content": "---\n- name: GCE Delete All In One OpenShift Node\n gce:\n instance_names: \"{{instance_name}}\"\n service_account_email: \"{{ gcp.service_account_email }}\"\n credentials_file: \"{{ gcp.credentials_file }}\"\n proj...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3266, "all_permissive": true }
ansible_role
shuaibixi/myOpenWhisk
598d47cff13d0dcdd8de5c649d91a886af208475
0
ansible/roles/cli
8,051
[ "no_license" ]
[ { "path": "ansible/roles/cli/tasks/copy_local_openwhisk_cli.yml", "content": "---\n\n# Copy the cli binaries to Nginx directory\n\n- local_action: stat path={{ openwhisk_cli.local.location }}/{{ item }}\n register: binary_path\n\n- name: \"copy the local binaries from a local directory to Nginx directory\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
shuaibixi/myOpenWhisk
598d47cff13d0dcdd8de5c649d91a886af208475
0
ansible/roles/controller
8,051
[ "no_license" ]
[ { "path": "ansible/roles/controller/tasks/clean.yml", "content": "---\n# Remove controller containers.\n\n- name: remove controller\n docker_container:\n name: \"controller{{ groups['controllers'].index(inventory_hostname) }}\"\n image: \"{{ docker_registry }}{{ docker.image.prefix }}/controller:{{ d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3976, "all_permissive": false }
ansible_role
shuaibixi/myOpenWhisk
598d47cff13d0dcdd8de5c649d91a886af208475
0
ansible/roles/couchdb
8,051
[ "no_license" ]
[ { "path": "ansible/roles/couchdb/tasks/deploy.yml", "content": "---\n# This role will run a CouchDB server on the db group\n\n- name: check if db credentials are valid for CouchDB\n fail: msg=\"The db provider in your {{ inventory_dir }}/group_vars/all is {{ db_provider }}, it has to be CouchDB, pls double...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2044, "all_permissive": false }
ansible_role
shuaibixi/myOpenWhisk
598d47cff13d0dcdd8de5c649d91a886af208475
0
ansible/roles/invoker
8,051
[ "no_license" ]
[ { "path": "ansible/roles/invoker/tasks/deploy.yml", "content": "---\n# This role installs invokers.\n\n- include: docker_login.yml\n\n- name: \"pull invoker image with tag {{docker.image.tag}}\"\n shell: \"docker pull {{docker_registry}}{{item}}:{{docker.image.tag}}\"\n with_items:\n - '{{ docker.image...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5470, "all_permissive": false }
ansible_role
shuaibixi/myOpenWhisk
598d47cff13d0dcdd8de5c649d91a886af208475
0
ansible/roles/sdk
8,051
[ "no_license" ]
[ { "path": "ansible/roles/sdk/tasks/deploy.yml", "content": "---\n# Tasks for handling SDK generation and publishing\n\n- name: ensure nginx config directory exists\n file:\n path: \"{{ nginx.confdir }}\"\n state: directory\n\n# Blackbox\n\n- name: make temp dir\n local_action: shell \"mktemp\" \"-d\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1803, "all_permissive": false }
ansible_role
vinuvinay131999/gocd
e90c069af7b24c7176e608c2f0785930bd096e7a
0
roles/blu-aie
8,051
[ "no_license" ]
[ { "path": "roles/blu-aie/defaults/main.yml", "content": "---\n# defaults file for blu-aie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/blu-aie/vars/main.yml", "content": "---\n# vars file for blu-aie\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 345, "all_permissive": false }
ansible_role
vinuvinay131999/gocd
e90c069af7b24c7176e608c2f0785930bd096e7a
0
roles/demo
8,051
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "---\n- name: postgres-sql\n # become: true\n command: docker run --name postgresql -e POSTGRES_USER=vinuvinay -e POSTGRES_PASSWORD=<PASSWORD> -p 5432:5432 -v /data:/var/lib/postgresql/data6 -itd postgres:latest\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
vinuvinay131999/gocd
e90c069af7b24c7176e608c2f0785930bd096e7a
0
roles/kreatio
8,051
[ "no_license" ]
[ { "path": "roles/kreatio/tasks/main.yml", "content": "---\n- name: example\n command: sudo apt-get update\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/kreatio/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 211, "all_permissive": false }
ansible_role
codingmamalabs/raspi-ansible
4e5752ac776a12546c28066531cdfc878a2d3973
13
roles/nginxphp
8,051
[ "no_license" ]
[ { "path": "roles/nginxphp/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: name=nginx state=latest\n\n- name: Install php7.0-fpm\n apt: name=php7.0-fpm state=latest\n\n- name: Change default nginx site\n template: src=default.tpl dest=/etc/nginx/sites-available/default\n notify: restart ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
codingmamalabs/raspi-ansible
4e5752ac776a12546c28066531cdfc878a2d3973
13
roles/piconfig
8,051
[ "no_license" ]
[ { "path": "roles/piconfig/tasks/main.yml", "content": "# this role is used to make the initial setup of the Raspberry, setting up the SSH key and disabling the GUI\n---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install System Packages\n apt: pkg={{ item }} state=latest\n with_items: \"{{ sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
calmcat2/automated-k8s-aws-setup
3a1660f3f8fbe6bc258e517a7df0d139c88edb30
0
Ansible/roles/k8s_node
8,051
[ "no_license" ]
[ { "path": "Ansible/roles/k8s_node/tasks/main.yml", "content": "---\n# tasks file for k8s-node\n- include_tasks: install_containerd.yml\n- include_tasks: install_k8s.yml\n- include_tasks: ip_forward.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4640, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/awx
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/awx/tasks/main.yml", "content": "---\n- name: Clone AWX repo\n git:\n repo: 'https://github.com/ansible/awx.git'\n dest: /root/awx/\n- name: Install Python pip\n yum:\n name: python-pip\n state: latest\n- name: Install docker required packages\n pip:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/docker
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n yum:\n name: docker\n state: latest\n update_cache: yes\n- name: Enable and start Docker\n systemd:\n name: docker\n enabled: yes\n state: started", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/docker-ce
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/docker-ce/tasks/main.yml", "content": "---\n- name: Install Docker CE\n yum:\n name:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n state: latest\n update_cache: yes\n- name: Enable and start Docker\n systemd:\n name: docker\n enabled: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/kvm
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/kvm/tasks/main.yml", "content": "---\n- name: Install Virtualization Packages\n yum:\n name:\n - \"@Virtualization Hypervisor\"\n - \"@Virtualization Client\"\n - \"@Virtualization Platform\"\n - \"@Virtualization Tools\"\n - libvirt-devel\n - l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/name
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/name/tasks/main.yml", "content": "---\n- name: Setup hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/post-install
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/post-install/tasks/main.yml", "content": "---\n- name: Disable SELINUX\n selinux:\n policy: targeted\n state: permissive\n- name: Disable firewalld\n systemd:\n name: firewalld\n enabled: no\n state: stopped\n- name: Setup DNS Server\n template:\n src: ../te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1205, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/repos
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/repos/tasks/main.yml", "content": "---\n- name: Setup EPEL repo\n yum:\n name: epel-release\n update_cache: yes\n state: latest\n- name: Configure Docker CE Repo - docker-ce-stable\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/snmp
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/snmp/tasks/main.yml", "content": "---\n- name: Install SNMP Packages\n yum:\n name:\n - net-snmp\n - net-snmp-utils\n state: latest\n- name: Configure default ro community\n lineinfile:\n path: /etc/snmp/snmpd.conf\n regexp: '^com2sec notConfigUser'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/utils
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/utils/tasks/main.yml", "content": "---\n- name: Install basic tools\n yum:\n name:\n - vim\n - net-tools\n - tcpdump\n - nmap\n - mtr\n - htop\n - wget\n - \"@Development tools\"\n state: latest", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
jonascrecencio/devNet
3f20de5469d761670912ac3eee3a031a2fc43471
0
lib/ansible/roles/vagrant
8,051
[ "no_license" ]
[ { "path": "lib/ansible/roles/vagrant/tasks/main.yml", "content": "---\n- name: Install Vagrant\n yum:\n name: \"{{ vagrant_pkg }}\"\n state: latest\n- name: Install vagrant-libvirt plugin\n shell: vagrant plugin install vagrant-libvirt", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/ansible_controller
8,051
[ "permissive" ]
[ { "path": "ansible/roles/ansible_controller/tasks/main.yml", "content": "---\n- name: Install PIP\n ansible.builtin.package:\n name:\n - pip\n state: present\n- name: Install Openshift Libraries\n ansible.builtin.pip:\n name:\n - openshift\n - kubernetes\n - PyYAML\n - js...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/argocd
8,051
[ "permissive" ]
[ { "path": "ansible/roles/argocd/defaults/main.yaml", "content": "---\nargocd_namespace: argocd\nargocd_image_updater_version: 1.4.1\nargocd_version: 5.51.6\nargocd_state: absent\nargocd_wait_timeout: 5m0s\nargocd_enabled: false\n", "license_type": "permissive", "detected_licenses": [ "Unlicens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2747, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/cert_manager
8,051
[ "permissive" ]
[ { "path": "ansible/roles/cert_manager/defaults/main.yaml", "content": "---\ncert_manager_namespace: cert-manager\ncert_manager_wait_timeout: 5m0s\ncert_manager_state: present\ncert_manager_version: 1.13.3\ncert_manager_trust_manager_state: present\ncert_manager_trust_manager_version: \"0.7.0\"\ncert_manager...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3416, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/cilium
8,051
[ "permissive" ]
[ { "path": "ansible/roles/cilium/defaults/main.yaml", "content": "---\ncilium_namespace: cilium\ncilium_ipv4NativeRoutingCIDR: 192.168.1.0/24\ncilium_ipv6NativeRoutingCIDR: fde4:4129:d7d0:d7ff::/64\ncilium_version: 1.14.5\ncilium_state: present\ncilium_wait_timeout: 15m0s\ncilium_enabled: true\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2539, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/cloudflare
8,051
[ "permissive" ]
[ { "path": "ansible/roles/cloudflare/defaults/main.yaml", "content": "cloudflare_namespace: cloudflare\ncloudflare_enabled: false\ncloudflare_state: present\ncloudflare_version: 0.1.1\ncloudflare_tunnel_token: <PASSWORD>\ncloudflare_wait_timeout: 5m0s", "license_type": "permissive", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1454, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/couchdb
8,051
[ "permissive" ]
[ { "path": "ansible/roles/couchdb/tasks/main.yaml", "content": "---\n- name: Create couchdb Namespace\n kubernetes.core.k8s:\n name: \"{{ couchdb_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: couchdb\n- name: Make couchdb namespace restricted\n k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3263, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/elastic_search
8,051
[ "permissive" ]
[ { "path": "ansible/roles/elastic_search/tasks/main.yaml", "content": "---\n- name: Create elastic search Namespace\n tags: elastic-search\n kubernetes.core.k8s:\n name: \"{{ elastic_search_namespace }}\"\n kind: Namespace\n state: \"{{ elastic_search_state }}\"\n kubeconfig: \"{{ kube_config }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1421, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/github_runner
8,051
[ "permissive" ]
[ { "path": "ansible/roles/github_runner/tasks/main.yml", "content": "---\n- name: Install Pre-Reqs\n become: true\n ansible.builtin.apt:\n package: acl\n- name: Add user for runner\n become: true\n ansible.builtin.user:\n name: github\n comment: GitHub Self Hosted Runner\n uid: 10001\n she...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5889, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/grafana_cloud
8,051
[ "permissive" ]
[ { "path": "ansible/roles/grafana_cloud/tasks/main.yaml", "content": "---\n- name: Create grafana-cloud Namespace\n kubernetes.core.k8s:\n name: \"{{ grafana_cloud_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: grafana-cloud\n- name: Make grafana-c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2683, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/helm_controller
8,051
[ "permissive" ]
[ { "path": "ansible/roles/helm_controller/tasks/main.yml", "content": "---\n- name: Install Helm\n community.general.snap:\n name: helm\n classic: true\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/istio
8,051
[ "permissive" ]
[ { "path": "ansible/roles/istio/tasks/main.yaml", "content": "---\n- name: Create istio-system Namespace\n kubernetes.core.k8s:\n name: istio-system\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: istio\n- name: Create istio-ingress Namespace\n tags: istio\n kub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3450, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/jaeger
8,051
[ "permissive" ]
[ { "path": "ansible/roles/jaeger/defaults/main.yaml", "content": "---\njaeger_wait_timeout: 10m0s\njaeger_state: present\njaeger_namespace: jaeger\njaeger_version: \"0.73.1\"\njaeger_enabled: false\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 125...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1557, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/kiali
8,051
[ "permissive" ]
[ { "path": "ansible/roles/kiali/tasks/main.yaml", "content": "---\n- name: Add Kiali Helm Repo\n tags: istio\n kubernetes.core.helm_repository:\n name: kiali\n repo_url: https://kiali.org/helm-charts\n- name: Install Kiali\n tags: istio\n kubernetes.core.helm:\n chart_ref: kiali/kiali-operator\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/kyverno
8,051
[ "permissive" ]
[ { "path": "ansible/roles/kyverno/defaults/main.yaml", "content": "---\nkyverno_state: present\nkyverno_version: 3.1.2\nkyverno_wait_timeout: 5m0s\nkyverno_namespace: kyverno\nkyverno_enabled: false\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 12...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1245, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/longhorn
8,051
[ "permissive" ]
[ { "path": "ansible/roles/longhorn/tasks/main.yaml", "content": "---\n- name: Create longhorn Namespace\n kubernetes.core.k8s:\n name: \"{{ longhorn_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: longhorn\n- name: Make longhorn namespace privileged...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2484, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/longhorn_disks_config
8,051
[ "permissive" ]
[ { "path": "ansible/roles/longhorn_disks_config/defaults/main.yaml", "content": "---\nlonghorn_disks_config: []\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 30 }, { "path": "ansible/roles/longhorn_disks_config/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/longhorn_storage_classes
8,051
[ "permissive" ]
[ { "path": "ansible/roles/longhorn_storage_classes/tasks/main.yaml", "content": "---\n- name: Manage storage class secrets\n tags:\n - longhorn\n - longhorn-storage-classes\n kubernetes.core.k8s:\n state: \"{{ item.state }}\"\n kubeconfig: \"{{ kube_config }}\"\n definition:\n apiVersio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4009, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/metallb
8,051
[ "permissive" ]
[ { "path": "ansible/roles/metallb/defaults/main.yaml", "content": "---\nmetallb_namespace: metallb-system\nmetallb_wait_timeout: 5m0s\nmetallb_version: \"0.13.12\"\nmetallb_state: present\nmetallb_address_pools:\n - name: default-address-pool\n addresses:\n - 192.168.1.0/24\n - fd00:4f9a:a3c7:6...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2698, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/node
8,051
[ "permissive" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n- name: Ensure dependencies are present.\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - gnupg2\n state: present\n\n- name: Download NodeSource's signing key.\n ansible.builtin.get_url:\n url: https://deb.nodesou...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": true }