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 | ipa501/ansible | fec393b4e086a65eb137dd3da60784173cbfcc8f | 0 | roles/workstation | 7,801 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: /home/panch/terraform_1.11.3_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: no\n mode: 0755\n owner: root\n group: root",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | CodeForCoffee/system-cron-base | 10e1318dfee60c5e906b66e4e686ec2110e69583 | 0 | roles/base | 7,801 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Base - Setup Base System Packages - P1\n yum: pkg={{item}} state=present disable_gpg_check=no\n with_items:\n - autofs\n - fipscheck\n - iotop\n - iptraf\n - libsss_sudo\n - libselinux-python\n - logwatch\n - lsof\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | CodeForCoffee/system-cron-base | 10e1318dfee60c5e906b66e4e686ec2110e69583 | 0 | roles/harden | 7,801 | [
"no_license"
] | [
{
"path": "roles/harden/templates/auditd.conf.j2",
"content": "#\n# This file controls the configuration of the audit daemon\n#\nlog_file = /var/log/audit/audit.log\nlog_format = RAW\nlog_group = root\npriority_boost = 5\nflush = INCREMENTAL\nfreq = 20\nnum_logs = 6\ndisp_qos = lossy\ndispatcher = /sbin/aud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5466,
"all_permissive": false
} |
ansible_role | CodeForCoffee/system-cron-base | 10e1318dfee60c5e906b66e4e686ec2110e69583 | 0 | roles/nrpe | 7,801 | [
"no_license"
] | [
{
"path": "roles/nrpe/files/check_traffic",
"content": "#!/bin/sh\n# AUTHOR -|\n# <NAME> - <EMAIL>\n# NAME -|\n# check_traffic\n# SYNOPSIS -|\n# nagios check to map TX and RX for servers\n# DESCRIPTION -|\n# A simple check for TX RX for trending\n# REVISIONS -|\n# 1.0\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11036,
"all_permissive": false
} |
ansible_role | sika-training-examples/gitlab-ci--snk--2020-07-31--ansible-deployment | 33c2f0e62f820af8dcd6d5d6ebfb64bd87f3e1ee | 0 | deploy/roles/custom_systemd_service | 7,801 | [
"no_license"
] | [
{
"path": "deploy/roles/custom_systemd_service/templates/service.j2",
"content": "[Unit]\nDescription={{ item.description }}\n\n[Service]\nType=simple\nExecStart={{ item.exec_start }}\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | sika-training-examples/gitlab-ci--snk--2020-07-31--ansible-deployment | 33c2f0e62f820af8dcd6d5d6ebfb64bd87f3e1ee | 0 | deploy/roles/deploy | 7,801 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/tasks/main.yml",
"content": "- name: Ensure /var/lib/apps\n file:\n path: /var/lib/apps\n state: directory\n mode: \"0755\"\n- name: Copy server\n copy:\n src: ../server\n dest: /var/lib/apps/server\n owner: root\n group: root\n mode: 0755\n- name: St... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | rmasters/devenv | 42bc361044fb60301d35668766f5c06ba3dff781 | 0 | roles/chrome | 7,801 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n\n- name: is chrome installed?\n command: dpkg --get-selections | grep google-chrome | wc -m\n register: chrome_installed\n\n- name: download google chrome beta\n get_url: url=https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | rmasters/devenv | 42bc361044fb60301d35668766f5c06ba3dff781 | 0 | roles/common | 7,801 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: get up-to-date\n apt: update_cache=yes upgrade=dist\n\n- name: install the absolute essentials\n apt: pkg={{ item }}\n with_items:\n - vim\n - zsh\n - tmux\n - htop\n - iftop\n - git\n - curl\n\n- name: update user a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | rmasters/devenv | 42bc361044fb60301d35668766f5c06ba3dff781 | 0 | roles/intellij | 7,801 | [
"no_license"
] | [
{
"path": "roles/intellij/tasks/main.yml",
"content": "---\n\n# IntelliJ doesn't support non-Sun/Oracle JDKs (although OpenJDK does seem to work)\n- name: add oracle jdk repository\n apt_repository: repo=ppa:webupd8team/java update_cache=yes\n\n# Hat-tip: http://askubuntu.com/a/272336\n- name: accept oracl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | nbarodiya30/operators-sdk | 079d1d3af8ca01e274d7e8fa7ddcd7506e633035 | 0 | operator-spring/roles/springboot | 7,801 | [
"no_license"
] | [
{
"path": "operator-spring/roles/springboot/vars/main.yml",
"content": "---\n# vars file for Springboot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "operator-spring/roles/springboot/tasks/main.yml",
"content": "---\n# tasks file for Spring... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | seemscloud/ansible-vmware-templates | fda531be2f267b2b5f1fe6f334acb8c2c3f7ee5b | 0 | roles/common | 7,801 | [
"no_license"
] | [
{
"path": "roles/common/files/flush.sh",
"content": "#!/bin/bash\n\nsync; echo 1 > /proc/sys/vm/drop_caches > /dev/null\nsync; echo 2 > /proc/sys/vm/drop_caches > /dev/null\nsync; echo 3 > /proc/sys/vm/drop_caches > /dev/null",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 9187,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/agama | 7,801 | [
"no_license"
] | [
{
"path": "roles/agama/tasks/main.yaml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: /opt/agama\n state: directory\n\n- name: Install AGAMA\n ansible.builtin.get_url: \n url: https://raw.githubusercontent.com/hudolejev/agama/master/Dockerfile\n dest: /opt/agama/Do... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1554,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/backup | 7,801 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yaml",
"content": "---\n- name: backup\n ansible.builtin.user:\n name: backup\n home: /home/backup\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n\n- name: create 'restore' directory \n ansible.builtin.f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/bind | 7,801 | [
"no_license"
] | [
{
"path": "roles/bind/templates/named.conf.options.j2",
"content": "acl corpnets { {{ localnetwork }}; {{ localhost }}; }; \noptions {\n directory \"/var/cache/bind\";\n forwarders {\n {% for n in port_forwarders %}\n {{ n -}};\n {% endfor %}\n };\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2535,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/bind_exporter | 7,801 | [
"no_license"
] | [
{
"path": "roles/bind_exporter/tasks/main.yaml",
"content": "---\n- name: prometheus bind exporter\n ansible.builtin.apt:\n name: prometheus-bind-exporter\n\n- name: Start prometheus bind exporters on boot\n ansible.builtin.service:\n name: prometheus-bind-exporter\n state: started\n enabled: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/dns_records | 7,801 | [
"no_license"
] | [
{
"path": "roles/dns_records/tasks/main.yaml",
"content": "---\n- name: Set A records\n nsupdate:\n key_name: \"dns_update_key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ dns_update_key }}\"\n server: \"localhost\"\n zone: \"{{ domain_name }}\"\n record: \"{{ item.key }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/dns_resolv | 7,801 | [
"no_license"
] | [
{
"path": "roles/dns_resolv/tasks/main.yaml",
"content": "---\n- name: Stop systemd-resolved\n ansible.builtin.service:\n name: systemd-resolved\n state: stopped\n enabled: no\n\n- name: Change resolv.conf \n ansible.builtin.template:\n src: resolv.conf\n dest: /etc/resolv.conf\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/docker | 7,801 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Docker package\n ansible.builtin.apt:\n name:\n - docker.io\n - python3-docker\n\n- name: Docker service\n ansible.builtin.service:\n name: docker\n state: started\n enabled: yes\n\n- name: Log into DockerHub\n commu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/grafana | 7,801 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "---\n- name: Create directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n loop:\n - /opt/grafana/provisioning/dashboards\n - /opt/grafana/provisioning/datasources\n\n- name: copy grafana ini\n a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 15743,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/haproxy | 7,801 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "---\n- name: Install HAproxy and Keepalived\n ansible.builtin.apt: \n name: haproxy\n\n- name: Copy HAproxy conf file\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: restart haproxy\n\n- name: Cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/influxdb | 7,801 | [
"no_license"
] | [
{
"path": "roles/influxdb/handlers/main.yaml",
"content": "---\n- name: Restart influxdb\n ansible.builtin.service:\n name: influxdb\n state: restarted\n\n- name: restart telegraf\n ansible.builtin.service:\n name: telegraf\n state: restarted\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/influxdb_backup | 7,801 | [
"no_license"
] | [
{
"path": "roles/influxdb_backup/tasks/main.yaml",
"content": "---\n- name: Create directory \n ansible.builtin.file:\n path: /home/backup/influxdb\n state: directory\n mode: \"0700\"\n owner: backup\n group: backup\n\n- name: Create file influxdb-backup\n ansible.builtin.template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/influxdb_exporter | 7,801 | [
"no_license"
] | [
{
"path": "roles/influxdb_exporter/handlers/main.yaml",
"content": "---\n- name: Daemon reload\n ansible.builtin.systemd:\n daemon_reload: yes\n\n- name: Restart influxdb exporter\n ansible.builtin.service:\n name: prometheus-influxdb-stats-exporter\n state: restarted\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/init | 7,801 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yaml",
"content": "---\n- name: Update APT cache\n ansible.builtin.apt:\n cache_valid_time: 86400\n\n- name: Inventory hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n use: debian\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/keepalived | 7,801 | [
"no_license"
] | [
{
"path": "roles/keepalived/templates/keepalived.conf.j2",
"content": "vrrp_script check_haproxy { \n script \"/usr/local/bin/ha88\" \n weight 20 \n interval 1 \n}\n\nvrrp_instance my_ha_frontend {\n interface ens3\n virtual_router_id... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1785,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/mysql | 7,801 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "---\n- name: install and configure MySQL server\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: override mysql configuration\n ansible.builtin.template:\n src: override.cnf\n dest: /etc/mysql/mysql.conf.d/override.cnf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1607,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/mysql_backup | 7,801 | [
"no_license"
] | [
{
"path": "roles/mysql_backup/templates/mysql-backup.j2",
"content": "{% if inventory_hostname != mysql_host -%}\n0 1 * * 0-6 backup mysqldump agama > /home/backup/mysql/agama.sql\n30 1 * * 0 backup duplicity --no-encryption full /home/backup/mysql/ rsync://{{ github_username }}@backup.{{ domain_name }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/mysql_exporter | 7,801 | [
"no_license"
] | [
{
"path": "roles/mysql_exporter/handlers/main.yaml",
"content": "---\n- name: Restart mysql_exporter\n ansible.builtin.service:\n name: prometheus-mysqld-exporter\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/nginx | 7,801 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: nginx and updating\n ansible.builtin.apt:\n name: nginx\n state: latest\n\n- name: start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: replace html\n ansible.builtin.copy:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/nginx_exporter | 7,801 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/tasks/main.yaml",
"content": "---\n- name: prometheus nginx exporter\n ansible.builtin.apt:\n name: prometheus-nginx-exporter\n notify: Start prometheus nginx exporters on boot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/node_exporter | 7,801 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yaml",
"content": "---\n- name: prometheus node exporter\n ansible.builtin.apt:\n name: prometheus-node-exporter\n register: node_exporter_installed\n\n- name: Start prometheus node exporters on boot\n ansible.builtin.service:\n name: prometheus-node-export... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/pinger | 7,801 | [
"no_license"
] | [
{
"path": "roles/pinger/tasks/main.yaml",
"content": "---\n- name: install fping\n ansible.builtin.apt: \n name: fping\n state: latest\n\n- name: install curl\n ansible.builtin.apt: \n name: curl\n state: latest\n\n- name: pinger.sh\n ansible.builtin.template:\n src: pinger.sh\n dest: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/prometheus | 7,801 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "---\n- name: prometheus\n ansible.builtin.apt:\n name: prometheus\n\n- name: Start prometheus on boot\n ansible.builtin.service:\n name: prometheus\n state: started\n enabled: yes\n\n- name: Change /etc/default/prometheus\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1661,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/rsyslog | 7,801 | [
"no_license"
] | [
{
"path": "roles/rsyslog/tasks/main.yaml",
"content": "---\n- name: copy 10-telegraf.conf\n ansible.builtin.template:\n src: 10-telegraf.conf\n dest: /etc/rsyslog.d/10-telegraf.conf\n notify: restart rsyslog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/ssl | 7,801 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yaml",
"content": "---\n- name: Install package\n ansible.builtin.apt:\n name: iptables-persistent\n\n- name: Fix ssl bug for docker\n ansible.builtin.template:\n src: iptables.mangle\n dest: /etc/iptables/rules.v4\n\n- name: Restore iptables\n community.general.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/users | 7,801 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yaml",
"content": "---\n- name: Create user Juri \n ansible.builtin.user:\n name: juri \n\n- name: Create user Roman\n ansible.builtin.user:\n name: roman\n\n- name: Juri ssh-key\n ansible.posix.authorized_key:\n user: juri \n key: https://github.com/hudoleje... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | anboit/ica0002 | bc16b72526d70fa85c21dbbb9bbe6790309b846b | 1 | roles/uwsgi | 7,801 | [
"no_license"
] | [
{
"path": "roles/uwsgi/templates/agama.ini",
"content": "[uwsgi]\nchdir = /opt/agama\nmodule = agama:app\nenv = AGAMA_DATABASE_URI=mysql+pymysql://{{mysql_user}}:{{mysql_password}}@{{mysql_host}}/{{mysql_database}}\nplugins = python3\nsocket = localhost:5000\nuid = agama\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | VladDruchevskyi/Ansible | 89dd55c5138e0daa50df8b03b58e24c284d0659c | 0 | roles/change-user-password | 7,801 | [
"no_license"
] | [
{
"path": "roles/change-user-password/tasks/main.yml",
"content": "---\n# Change user password\n\n- name: Generate password for new user\n local_action: shell pwgen -s -N 1 12\n register: user_password\n with_items: \"{{ users }}\"\n run_once: false\n\n- name: Generate encrypted password\n local_action... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | publicissapient-france/xke-local-deployment | 9cf50fd6c47cdd011284b92d3f3ec98176fc325c | 0 | ansible-deployment/roles/e2e-tests | 7,801 | [
"no_license"
] | [
{
"path": "ansible-deployment/roles/e2e-tests/templates/checkFile.sh",
"content": "#!/usr/bin/env bash\n\nhdfs dfs -test -e {{ output_file }}\n\nres=$?\n\nif [[ \"${res}\" = \"0\" ]]; then\n echo \"every thing is ok\"\n exit 0\nfi\n\necho \"ERROR : file {{ output_file }} does not exist\"\nexit 1\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | kondal902/roboshop-ansible | 4085afeb3f3bad2240c1fee039b770bc0fe93d13 | 0 | roles/common | 7,801 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Configure NodJS Repos\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n \n- name: Install NodJS\n ansible.builtin.yum:\n name: nodejs\n state: installed\n \n- name: App pre-requisites\n ansible.builtin.imp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | ferjaoui-tarek/ansible | 877030fd86b3a023f75b95b3d335565a83a42d87 | 0 | playbooks/roles/cluster | 7,801 | [
"no_license"
] | [
{
"path": "playbooks/roles/cluster/tasks/main.yml",
"content": "---\n- import_tasks: \"{action}.yml\"\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "playbooks/roles/cluster/tasks/create.yml",
"content": "---\n- name: \"Create terraform de... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2698,
"all_permissive": false
} |
ansible_role | maciej-wawrzynczuk/swarm-cluster | 681206111a3078ebd6213229cddd3b685deff451 | 0 | roles/docker | 7,801 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n- name: Install aptitude which makes apt module happy\n apt:\n name: aptitude\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install prerequisites\n apt: name={{ item }} state=latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | jamesliulondon/dockerjenkins | e778e8e0c1a6b5b82cffbf7b15eb4f0abe5e5cbf | 0 | roles/docker | 7,800 | [
"no_license"
] | [
{
"path": "roles/docker/files/rebuild_master.sh",
"content": "docker rmi -f jenkinsmaster\ndocker build -t jenkinsmaster -f jenkinsmaster .\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/docker/files/rebuild_slave.sh",
"content": "dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1952,
"all_permissive": false
} |
ansible_role | jamesliulondon/dockerjenkins | e778e8e0c1a6b5b82cffbf7b15eb4f0abe5e5cbf | 0 | roles/jenkins | 7,800 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/eapi_jenkinsmaster_1.yml",
"content": "---\n- name: pull an image\n docker_image:\n name: jenkins\n\n- name: create java tools location\n file:\n path=/var/log/jenkins\n state=directory\n mode=0777\n\n- name: create build mount\n file:\n path=/var/log/jenk... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | ninghao/ansible-docker | 1e0fe29ff29cb30de55c840b654a2e858ed2d6dc | 1 | ansible/roles/docker | 7,800 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\ndocker_registry_mirror: 'https://wgaccbzr.mirror.aliyuncs.com'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | ninghao/ansible-docker | 1e0fe29ff29cb30de55c840b654a2e858ed2d6dc | 1 | ansible/roles/init | 7,800 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n\n- name: 停止 firewalld 防火墙\n service:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: 添加新的用户\n user:\n name: '{{ user_name }}'\n state: present\n groups: wheel\n append: yes\n\n- name: 让用户可以使用 ssh 密钥登录\n auth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | SudKul/nd9991_P3_solution | 16b31f218c18aaebe6f889ac506da95cd14fb392 | 0 | .circleci/ansible/roles/deploy | 7,800 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: \"extract artifact.\"\n unarchive:\n src: /root/project/artifact.tar.gz\n dest: /home/ubuntu/\n\n- name: \"stop app.\"\n become: true\n shell: pm2 stop default\n ignore_errors: yes\n\n- name: \"start app.\"\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | jittakal/ansible-variable | 94a183b9f882cdbf990f85a10e5ac4734a4cb5e1 | 0 | playbooks/roles/test | 7,800 | [
"permissive"
] | [
{
"path": "playbooks/roles/test/defaults/main.yml",
"content": "---\ndefaults_main: I am from defaults main\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 43
},
{
"path": "playbooks/roles/test/defaults/another.yml",
"content": "---\na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 589,
"all_permissive": true
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | Wordpress/roles/main | 7,800 | [
"no_license"
] | [
{
"path": "Wordpress/roles/main/tasks/main.yml",
"content": "#- name: download wordpress\n# get_url: url=http://wordpress.org/latest.tar.gz dest=/tmp/\n\n- name: create wordpress db\n mysql_db: name=wordpress state=present\n\n- name: create wordpress user\n mysql_user: name=wordpress password={{ <PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/ansible | 7,800 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "- name: install some packages\n apt: pkg={{ item }} state=latest\n with_items:\n - python-pip\n - python2.7-dev\n # - python-mysqldb\n - python-pycurl\n - unzip\n tags:\n - packages\n - clients\n\n- name: mkdir -p /etc/ansible\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/apache2 | 7,800 | [
"no_license"
] | [
{
"path": "roles/apache2/templates/vhost.conf.j2",
"content": "<VirtualHost {{ item.listen_ip }}:{{ item.listen_port }}>\n ServerName {{ item.vhost_name }} \n\tServerAdmin webmaster@localhost\n\n\tDocumentRoot {{ item.dir }}\n\t<Directory />\n\t\tOptions FollowSymLinks\n\t\tAllowOverride None\n\t</Direct... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/common | 7,800 | [
"no_license"
] | [
{
"path": "roles/common/tasks/ansible-user.yml",
"content": "---\n- name: create ansible user \n user: name=ansible state=present shell=/bin/bash\n\n- name: create ssh dir for ansible\n file: path=/home/ansible/.ssh owner=ansible group=ansible mode=0700 \n state=directory\n\n- name: copy ssh keys t... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1683,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/couchdb | 7,800 | [
"no_license"
] | [
{
"path": "roles/couchdb/vars/main.yml",
"content": "---\n# vars file for couchdb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/couchdb/README.md",
"content": "CouchDB Playbook\n================\n\nCouchDB playbook to deploy couchdb 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2180,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/docker | 7,800 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\n\n# change where docker stores its files\n# change change_docker_dir to true to enable\nchange_docker_dir: false\ndocker_dir: /opt/vm/var_lib_docker \n\n# add these users to docker group\ndocker_users:\n - ansible\n - op\n\ndocker_repo: \"http://get... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/docker-registry | 7,800 | [
"no_license"
] | [
{
"path": "roles/docker-registry/tasks/main.yml",
"content": "---\n- name: install packages including git, gunicorn etc\n apt: pkg={{ item }} state=present\n with_items:\n - git\n - gunicorn\n - python-gevent\n - python-flask\n - python-yaml\n - python-simplejson\n - python-pip\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/ec2 | 7,800 | [
"no_license"
] | [
{
"path": "roles/ec2/files/cloud-init.yml",
"content": "#cloud-config\npackages:\n - pwgen\n - pastebinit\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/ec2/vars/us-west-1.yml",
"content": "---\n\naws_access_key: \naws_secret_key: \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/jenkins | 7,800 | [
"no_license"
] | [
{
"path": "roles/jenkins/templates/jenkins_apache.j2",
"content": "<VirtualHost *:80>\n\n ServerAdmin webmaster@localhost\n ServerName {{ jenkins_server_name }} \n ServerAlias ci\n ProxyRequests Off\n\n <Proxy *>\n Order deny,allow\n Allow fro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1836,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/mesos | 7,800 | [
"no_license"
] | [
{
"path": "roles/mesos/README.rst",
"content": "\nMesos - Ansible playbook to build Mesos\n===========================================================\n\nAnsible playbooks to build Apache Mesos (http://mesos.apache.org/gettingstarted/) on Ubuntu 14.04.\n\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/mongodb | 7,800 | [
"no_license"
] | [
{
"path": "roles/mongodb/vars/main.yml",
"content": "---\n\nmongo_dbpath: /opt/var/lib/mongodb\nmongo_logpath: /opt/var/log/mongodb/mongod.log\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/mongodb/README.rst",
"content": "\nMongoDB\n=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/postgresql | 7,800 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "- name: install postgresl\n apt: pkg=postgresql state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/simpleinvoices | 7,800 | [
"no_license"
] | [
{
"path": "roles/simpleinvoices/tasks/main.yml",
"content": "- name: install php5-xsl for reports to work\n apt: pkg=php5-xsl\n tags:\n - packages\n\n- name: get simpleinvoices 2011.1\n get_url: url=http://download.simpleinvoices.org/simpleinvoices/downloads/simpleinvoices.2011.1.zip dest=/tmp/simplei... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3084,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/swapfile | 7,800 | [
"no_license"
] | [
{
"path": "roles/swapfile/tasks/add_swap_file.yml",
"content": "#create a swap file and add an entry to /etc/fstab\n#ref: http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/\n- name: create a swapfile if not already exists\n #count=512M*1024\n command: creates=/swapfile \n /bin/dd if=/dev/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/tools | 7,800 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n\n- name: install some tools\n apt: pkg={{ item }} state=latest\n with_items:\n - htop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/tools/tasks/expect.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/varnish | 7,800 | [
"no_license"
] | [
{
"path": "roles/varnish/tasks/main.yml",
"content": "- name: add varnish apt key\n apt_key: url=http://repo.varnish-cache.org/debian/GPG-key.txt state=present\n\n- name: add varnish repo\n apt_repository: repo='deb http://repo.varnish-cache.org/ubuntu/ precise varnish-3.0' update_cache=yes\n\n- name: ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/virtualbox | 7,800 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "---\n- name: add virtualbox repo key\n apt_key: url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc\n state=present\n\n- name: add virtualbox repo\n apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | hyao/playbooks | 7f1ca6de6204d03de02c3973e74d33d85f2c6be5 | 4 | roles/wp-cli | 7,800 | [
"no_license"
] | [
{
"path": "roles/wp-cli/tasks/main.yml",
"content": "---\n\n- name: download wp-cli.phar\n command: wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n\n- name: chmod +x wp-cli.phar\n command: chmod +x wp-cli.phar\n\n- name: mv wp-cli.phar /usr/local/bin/wp\n command: mv wp-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/3x-ui | 7,800 | [
"no_license"
] | [
{
"path": "roles/3x-ui/templates/docker-compose.yaml.j2",
"content": "services:\n xui:\n image: {{ xui_image }}\n volumes:\n - {{ xui_data_dir }}/db:{{ xui_db_folder }}\n - {{ xui_data_dir }}/certs:/etc/x-ui/certs\n\n restart: always\n network_mode: host\n environment:\n - XUI... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13264,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/cloudflare | 7,800 | [
"no_license"
] | [
{
"path": "roles/cloudflare/tasks/main.yml",
"content": "---\n- name: Add A record to Cloudflare\n community.general.cloudflare_dns:\n account_email: \"{{ cloudflare_email }}\"\n account_api_key: \"{{ cloudflare_api_key }}\"\n zone: \"{{ item.cloudflare_domain }}\"\n name: \"{{ item.cloudflare_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/docker | 7,800 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": " docker_install_compose_plugin: true\n docker_install_compose: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install docker ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/fetch_public_ips | 7,800 | [
"no_license"
] | [
{
"path": "roles/fetch_public_ips/tasks/main.yml",
"content": "---\n- name: Get public IPv4 address\n ansible.builtin.uri:\n url: https://ipv4.icanhazip.com/\n return_content: true\n register: ipv4_address_raw\n\n- name: Get public IPv6 address\n ansible.builtin.uri:\n url: https://ipv6.icanhazi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/haproxy | 7,800 | [
"no_license"
] | [
{
"path": "roles/haproxy/defaults/main.yml",
"content": "---\nhaproxy_project_dir: /opt/haproxy\nhaproxy_data_dir: \"{{ haproxy_project_dir }}/haproxy\"\n\nhaproxy_image_tag: 2.6.9-bullseye\n\nhaproxy_stats_user: uzer\nhaproxy_stats_password: <PASSWORD>\nhaproxy_stats_port: 51415\n\n# selfsigned certificate... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8075,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/initial_configuration | 7,800 | [
"no_license"
] | [
{
"path": "roles/initial_configuration/handlers/main.yml",
"content": "- name: Restart sshd service\n ansible.builtin.systemd:\n name: ssh\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/initial_configuration/tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9263,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/marzban | 7,800 | [
"no_license"
] | [
{
"path": "roles/marzban/templates-fully-single/nginx.conf.j2",
"content": "server {\n listen unix:/run/nginx-h1.socket proxy_protocol;\n\n location / {\n root /usr/share/nginx/html;\n index index.html index.htm;\n }\n\n location ~* ^\\/(dashboard|api|sub|docs|openapi.json).* {\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 24878,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/nat | 7,800 | [
"no_license"
] | [
{
"path": "roles/nat/tasks/defaults/main.yml",
"content": "nat_destinaion_ip: 10.216.0.1\nnat_destinaion_ports: [80, 443, 444, 445, 1443, 8443]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/nat/tasks/main.yml",
"content": "---\n- name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/netdata | 7,800 | [
"no_license"
] | [
{
"path": "roles/netdata/templates/.env.j2",
"content": "# netdata\nNETDATA_HOSTNAME={{ inventory_hostname }}-{{ ansible_host | replace('.', '-') }}\nNETDATA_CLAIM_TOKEN={{ netdata_claim_token }}\nNETDATA_CLAIM_URL={{ netdata_claim_url }}\nNETDATA_CLAIM_ROOMS={{ netdata_claim_rooms }}",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3213,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/packages | 7,800 | [
"no_license"
] | [
{
"path": "roles/packages/defaults/main.yml",
"content": "---\npkgs_list:\n - curl\n - wget\n - vim\n - gnupg\n - iptables\n - iptables-persistent\n - tmux\n - tcpdump\n - htop\n - speedtest-cli\n - nload\n - vnstat\n - netcat-traditional\n - sudo\n - cron\n # - nginx\n # - obfs4proxy\n # ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1288,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/pip | 7,800 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n- name: Ensure python3-distutils package is installed\n ansible.builtin.apt:\n name: python3-distutils-extra\n state: present\n update_cache: true\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n\n- name: Get installed pip ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | UZziell/xray-ansible | f7940105b0ac7d16932bd0684ad577b0e41d2166 | 1 | roles/xray_nginx | 7,800 | [
"no_license"
] | [
{
"path": "roles/xray_nginx/tasks/nginx-uds.yml",
"content": "---\n- name: Install nginx\n ansible.builtin.include_role:\n name: packages\n vars:\n pkgs_list: \"{{ nginx_pkgs_list }}\"\n\n- name: Copy websites\n ansible.builtin.copy:\n src: files/var/www/html\n dest: /var/www/\n\n- name: Chan... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 38070,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/management/roles/certs | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/management/roles/certs/tasks/main.yaml",
"content": "---\n- name: Installing certbot\n yum:\n name: certbot,python2-certbot-apache \n state: latest\n\n- name: Preparing certbot\n template:\n src: \"maddash.conf\"\n dest: \"/etc/httpd/conf.d/maddash.conf\"\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/toolkit/roles/certs | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/toolkit/roles/certs/tasks/main.yaml",
"content": "---\n- name: Installing certbot\n yum:\n name: certbot,python2-certbot-apache \n state: latest\n\n- name: Preparing certs scripts\n copy:\n src: \"generate-ca-certs.sh\"\n dest: \"/root/generate-ca-certs.sh\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/toolkit/roles/common | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/toolkit/roles/common/tasks/main.yaml",
"content": "---\n#- name: Upgrading all packages\n# yum:\n# name: '*'\n# state: latest\n\n- name: Ensuring EPEL is enabled \n yum: \n name: epel-release \n state: latest\n\n- name: Installing the best text editor ever made ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/toolkit/roles/customization | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/toolkit/roles/customization/tasks/main.yaml",
"content": "---\n# Speedtest\n- name: Customizing based on the selected flavour\n copy:\n src: \"speedtest/computecanada.png\"\n dest: \"/var/www/speedtest/speedtest-border.png\"\n when: organisation_flavour == \"1\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2119,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/toolkit/roles/selinux | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/toolkit/roles/selinux/tasks/main.yaml",
"content": "---\n- name: Put SELinux in permissive mode, logging actions that would be blocked.\n selinux:\n policy: targeted\n state: permissive\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": 137,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/toolkit/roles/speedtest | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/toolkit/roles/speedtest/tasks/main.yaml",
"content": "---\n- name: Download and extracting speedtest files\n unarchive:\n src: \"speedtest.tar.xz\"\n dest: \"/var/www/\"\n\n- name: Installing prerequisite packages\n yum:\n name: php\n state: latest\n\n- name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/web-admin/roles/certs | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/web-admin/roles/certs/tasks/main.yaml",
"content": "---\n- name: Installing certbot (This may take a while...)\n yum:\n name: certbot,python2-certbot-nginx \n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/web-admin/roles/common | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/web-admin/roles/common/tasks/main.yaml",
"content": "---\n#- name: Upgrading all packages\n# yum:\n# name: '*'\n# state: latest\n\n- name: Ensuring EPEL is enabled \n yum: \n name: epel-release \n state: latest\n\n- name: Installing default packages \n yum: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | ComputeCanada/NREN-perfsonar | 5ed8185037fe685e6406d554190df0cfff5204cf | 3 | installation/ansible/web-admin/roles/ps-web-admin | 7,800 | [
"no_license"
] | [
{
"path": "installation/ansible/web-admin/roles/ps-web-admin/tasks/main.yaml",
"content": "---\n- name: Installing Docker\n yum:\n name: docker\n state: latest\n\n\n- name: Adding config to /etc/docker/daemon.json\n lineinfile:\n path: /etc/docker/daemon.json\n regexp: '^{}'\n line: {\"grap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | aivarassu/kubespray_with_vm_deployment | 17a8fffc00b1cec8e9d93613d2f8be2f58ce4b33 | 0 | roles/deploy_vmware_guest | 7,800 | [
"no_license"
] | [
{
"path": "roles/deploy_vmware_guest/tasks/main.yml",
"content": "---\n# get date\n- set_fact: creationdate=\"{{lookup('pipe','date \"+%Y/%m/%d %H:%M\"')}}\"\n\n# Create a VM from a template\n- name: create the VM\n vmware_guest:\n hostname: '{{ vsphere_host }}'\n username: '{{ vsphere_user }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | aivarassu/kubespray_with_vm_deployment | 17a8fffc00b1cec8e9d93613d2f8be2f58ce4b33 | 0 | roles/prepare_vms_for_kubespray | 7,800 | [
"no_license"
] | [
{
"path": "roles/prepare_vms_for_kubespray/tasks/main.yml",
"content": "---\n\n#disable SELinux a\n- name: disable SELinux 1\n command: |\n setenforce 0\n\n- name: disable SELinux 2\n command: |\n sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux\n\n#disable sw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | priyankak1212/ansible-practice | 483c83ad7bd04b3ef16c59d90f8b2cd0b6dccdc9 | 0 | ansible/lamp-playbook/roles/mariadb-server | 7,800 | [
"no_license"
] | [
{
"path": "ansible/lamp-playbook/roles/mariadb-server/files/db.php",
"content": "<?php\n\n$connection = new PDO('mysql:host=localhost;dbname=ansible_db', 'ansible_user', '<PASSWORD>');\n$statement = $connection->query('SELECT message FROM ansible_demo');\n\necho $statement->fetchColumn(); \n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1372,
"all_permissive": false
} |
ansible_role | priyankak1212/ansible-practice | 483c83ad7bd04b3ef16c59d90f8b2cd0b6dccdc9 | 0 | ansible/wordpress-playbook/roles/php | 7,800 | [
"no_license"
] | [
{
"path": "ansible/wordpress-playbook/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install the PHP extensions\n apt: name={{ item }} state=present\n with_items:\n - php7.2-gd\n - php-ssh2\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": 142,
"all_permissive": false
} |
ansible_role | genessosagar/Ansible | 68beafc6c4ca3a3d565e45be931044da347c6730 | 0 | Roles/stress | 7,800 | [
"no_license"
] | [
{
"path": "Roles/stress/tasks/main.yml",
"content": "---\n- name: Install Stress Package\n apt:\n name: \"{{ pkg_name1 }}\"\n state: present\n notify: Create stress file",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "Roles/stress/vars/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | genessosagar/Ansible | 68beafc6c4ca3a3d565e45be931044da347c6730 | 0 | Roles/tree | 7,800 | [
"no_license"
] | [
{
"path": "Roles/tree/handlers/main.yml",
"content": "---\n- name: Tree version\n shell:\n cmd: tree --version >> /tmp/tree.txt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "Roles/tree/vars/main.yml",
"content": "pkg_name1: tree",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | genessosagar/Ansible | 68beafc6c4ca3a3d565e45be931044da347c6730 | 0 | Roles/unzip | 7,800 | [
"no_license"
] | [
{
"path": "Roles/unzip/handlers/main.yml",
"content": "---\n- name: Unzip version\n shell:\n cmd: unzip -v >> /tmp/unzip.txt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Roles/unzip/tasks/main.yml",
"content": "---\n- name: Install Unzip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | cyberrangecz/library-junior-hacker | 587e1666442b1db1c8e03e9241b5cecbb2ecb61d | 2 | provisioning/roles/client | 7,800 | [
"no_license"
] | [
{
"path": "provisioning/roles/client/tasks/main.yml",
"content": "- name: Adding aliases\n loop: \"{{ aliases | dict2items }}\"\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.value }} {{ item.key }}\"\n\n- name: Add the user 'juraj' with a bash shell to the user's groups\n user:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | cyberrangecz/library-junior-hacker | 587e1666442b1db1c8e03e9241b5cecbb2ecb61d | 2 | provisioning/roles/hosts | 7,800 | [
"no_license"
] | [
{
"path": "provisioning/roles/hosts/tasks/main.yml",
"content": "---\n# Basic configuration of all host devices\n\n- name: Install net-tools\n apt:\n name: net-tools\n update_cache: yes\n\n- name: Install unzip\n apt:\n name: unzip\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | cyberrangecz/library-junior-hacker | 587e1666442b1db1c8e03e9241b5cecbb2ecb61d | 2 | provisioning/roles/server | 7,800 | [
"no_license"
] | [
{
"path": "provisioning/roles/server/vars/main.yml",
"content": "aliases:\n server: 10.1.26.9\nroutings: []\nfiles:\n - Croatia 2019\n - Italy 2018\n - Mydata.xlsx\n - Romeo-and-Juliet.pdf\n - Treasure-Island.pdf\n - invoices2019.zip\n\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | legorovers/ev3dev-ap | c57cacd17f9354da56711551aa02e220316e179b | 0 | roles/ap | 7,800 | [
"no_license"
] | [
{
"path": "roles/ap/handlers/main.yml",
"content": "---\n- name: restart dnsmasq\n service: name=dnsmasq state=restarted\n sudo: yes\n\n- name: restart connman\n service: name=connman state=restarted\n sudo: yes\n notify: restart hostapd\n\n# This is done to update-rc.d the init scripts to start after ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2173,
"all_permissive": false
} |
ansible_role | legorovers/ev3dev-ap | c57cacd17f9354da56711551aa02e220316e179b | 0 | roles/portal | 7,800 | [
"no_license"
] | [
{
"path": "roles/portal/tasks/main.yml",
"content": "- name: configure dnsmasq to redirect all requests to us (captive portal)\n copy: src=dnsmasq.conf dest=/etc/dnsmasq.d/portal.conf\n sudo: yes\n notify: restart dnsmasq\n\n- name: add legorover.space hostname to /etc/hosts (matches our SSL cert)\n lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | legorovers/ev3dev-ap | c57cacd17f9354da56711551aa02e220316e179b | 0 | roles/python | 7,800 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n # see https://github.com/topikachu/python-ev3\n\n - name: apt-get virtualenv\n apt: name=virtualenv\n sudo: yes\n\n - name: apt-get virtualenvwrapper (workon)\n apt: name=virtualenvwrapper\n sudo: yes\n\n - name: apt-get python-set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 710,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.