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
kraken194/Ansible
9c56518c3d42bb73969684d3e0f80930d0564bbe
0
roles/For_Debian
7,521
[ "no_license" ]
[ { "path": "roles/For_Debian/tasks/main.yml", "content": "---\n - name: Check linux destributive\n debug: var=ansible_os_family\n\n - name: Install nginx\n apt: \n name: nginx\n state: \"{{ nginx_version }}\"\n tags: nginx\n\n - name: Install phpmyadmin\n apt: \n name: phpmyadmi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/common
7,521
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Ensure APT dependencies for repo\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - software-properties-common\n state: present\n update_cache: yes\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/k8s_cluster
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s_cluster/tasks/main.yml", "content": "- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Install containerd\n apt:\n name: containerd\n state: present\n\n- name: Ensure containerd config directory exists\n file:\n path: /etc/contai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1783, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/k8s_cni_calico
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s_cni_calico/vars/main.yml", "content": "version: \"3.25.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "ansible/roles/k8s_cni_calico/tasks/main.yml", "content": "- name: Install Calico CNI\n shell: |\n kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/k8s_master
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s_master/templates/kubeadm_config.yaml.j2", "content": "apiVersion: kubeadm.k8s.io/v1beta4\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: \"{{ ansible_host | default(inventory_hostname) }}\"\n bindPort: 6443\n\n---\napiVersion: kubeadm.k8s.io/v1beta4\nkind: Clus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1670, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/k8s_master_postjoin
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s_master_postjoin/tasks/main.yml", "content": "- name: Wait until each worker node exists in the cluster\n vars:\n kubeconfig_path: \"/etc/kubernetes/admin.conf\"\n shell: |\n kubectl get nodes \\\n | grep -qw \"{{ item | replace('_', '-') }}\"\n register: wait_resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/k8s_worker
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s_worker/vars/main.yml", "content": "kube_join_command: \"{{ hostvars[groups['k8s_master'][0]].kube_join_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible/roles/k8s_worker/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 285, "all_permissive": false }
ansible_role
rolancia/homelab
a1c53bceceef9bf6786288adb363f363fa6ddbc1
0
ansible/roles/node_amd
7,521
[ "no_license" ]
[ { "path": "ansible/roles/node_amd/tasks/main.yml", "content": "- name: Add @reboot cron job to set EPP to power\n cron:\n name: \"Set EPP to power at boot\"\n user: root\n special_time: reboot\n job: 'bash -c \"sleep 10; for c in /sys/devices/system/cpu/cpu[0-9]*; do echo power > $c/cpufreq/ene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
GuitooStephan/soukoapi
ef1e88a2c67446c64063af308eacc4bafdabad89
0
ansible/roles/celery
7,517
[ "no_license" ]
[ { "path": "ansible/roles/celery/vars/main.yml", "content": "---\n\n\nvirtualenv_path: \"/opt/{{ application_name }}\"\nproject_path: \"{{ virtualenv_path }}/{{ project_name }}\"\n\ncelery_user: \"{{ application_name }}\"\ncelery_group: souko\n\ncelery_application_name: celery\ncelery_scripts_dir: \"{{ virtu...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2908, "all_permissive": false }
ansible_role
GuitooStephan/soukoapi
ef1e88a2c67446c64063af308eacc4bafdabad89
0
ansible/roles/certbot
7,517
[ "no_license" ]
[ { "path": "ansible/roles/certbot/defaults/main.yml", "content": "---\n\ncertbot_auto_renew: true\ncertbot_admin_email: <EMAIL>\ncertbot_script: /usr/bin/certbot\ncertbot_output_dir: \"/etc/letsencrypt/live/{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1393, "all_permissive": false }
ansible_role
edureimberg/ansible_zabbix
6799e048f393b06e8c6e9b4967f333cf5c3cb016
0
roles/apache2
7,517
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: Instala o apache2\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apache2\n\n- name: Garante que o serviço está habilitado\n service: name=apache2 state=started enabled=yes", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
edureimberg/ansible_zabbix
6799e048f393b06e8c6e9b4967f333cf5c3cb016
0
roles/mysql
7,517
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nsenha: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Instala o mysql\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
edureimberg/ansible_zabbix
6799e048f393b06e8c6e9b4967f333cf5c3cb016
0
roles/zabbix
7,517
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n# tasks file for zabbix\n- name: Baixa o repositorio do zabbix\n get_url:\n url: http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+{{ release }}_all.deb\n dest: /tmp/zabbix-release_3.2-1+{{ release }}_all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
edureimberg/ansible_zabbix
6799e048f393b06e8c6e9b4967f333cf5c3cb016
0
roles/zabbix-db
7,517
[ "no_license" ]
[ { "path": "roles/zabbix-db/templates/zabbix_server.conf.j2", "content": "DBHost={{ hostvars[groups['banco'][0]]['inventory_hostname'] }}\nDBName=zabbix\nDBUser=zabbix\nDBPassword={{ <PASSWORD> }}\n\nLogFile=/var/log/zabbix/zabbix_server.log\nLogFileSize=0\nPidFile=/var/run/zabbix/zabbix_server.pid\nTimeout=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1501, "all_permissive": false }
ansible_role
edureimberg/ansible_zabbix
6799e048f393b06e8c6e9b4967f333cf5c3cb016
0
roles/zabbix-web
7,517
[ "no_license" ]
[ { "path": "roles/zabbix-web/defaults/main.yml", "content": "---\n# defaults file for zabbix-web\nsenha_zabbix: zabbix@123", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/zabbix-web/tasks/main.yml", "content": "---\n# tasks file for zabbix...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
fanhaipeng0403/pgpool-postgresql-cluster
476e7f3a531433f4d22857364d6a5f683aaa156d
0
roles/postgresql-pgpool
7,517
[ "permissive" ]
[ { "path": "roles/postgresql-pgpool/tasks/install_postgresql.yml", "content": "---\n# Install PostgreSQL\n- name: Install | PostgreSQL packages\n package:\n name: \"{{ item }}\"\n loop: \"{{ postgresql_packages }}\"\n environment: '{{ proxy_env | default({}) }}'\n when: postgresql_exists != \"true\"\n...
{ "task_files": 21, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 49854, "all_permissive": true }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/backbase
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/backbase/vars/main.yml", "content": "destination: \"/root\"\nbackbase_dest: \"/home/BackbasePortal\"\nport: \"8080\"\nhost: \"localhost\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "build/backbase/back...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2211, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/common
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/common/tasks/rpm.yml", "content": "---\n- name: Copying {{rpm_app_name|capitalize}} to the host\n copy:\n src=cache/{{rpm_filename}}\n dest=/tmp/{{rpm_filename}}\n\n- name: Installing {{rpm_filename}} file\n yum:\n name=/tmp/{{rpm_filename}}\n state=pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/deploy
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/deploy/vars/main.yml", "content": "backbase_dir: \"/home/BackbasePortal\"\ntomcat_dir: \"/usr/local/tomcat/apache-tomcat-7.0.67\"\ntomcat_http_port: \"8080\"\nuser: \"europa\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2877, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/git
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/git/vars/main.yml", "content": "common_folder: roles/common/tasks", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "build/backbase/backbase/roles/git/tasks/main.yml", "content": "---\n # - name: Install Pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/java
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/java/tasks/main.yml", "content": "---\n#- name: Check if Java is installed\n# stat: path=/usr/java/jdk1.7.0_80\n# register: java_exists\n#\n- name: Install Java\n include: ../files/install_java.yml\n# when: java_exists.stat.exists == false\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1307, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/mariadb
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/mariadb/tasks/main.yml", "content": "---\n- name: Installing the MariaDB YUM repository file\n copy: src=mariadb.repo dest=/etc/yum.repos.d/mariadb.repo\n\n- name: Installing MariaDB\n yum: name={{item}} state=present\n with_items:\n - MariaDB-server\n - MyS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/maven
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/maven/files/install_maven.yml", "content": "---\n- name: Creating maven folder\n file:\n path=/usr/local/maven\n state=directory\n mode=0755 \n \n- name: Unzipping maven\n unarchive:\n src=cache/apache-maven-3.3.3-bin.zip\n dest=/usr/local/maven \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2578, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/mysqldb
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/mysqldb/vars/main.yml", "content": "db_user : mysql\ndb_pwd : <PASSWORD>!\nbb_user : backbase\n#bb_pwd : <PASSWORD>!", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "build/backbase/backbase/roles/mys...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4116, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/node_js
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/node_js/tasks/main.yml", "content": "---\n- name: Setting up NodeSource YUM repository\n script: setup_nodesource_repo.sh\n\n- name: Installing NodeJS\n yum:\n name=nodejs\n state=present\n\n- name: Installing Bower\n command: \"npm install -g bower\"\n\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
supriyavk-atos/BBSeed
5924d1961d5373b922bf6d0d601d5216f68e7b45
0
build/backbase/backbase/roles/tomcat
7,517
[ "no_license" ]
[ { "path": "build/backbase/backbase/roles/tomcat/vars/main.yml", "content": "tomcat_dir: \"/usr/local/tomcat/apache-tomcat-7.0.67\"\ngroup: \"europa\"\nuser: \"europa\"\nrole: \"tomcat\"\njar_path: \"roles/tomcat/templates\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1708, "all_permissive": false }
ansible_role
Kartik-ar/K8s_cluster
56d9428c6734e90802300bbc2e7178368ea2c0fc
2
roles/Launch_instance
7,517
[ "no_license" ]
[ { "path": "roles/Launch_instance/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Launch_instance\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/Launch_instance/defaults/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2263, "all_permissive": false }
ansible_role
Kartik-ar/K8s_cluster
56d9428c6734e90802300bbc2e7178368ea2c0fc
2
roles/Master
7,517
[ "no_license" ]
[ { "path": "roles/Master/vars/main.yml", "content": "---\n# vars file for Master\npackages:\n - docker\n - kubelet\n - kubeadm\n - kubectl\n - iproute-tc\n - python\n - amazon-efs-utils\nservice:\n - docker\n - kubelet\nsysctl:\n - net.bridge.bridge-nf-call-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3195, "all_permissive": false }
ansible_role
Kartik-ar/K8s_cluster
56d9428c6734e90802300bbc2e7178368ea2c0fc
2
roles/Worker
7,517
[ "no_license" ]
[ { "path": "roles/Worker/tasks/main.yml", "content": "---\n# tasks file for Worker\n- name: Configuring Yum repo for kubernetes\n blockinfile:\n path: /etc/yum.repos.d/kubernetes.repo\n create: True\n marker: \"#<!-- {mark} ANSIBLE MANAGED BLOCK -->\"\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2220, "all_permissive": false }
ansible_role
Kartik-ar/K8s_cluster
56d9428c6734e90802300bbc2e7178368ea2c0fc
2
roles/deployment
7,517
[ "no_license" ]
[ { "path": "roles/deployment/vars/main.yml", "content": "---\n# vars file for deployment\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/deployment/files/pv.yml", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3079, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
aws-ami/roles/common
7,517
[ "no_license" ]
[ { "path": "aws-ami/roles/common/tasks/main.yml", "content": "---\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n\n- name: Install git\n yum: name=git state=present\n\n- name: install htop\n yum : name=htop state=present\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
aws-ami/roles/docker
7,517
[ "no_license" ]
[ { "path": "aws-ami/roles/docker/tasks/main.yml", "content": "- name: yum update firt\n raw: yum update -y\n\n- name: Install Docker\n raw: yum install -y docker\n\n- name : install pip for docker-compose\n raw: yum install -y python-pip\n\n- name: install docker-compose\n raw : pip install docker-compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
aws-ami/roles/nginx
7,517
[ "no_license" ]
[ { "path": "aws-ami/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n yum: name=nginx state=latest\n\n- name: Create folder sites-available\n raw : mkdir -p /etc/nginx/sites-available\n\n- name: Create folder sites-available\n raw : mkdir -p /etc/nginx/sites-enabled\n\n- name: Copy ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3475, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
aws-ami/roles/pure-ftpd
7,517
[ "no_license" ]
[ { "path": "aws-ami/roles/pure-ftpd/templates/ftpcreate", "content": "#!/bin/sh\n\nusername=\"$1\"\nfolderpath=\"$2\"\n\nuseradd ${username}\nsleep 1\npure-pw useradd ${username} -u ${username} -g ${username} -d ${folderpath}\nsleep 1\npure-pw mkdb\nservice pure-ftpd restart\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/common
7,517
[ "no_license" ]
[ { "path": "centos6/roles/common/tasks/main.yml", "content": "---\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n\n- name: Install git\n yum: name=git state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/gruntbower
7,517
[ "no_license" ]
[ { "path": "centos6/roles/gruntbower/tasks/main.yml", "content": "---\n- name: install npm and nodejs\n raw : yum install -y gcc-c++ make\n\n- name: install npm and nodejs\n raw : curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash -\n\n- name: install npm and nodejs\n raw : yum -y install nodejs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/nginx
7,517
[ "no_license" ]
[ { "path": "centos6/roles/nginx/templates/nginx.conf", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes 3;\n\nerror_log /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2931, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/opcache
7,517
[ "no_license" ]
[ { "path": "centos6/roles/opcache/tasks/main.yml", "content": "---\n- name: Install php56w-opcache\n yum: name=php56w-opcache state=present\n\n- name : Copy Default opcache.ini\n template: src=opcache.ini dest=/etc/php.d/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/pagespeed
7,517
[ "no_license" ]
[ { "path": "centos6/roles/pagespeed/tasks/main.yml", "content": "---\n- name: Install Depedencies Package\n raw : yum -y install gcc-c++ pcre-devel pcre-devel zlib-devel make unzip openssl-devel\n\n- name: Package for GCC Compile pagespeed\n raw : rpm --import https://linux.web.cern.ch/linux/scientific6/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/percona
7,517
[ "no_license" ]
[ { "path": "centos6/roles/percona/tasks/main.yml", "content": "---\n- name: download percona repo\n raw : yum -y install http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm\n\n- name : install percona mysql server\n raw : yum -y install Percona-Server-server-56 \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/percona-cluster
7,517
[ "no_license" ]
[ { "path": "centos6/roles/percona-cluster/templates/my.cnf", "content": "# Generated by Percona Configuration Wizard (http://tools.percona.com/) version REL5-20120208\n\n[mysql]\n\n# CLIENT #\nport = 3306\nsocket = /var/lib/mysql/mysql.sock\n\n[mysqld]\n\n# G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3047, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/php-fpm
7,517
[ "no_license" ]
[ { "path": "centos6/roles/php-fpm/tasks/main.yml", "content": "---\n- name : add repo first\n yum: name=http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm state=present\n\n- name : add repo second\n yum: name=https://mirror.webtatic.com/yum/el6/latest.rpm state=present\n\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
martonowibowo/ansible-install
7093fa2bd4e29f186a391cbf2213e85d6aaa54b9
0
centos6/roles/vhost
7,517
[ "no_license" ]
[ { "path": "centos6/roles/vhost/tasks/main.yml", "content": "- name: add vhost\n raw : /usr/sbin/vhostset testing.acomindo.com /opt/public_html/goodsdept\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/cloud_providers
7,517
[ "no_license" ]
[ { "path": "roles/cloud_providers/tasks/main.yaml", "content": "---\n- include_tasks: homebrew_check.yaml\n- include_tasks: awscli.yaml\n- include_tasks: azcli.yaml\n- include_tasks: gcloudcli.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1337, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/dev
7,517
[ "no_license" ]
[ { "path": "roles/dev/tasks/go.yaml", "content": "---\n- name: Install go for macOS\n community.general.homebrew:\n name: go\n state: present\n register: result\n until: result is successful\n when: \"(homebrew_check_x86_64.stat.exists | default(false) or homebrew_check_arm64.stat.exists | default(...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2097, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/homebrew
7,517
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yaml", "content": "---\n- name: Check CPU chip architecture for arm64 or x86_64\n ansible.builtin.command: /usr/bin/uname -m\n changed_when: false\n register: cpu_arch_output\n\n- name: Display CPU architecture\n ansible.builtin.debug:\n var: cpu_arch_output.stdou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3445, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/kubernetes
7,517
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/docker.yaml", "content": "---\n- name: Install Docker for macOS\n community.general.homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items:\n - docker\n register: result\n until: result is successful\n when: \"(homebrew_check_x86_64.stat.exists | ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3440, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/office_tools
7,517
[ "no_license" ]
[ { "path": "roles/office_tools/tasks/shotcut.yaml", "content": "---\n- name: Install Shotcut for macOS\n community.general.homebrew_cask:\n name: \"{{ item }}\"\n state: present\n with_items:\n - shotcut\n register: result\n until: result is successful\n when: \"(homebrew_check_x86_64.stat.exis...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2557, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/openshift
7,517
[ "no_license" ]
[ { "path": "roles/openshift/tasks/oc-mirror.yaml", "content": "---\n- name: Install package dependencies.\n community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n with_items:\n - unzip\n - gnu-tar\n\n- name: Check if /usr/local/bin/oc-mirror exists\n stat:\n path: /usr/local/...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2475, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/shell
7,517
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yaml", "content": "---\n- name: Check if Homebrew is installed on x86_64\n ansible.builtin.stat:\n path: /usr/local/bin/brew\n register: homebrew_check_x86_64\n when: cpu_arch == 'x86_64'\n\n- name: Check if Homebrew is installed on arm64\n ansible.builtin.stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
Skalador/setup-macos
8cc7ab98be83091dcf112a1d85816ad39b98eede
0
roles/zsh
7,517
[ "no_license" ]
[ { "path": "roles/zsh/tasks/powerlevel10k.yaml", "content": "---\n- name: Install Powerlevel10k for macOS\n community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n with_items:\n - powerlevel10k\n register: result\n until: result is successful\n when: \"(homebrew_check_x86_64.stat....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1509, "all_permissive": false }
ansible_role
Bel7phegor/devops-study
96d76163bfc7a70b6cc85a3910d30708fcca85c8
1
Ansible/roles/quick-deploy
7,525
[ "no_license" ]
[ { "path": "Ansible/roles/quick-deploy/defaults/main.yml", "content": "---\n# defaults file for roles/quick-deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "Ansible/roles/quick-deploy/vars/main.yml", "content": "---\n# vars file for role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 487, "all_permissive": false }
ansible_role
Bel7phegor/devops-study
96d76163bfc7a70b6cc85a3910d30708fcca85c8
1
Database/postgresql/Master-slave/Install with Ansible/roles/postgresql
7,525
[ "no_license" ]
[ { "path": "Database/postgresql/Master-slave/Install with Ansible/roles/postgresql/defaults/main.yml", "content": "---\npostgres_version: \"14\"\npostgres_user: \"postgres\"\npostgres_password: \"<PASSWORD>\"\npostgres_database: \"initdb\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1973, "all_permissive": false }
ansible_role
Nayeemm0772/learning-ansible
4d3c3a479499c53fb00602d8f665d46e30f9932e
0
roles/demo
7,525
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: run shell command\n ansible.builtin.shell: uptime\n register: out\n\n- name: print the uptime output\n ansible.builtin.debug:\n msg: \"{{ out.stdout }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/apt_pkgs
7,525
[ "no_license" ]
[ { "path": "roles/apt_pkgs/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - apt_pkgs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/apt_pkgs/handlers/main.yml", "content": "---\n# handlers file ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2399, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/docker
7,525
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add the new GPG key\n apt_key:\n keyserver: hkp://p80.pool.sks-keyservers.net:80\n id: <KEY>\n\n- name: Add docker repo to sources list\n lineinfile:\n dest: /etc/apt/sources.list.d/docker.list\n line: deb https://apt.dockerproj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/elixir
7,525
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "---\n- block:\n - name: Check if erlang is installed\n shell: erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell\n\n - name: Check if elixir is installed\n shell: elixir --version | grep -q \"Elixir\"\n\n rescue:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/git
7,525
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[user]\n email = {{ email }}\n name = {{ fullname }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install git\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 842, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/network_manager
7,525
[ "no_license" ]
[ { "path": "roles/network_manager/handlers/main.yml", "content": "---\n# handlers file for network_manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/network_manager/defaults/main.yml", "content": "---\n# defaults file for network_m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 424, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/node
7,525
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- block:\n - name: Check node is installed\n shell: node --version\n\n rescue:\n - name: Prepare node package installation\n shell: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -\n args:\n warn: no\n\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/npm
7,525
[ "no_license" ]
[ { "path": "roles/npm/defaults/main.yml", "content": "---\npkgs: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/npm/tasks/main.yml", "content": "---\n- name: Install n package\n shell: npm i -g n\n become: yes\n\n- name: Download &...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/pip
7,525
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: Install Pip packages\n pip: name=\"{{ item }}\" state=latest\n with_items: \"{{ pkgs }}\"\n become: yes\n\n- name: Configure thefuck\n lineinfile: dest=\"/home/{{ ansible_env.SUDO_USER }}/.bashrc\" line=\"eval $(thefuck --alias)\"\n when: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 452, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/rebar
7,525
[ "no_license" ]
[ { "path": "roles/rebar/handlers/main.yml", "content": "---\n# handlers file for rebar\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/rebar/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rebar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 449, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/remap_keys
7,525
[ "no_license" ]
[ { "path": "roles/remap_keys/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - remap_keys", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/remap_keys/tasks/main.yml", "content": "---\n\n- block:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1152, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/sublime
7,525
[ "no_license" ]
[ { "path": "roles/sublime/defaults/main.yml", "content": "build_version: 3114\nsublime_dir: ~/.config/sublime-text-3/Installed Packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/sublime/tasks/main.yml", "content": "---\n- name: Cre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
artburkart/ubuntu-ansible-bootstrap
21771223a8938cf7752d4b4a756e3a5d77c06dd4
0
roles/vbox
7,525
[ "no_license" ]
[ { "path": "roles/vbox/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vbox", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/vbox/defaults/main.yml", "content": "---\nvagrant_url: https://releases....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
IntelliqDevops/ansible9
d64f9c4f196cd4f28226c76191d1f2e2f327517a
0
roles/tomcat
7,525
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: Call multiple child playbooks from tomcat\n include_tasks: \"{{item}}\"\n with_items:\n - install.yml\n - configure.yml\n - restart.yml\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 492, "all_permissive": false }
ansible_role
mgouzenko/configs
98e98916d8a223bd31b2b736bf162d386715357f
0
ansible/roles/base-environment
7,525
[ "no_license" ]
[ { "path": "ansible/roles/base-environment/defaults/main.yml", "content": "packages:\n - neovim\n - tree\n - zsh\n - htop\n - ranger\n - glances\n - fzy\n - ncdu\n - tldr\n - sysvbanner\n - i3\n - python3-pip\n - rofi\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1563, "all_permissive": false }
ansible_role
palakbadgujar/AnsibleTower
7bf173559164087cafdef5c5ea8b79f6f6cb8e31
0
newfolder/Ansible/EC2-linux-Automation/roles/centos
7,525
[ "no_license" ]
[ { "path": "newfolder/Ansible/EC2-linux-Automation/roles/centos/tasks/main.yml", "content": "---\r\n - include: nsupdate.yml\r\n when: ansible_distribution == \"CentOS\"\r\n - include: yumupdate.yml\r\n when: ansible_distribution == \"CentOS\"\r\n - include: reboot.yml\r\n when: ansible_distribution ==...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
palakbadgujar/AnsibleTower
7bf173559164087cafdef5c5ea8b79f6f6cb8e31
0
newfolder/Ansible/EC2-linux-Automation/roles/provision-ec2
7,525
[ "no_license" ]
[ { "path": "newfolder/Ansible/EC2-linux-Automation/roles/provision-ec2/tasks/main.yml", "content": "---\r\n - name: Provision EC2 Box\r\n when: ( \"{{ u_data }}\" == \"true\" )\r\n ec2:\r\n group: \"{{ ec2_security_group }}\"\r\n instance_type: \"{{ ec2_instance_type }}\"\r\n image: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2950, "all_permissive": false }
ansible_role
palakbadgujar/AnsibleTower
7bf173559164087cafdef5c5ea8b79f6f6cb8e31
0
newfolder/Ansible/EC2-linux-Automation/roles/rhel
7,525
[ "no_license" ]
[ { "path": "newfolder/Ansible/EC2-linux-Automation/roles/rhel/tasks/ssh-keys.yml", "content": " - name: Copy my ssh public key\r\n authorized_key :\r\n user: \"{{ ldap_user }}\"\r\n state: present\r\n key: \"{{ lookup('file', '../../files/keyfiles/{{ ldap_user }}_id_rsa.pub') }}...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6602, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/client
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/client/tasks/main.yml", "content": "---\n# tasks file for client\n- name: Create kube config dir for current/ansible become user\n file:\n path: \"{{ ansible_env.HOME | default('/root') }}/.kube\"\n mode: \"0700\"\n state: directory\n\n- name: Copy admin kubeconfig to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/control-plane
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/control-plane/defaults/main.yml", "content": "---\n# defaults file for control-plane\n\ncluster_name: kubernetes\ndns_domain: cluster.local\nkube_service_addresses: 10.96.0.0/12\nkube_pods_subnet: 10.244.0.0/16\nkube_image_repo: k8s.gcr.io\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2851, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/cri
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/cri/tasks/runc.yml", "content": "---\n- name: download runc\n include_tasks: ../../download/tasks/download_file.yml\n vars:\n download: \"{{ downloads.runc }}\"\n run_once: true\n\n- name: install runc\n copy:\n src: /vagrant/downloads/runc\n dest: /usr/local/bin\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2167, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/download
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/download/tasks/download_file.yml", "content": "---\n- block:\n - name: download | download file\n debug:\n msg: \"{{ download.url }}\"\n\n - name: download | Download item\n get_url:\n url: \"{{ download.url }}\"\n dest: \"{{ download.dest }...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1345, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/hosts
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/hosts/tasks/main.yml", "content": "---\n# tasks file for hosts\n- name: edit /etc/hosts\n template:\n src: hosts.j2\n dest: /etc/hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "provisioning/roles/hosts/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/init
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/init/tasks/main.yml", "content": "---\n# tasks file for init\n\n- name: switch apt mirror\n template:\n src: sources.list.j2\n dest: /etc/apt/sources.list\n when: switch_mirror and ubuntu_apt_mirror is defined\n\n- name: config apt proxy\n template:\n src: 00proxy.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/kube-utils
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/kube-utils/tasks/main.yml", "content": "---\n# tasks file for kube-utils\n\n- name: install kube-utils from apt repository\n include_tasks: apt.yml\n when: kube_utils.apt_install\n\n- name: install kube-utils from binary\n include_tasks: binary.yml\n when: not kube_utils.ap...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3835, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/net_plugins
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/net_plugins/tasks/main.yml", "content": "---\n- name: Install openshift python package\n ansible.builtin.pip:\n name: openshift\n when: inventory_hostname == groups['master'][0]\n\n- name: Install network Plugins\n include_role:\n name: net_plugins/{{ network_plugin }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
panxiao81/vagrant-kubernetes
10c2138b93f6c3ece030cd83c031fa569291e981
0
provisioning/roles/worker
7,525
[ "no_license" ]
[ { "path": "provisioning/roles/worker/templates/kubeadm-client.conf.j2", "content": "---\napiVersion: kubeadm.k8s.io/v1beta3\nkind: JoinConfiguration\ndiscovery:\n bootstrapToken:\n apiServerEndpoint: {{ kubeadm_discovery_address }}\n token: {{ kubeadm_token }}\n{% if kubeadm_ca_hash.stdout is defined...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3143, "all_permissive": false }
ansible_role
patocox/ansible-swarm-ec2
ca7555c2f83e9a3620eed9292fc772d4ba45b6cf
2
roles/consul
7,525
[ "no_license" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n\n- name: Create Consul node\n shell: >\n docker-machine create\n --driver amazonec2\n --amazonec2-zone {{ AWS_ZONE }}\n --amazonec2-region {{ EC2_REGION }}\n --amazonec2-access-key {{ AWS_ACCESS_KEY }}\n --amazonec2-secret...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
patocox/ansible-swarm-ec2
ca7555c2f83e9a3620eed9292fc772d4ba45b6cf
2
roles/docker
7,525
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install zip\n apt: name=zip state=present\n become: yes\n become_method: sudo\n\n- name: Install apt_key for Docker repo\n apt_key: keyserver=hkp://pgp.mit.edu:80 id=58118E89F3A912897C070ADBF76221572C52609D\n become: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": false }
ansible_role
patocox/ansible-swarm-ec2
ca7555c2f83e9a3620eed9292fc772d4ba45b6cf
2
roles/swarm
7,525
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "---\n\n- name: Create Swarm Token\n shell: echo $(docker run swarm create)\n register: SWARM_TOKEN\n\n- name: Create Swarm Master\n shell: >\n docker-machine create\n --driver amazonec2\n --amazonec2-zone {{ AWS_ZONE }}\n --amazonec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1694, "all_permissive": false }
ansible_role
aveiga/os-hardening
d1ef9c8bdab9272759ca468c53673e8b158b21ae
0
roles/initial-setup
7,525
[ "no_license" ]
[ { "path": "roles/initial-setup/tasks/main.yaml", "content": "---\n- name: 1.1.1.1 Ensure mounting of squashfs filesystems is disabled (config)\n become: true\n ansible.builtin.copy:\n src: \"../files/squashfs.conf\"\n dest: \"/etc/modprobe.d/squashfs.conf\"\n\n- name: 1.1.1.1 Ensure mounting of squa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4456, "all_permissive": false }
ansible_role
spedepekka/thesis-builder
1d123788f2422162f9bb56817eb5663d2ec03411
0
provision/roles/gulp
7,519
[ "no_license" ]
[ { "path": "provision/roles/gulp/tasks/main.yml", "content": "\n- name: Install Gulp CLI\n npm: global=yes name=gulp-cli\n become: yes\n\n- name: Install local NPM dependencies\n npm: name={{ item }} path=~\n with_items:\n - gulp\n - gulp-livereload\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
spedepekka/thesis-builder
1d123788f2422162f9bb56817eb5663d2ec03411
0
provision/roles/latex
7,519
[ "no_license" ]
[ { "path": "provision/roles/latex/tasks/main.yml", "content": "\n- name: Install LaTex dependencies\n apt: name={{ item }} state=installed\n with_items:\n - build-essential\n - texlive\n - texlive-latex-extra\n - texlive-lang-finnish\n become: yes\n\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
spedepekka/thesis-builder
1d123788f2422162f9bb56817eb5663d2ec03411
0
provision/roles/node
7,519
[ "no_license" ]
[ { "path": "provision/roles/node/tasks/main.yml", "content": "\n- name: Add NodeSource signing key\n apt_key: id=68576280 keyserver=keyserver.ubuntu.com\n\n- name: Add NodeSource PPA\n apt_repository:\n repo: 'deb https://deb.nodesource.com/node_5.x trusty main'\n update_cache: yes\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
otus-devops-2019-02/weisdd_microservices
fd66272c9f0448f96f68977be9d80b046831133f
2
docker/docker-monolith/infra/ansible/roles/docker_host
7,519
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/docker_host/handlers/main.yml", "content": "---\n# handlers file for docker-host", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "docker/docker-monolith/infra/ansible/roles/docker_host/tasks/inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
otus-devops-2019-02/weisdd_microservices
fd66272c9f0448f96f68977be9d80b046831133f
2
docker/docker-monolith/infra/ansible/roles/otus_reddit
7,519
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/otus_reddit/handlers/main.yml", "content": "---\n# handlers file for otus-reddit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "docker/docker-monolith/infra/ansible/roles/otus_reddit/vars/main....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 366, "all_permissive": false }
ansible_role
semrov/Parsek
210208f4fe37eee0eab7a2722b85b769f3c7e7a0
0
roles/SonatypeNexus
7,519
[ "no_license" ]
[ { "path": "roles/SonatypeNexus/tasks/java.yml", "content": "---\n\n#Unpack Java 1.8 archive\n- name: Unarchive and install Java 1.8 package\n unarchive: \n src: '{{ synced_dir_path }}/{{ jdk_archive }}'\n dest: '{{ usr_dir_path }}'\n\n#The alternatives command is used for maintained symbolic links.\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10284, "all_permissive": false }
ansible_role
d70rr3s/ubuntu-dev-playbook
dc738099b70d3c5fe32776f3aaff2ae51f6be9e6
1
roles/configure-sublime
7,519
[ "no_license" ]
[ { "path": "roles/configure-sublime/tasks/main.yml", "content": "---\n- block:\n - name: \"Checking Sublime directories state\"\n stat:\n path: \"{{item}}\"\n register: folder_stats\n with_items:\n - \"/home/{{ current_user }}/.config/sublime-text-3\"\n - \"/home/{{ cur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2220, "all_permissive": false }
ansible_role
d70rr3s/ubuntu-dev-playbook
dc738099b70d3c5fe32776f3aaff2ae51f6be9e6
1
roles/post-exec
7,519
[ "no_license" ]
[ { "path": "roles/post-exec/templates/firefox-de.desktop.j2", "content": "[Desktop Entry]\nVersion={{ firefox_de_version }}\nName=Firefox Developer Edition\nGenericName=Web Browser\nKeywords=Internet;WWW;Browser;Web;Explorer\nExec={{ firefox_de_directory }}/firefox/firefox %U\nTerminal=false\nType=Applicatio...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 24244, "all_permissive": false }
ansible_role
atverdokhlib/ansible
cab743a61c901a5abc0ebd6a61a844f456676f91
0
day2/roles/devops_user
7,519
[ "no_license" ]
[ { "path": "day2/roles/devops_user/tasks/main.yml", "content": "---\n - name: \"Add group devops\" \n become: yes \n group: \n name: devops \n state: present \n \n - name: \"Create user devops\"\n become: yes\n user: \n name: devops\n groups: devops\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
atverdokhlib/ansible
cab743a61c901a5abc0ebd6a61a844f456676f91
0
day2/roles/httpd
7,519
[ "no_license" ]
[ { "path": "day2/roles/httpd/tasks/main.yml", "content": "---\n - name: install apache2\n become: true\n apt: name=apache2 update_cache=yes state=latest\n \n - name: enabled proxy\n apache2_module: name=proxy state=present\n become: true\n notify:\n - restart apache2\n \n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
atverdokhlib/ansible
cab743a61c901a5abc0ebd6a61a844f456676f91
0
day2/roles/java
7,519
[ "no_license" ]
[ { "path": "day2/roles/java/tasks/main.yml", "content": "---\n\n- name: Check if java is installed\n command: java -version\n register: java_result\n ignore_errors: True\n\n- debug:\n msg: \"Failed - Java is not installed\"\n when: java_result is failed\n- debug:\n msg: \"Success - Java is installed\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
atverdokhlib/ansible
cab743a61c901a5abc0ebd6a61a844f456676f91
0
day2/roles/jenkins
7,519
[ "no_license" ]
[ { "path": "day2/roles/jenkins/tasks/main.yml", "content": "---\n - name: \"Add group Jenkins\"\n become: yes\n group:\n name: jenkins\n state: present\n\n - name: \"Create user jenkins\"\n become: yes\n user:\n name: jenkins\n groups: jenkins\n\n - name: Create the /var/lib/Jenkins direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
SabaShaheen/Ansible_Project
369c3f299eaec98086a17bcb1138314e50e36b33
0
ansible_project/roles/dns_management
7,519
[ "no_license" ]
[ { "path": "ansible_project/roles/dns_management/library/dns_record_manager.py", "content": "#!/usr/bin/python\n\nfrom ansible.module_utils.basic import AnsibleModule\nimport requests\n\ndef check_dns_record(api_url, headers, record_name, module):\n \"\"\" Check if the DNS record exists, handling potentia...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4708, "all_permissive": false }
ansible_role
SabaShaheen/Ansible_Project
369c3f299eaec98086a17bcb1138314e50e36b33
0
ansible_project/roles/mysql_install
7,519
[ "no_license" ]
[ { "path": "ansible_project/roles/mysql_install/vars/main.yml", "content": "---\n# vars file for mysql_install\nmysql_rmp: \"mysql80-community-release-el8-1.noarch.rpm\"\n\nbase_url: \"https://download.fedoraproject.org/pub/epel/$releasever/Everything/$basearch/\"\nrmp_gpg_key: \"https://repo.mysql.com/RPM-G...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9689, "all_permissive": false }
ansible_role
SabaShaheen/Ansible_Project
369c3f299eaec98086a17bcb1138314e50e36b33
0
ansible_project/roles/python_venv_setup
7,519
[ "no_license" ]
[ { "path": "ansible_project/roles/python_venv_setup/handlers/main.yml", "content": "---\n# handlers file for python_venv_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible_project/roles/python_venv_setup/tests/test.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1301, "all_permissive": false }
ansible_role
mostafa-magdi/LAMP-stack
9ac289d42397dca406d022fc17a4fc75f8f2bb29
0
roles/lampstack
7,519
[ "no_license" ]
[ { "path": "roles/lampstack/defaults/main.yml", "content": "http_port: 80/tcp \nhtml_page_src: index.php \npage_dest: /var/www/html/index.php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/lampstack/tasks/main.yml", "content": "- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 906, "all_permissive": false }