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
swathisri66/EKS_Ansible
929164a709f206593432976672917e90b7626eb0
0
roles/alb
7,898
[ "no_license" ]
[ { "path": "roles/alb/tasks/ingress.yaml", "content": "---\n- set_fact:\n wk_dir: \"{{ eks_client_kubeconfig_workdir }}\"\n\n- include: \"ingress/{{ item_ingress }}.yml\"\n with_items: \"{{ eks_ingresses_enabled }}\"\n loop_control:\n loop_var: item_ingress\n", "license_type": "no_license", "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1739, "all_permissive": false }
ansible_role
setsuna82001/solr-cloud-test
c4ef8c2ef079258ab8210064d6cf704d6c88e766
0
ansible/roles/java
7,898
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- name: install openjdk\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"java-1.8.0-openjdk\"\n - \"java-1.8.0-openjdk-headless\"\n - \"java-1.8.0-openjdk-devel\"\n\n- name: correct java version selected\n al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
setsuna82001/solr-cloud-test
c4ef8c2ef079258ab8210064d6cf704d6c88e766
0
ansible/roles/solr
7,898
[ "no_license" ]
[ { "path": "ansible/roles/solr/tasks/main.yml", "content": "---\n- name: Check Solr\n stat:\n path: \"/opt/solr-{{ version }}\"\n register: result\n\n- name: DownLoad Solr\n get_url:\n url: \"{{ dlurl }}\"\n dest: \"/opt/solr-{{ version }}.tgz\"\n when: not result.stat.exists\n\n- name: Set Sol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
setsuna82001/solr-cloud-test
c4ef8c2ef079258ab8210064d6cf704d6c88e766
0
ansible/roles/zookeeper
7,898
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "---\n- name: Check Zookeeper\n stat:\n path: \"/opt/zookeeper-{{ version }}\"\n register: result\n\n- name: DownLoad Zookeeper\n get_url:\n url: \"{{ dlurl }}\"\n dest: \"/opt/zookeeper-{{ version }}.tgz\"\n when: not result.stat....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 843, "all_permissive": false }
ansible_role
molestinsky/ansible
5fc6ea1cbb9e1517a34160ab44706f4bf36a28aa
0
roles/apache
7,898
[ "no_license" ]
[ { "path": "roles/apache/tasks/centos.yml", "content": "#tasks/centos.yml\n---\n- name: Disable selinux\n selinux: state=disabled\n notify: CentOS reboot\n\n- name: Install httpd\n yum: name=httpd update_cache=yes state=latest\n notify: Httpd enable\n\n- name: Create vhosts directory\n file: path=/etc/h...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1881, "all_permissive": false }
ansible_role
molestinsky/ansible
5fc6ea1cbb9e1517a34160ab44706f4bf36a28aa
0
roles/mysql
7,898
[ "no_license" ]
[ { "path": "roles/mysql/templates/client.my.cnf.j2", "content": "[client]\nport\t\t\t\t\t= {{client_port}}\nsocket\t\t\t\t\t= {{client_mariadb_socket}}\nuser\t\t\t\t\t= {{user_login}}\npassword\t\t\t\t= {{<PASSWORD>}}\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6837, "all_permissive": false }
ansible_role
molestinsky/ansible
5fc6ea1cbb9e1517a34160ab44706f4bf36a28aa
0
roles/php
7,898
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "# defaults file for apache\ntimezone: Europe/London\nmysql_host: localhost\nmysql_port: 3306\nmysql_socket: /var/run/mysqld/mysqld.sock\ndefault_user:\ndefault_password:", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1863, "all_permissive": false }
ansible_role
molestinsky/ansible
5fc6ea1cbb9e1517a34160ab44706f4bf36a28aa
0
roles/vhosts
7,898
[ "no_license" ]
[ { "path": "roles/vhosts/defaults/main.yml", "content": "# defaults file for apache\n---\n #user_name: web_user\n site_path: \"/home/{{ user_name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/vhosts/tasks/validation.yml", "conte...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3732, "all_permissive": false }
ansible_role
jprelph/ansible-demos
ea476e9d53ab2cd38427d530eb6ce56a8332e71d
0
roles/common
7,898
[ "no_license" ]
[ { "path": "roles/common/templates/hostname.j2", "content": "My hostname is {{ inventory_hostname }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/common/tasks/main.yml", "content": "- name: ensure that jq is the latest version\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
jprelph/ansible-demos
ea476e9d53ab2cd38427d530eb6ce56a8332e71d
0
roles/dbservers
7,898
[ "no_license" ]
[ { "path": "roles/dbservers/tasks/main.yml", "content": "---\n- name: Ensure that postgresql is the latest version\n apt:\n name: postgresql\n state: latest\n become: yes\n- name: Ensure that postgresql is running\n service:\n name: postgresql\n state: started\n become: yes\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
jprelph/ansible-demos
ea476e9d53ab2cd38427d530eb6ce56a8332e71d
0
roles/webservers
7,898
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n- name: Ensure that nginx is the latest version\n apt:\n name: nginx\n state: latest\n become: yes\n- name: Ensure that nginx is running\n service:\n name: nginx\n state: started\n become: yes\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/base
7,898
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n- name: Install Server Basics\n yum: pkg={{ item }} state=installed update_cache=true\n with_items:\n - wget\n - curl\n - vim\n - git\n - unzip\n - nano\n - net-tools\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/mysql
7,898
[ "no_license" ]
[ { "path": "roles/mysql/tasks/secure-installation.yml", "content": "---\n- name: Ensure default user is present.\n mysql_user:\n name: \"{{ mysql_user_name }}\"\n host: 'localhost'\n password: \"{{ <PASSWORD> }}\"\n priv: '*.*:ALL,GRANT'\n state: present\n when: mysql_user_name != mysql_root...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6014, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/wso2-am
7,898
[ "no_license" ]
[ { "path": "roles/wso2-am/handlers/main.yml", "content": "---\n# handlers file for wso2-am\n- name: restart wso2-app\n systemd:\n name: \"{{ wso2_app }}\"\n state: restarted\n- name: reload systemd\n systemd:\n name: \"{{ wso2_app }}\"\n daemon_reload: yes\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3552, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/wso2-ei
7,898
[ "no_license" ]
[ { "path": "roles/wso2-ei/tasks/configure-mb.yml", "content": "- name: Check if the version already exeits on the remote system.\n stat:\n path: \"{{ ei_home }}\"\n register: version_deployed\n\n- name: Add wso2mb symlink to /usr/local/bin.\n file:\n src: \"{{ wso2mb_home }}/bin/wso2server.sh\"\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8519, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/wso2-is
7,898
[ "no_license" ]
[ { "path": "roles/wso2-is/handlers/main.yml", "content": "---\n# handlers file for wso2-is\n- name: restart wso2-app\n systemd:\n name: \"{{ wso2_app }}\"\n state: restarted\n- name: reload systemd\n systemd:\n name: \"{{ wso2_app }}\"\n daemon_reload: yes\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2636, "all_permissive": false }
ansible_role
chithanh89dn/wso2
7f5f561779ae5ab9de87667bbd7f1f2260797650
0
roles/wso2-sp
7,898
[ "no_license" ]
[ { "path": "roles/wso2-sp/defaults/main.yml", "content": "---\n# defaults file for wso2-sp\nwso2_app: wso2sp\nwso2sp_default_https_port: 9448\nhome_dir: \"/var/www/lgsp/\"\ndownloads_dir: \"{{home_dir}}downloads/\"\nproducts_dir: \"{{home_dir}}products/\"\nsp_home: \"{{products_dir}}{{wso2_app}}-{{sp_version...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2801, "all_permissive": false }
ansible_role
vtvz/rustify
188929a62ca16a120a0ad41a20f320cbb7f351f3
2
_infra/ansible/roles/rustify
7,898
[ "no_license" ]
[ { "path": "_infra/ansible/roles/rustify/templates/docker-compose.backup.yml.j2", "content": "version: \"3\"\nservices:\n\n backup:\n image: restic/restic:{{ restic_version }}\n volumes:\n - ./var/backup:/var/backup\n - restic-cache:/root/.cache/restic\n command: backup .\n working_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6658, "all_permissive": false }
ansible_role
vtvz/rustify
188929a62ca16a120a0ad41a20f320cbb7f351f3
2
_infra/ansible/roles/system
7,898
[ "no_license" ]
[ { "path": "_infra/ansible/roles/system/tasks/main.yml", "content": "---\n- name: Apt Install Prerequisites\n ansible.builtin.apt:\n name: [python3, python3-pip, python3-docker]\n state: latest\n update_cache: true\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": 151, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/development
7,898
[ "no_license" ]
[ { "path": "roles/development/vars/main.yml", "content": "---\nhomebrew_taps:\n - loadimpact/k6\n\nhomebrew_packages:\n - git\n - node\n - nvm\n - yarn\n - watchman\n - ruby\n - clojure\n - leiningen\n - gradle\n - kubectl\n - kompose\n - terraform\n - awscli\n - awsebcli\n - pipenv\n - circ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2548, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/macos
7,898
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "\n- name: Checking current ComputerName\n shell: scutil --get ComputerName\n register: current_computer_name\n ignore_errors: yes\n changed_when: false \n\n- name: Setting ComputerName\n shell: scutil --set ComputerName \"{{ hostname }}\"\n become: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/productivity
7,898
[ "no_license" ]
[ { "path": "roles/productivity/tasks/main.yml", "content": "---\n- name: Install Cask packages\n homebrew_cask:\n name: \"{{ item.name | default(item) }}\"\n state: \"{{ item.state | default('present') }}\"\n update_homebrew: yes\n with_items: \"{{ cask_packages }}\"\n\n- name: Setting custom Spec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2181, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/ssh
7,898
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Creating .ssh directory\n file:\n path: ~/.ssh/\n state: directory\n mode: 0700\n\n- name: Copying password protected private ssh key\n copy:\n src: \"{{ private_ssh_key_name }}\"\n dest: ~/.ssh/{{ private_ssh_key_name }}\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/terminal
7,898
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n- name: Install Homebrew packages\n homebrew:\n name: \"{{ item.name | default(item) }}\"\n state: \"{{ item.state | default('present') }}\"\n update_homebrew: yes\n with_items: \"{{ homebrew_packages }}\"\n\n- name: Install Cask package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1218, "all_permissive": false }
ansible_role
portovep/macos-ansible
adfdc8256300ef8b62c5feaf5d72220c2eddf707
1
roles/web
7,898
[ "no_license" ]
[ { "path": "roles/web/vars/main.yml", "content": "---\nweb_cask_packages:\n - google-chrome\n - firefox", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Install Cask packages\n homebrew_cask:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
takashi-hatakeyama/dcp-common-infra
2e88abb1ee9a1806680db2e475a7133115a34747
0
ansible/nagios_config/roles/nagios
7,898
[ "no_license" ]
[ { "path": "ansible/nagios_config/roles/nagios/templates/jenkins.cfg", "content": "define host{\n use linux-server\n host_name Jenkins\n alias Jenkins\n address 192.168.0.227\n}\n\n#define hostgroup{\n# hostgroup_name linux-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4992, "all_permissive": false }
ansible_role
p33pd/dev-playbook
cfb7aff84a4eff0975f179c3fc8fa358af50764e
0
roles/apps
7,898
[ "no_license" ]
[ { "path": "roles/apps/tasks/docker.yml", "content": "- name: Install docker\n block:\n - name: Remove old docker packages\n ansible.builtin.dnf:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3517, "all_permissive": false }
ansible_role
p33pd/dev-playbook
cfb7aff84a4eff0975f179c3fc8fa358af50764e
0
roles/fonts
7,898
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "- name: Install fonts\n ansible.builtin.dnf:\n name:\n - jetbrains-mono-fonts\n state: present\n become: true\n tags: fonts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/home-assistant
7,893
[ "no_license" ]
[ { "path": "roles/home-assistant/template/esphome-values.yaml.j2", "content": "image:\n tag: 2022.11.4\nenv:\n ESPHOME_DASHBOARD_USE_PING: true\npersistence:\n config:\n enabled: true\n existingClaim: esphome-pvc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3217, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/metallb
7,893
[ "no_license" ]
[ { "path": "roles/metallb/tasks/main.yml", "content": "---\n\n- name: Create metallb-system namespace\n community.kubernetes.k8s:\n name: metallb-system\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Add metallb helm repo for minio\n community.kubernetes.helm_repository:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/minio
7,893
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yml", "content": "---\n\n- name: Create minio namespace\n community.kubernetes.k8s:\n name: minio\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Create persisitent volume claim for Minio\n community.kubernetes.k8s:\n state: present\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1699, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/monitoring
7,893
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n\n- name: Create monitoring namespace\n community.kubernetes.k8s:\n name: monitoring\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Create persisitent volume claim for Grafana\n community.kubernetes.k8s:\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8742, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/nfs-subdir-external-provisioner
7,893
[ "no_license" ]
[ { "path": "roles/nfs-subdir-external-provisioner/tasks/main.yml", "content": "---\n\n- name: Create storage namespace\n community.kubernetes.k8s:\n name: storage\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Add nfs-subdir-external-provisioner helm repo\n community.kubernetes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/pihole
7,893
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n\n- name: Create pihole namespace\n community.kubernetes.k8s:\n name: pihole\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Create persisitent volume claim for Pihole\n community.kubernetes.k8s:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1667, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/plex
7,893
[ "no_license" ]
[ { "path": "roles/plex/template/plex-config-pvc.yaml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n namespace: \"plex\"\n name: \"plex-config-pvc\"\n annotations:\n volume.beta.kubernetes.io/storage-class: nfs-client\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2414, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/prepare
7,893
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n- name: Check uptime\n command: uptime\n register: output\n\n- debug: msg=\"{{ output.stdout }}\"\n\n- name: Ensure required packages from apt are installed.\n apt: \n name: \n - python3-pip\n - nfs-common\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/reset
7,893
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n\n- name: Delete Vaultwarden helm chart\n community.kubernetes.helm:\n name: vaultwarden\n chart_ref: k8s-at-home/vaultwarden\n release_namespace: vaultwarden\n release_state: absent\n wait: yes\n tags:\n - vaultwarden\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4206, "all_permissive": false }
ansible_role
212850a/home-kube
4c727ebb433ca9178577103184d86e7942fa0849
0
roles/vaultwarden
7,893
[ "no_license" ]
[ { "path": "roles/vaultwarden/template/vaultwarden-pvc.yaml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n namespace: \"vaultwarden\"\n name: \"vaultwarden-pvc\"\n annotations:\n volume.beta.kubernetes.io/storage-class: nfs-client\nspec:\n accessModes:\n - ReadWriteOnce\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1777, "all_permissive": false }
ansible_role
jhellar/4x-nightly
38bbb1d7e9af30eb1cb702ebee1ec62c11ec1389
0
roles/login
7,893
[ "no_license" ]
[ { "path": "roles/login/tasks/main.yml", "content": "---\n\n -\n name: \"Check for presence of OpenShift command line tool\"\n register: output\n shell: oc\n args:\n executable: /bin/bash\n failed_when: output.stderr and 'command not found' in output.stderr\n changed_when: False\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1267, "all_permissive": false }
ansible_role
lyesdev-oss/autodeploy-with-ansible-cv-website-FR
fe54c78a8e973c6b4c3bc8b6de3c9ea7414a8fe2
0
roles/webserver
7,893
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Installer Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Copier les fichiers du site\n copy:\n src: \"{{ role_path }}/files/site/\"\n dest: /opt/cv-site/\n mode: \"0755\"\n\n- name: Copier le...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
Zorlin/sia-playbook
90203b3728ac6214da8119aa8254ad8146aa24c1
0
roles/sia-host-manager
7,893
[ "no_license" ]
[ { "path": "roles/sia-host-manager/tasks/main.yml", "content": "---\n# Download Sia Host Manager\n- name: Download Sia Host Manager\n get_url:\n url: https://github.com/siacentral/host-manager/releases/download/{{ sia_host_manager_version }}/Sia.Host.Manager-{{ sia_host_manager_version }}-linux-x86_64.Ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
Zorlin/sia-playbook
90203b3728ac6214da8119aa8254ad8146aa24c1
0
roles/sia-ui
7,893
[ "no_license" ]
[ { "path": "roles/sia-ui/tasks/main.yml", "content": "---\n# Download Sia-UI\n- name: Download Sia-UI\n get_url:\n url: https://sia.tech/releases/Sia-UI-{{ sia_ui_version }}.AppImage\n dest: /home/siad/Sia/Sia-UI-{{ sia_ui_version }}.AppImage\n mode: '0750'\n owner: siad\n group: siad\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Zorlin/sia-playbook
90203b3728ac6214da8119aa8254ad8146aa24c1
0
roles/siad
7,893
[ "no_license" ]
[ { "path": "roles/siad/tasks/main.yml", "content": "---\n# Download siad\n- name: Install python3-apt, python3-pip\n package:\n name:\n - python3-apt\n - python3-pip\n state: present\n\n- name: Install pexpect\n pip:\n name: pexpect\n\n- name: Gather the package facts\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6547, "all_permissive": false }
ansible_role
yaozudevnet/playbooks
435a39117dbe972ec5f869f695ba1a6777ee0227
0
roles/user-create
7,893
[ "no_license" ]
[ { "path": "roles/user-create/tasks/main.yml", "content": "---\n- name: Creating the users.\n user:\n name: \"{{ sname }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n comment: \"{{ sfull }}\"\n shell: /bin/bash\n group: wheel\n groups: wheel\n home: /home/{{ sna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
Legnakra/Nginx-Ansible
29188a9f67411eb359c27f0f14a7bc9e30e5b0e4
0
roles/nginx
7,893
[ "no_license" ]
[ { "path": "roles/nginx/templates/etc/nginx/sites-available/vhost.j2", "content": "server {\n listen 80;\n\troot {{item.datos.documentroot}};\n index index.php index.html index.htm index.nginx-debian.html;\n server_name {{ item[\"datos\"][\"nameserver\"] }} www.{{ item[\"datos\"][\"nameserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2045, "all_permissive": false }
ansible_role
Legnakra/Nginx-Ansible
29188a9f67411eb359c27f0f14a7bc9e30e5b0e4
0
roles/php
7,893
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yaml", "content": "- name: Install php\n apt:\n pkg: php7.4\n\n- name: Install php-fpm\n apt:\n pkg: php7.4-fpm\n\n- name: Create info.php\n copy:\n src: info.php\n dest: /{{ item[\"datos\"][\"documentroot\"] }}/\n owner: www-data\n group: www-data\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
go/TestCloud
32b7c1e82f18b2f51e8f8a2fba5f6e46c76d37c2
0
roles/common
7,893
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install basic packages(Ubuntu)\n when: ansible_os_family == 'Ubuntu'\n action: apt pkg={{item}} state=latest install_recommends=no\n with_items:\n - sudo\n - vim\n - tmux\n - htop\n - locales\n - rsync\n - tar\n - t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1071, "all_permissive": false }
ansible_role
go/TestCloud
32b7c1e82f18b2f51e8f8a2fba5f6e46c76d37c2
0
roles/kvm
7,893
[ "no_license" ]
[ { "path": "roles/kvm/templates/ifcfg-cloudbr0.j2", "content": "DEVICE=cloudbr0\nTYPE=Bridge\nONBOOT=yes\nBOOTPROTO=none\nIPADDR={{ ansible_ssh_host }}\nNETMASK={{ ansible_default_ipv4[\"netmask\"] }}\nGATEWAY={{ ansible_default_ipv4[\"gateway\"] }}\nDNS1={{ ansible_default_ipv4[\"gateway\"] }}\nDNS2=8.8.8.8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1342, "all_permissive": false }
ansible_role
go/TestCloud
32b7c1e82f18b2f51e8f8a2fba5f6e46c76d37c2
0
roles/management
7,893
[ "no_license" ]
[ { "path": "roles/management/tasks/main.yml", "content": "---\n#- name: Download deb packages\n# when: ansible_os_family == \"Ubuntu\"\n# apt_key: url=http://cloudstack.apt-get.eu/release.asc state=present\n# sudo: yes\n\n- name: Download packages(RedHat)\n when: ansible_os_family == \"RedHat\"\n get_ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4516, "all_permissive": false }
ansible_role
go/TestCloud
32b7c1e82f18b2f51e8f8a2fba5f6e46c76d37c2
0
roles/mysql
7,893
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Mysql | Set root password(Ubuntu)\n when: ansible_os_family == \"Ubuntu\"\n shell: echo mysql-server mysql-server/root_password password {{ mysql_root_password }} | sudo debconf-set-selections\n run_once: true\n args:\n creates: /var/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2691, "all_permissive": false }
ansible_role
go/TestCloud
32b7c1e82f18b2f51e8f8a2fba5f6e46c76d37c2
0
roles/nfs
7,893
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n- name: Install basic packages(Ubuntu)\n when: ansible_os_family == \"Ubuntu\"\n action: apt pkg={{item}} state=latest\n with_items:\n - nfs-kernel-server\n - quota\n\n- name: Install basic packages(RedHat)\n when: ansible_os_family == \"RedHa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1477, "all_permissive": false }
ansible_role
olluch/ec2-create-provision
cfe7b19f6ebd0f806f6ab51eff88fac38367741d
0
roles/bootstrap
7,893
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "--- # roles/bootstrap/main.yml\n\n- include: bootstrap.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/bootstrap/vars/main.yml", "content": "--- # Vars\n\n# Workaround for issu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1217, "all_permissive": false }
ansible_role
olluch/ec2-create-provision
cfe7b19f6ebd0f806f6ab51eff88fac38367741d
0
roles/launch_instance
7,893
[ "no_license" ]
[ { "path": "roles/launch_instance/vars/main.yml", "content": "keypair: \"<your keypair here>\"\ninstance_type: \"<your instance type here>\"\nimage: \"ami-<ami num here>\"\ngroup: \"<your security group here>\"\nregion: \"<region here>\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 942, "all_permissive": false }
ansible_role
olluch/ec2-create-provision
cfe7b19f6ebd0f806f6ab51eff88fac38367741d
0
roles/nginx
7,893
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "--- # roles/nginx/tasks/main.yml\n\n- include: install_nginx.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/nginx/tasks/install_nginx.yml", "content": "--- # roles/nginx/install_n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 157, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/es
7,893
[ "no_license" ]
[ { "path": "roles/es/vars/main.yml", "content": "---\nes: elasticsearch-1.1.0\nsrc_dir: /usr/local/src\nes_url: https://download.elasticsearch.org/elasticsearch/elasticsearch\nes_rpm: elasticsearch-1.1.0.noarch.rpm\nes_conf: /etc/elasticsearch\nes_port: 9200\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2174, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/kibana
7,893
[ "no_license" ]
[ { "path": "roles/kibana/vars/main.yml", "content": "---\nkibana_dir: /var/www/html/kibana-latest\nservername: es-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: install by yum\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/nginx
7,893
[ "no_license" ]
[ { "path": "roles/nginx/spec/nginx_spec.rb", "content": "require 'spec_helper'\n\ndescribe package('nginx') do\n it { should be_installed }\nend\n\ndescribe service('nginx') do\n it { should be_enabled }\n it { should be_running }\nend\n\ndescribe port(80) do\n it { should be_listening }\nend\n\ndesc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2096, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/restart
7,893
[ "no_license" ]
[ { "path": "roles/restart/tasks/main.yml", "content": "---\n- name: restart iptables\n service: name=iptables state=restarted\n- name: restart td-agent\n service: name=td-agent state=restarted\n- name: restart nginx\n service: name=nginx state=restarted\n- name: restart elasticsearch\n service: name=elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/td-agent
7,893
[ "no_license" ]
[ { "path": "roles/td-agent/tasks/main.yml", "content": "---\n- name: Copy td.repo\n template: src=td.repo dest=/etc/yum.repos.d/td.repo mode=0644\n\n- name: install by yum\n yum: pkg={{ item }} state=installed\n with_items:\n - td-agent\n - libcurl\n - libcurl-devel\n - gcc\n\n- name: ensure t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
volanja/ansible-elasticsearch
759efc0c921b74ccfb4794bd67a3e3f31f0bc081
10
roles/tools
7,893
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: install by yum\n yum: pkg={{ item }} state=installed\n with_items:\n - vim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
fbritoferreira/ansible-mac
36e70be88f6c00cc04e1cd882cba54d34a43233c
0
playbooks/roles/homebrew
7,893
[ "no_license" ]
[ { "path": "playbooks/roles/homebrew/tasks/main.yaml", "content": "---\n- name: install homebrew taps\n homebrew_tap:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ homebrew_taps }}\"\n\n- name: upgrade homebrew cask packages\n homebrew_cask:\n name: \"{{ item }}\"\n state: upgrade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
sdrvadim/IaC_Ansible_basecamp
04e941790b58d45f1d35eb2db3a33d5a0d03f902
0
roles/distro
7,893
[ "no_license" ]
[ { "path": "roles/distro/tasks/main.yml", "content": "---\n- name: distro name/version \n debug: \n msg: \"{{ item }}\" \n with_items: \n - \"{{ ansible_distribution }}\"\n - \"{{ ansible_distribution_version }}\" \n \n- name: Retrieve the hostname\n command: hostname\n register: result\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
sdrvadim/IaC_Ansible_basecamp
04e941790b58d45f1d35eb2db3a33d5a0d03f902
0
roles/file
7,893
[ "no_license" ]
[ { "path": "roles/file/tasks/main.yml", "content": "---\n\n- name: Creating empty file\n file:\n path: \"/etc/iaac\"\n mode: 0500\n state: touch\n become: yes\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
simplesense-kerry/BGP
605f94390c81ac0697c92b36227a5512985577d3
0
ansible/roles/bgp
7,893
[ "no_license" ]
[ { "path": "ansible/roles/bgp/tasks/main.yaml", "content": "- name: Add BGP Configs\n cisco.ios.ios_config:\n lines:\n - router bgp 100\n - bgp log-neighbor-changes\n - bgp listen range 192.168.2.0/24 peer-group otg\n - bgp listen limit 200\n - neighbor otg peer-group\n - ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
ayobuba/ansible
882c8a3280dca8a48738f77a327b10a7bbe603ed
0
roles/initialRepository
7,893
[ "no_license" ]
[ { "path": "roles/initialRepository/tasks/main.yml", "content": "---\n# tasks file for initialRepository\n\n- name: Installing Yum Repositories\n yum:\n name: ['gcc-c++', 'make','git','ansible']\n state: installed\n\n- name: Setting up repo with curl commands\n raw: curl -sL https://rpm.nodesource.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 462, "all_permissive": false }
ansible_role
ayobuba/ansible
882c8a3280dca8a48738f77a327b10a7bbe603ed
0
roles/jenkins
7,893
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Update the software package repository\n yum:\n name: \"*\"\n update_cache: yes\n\n- name: Removing old version of JAVA from Amazon Linux\n yum:\n name: java-1.7.0-openjdk\n state: absent\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1608, "all_permissive": false }
ansible_role
Yaminiooty/mongodb
b2b0c8871875adadc90ec7471b0d23d5404b87c9
0
mysqlrocky-main/roles/mongodb
7,893
[ "no_license" ]
[ { "path": "mysqlrocky-main/roles/mongodb/tasks/main.yml", "content": "---\n- name: Gather distribution info\n setup:\n gather_subset: distribution,hardware,platform,virtual,!all,!min\n when:\n - ansible_distribution is not defined\n tags:\n - always\n\n\n- name: Check if MongoDB is install...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3671, "all_permissive": false }
ansible_role
andrewlisciandrello/drewbert-dev
1beedf8b30dc2abb9fdd3ea97646bf008c8f0b08
0
roles/common
7,893
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# Disable grub, because we don't need shiny new versions and it was screwing with this update\n- name: Upgrade All Packages (Debian)\n shell: echo 'grub-pc hold' | dpkg --set-selections ; apt-get -y update ; apt-get -y upgrade\n when: ansible_dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2213, "all_permissive": false }
ansible_role
martyhickey/template
029d5ff7b8ea29c7738efbfd786354a2b84d8f0a
1
ansible/roles/nginx
7,895
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/setup_le.yml", "content": "---\n# This Playbook based on https://certbot.eff.org/\n- name: install the letsencrypt apt package \n apt: name=letsencrypt state=latest update_cache=yes cache_valid_time=3600\n become: yes\n become_user: root\n when: use_ssl|bool and ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3461, "all_permissive": false }
ansible_role
martyhickey/template
029d5ff7b8ea29c7738efbfd786354a2b84d8f0a
1
ansible/roles/web
7,895
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/setup_bower.yml", "content": "---\n- name: update the apt-cache\n apt: update_cache=yes cache_valid_time=3600\n become_user: root\n become: true\n tags:\n - bower\n\n- name: install bower and dependencies\n become_user: root\n become: true\n apt: >\n pkg={...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2497, "all_permissive": false }
ansible_role
gstackio/gstack-bosh-environment
9792dd9de66f8ff097ce491f9a0fdad2176de94f
10
ddbox-standalone-bosh-env/provision/roles/directories
7,895
[ "permissive" ]
[ { "path": "ddbox-standalone-bosh-env/provision/roles/directories/tasks/main.yml", "content": "---\n\n- name: Directories | main prefix dirs are created\n become: \"{{ prefix_dir_must_become }}\"\n file:\n dest: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ prefix_dir }}\"\n - \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": true }
ansible_role
gstackio/gstack-bosh-environment
9792dd9de66f8ff097ce491f9a0fdad2176de94f
10
ddbox-standalone-bosh-env/provision/roles/ruby
7,895
[ "permissive" ]
[ { "path": "ddbox-standalone-bosh-env/provision/roles/ruby/tasks/ruby.yml", "content": "---\n\n- name: Ruby | version {{ ruby_version }} binaries are built with ruby-build\n shell: './ruby-build \"{{ ruby_version }}\" --install-dir \"{{ ansible_env.HOME }}/.rubies/{{ ruby_version }}\"'\n args:\n chdir: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3335, "all_permissive": true }
ansible_role
gstackio/gstack-bosh-environment
9792dd9de66f8ff097ce491f9a0fdad2176de94f
10
ddbox-standalone-bosh-env/provision/roles/virtualbox
7,895
[ "permissive" ]
[ { "path": "ddbox-standalone-bosh-env/provision/roles/virtualbox/defaults/main.yml", "content": "---\n\nvirtualbox_branch: \"5.2\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "ddbox-standalone-bosh-env/provision/roles/vi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1470, "all_permissive": true }
ansible_role
gstackio/gstack-bosh-environment
9792dd9de66f8ff097ce491f9a0fdad2176de94f
10
ddbox-standalone-bosh-env/provision/roles/vm-networking
7,895
[ "permissive" ]
[ { "path": "ddbox-standalone-bosh-env/provision/roles/vm-networking/tasks/main.yml", "content": "---\n\n- name: VM networking | the 'gstack-lb' chain is created\n when: vm_networking_expected_state == 'present'\n become: true\n command: iptables --table nat --new-chain gstack-lb\n register: vm_networking...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5981, "all_permissive": true }
ansible_role
meghasyam1997/megha-roboshop-ansible
963bb776d0f88b7089b4708c97a9dc8da499de14
0
roles/common
7,895
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Import schema_setup yml file\n ansible.builtin.import_tasks:\n file: app_prereq.yml\n\n- name: Download Maven Dependencies\n ansible.builtin.shell: mvn cl...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2493, "all_permissive": false }
ansible_role
Hadj-Sessi-Heni/PROJETCD
36725c3b164a974e99869a91a70f018699f43d7d
0
Ansible/roles/docker
7,899
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: henihs98/devops\n build:\n path: /var/lib/jenkins/workspace/pipelineCD@2\n pull: no\n source: build\n state: present\n force_source: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
Hadj-Sessi-Heni/PROJETCD
36725c3b164a974e99869a91a70f018699f43d7d
0
Ansible/roles/docker-registry
7,899
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: henihs98\n password: <PASSWORD>\n\n- name: Push the Docker image into the repo\n shell: docker push henihs98/devops:latest\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
souzgab/payshare-backend
d7ea7241720546c5e80c09603983bdb028939b40
0
cd/roles/deploy
7,899
[ "no_license" ]
[ { "path": "cd/roles/deploy/handlers/main.yml", "content": "---\n- name: Reboot nginx service\n service:\n name: nginx\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "cd/roles/deploy/tasks/main.yml", "content": "---\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2130, "all_permissive": false }
ansible_role
Jorginho11/ansible
882c93e0afa5ef7b84c7d666e1a97329728aac6e
0
roles/debian
7,899
[ "no_license" ]
[ { "path": "roles/debian/tasks/nvim.yml", "content": "- name: Install dependencies with apt\n apt:\n name: \"{{ item }}\"\n loop:\n - ripgrep\n - fd-find\n - pkg-config\n - fonts-powerline\n - neovim\n become: true\n\n\n- name: Copy the external config to the system\n copy:\n src: \"...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6936, "all_permissive": false }
ansible_role
shtub/ws-ansible
7ba181d16559789d3348d469fe3d2a55e45d4934
0
roles/common
7,899
[ "permissive" ]
[ { "path": "roles/common/tasks/debug.yml", "content": "--\n# debug\n\n- block:\n\n - name: debugging message\n debug: msg=\"hello {{ logname }}\"\n\n - name: remove /tmp/foo\n file: path=/tmp/foo state=absent\n\n - name: create /tmp/foo\n file: path=/tmp/foo state=touch\n\n - name: remove hello ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3156, "all_permissive": true }
ansible_role
shtub/ws-ansible
7ba181d16559789d3348d469fe3d2a55e45d4934
0
roles/f24
7,899
[ "permissive" ]
[ { "path": "roles/f24/tasks/vbox.yml", "content": "---\n# Virtual Box\n\n- block:\n\n - name: add vbox config repo\n command: dnf config-manager --add-repo=http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo\n\n - name: install virtualbox support\n dnf: name={{ item }} state=present\...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 4119, "all_permissive": true }
ansible_role
shtub/ws-ansible
7ba181d16559789d3348d469fe3d2a55e45d4934
0
roles/macbook
7,899
[ "permissive" ]
[ { "path": "roles/macbook/vars/main.yml", "content": "---\n# vars file for macbook\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 28 }, { "path": "roles/macbook/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 761, "all_permissive": true }
ansible_role
lirlia/private-isucon-training
71daf29209c91ab23dedde99cfb262c32c01a265
0
ansible/roles/nginx
7,899
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "# Nginx の設定ファイルのバックアップ\n- name: backup access log\n copy:\n src: /var/log/nginx/access.log\n dest: /var/log/nginx/access.log_{{ now(fmt='%H:%M:%S') }}\n remote_src: yes\n changed_when: False\n\n- name: backup nginx configuration\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
spacekitcat/ansible-terraform-digitalocean-dualtomcat
8c76693e41052943935bf0d8adcb5b00fb3a5098
0
roles/princesslisa.tomcat-ninelives
7,899
[ "permissive" ]
[ { "path": "roles/princesslisa.tomcat-ninelives/tasks/install-tomcat-service.yml", "content": "---\n- name: Copy tomcat 9 systemd service file\n copy:\n src: tomcat.service\n dest: /etc/systemd/system/tomcat.service\n owner: root\n group: root\n mode: 0644\n", "license_type": "permissive"...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 2220, "all_permissive": true }
ansible_role
ucde/cicd11_monitoring3
bc49acc279870b9c8652b60bb184b0f5a2df0f7e
0
roles/alertmanager
7,899
[ "no_license" ]
[ { "path": "roles/alertmanager/files/alertmanager.yml", "content": "route:\n group_by: [Alertname]\n receiver: email-me\n\nreceivers:\n- name: email-me\n email_configs:\n - to: GMAIL_ADDRESS\n from: GMAIL_APP_ID\n smarthost: smtp.gmail.com:587\n auth_username: GMAIL_APP_ID\n auth_identity: GM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3605, "all_permissive": false }
ansible_role
kashizui/telegram
d29202bd6ae7d47e991f1e390293a4312a50738a
0
roles/staticsite
7,899
[ "no_license" ]
[ { "path": "roles/staticsite/tasks/main.yml", "content": "---\n- name: Create www directory\n file:\n path: /srv/www\n state: directory\n owner: www-data\n group: www-data\n mode: 0775\n recurse: yes\n\n- name: Clone website repo\n git:\n repo: \"https://github.com/kashizui/sckoo-net.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
k0emt/debian-workstation-playbook
959d14a8d7b355b7159fa58f24e61a7393af0042
0
roles/amateur_radio
7,899
[ "no_license" ]
[ { "path": "roles/amateur_radio/tasks/main.yml", "content": "---\n# tasks for installing amateur radio related applications\n- name: Install amateur radio applications\n become: true\n ansible.builtin.apt:\n name:\n - qrq\n - openscad\n - kicad\n - ngspice\n - gqrx-sdr\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
k0emt/debian-workstation-playbook
959d14a8d7b355b7159fa58f24e61a7393af0042
0
roles/developer
7,899
[ "no_license" ]
[ { "path": "roles/developer/tasks/main.yml", "content": "---\n# tasks for developer role\n- name: Install developer packages\n become: true\n ansible.builtin.apt:\n name:\n - gcc\n - make\n - python3\n - python3-pip\n state: present\n\n- name: Install golang\n ansible.builtin.apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6310, "all_permissive": false }
ansible_role
k0emt/debian-workstation-playbook
959d14a8d7b355b7159fa58f24e61a7393af0042
0
roles/git_user
7,899
[ "no_license" ]
[ { "path": "roles/git_user/tasks/main.yml", "content": "---\n# install git\n\n- name: Debug - top of file\n ansible.builtin.debug:\n msg: Installing git tools\n\n- name: Install Git\n become: true\n ansible.builtin.apt:\n name:\n - git\n - gitk\n - git-gui\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3398, "all_permissive": false }
ansible_role
k0emt/debian-workstation-playbook
959d14a8d7b355b7159fa58f24e61a7393af0042
0
roles/power_user
7,899
[ "no_license" ]
[ { "path": "roles/power_user/vars/main.yml", "content": "---\npower_user_packages:\n - btop\n - bat\n - curl\n - exa\n - fzf\n - htop\n - jq\n - mc\n - neofetch\n - rsync\n - tldr\n - tmux\n - tree\n - unzip\n - vim-common\n - wget\n - zip\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3521, "all_permissive": false }
ansible_role
aaomoware/equalexperts
d31109e17f99e334dc79acca7f38f58ca72c6202
0
Vagrant_CI/roles/ci
7,899
[ "no_license" ]
[ { "path": "Vagrant_CI/roles/ci/defaults/main.yml", "content": "---\njenkins_plugins:\n - { name: 'git'}\n - { name: 'workflow-api' }\n - { name: 'workflow-job' }\n - { name: 'workflow-cps' }\n - { name: 'job-dsl-plugin' }\n - { name: 'workflow-support' }\n - { name: 'workflow-scm-step' }\n - { name:...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6393, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/AD
7,899
[ "no_license" ]
[ { "path": "roles/AD/tasks/main.yml", "content": "- name: Add AD Role # Set up IIS web server\n ansible.windows.win_feature: \n name: \"AD-Domain-Services\"\n state: present\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Create new domain in a new forest on the target hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/DNS
7,899
[ "no_license" ]
[ { "path": "roles/DNS/tasks/main.yml", "content": "- name: Add DNS Role # Set up IIS web server\n ansible.windows.win_feature: \n name: \"DNS\"\n state: present\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Ensure primary zone is present\n community.windows.win_dns_zone...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/apache
7,899
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Update the package cache\n apt: \n update_cache: yes\n\n# Install Apache\n- name: Install Apache\n apt: \n name: apache2\n state: latest\n\n- name: Add index.html\n copy:\n src: index.html\n dest: /var/www/html/index.html\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/iis
7,899
[ "no_license" ]
[ { "path": "roles/iis/tasks/main.yml", "content": "- name: Add IIS Role # Set up IIS web server\n ansible.windows.win_feature: \n name: \"web-server\"\n state: present\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Verify Directory Structure # Makes sure directory exists...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/imap
7,899
[ "no_license" ]
[ { "path": "roles/imap/tasks/main.yml", "content": "- name: Installing and ensuring IMAP is at its latest state # name of task\n apt: # function/command that will be used\n name: dovecot # name of the service that is being installed\n state: latest # even if the service is installed checks to make sur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1265, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/minecraft
7,899
[ "no_license" ]
[ { "path": "roles/minecraft/tasks/main.yml", "content": "- name: Update the package cache\n apt:\n update_cache: yes\n\n# Install aptitude\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n# Install packages\n- name: Install packages\n apt:\n pkg:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1101, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/mongodb
7,899
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy installer to ProgramData\n win_get_url:\n url: \"http://{{ http_host }}/roles/mongodb/files/mongodb.msi\"\n dest: \"C:\\\\ProgramData\\\\mongodb.msi\"\n\n- name: Install MSI\n win_package:\n path: 'C:\\\\ProgramData\\\\mongodb.msi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/mysql
7,899
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Copy installer to ProgramData\n win_get_url:\n url: \"http://{{ http_host }}/roles/mysql/files/mysql.msi\"\n dest: \"C:\\\\ProgramData\\\\mysql.msi\"\n\n #- name: Install MSI\n #win_package:\n #path: 'C:\\\\ProgramData\\\\mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/rsync
7,899
[ "no_license" ]
[ { "path": "roles/rsync/tasks/main.yml", "content": "- name: Install Rsyslog\n apt:\n name: rsyslog\n ensure: latest\n\n- name: Activate imtcp\n ansible.builtin.blockinfile:\n path: /etc/resyslog.conf\n block: |\n $ModLoad imtcp\n $InputTCPServerRun 514\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }