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 | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/keepalived | 332 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yml",
"content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的keepalived\"\n ignore_errors: true\n systemd:\n name: keepalived\n state: stopped\n become: true\n\n- name: \"2、清理可能的keepalived service残留文件\"\n file:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1838,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/kibana | 332 | [
"no_license"
] | [
{
"path": "roles/kibana/templates/kibana.service.j2",
"content": "[Unit]\nDescription=kibana server daemon\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ kibana_install_user }}\nGroup={{ kibana_install_user }}\nRestart=on-failure\nExecStart={{ kibana_install_path }}/{{ kiban... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3632,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/logstash | 332 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的logstash\"\n ignore_errors: true\n systemd:\n name: logstash\n state: stopped\n become: true\n\n- name: \"2、清理可能的logstash service残留文件\"\n file:\n path: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2803,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/maven | 332 | [
"no_license"
] | [
{
"path": "roles/maven/templates/maven.sh.j2",
"content": "export MAVEN_HOME={{ maven_install_path }}/{{ maven_link }}\nexport PATH=$PATH:$MAVEN_HOME/bin",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/maven/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/mysql | 332 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "[client]\nport=3306\nsocket={{ mysql_work_dir }}/mysql.sock\n\n[mysql]\nsocket={{ mysql_work_dir }}/mysql.sock\n\n[mysqld]\nuser={{ mysql_install_user }}\nport={{ mysql_port }}\nbasedir={{ mysql_work_dir }}\ndatadir={{ mysql_work_dir }}/data\nsocket={... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 17322,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/nginx | 332 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user {{ nginx_install_user }};\nworker_processes auto;\nerror_log logs/error.log error;\npid logs/nginx.pid;\n#worker_rlimit_nofile 65535;\n#worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000 10000000;\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5966,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/node_exporter | 332 | [
"no_license"
] | [
{
"path": "roles/node_exporter/templates/node_exporter.service.j2",
"content": "[Unit]\nDescription=Node exporter Server\nDocumentation=https://prometheus.io/docs/introduction/overview/\nAfter=network-online.target\n\n[Service]\nUser=prometheus\nRestart=on-failure\n# 修改这里的 ExecStart 为指定的路径\nExecStart={{ nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2561,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/prometheus | 332 | [
"no_license"
] | [
{
"path": "roles/prometheus/README.md",
"content": "\n## 一、配置prometheus,添加监控任务\n\nprometheus安装好后用的是官方的默认配置,并没有监控应用服务器,因此要修改配置,使之从应用服务器采取监控数据,前提被监控服务器已经安装node_exporter\n\n1. 修改配置文件/opt/prometheus/prometheus.yml,添加一个监控任务,在文件尾部增加以下内容\n\n```\n # 新增任务,从应用服务器采集数据 \n - job_name: \"192.168.133.152\"\n # 抓取时间间... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7915,
"all_permissive": false
} |
ansible_role | fed0ra/ica-ansible | 7cd204efb7a1b82583932fb94d8d813b81afe65e | 0 | roles/zookeeper | 332 | [
"no_license"
] | [
{
"path": "roles/zookeeper/templates/jps-call.sh.j2",
"content": "#!/bin/bash\n# 在各个节点执行jps查看jvm进程\n\n# 在/usr/local/bin目录下创建jpscall文件,修改集群主机IP地址,赋予执行权限\n# mv jps-call.sh /usr/local/bin/jpscall && chmod +x /usr/local/bin/jpscall\n\n# 定义节点\nZK_NODES=({% for host in groups['zookeeper'] %}\"{{ host }}\" {% endf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4319,
"all_permissive": false
} |
ansible_role | Ngai-E/AWS-CI-CD-with-ansible-and-circleci | 8b782da18d7875498da23c2665e2224a917b3789 | 1 | .circleci/ansible/roles/configure-prometheus-alertmanager | 332 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-prometheus-alertmanager/files/rules.yml",
"content": "groups:\n - name: Down\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 3m\n labels:\n severity: 'critical'\n annotations:\n summary: \"Instance i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3021,
"all_permissive": false
} |
ansible_role | Ngai-E/AWS-CI-CD-with-ansible-and-circleci | 8b782da18d7875498da23c2665e2224a917b3789 | 1 | .circleci/ansible/roles/deploy | 332 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Creates directory\r\n file:\r\n path: ~/web\r\n state: directory\r\n\r\n- name: copy artifact into ec2 instance\r\n copy:\r\n src: artifact.tar.gz\r\n dest: ~/web\r\n\r\n- name: extract zip artificat into ec2 instan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | Ngai-E/AWS-CI-CD-with-ansible-and-circleci | 8b782da18d7875498da23c2665e2224a917b3789 | 1 | .circleci/ansible/roles/install-nginx | 332 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/install-nginx/tasks/main.yml",
"content": "---\n- name: Remove nginx\n apt:\n pkg: nginx\n state: absent\n become: yes\n \n- name: Update apt packages\n ansible.builtin.apt:\n update_cache: yes\n\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | Ngai-E/AWS-CI-CD-with-ansible-and-circleci | 8b782da18d7875498da23c2665e2224a917b3789 | 1 | .circleci/ansible/roles/prometheus | 332 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: Update apt packages\n ansible.builtin.apt:\n update_cache: yes\n\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\" \n\n- name: Create Prometheus user\n shell: |\n useradd --no-create-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3288,
"all_permissive": false
} |
ansible_role | 01000101/EAXabZy85F7cNdt7rCET | e790c554c44d473d07a065fe62a763be164dea1a | 0 | roles/common | 332 | [
"no_license"
] | [
{
"path": "roles/common/tasks/packages.yml",
"content": "- name: Updating system packages\n apt:\n name: '*'\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | 01000101/EAXabZy85F7cNdt7rCET | e790c554c44d473d07a065fe62a763be164dea1a | 0 | roles/debug | 332 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "- name: 'Debug :: vars'\n debug:\n var: vars\n\n- name: 'Debug :: cloudforms'\n debug:\n var: cloudforms\n\n- name: 'Debug :: environment'\n debug:\n var: environment\n\n- name: 'Debug :: group_names'\n debug:\n var: group_names\n\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | 01000101/EAXabZy85F7cNdt7rCET | e790c554c44d473d07a065fe62a763be164dea1a | 0 | roles/openscap | 332 | [
"no_license"
] | [
{
"path": "roles/openscap/tasks/packages.yml",
"content": "- name: Update system packages\n package:\n name: '*'\n state: latest\n\n- name: Installing OpenSCAP packages\n package:\n name: openscap-scanner\n state: latest\n when: ansible_os_family == 'RedHat'\n\n- name: Installing OpenSCAP pac... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3694,
"all_permissive": false
} |
ansible_role | 01000101/EAXabZy85F7cNdt7rCET | e790c554c44d473d07a065fe62a763be164dea1a | 0 | roles/web-server | 332 | [
"no_license"
] | [
{
"path": "roles/web-server/defaults/main.yml",
"content": "app_title: My Default Title",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/web-server/tasks/main.yml",
"content": "- include_tasks: packages.yml\n- include_tasks: nginx.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1761,
"all_permissive": false
} |
ansible_role | jondavid-black/Algo_Cluster_Infrastructure | e6e31057f36c6c2df04e7b330ddbba7d9b4dfb4a | 0 | atomic/roles/prereq | 332 | [
"no_license"
] | [
{
"path": "atomic/roles/prereq/tasks/main.yml",
"content": "---\n\n#- name: Check if EPEL repo is already configured.\n# stat: path={{ epel_repofile_path }}\n# register: epel_repofile_result\n \n#- name: Install EPEL repo.\n# yum:\n# name: \"{{ epel_repo_url }}\"\n# state: present\n# register: res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4286,
"all_permissive": false
} |
ansible_role | devopsnagesha/expense-ansible | 29801c5434cb07018dcd61518680a30de5282b08 | 0 | roles/backend | 332 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: Disable default NodeJS Version Module\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS module for V20\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3152,
"all_permissive": false
} |
ansible_role | earlrob/ansible-vars | 2c2acedd8e62e2877df55b2a78a1fdb9e31fab2a | 0 | ansible-vars-redo/roles/common | 332 | [
"no_license"
] | [
{
"path": "ansible-vars-redo/roles/common/vars/main.yml",
"content": "app_user_list: \"{{ hostvars[inventory_hostname][app_name + '_users'] }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible-vars-redo/roles/common/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | earlrob/ansible-vars | 2c2acedd8e62e2877df55b2a78a1fdb9e31fab2a | 0 | roles/common | 332 | [
"no_license"
] | [
{
"path": "roles/common/vars/app_users.yml",
"content": "---\n\n# App Specific Users\n#app_user_list: \"{{ app_name }}-users\"\n\n# From Ansible support\n#app_user_list: \"{{ hostvars[inventory_hostname][app_name + '_users'] }}\"\n#\n\napp_user_list: \"{{ hostvars[inventory_hostname][app_name + '-users'] }}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | punktDe/proserver-init | e0afc9b2ef962fa7ce8f2770edc49c6eccfb0d9d | 0 | proserver_init/templates/infra/generic/roles/app | 330 | [
"no_license"
] | [
{
"path": "proserver_init/templates/infra/generic/roles/app/tasks/sudoers.yaml",
"content": "---\n- name: Ensure the sudoers.d folder exists\n ansible.builtin.file:\n state: directory\n path: \"/etc/sudoers.d\"\n owner: \"root\"\n mode: \"0755\"\n\n- name: Allow proserver user to restart php-fp... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2366,
"all_permissive": false
} |
ansible_role | punktDe/proserver-init | e0afc9b2ef962fa7ce8f2770edc49c6eccfb0d9d | 0 | proserver_init/templates/infra/neos/roles/app | 330 | [
"no_license"
] | [
{
"path": "proserver_init/templates/infra/neos/roles/app/templates/nginx/http.d/app.conf.j2",
"content": "server {\n listen 0.0.0.0:80;\n listen [::]:80;\n {% if ansible_local.proserver | default(none) and ansible_local.proserver.routing.with_gate64 -%}\n listen [::1]:87 proxy_protocol;\n {%-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4144,
"all_permissive": false
} |
ansible_role | rmb938/ansible_prometheus | ea1cf6594da45ef25b163f601032442ba8523eea | 0 | roles/prometheus | 330 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/etc/prometheus/scrape_configs/vault.yml",
"content": "## {{ ansible_managed }}\n\nscrape_configs:\n - job_name: vault\n metrics_path: /v1/sys/metrics\n params:\n format: [\"prometheus\"]\n scheme: https\n static_configs:\n - targets: [\"hashi-vaul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 16106,
"all_permissive": false
} |
ansible_role | Jamkasz/ansible | 554697d2180286c1316e3c942c3aea50a4a94d30 | 0 | roles/postgresql | 330 | [
"no_license"
] | [
{
"path": "roles/postgresql/defaults/main.yml",
"content": "---\npostgres_version: 9.4",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/postgresql/tasks/install_postgresql.yml",
"content": "---\n- name: Add PostgreSQL apt repository\n com... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | Jamkasz/ansible | 554697d2180286c1316e3c942c3aea50a4a94d30 | 0 | roles/setup_django_env | 330 | [
"no_license"
] | [
{
"path": "roles/setup_django_env/defaults/main.yml",
"content": "---\nvenv_dir: /home/vagrant/venvs/py3venv\nhome_dir: /home/vagrant\nworking_dir: /vagrant",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/setup_django_env/tasks/setup_python_v... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | Jamkasz/ansible | 554697d2180286c1316e3c942c3aea50a4a94d30 | 0 | roles/setup_vm | 330 | [
"no_license"
] | [
{
"path": "roles/setup_vm/tasks/main.yml",
"content": "---\n- name: Install Packages\n apt: name={{ item }} update_cache=yes\n with_items:\n - git\n - python3.4-venv\n - python3-dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | rjeka/keepalived-for-k8s | 47e23d0f052ab37672247639667d92e316552cce | 0 | roles/keepalived | 330 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yml",
"content": "- name: Installing keepalived\n apt:\n name: keepalived\n update_cache: true\n\n\n- name: Check that the /keepalived.conf exists\n stat:\n path: /etc/keepalived/keepalived.conf\n register: conf_result\n\n\n- name: Backup keepalived.conf\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | georg41980/ansible-rasp | caef91453cbbf2d737160263fd2009af363f249e | 0 | roles/common | 330 | [
"no_license"
] | [
{
"path": "roles/common/tasks/environment.yml",
"content": "- name: \"Copy aliases\"\n copy: \n src=.bash_aliases \n dest=\"/home/georg/.bash_aliases\"\n tags: aliases\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | ATUL9372/Devops_tools_ansible_role | 70bf171682f9b5345edbcd5f9af9f5e161bdb693 | 0 | roles/docker | 330 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Check host distribution\n debug:\n msg: \"Distribution is {{ ansible_distribution }}\"\n\n- name: Update docker server\n apt:\n update_cache: yes\n\n- name: Install ca-certificates curl\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | LITE2023GHUB/CpE212_FinalProject_Group4 | 5c328283706d8edec009988c0fbfdd098a5cd209 | 0 | roles/CentOS | 330 | [
"no_license"
] | [
{
"path": "roles/CentOS/tasks/main.yml",
"content": "---\n - name: Add user to docker group\n tags: centos, group\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true\n\n - name: newgrp command\n tags: centos, group\n meta: reset_connection\n when: ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | LITE2023GHUB/CpE212_FinalProject_Group4 | 5c328283706d8edec009988c0fbfdd098a5cd209 | 0 | roles/Ubuntu | 330 | [
"no_license"
] | [
{
"path": "roles/Ubuntu/tasks/main.yml",
"content": "---\n - name: Add user to docker group\n tags: ubuntu, group\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true\n\n - name: newgrp command\n tags: ubuntu, group\n meta: reset_connection\n when: ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | mekanix/jail-rabbitmq | 39da92af81bb5d0174445dc966b280268b72ff60 | 0 | ansible/roles/rabbitmq | 330 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: install rabbitmq packages\n with_items: \"{{ rabbitmq_packages }}\"\n pkgng:\n name: \"{{ item.name }}\"\n notify:\n - restart rabbitmq\n\n- name: enable rabbitmq service\n template:\n src: rabbitmq.j2\n dest: /etc/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | aleksyv/nginx-test | afb20d3570799c657b423e3f447fe75ee015307a | 0 | roles/docker | 330 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install Docker and PIP\n yum: pkg={{ item }} state=latest\n with_items:\n - docker\n - python-pip\n become: yes\n tags: docker \n\n- name: Install Docker-py\n become: yes\n pip: name=docker-py\n tags: docker\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | aleksyv/nginx-test | afb20d3570799c657b423e3f447fe75ee015307a | 0 | roles/ec2_instance | 330 | [
"no_license"
] | [
{
"path": "roles/ec2_instance/tasks/main.yml",
"content": "---\n- name: Create security group\n ec2_group:\n name: \"{{ group }}\"\n description: enable HTTP and SSH\n region: \"{{ region }}\"\n ec2_access_key: \"{{ aws_access_key }}\"\n ec2_secret_key: \"{{ aws_secret_key }}\"\n rules:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2171,
"all_permissive": false
} |
ansible_role | aleksyv/nginx-test | afb20d3570799c657b423e3f447fe75ee015307a | 0 | roles/ssl | 330 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yml",
"content": "- name: Create SSL folder\n file: path=/home/nginx/ssl state=directory mode=0777\n become: yes\n\n- name: Generate RSA Key\n command: openssl genrsa \\\n -out \"/home/nginx/ssl/key.pem\" 2048\n args:\n creates: \"/home/nginx/ssl/key.pem\"\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | Reproducible-Bioinformatics/galaxy-formation | 7cbc8580a67c5aff0fc20a2e100d158a6513bf34 | 0 | roles/caddy | 330 | [
"no_license"
] | [
{
"path": "roles/caddy/templates/Caddyfile.j2",
"content": ":{{ caddy_port }} {\n\treverse_proxy {{ galaxy_bind_address }}\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/caddy/tasks/main.yaml",
"content": "# vim: ft=yaml.ansible\n--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | Reproducible-Bioinformatics/galaxy-formation | 7cbc8580a67c5aff0fc20a2e100d158a6513bf34 | 0 | roles/galaxyproject.galaxy | 330 | [
"no_license"
] | [
{
"path": "roles/galaxyproject.galaxy/tasks/static_dirs.yml",
"content": "---\n- name: Ensure __galaxy_privsep_user_name is defined\n ansible.builtin.assert:\n that: __galaxy_privsep_user_name is defined\n fail_msg: \"__galaxy_privsep_user_name is not defined\"\n\n- name: Ensure __galaxy_privsep_user... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2143,
"all_permissive": false
} |
ansible_role | Reproducible-Bioinformatics/galaxy-formation | 7cbc8580a67c5aff0fc20a2e100d158a6513bf34 | 0 | roles/lemaitre | 330 | [
"no_license"
] | [
{
"path": "roles/lemaitre/vars/main.yaml",
"content": "# vim:ft=yaml.ansible\n---\n\ncustom_tool_directory: /srv/galaxy/server/tools/custom\ntool_conf: /srv/galaxy/server/config/tool_conf.xml.sample\ncommand_named_pipe: /tmp/lemaitre_commands\ngalaxy_user: galaxy\ngxpriv_user: gxpriv\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2615,
"all_permissive": false
} |
ansible_role | ogv12/Ansible-Lab | f10e138e45f90a04fd1317c11460ba439ccbc560 | 0 | wordpress-playbooks/roles/mysql | 330 | [
"no_license"
] | [
{
"path": "wordpress-playbooks/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n\n- name: Ensure the database service is started\n service:\n name: mariadb\n state: started\n enabled: true\n\n- name: Create mysql database\n mysql_db: \n name: \"{{ wp_mysql_db }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | ogv12/Ansible-Lab | f10e138e45f90a04fd1317c11460ba439ccbc560 | 0 | wordpress-playbooks/roles/server | 330 | [
"no_license"
] | [
{
"path": "wordpress-playbooks/roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n\n- name: Install required software\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - httpd\n - php-mysql\n - php\n - php-gd\n - mariadb\n - mariadb-server\n - php-com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | ogv12/Ansible-Lab | f10e138e45f90a04fd1317c11460ba439ccbc560 | 0 | wordpress-playbooks/roles/wordpress | 330 | [
"no_license"
] | [
{
"path": "wordpress-playbooks/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n\n- name: Download WordPress\n get_url:\n url: \"https://wordpress.org/wordpress-4.9.12.tar.gz\"\n dest: /tmp/wordpress.tar.gz\n validate_certs: no\n\n- name: Extract WordPress\n unarchive... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | FixHarDeZ/terraform-ansible-master | 413e7deb192039e61f89b6e2c0279a41eb44a7d5 | 0 | ansible/roles/common | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Copy nginx\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n\n- name: Set up iptables rules\n copy: src=iptables-save dest=/etc/sysconfig/iptables\n notify: restart iptables",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | FixHarDeZ/terraform-ansible-master | 413e7deb192039e61f89b6e2c0279a41eb44a7d5 | 0 | ansible/roles/exporter | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/exporter/tasks/main.yml",
"content": "---\n- name: Copy node_exporter rpm file\n template: src=node_exporter-0.18.1-1.el7.centos.x86_64.rpm dest=/tmp/\n\n- name: Install node_exporter\n yum:\n name: /tmp/node_exporter-0.18.1-1.el7.centos.x86_64.rpm\n state: present\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | FixHarDeZ/terraform-ansible-master | 413e7deb192039e61f89b6e2c0279a41eb44a7d5 | 0 | ansible/roles/nginx | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Disable default nginx.conf\n command: mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.disabled creates=/etc/nginx/nginx.conf.disabled\n notify: restart nginx\n\n- name: Copy ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | FixHarDeZ/terraform-ansible-master | 413e7deb192039e61f89b6e2c0279a41eb44a7d5 | 0 | ansible/roles/php-fpm | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/php-fpm/tasks/main.yml",
"content": "---\n- name : Download epel-release-latest-8.noarch.rpm\n get_url:\n url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm\n dest: /tmp/epel-release-latest-8.noarch.rpm\n\n- name: Install EPEL Repo 8\n yum:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/ansibleserver | 331 | [
"no_license"
] | [
{
"path": "roles/ansibleserver/handlers/main.yml",
"content": "---\n# handlers file for ansibleserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/ansibleserver/vars/main.yml",
"content": "---\n# vars file for ansibleserver",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/apache | 331 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "---\n# vars file for httpd-mysql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/apache/defaults/main.yml",
"content": "---\napache_service_name: httpd\napache_yum_packages:\n - httpd\n"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/dbscript | 331 | [
"no_license"
] | [
{
"path": "roles/dbscript/handlers/main.yml",
"content": "---\n# handlers file for dbscript",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/dbscript/defaults/main.yml",
"content": "---\n# defaults file for dbscript",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/ec2-launch | 331 | [
"no_license"
] | [
{
"path": "roles/ec2-launch/handlers/main.yml",
"content": "---\n# handlers file for ec2-launch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/ec2-launch/defaults/main.yml",
"content": "---\n# defaults file for ec2-launch",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8479,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/hostip | 331 | [
"no_license"
] | [
{
"path": "roles/hostip/tasks/main.yml",
"content": "---\n- name: export host IPs hosts\n shell: sh /etc/ansible/roles/nginx-lb/script.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/hostip/defaults/main.yml",
"content": "---\n# def... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/master | 331 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n- name: Install mariadb\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ mysql_yum_packages }}\"\n- name: enable mariadb\n service:\n name: \"{{ mysql_service_name }}\"\n state: started\n#- name: Stop mariadb\n# serv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4039,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/nginx-lb | 331 | [
"no_license"
] | [
{
"path": "roles/nginx-lb/tasks/main.yml",
"content": "---\n- name: copy repository\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n owner: root\n group: root\n mode: u=rw,g=r,o=r \n- name: install nginx\n yum:\n name: \"{{ item }}\"\n state: present\n with_item... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/slave | 331 | [
"no_license"
] | [
{
"path": "roles/slave/tasks/main.yml",
"content": "---\n- name: Install mariadb\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ mysql_yum_packages }}\"\n- name: enable mariadb\n service:\n name: \"{{ mysql_service_name }}\"\n state: started\n#- name: Stop mariadb\n# servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3309,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/wordpress | 331 | [
"no_license"
] | [
{
"path": "roles/wordpress/handlers/main.yml",
"content": "---\n- name: restart httpd\n service:\n name: httpd\n state: restarted\n- name: restart mysql\n service:\n name: mariadb\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3208,
"all_permissive": false
} |
ansible_role | abhijitsharma806/aws-ansible-mysql-nginx-apache-wordpress | 34f3fbf57ddc6c8864d14375a35cb7c3e82244b5 | 3 | roles/wordpress-slave | 331 | [
"no_license"
] | [
{
"path": "roles/wordpress-slave/tasks/main.yml",
"content": "---\n- name: Install epel repo\n shell: rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm --force\n- name: Install Wordpress\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ wordpress_pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/base | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "- name: Install command line tools\n become: true\n apt:\n name: \n - kitty # highly configurable terminal program\n - python3-pip # required for qmk\n - zoxide # autojump replacement\n - exa ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/disableWifi | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/disableWifi/tasks/main.yml",
"content": "- name: disable wifi\n become: true\n command: rfkill block wifi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/docker | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install apt-transport-https\n become: true\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: latest\n update_cache: true\n\n- name: Add signing key\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/dotfiles | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "- name: check if gitignore exists\n stat:\n path: $HOME/.gitignore\n register: stat_gitignore_result\n \n- name: create blank gitignore\n file:\n path: $HOME/.gitignore\n state: touch\n when: not stat_gitignore_resu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/gitConfig | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/gitConfig/tasks/main.yml",
"content": "- name: add gh credentials\n shell: gh auth login --with-token \n args:\n stdin: \"{{ github_pat }}\"\n\n- name: fixup git to let us push\n shell: gh config set git_protocol https -h github.com\n\n- name: more git fixing\n shell: gh auth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1701,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/k8 | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/k8/tasks/main.yml",
"content": "- name: Enable container features\n replace:\n path: /boot/cmdline.txt\n regexp: '^([\\w](?!.*\\b{{ item }}\\b).*)$'\n replace: '\\1 {{ item }}'\n with_items:\n - \"cgroup_enable=cpuset\"\n - \"cgroup_memory=1\"\n - \"cgroup_enable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/kmonad | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/kmonad/files/kmonad.sh",
"content": "#!/bin/bash\n\necho \"kmonad.service: ## Starting ##\" | systemd-cat -p info\n/usr/local/bin/kmonad /home/zach/.config/kmonad/dasta-linux.kbd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/nvim | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/nvim/tasks/main.yml",
"content": "# - name: add folder for vim plug (vim plugin manager)\n# file:\n# path: $HOME/.local/share/nvim/site/autoload/\n# state: directory\n# \n# - name: install vim-plug\n# get_url:\n# url: https://raw.githubusercon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/pop | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/pop/tasks/main.yml",
"content": "- name: Add the flathub flatpak repository remote to the system installation\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo\n method: system\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/test | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/test/tasks/main.yml",
"content": "- name: Install command line tools\n become: true\n apt:\n name: \n - neovim\n - exa\n - bat\n - ripgrep\n - fd-find\n - fish\n - autojump\n - mosh\n - ansible\n - snapd\n - ansible-lint\n - tmux\n - iperf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/update | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/update/tasks/main.yml",
"content": "- name: Update apt repo and cache on all Debian/Ubuntu boxes\n become: true\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n\n- name: Upgrade all packages on servers\n become: true\n apt: upgrade=dist force_apt_get=yes\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/usbNetwork | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/usbNetwork/tasks/main.yml",
"content": "- name: Install graphical apps\n become: true\n apt:\n name:\n - dnsmasq\n state: present\n\n- name: update /etc/modules\n become: true\n lineinfile:\n path: /etc/modules\n line: libcomposite\n\n- name: update dhcp settings\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/xmonad | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/xmonad/tasks/main.yml",
"content": "- name: Install xmonad dependencies\n become: true\n apt:\n name: \n - libx11-dev \n - libxft-dev \n - libxinerama-dev \n - libxrandr-dev \n - libxss-dev\n - cabal-install \n state: present\n\n- name: clone xmonad repo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/xrdp | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/xrdp/tasks/main.yml",
"content": "\n- name: add xrdp user to ssl-cert\n become: true\n user:\n name: xrdp\n group: ssl-cert\n\n- name: adjust line to enable xorg to work for zach user\n become: true\n lineinfile:\n path: /etc/X11/xrdp/xorg.conf\n regexp: '^\\s.*DRMDe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | zachthieme/config | 77cfa15f9c313ba6ee7b7e78e2a9267710ea657e | 2 | ansible/roles/zsh | 331 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "- name: ensure fonts directory\n file:\n path: $HOME/.fonts\n state: directory\n\n- name: See if FiraCode exists\n stat:\n path: $HOME/.fonts/Fira\\ Code\\ Bold\\ Nerd\\ Font\\ Complete.ttf\n register: fira_exists\n\n- name: Download Fira... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1847,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/angular2 | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/angular2/tasks/main.yml",
"content": "---\n\n- name: Installing Angular2\n become: yes\n file: \n path: /vagrant/provisioning/angular.sh\n owner: vagrant\n mode: 0744",
"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 | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/ansiblerepo | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/ansiblerepo/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n become: yes\n apt: update_cache=yes\n\n- name: Ansible repo\n become: yes\n shell: /vagrant/provisioning/ansiblerepo.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/curl | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/curl/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install wget and curl\n apt: name={{item}} state=present\n with_items:\n - wget\n - curl ",
"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": 153,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/errors | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/errors/tasks/main.yml",
"content": "---\n# -D uninstalls dev dependencies\n# ; run each command vs && 1st must run for 2nd cmd to run\n\n- name: Eror msg Corrections | Make directory tree readable\n file: \n path: /vagrant/node_modules\n mode: 0755\n recurse: yes\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/general | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/general/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Changing ownership of /usr/local/bin files\n become: yes\n file:\n path: /usr/local/bin/\n owner: vagrant\n mode: 0744\n recurse: yes\n\n- name: Changing owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/mongodb | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/mongodb/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Intstalling Mongodb\n shell: /vagrant/provisioning/mongodb.sh\n\n- name: Sarting MongoDB service\n service:\n name: mongod\n state: started\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/nodeexpress | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodeexpress/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Installing Node-Express\n shell: /vagrant/provisioning/nodeexpress.sh\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/nodejsnpm | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejsnpm/tasks/main.yml",
"content": "---\n#https://github.com/nodesource/distributions#debmanual\n#npm Supported releases of Node.js are the \n#latest release of 4, 6, 7, 8\n#npm npm does not support Node.js v9.2.0\n\n- name: Change ownernship STABLE of nodejs and npm script\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/nodemon | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodemon/tasks/main.yml",
"content": "---\n\n- name: Change ownership on nodemon.sh\n file: \n path: /vagrant/provisioning/nodemon.sh\n owner: vagrant\n mode: 0744\n\n- name: run nodemon script\n become: yes\n shell: /vagrant/provisioning/nodemon.sh\n \n\n\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/npminstall | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/npminstall/tasks/main.yml",
"content": "---\n\n- name: dependency check\n become: yes\n shell: \"npm install dependency-check --save\"\n args:\n chdir: /vagrant\n\n- name: dev dependency check\n become: yes\n shell: \"npm install dependency-check --save-dev\"\n args:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/robomongo | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/robomongo/tasks/main.yml",
"content": "---\n\n\n- name: Does robomongo tar file exist?\n stat:\n path: /opt/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz\n register: roboexist_result\n\n- name: Download robomongo to opt\n become: yes\n get_url:\n url: https://download.robo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2517,
"all_permissive": false
} |
ansible_role | yanula20/MEAN-Stack-With-Angular-2-Tutorial | 9d9cbb355a97daccaceb1fc395a75fd4f26b546f | 0 | provisioning/roles/webmin | 331 | [
"no_license"
] | [
{
"path": "provisioning/roles/webmin/tasks/main.yml",
"content": "---\n## apt_repository adds specified repository to the /etc/apt/sources.list\n\n\n- name: Add Webmin repositories\n apt_repository: > \n repo='{{ item }}'\n state=present\n with_items:\n - 'deb http://download.webmin.com/download/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | ames7/battle-royale1 | 2283d36ea35a2bd89fd5919113fc7f484eb70dcf | 1 | demojam/roles/scaleup | 331 | [
"no_license"
] | [
{
"path": "demojam/roles/scaleup/tasks/main.yml",
"content": "---\n- name: Login to OpenShift\n command: oc login -u admin -p Redhat1!\n\n- name: Get current replicas\n command: \"oc get dc myapp -n battle-royale\"\n register: dc_out\n\n#- name: Show stuff\n# debug:\n# msg: dc_out is {{ dc_out.stdout... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | kyohiga0325/WLS-Playbook | 80658614598124fca77f71dfcaef978152c406bb | 0 | roles/common | 331 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# #############################################\n# ■ ネットワーク関連の設定\n# #############################################\n\n- name: ホストネームの設定\n hostname:\n name: \"{{hostname}}\"\n\n- name: DNS設定\n lineinfile:\n dest: \"/etc/sysconfig/network-scripts/ifc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2012,
"all_permissive": false
} |
ansible_role | kyohiga0325/WLS-Playbook | 80658614598124fca77f71dfcaef978152c406bb | 0 | roles/create_wls_domain | 331 | [
"no_license"
] | [
{
"path": "roles/create_wls_domain/tasks/start.yml",
"content": "#############################################\n# ■ 管理サーバの起動\n#############################################\n\n- name: 起動スクリプトの実行\n shell: >\n nohup\n {{ domain_home }}/bin/startWebLogic.sh\n >\n {{ domain_home }}/servers/{{ script... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10866,
"all_permissive": false
} |
ansible_role | kyohiga0325/WLS-Playbook | 80658614598124fca77f71dfcaef978152c406bb | 0 | roles/inst_java | 331 | [
"no_license"
] | [
{
"path": "roles/inst_java/vars/main.yml",
"content": "java_file:\n archive: jdk-8u121-linux-x64.tar.gz",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/inst_java/files/README.md",
"content": "### ここに置くファイル\n以下のページから、JDK をダウンロードして配置します。 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2459,
"all_permissive": false
} |
ansible_role | kyohiga0325/WLS-Playbook | 80658614598124fca77f71dfcaef978152c406bb | 0 | roles/inst_wls | 331 | [
"no_license"
] | [
{
"path": "roles/inst_wls/tasks/main.yml",
"content": "# #############################################\n# ■ ユーザの作成\n# ※ 既に java Role にて作成されている\n# #############################################\n\n- name: WLS グループを作成\n group:\n name : \"{{ wls_user.group }}\"\n state : present\n # gid: {{wls_user.gid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3091,
"all_permissive": false
} |
ansible_role | kyohiga0325/WLS-Playbook | 80658614598124fca77f71dfcaef978152c406bb | 0 | roles/uninst_wls | 331 | [
"no_license"
] | [
{
"path": "roles/uninst_wls/templates/wls12212-full-deinst.rsp.j2",
"content": "[ENGINE]\n\n#DO NOT CHANGE THIS.\nResponse File Version=1.0.0.0.0\n\n[GENERIC]\n\n#This will be blank when there is nothing to be de-installed in distribution level\nSELECTED_DISTRIBUTION=WebLogic Server~{{uninst_wls_response_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3568,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-jenkins-configure/roles/jenkins | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-jenkins-configure/roles/jenkins/tasks/main.yml",
"content": "- name: Install libselinux-python so that ansible templates work\n yum: name=libselinux-python state=latest\n sudo: yes\n\n- name: Install Jenkins plugin\n get_url: url=http://localhost:8080/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-master/roles/deploy | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-master/roles/deploy/tasks/main.yml",
"content": "- name: Download EPEL rpm\n get_url: url=http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm\n sudo: yes\n\n- name: Install EPEL rpm\n command: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-master/roles/git | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-master/roles/git/tasks/main.yml",
"content": "# Git install\n- name: Install package git\n yum: name={{ item }} state=latest\n with_items:\n - git\n - libselinux-python\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-master/roles/jenkins | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-master/roles/jenkins/tasks/main.yml",
"content": "- name: Download jenkins repo\n get_url: url=http://pkg.jenkins-ci.org/redhat/jenkins.repo dest=/etc/yum.repos.d/jenkins.repo\n sudo: yes\n\n- name: RPM Import key\n command: rpm --import http://pkg.jen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-master/roles/npm | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-master/roles/npm/tasks/main.yml",
"content": "- name: Download EPEL rpm\n get_url: url=http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm\n sudo: yes\n\n- name: Install EPEL rpm\n command: rpm ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-slave/roles/phantomjs | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-slave/roles/phantomjs/templates/phantomjs-init.d.j2",
"content": "#!/bin/sh\n\n#\n# chkconfig: 35 99 99\n# description: PhantomJS Webdriver\n#\n\n. /etc/rc.d/init.d/functions\n\n# XXX Change that\nUSER=\"vagrant\"\n\nDAEMON=\"/usr/bin/phantomjs\"\n\nLOG_F... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | mklabs/greenskin | 1a5acb6a32d0b0fc4ae6605c2025daece031c081 | 4 | vms/greenskin-ansible/playbooks/greenskin-slave/roles/yum | 331 | [
"no_license"
] | [
{
"path": "vms/greenskin-ansible/playbooks/greenskin-slave/roles/yum/tasks/main.yml",
"content": "# Git install\n- name: Download EPEL rpm\n get_url: url=http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm\n sudo: yes\n\n- name: Install EPEL rpm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | rusticsankalp/aa.terrain.cd | d5217a4cd05f1a2a613d8bca8edf6de0180a4cca | 0 | cd/ansible/roles/azurecli | 331 | [
"no_license"
] | [
{
"path": "cd/ansible/roles/azurecli/tasks/debian.yml",
"content": "- name: add apt key for azure cli (older version)\n apt_key:\n keyserver: packages.microsoft.com\n id: 52E16F86FEE04B979B07E28DB02C46DF417A0893\n\n- name: add apt signing key for azure cli from url\n apt_key:\n url: https://packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | rusticsankalp/aa.terrain.cd | d5217a4cd05f1a2a613d8bca8edf6de0180a4cca | 0 | cd/ansible/roles/docker | 331 | [
"no_license"
] | [
{
"path": "cd/ansible/roles/docker/tasks/debian.yml",
"content": "- name: add apt key docker\n apt_key:\n url: 'https://download.docker.com/linux/ubuntu/gpg'\n id: '<KEY>'\n state: 'present'\n\n- name: Debian add Docker repository and update apt cache\n apt_repository:\n repo: deb [arch=amd64]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | rusticsankalp/aa.terrain.cd | d5217a4cd05f1a2a613d8bca8edf6de0180a4cca | 0 | cd/ansible/roles/ipv6-disable | 331 | [
"no_license"
] | [
{
"path": "cd/ansible/roles/ipv6-disable/tasks/main.yml",
"content": "\n- name: Remove ipv6 hosts entry\n replace:\n dest: /etc/hosts\n regexp: '^.*::\\d\\t.+|.*ip6.*$'\n become: yes\n \n- name: Disable IPv6 with sysctl\n sysctl: name={{ item }} value=1 state=present\n with_items:\n - net.ipv6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | rusticsankalp/aa.terrain.cd | d5217a4cd05f1a2a613d8bca8edf6de0180a4cca | 0 | cd/ansible/roles/k8s | 331 | [
"no_license"
] | [
{
"path": "cd/ansible/roles/k8s/tasks/debian.yml",
"content": "- name: add apt key kubernetes\n apt_key:\n url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg/'\n state: 'present'\n\n- name: Debian add Docker repository and update apt cache\n apt_repository:\n repo: deb [arch=amd64] http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1000,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.