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 | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/postgresql | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/postgresql/defaults/main.yml",
"content": "---\npostgresql_dbs: {}\n #test: # SET ME IN PLAYBOOK OR INVENTORY\n # owner : \"\" # SET ME IN PLAYBOOK OR INVENTORY\n\n\npostgresql_users:\n root: {}\n # password: \"\" # SET ME IN PLAYBOOK OR INVENTORY\n\npostgresql_versi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4311,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/rabbitmq_server | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/rabbitmq_server/defaults/main.yml",
"content": "---\n\nrabbitmq_defaults:\n config_dir: \"/etc/rabbitmq_server\"\n init_name: \"rabbitmq-server\"\n log_dir: \"/var/log/rabbitmq_server\"\n version: \"3.7.4\"\n apt:\n update_cache: yes\n cache_valid_time: 3600... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/recommender | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/recommender/tasks/main.yml",
"content": "---\n\n- name: Copy config.py template file\n template:\n src: \"config.py.j2\"\n dest: \"/vagrant/recommender/server/recommenderserver/config.py\"\n notify: restart apache\n\n- name: Install Pip\n command: apt-get -y instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2655,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/recommender_ui_support | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/recommender_ui_support/templates/config.py.j2",
"content": "class Config(object):\n BASE_URL = '{{ tla_config.recommender_ui_support.base_url }}'\n ACTIVITY_RESPONSES_ENDPOINT = BASE_URL + '/activity-responses/'\n LEARNER_PREFERENCES_ENDPOINT = BASE_URL + '/learner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3486,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/self_report_ap | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/self_report_ap/defaults/main.yml",
"content": "---\n\nself_report_ap_defaults:\n web_root: \"/var/www/self-report-ap\"\n server_name: \"{{ default_hostname | default('localhost') }}\"\n server_path: \"/self-report-ap/\"\n port: 80\n source_dir: \"self-report... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3152,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/set_recommendation_ui_config | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/set_recommendation_ui_config/tasks/main.yml",
"content": "---\n\n- name: \"Initialize Recommendation-UI Configuration\"\n set_fact:\n recommendation_ui_config: \"{{ recommendation_ui_config_defaults | combine(recommendation_ui_config | default({}), recursive=True) }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/statement_forwarding | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/statement_forwarding/files/statementforwarding/statementforwarding.py",
"content": "#!/usr/bin/env python\n\nimport json\nfrom datetime import datetime, timedelta\nfrom flask import Flask, request, jsonify\nimport pika\n\napplication = Flask(__name__)\n\n\ndef log(response)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7771,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/static_viewer | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/static_viewer/templates/config.js.j2",
"content": "var config = {\n \"identityProviderName\" : \"{{ static_viewer.identity_provider }}\",\n \"endpoint\" : \"{{ static_viewer.discovery_service_url }}/list/lrs/endpoint/\",\n \"auth\" : \"Basic \" + toBase64(\"{{ stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3503,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/tcpdump_service | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/tcpdump_service/defaults/main.yml",
"content": "---\n\ntcpdump_service_defaults:\n output_path: \"/tmp/tcpdump\"\n filter_path: \"/root/tcpd-filter.txt\"\n filter_template: \"tcpd-filter.txt.j2\"\n user: root\n ifaces:\n - lo\n - eth1\n\n init_name: \"tcpd\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5243,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/update_activity_index | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/update_activity_index/tasks/main.yml",
"content": "---\n\n# Check if flag file exists\n- name: \"Check if the .index_populated flag file exists\"\n stat:\n path: /activity-index/activity-index/.index_populated\n register: stat_result\n\n# Overwrite activities\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/video_player | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/video_player/defaults/main.yml",
"content": "---\n\nvideo_player_defaults:\n web_root: \"/var/www/video-player\"\n server_name: \"{{ default_hostname | default('localhost') }}\"\n server_path: \"/video-player/\"\n port: 80\n source_dir: \"video-player\"\n v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3474,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/wildfly | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/wildfly/handlers/main.yml",
"content": "---\n- name: \"Start Wildfly Server\"\n service: name=wildfly state=started\n\n- name: \"Restart Wildfly Server\"\n service: name=wildfly state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5345,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/wildfly_container | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/wildfly_container/tasks/main.yml",
"content": "---\n\n- name: \"Initialize Default Configuration\"\n set_fact:\n wildfly_container: \"{{ wildfly_container_defaults | combine(wildfly_container | default({}), recursive=True) }}\"\n\n- name: \"Debug Role Configuration\"\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6489,
"all_permissive": false
} |
ansible_role | soartech/fluent | 67604e54fdf22623d20ad4b00304c0cc8a02a71b | 2 | services/ansible/roles/zookeeper | 7,280 | [
"no_license"
] | [
{
"path": "services/ansible/roles/zookeeper/tasks/load-nodes-Debian.yml",
"content": "---\n\n- name: \"Load initial zookeeper nodes\"\n command: \"./bin/zkCli.sh create {{ item.key }} \\\"{{ item.value }}\\\"\"\n args:\n chdir: \"{{ zookeeper.home }}\"\n with_dict: \"{{ zookeeper.init_nodes }}\"\n re... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5881,
"all_permissive": false
} |
ansible_role | sawyer-effect/tdd-php | fd95f74478fc0c2e3adf0315eed0e68c80475db3 | 0 | ansible/roles/php | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- name: Install PPA\n become: yes\n become_user: root\n apt_repository: repo='ppa:ondrej/php' state=present\n\n- name: Update apt\n become: yes\n become_user: root\n apt: update_cache=yes\n\n- name: Install Git\n apt: name=git state=prese... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | anvil-open-software/truck-server-demo-kubernetes | cca9b41d312a5b845476a6630f8f822c5e22ae9f | 0 | ansible/roles/gke | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/gke/create_or_update_truck_alert_on_GKE.yml",
"content": "# Copyright 2018 Dematic, Corp.\n# Licensed under the MIT Open Source License: https://opensource.org/licenses/MIT\n- hosts: localhost\n become: no\n vars:\n repo_dir: \"{{ template_transform_dir }}/helm_repo\"\n helm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10114,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/arduino | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/arduino/tasks/main.yaml",
"content": "---\n\n- name: download arduino binary archive\n unarchive:\n src: https://downloads.arduino.cc/arduino-1.8.10-linux64.tar.xz\n dest: /tmp\n remote_src: yes\n- name: install arduino 1.8.10\n command: /tmp/arduino-1.8.10/install.sh\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/azure | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/azure/tasks/main.yaml",
"content": "---\n\n- block:\n - name: install pre-reqs for az cli\n apt:\n name:\n - software-properties-common \n - apt-transport-https\n state: present\n update_cache: true\n - name: add Microsoft repo key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/base | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "---\n\n- name: disable system crash reports\n lineinfile:\n dest: /etc/default/apport\n regexp: \"^enabled=(0|1)\"\n line: enabled=0\n state: present\n\n- name: tune system swappiness\n sysctl:\n name: vm.swappiness\n value: 1\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2276,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/kubernetes | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/main.yaml",
"content": "---\n\n- name: add https apt transport\n apt:\n name: apt-transport-https\n state: present\n\n- block:\n - name: add Google Cloud repo key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/sdr | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/sdr/tasks/main.yaml",
"content": "---\n\n- name: add repositories for sdr\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n loop:\n - ppa:bladerf/bladerf\n - ppa:ettusresearch/uhd\n - ppa:gqrx/gqrx-sdr\n - ppa:myriadrf/drivers\n - ppa:myriadrf/gnuradio\n - pp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1826,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/vscode | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/vscode/tasks/main.yaml",
"content": "---\n\n- block:\n - name: install pre-reqs for vscode\n apt:\n name:\n - software-properties-common \n - apt-transport-https\n state: present\n update_cache: true\n - name: add Microsoft repo key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | sq9nje/workstation-setup | 0e3ad728bc98ed97afec1c1ca2e7d3629bd5793f | 0 | ansible/roles/zsh | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yaml",
"content": "---\n\n- name: install zsh and other related packages\n apt:\n name: \"{{ zsh_packages }}\"\n state: present\n\n- name: change user's shell to zsh\n user:\n name: \"{{ local_username }}\"\n shell: /bin/zsh\n\n#- name: install antigen\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2929,
"all_permissive": false
} |
ansible_role | MohanMalli/roboshop-ansible-roles | 53a4ba4a2fc2b71e084f07434d7cf6354d16c132 | 0 | roles/catalogue | 7,280 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yaml",
"content": "MONGODB_HOST: mongodb.malli.site",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: app setup\n include_role:\n name: common\n tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | MohanMalli/roboshop-ansible-roles | 53a4ba4a2fc2b71e084f07434d7cf6354d16c132 | 0 | roles/common | 7,280 | [
"no_license"
] | [
{
"path": "roles/common/tasks/maven.yaml",
"content": "- name: install maven\n ansible.builtin.dnf:\n name: \" {{ item }} \"\n state: present\n loop:\n - maven\n - mysql\n\n- name: install PyMySQL and cryptography\n ansible.builtin.pip:\n name: \" {{ item }} \"\n executable: pip3.9\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | MohanMalli/roboshop-ansible-roles | 53a4ba4a2fc2b71e084f07434d7cf6354d16c132 | 0 | roles/payment | 7,280 | [
"no_license"
] | [
{
"path": "roles/payment/vars/main.yaml",
"content": "CART_HOST: cart.malli.site\nUSER_HOST: user.malli.site\nRABBITMQ_HOST: rabbitmq.malli.site\nRABBITMQ_USER: roboshop\nRABBITMQ_PASSWORD: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | MohanMalli/roboshop-ansible-roles | 53a4ba4a2fc2b71e084f07434d7cf6354d16c132 | 0 | roles/user | 7,280 | [
"no_license"
] | [
{
"path": "roles/user/vars/main.yaml",
"content": "REDIS_HOST: redis.malli.site\nMONGODB_HOST: mongodb.malli.site",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/user/tasks/main.yaml",
"content": "- name: app setup\n include_role:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | UsrNameu1/CentOSToolProvision | 87b087ddf276ef92dee691f4a7cc2db464361782 | 0 | ansible/roles/vim | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/tasks/main.yml",
"content": "---\n- name: install vim\n yum: name=vim state=latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | UsrNameu1/CentOSToolProvision | 87b087ddf276ef92dee691f4a7cc2db464361782 | 0 | ansible/roles/zsh | 7,280 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "---\n- name: install zsh\n yum: name=zsh state=latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | tuykin/mac-dev-playbook | 71753a0f969959324e69559e9de1a133ea619b75 | 0 | roles/base | 7,280 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# tasks file for roles/base\n- name: Install homebrew packages\n homebrew:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gpg\n - git\n - node\n - openssl\n - wget\n - postgresql\n - imagemagick\n\n- name: Genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | tuykin/mac-dev-playbook | 71753a0f969959324e69559e9de1a133ea619b75 | 0 | roles/project | 7,280 | [
"no_license"
] | [
{
"path": "roles/project/tasks/main.yml",
"content": "---\n# tasks file for roles/project\n- name: Create project path\n file:\n path: \"{{ project_path }}\"\n state: directory\n mode: 0755\n\n- name: Clone repo\n git:\n repo: \"{{ repo_url }}\"\n dest: \"{{ project_path }}\"\n accept_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | jarduini/ha-proxy-repo | 7ed6ad5f06599391b8bd3355fa2bb79ae0f2bff2 | 0 | roles/bastion | 7,280 | [
"no_license"
] | [
{
"path": "roles/bastion/tasks/repos.yml",
"content": "---\n- name: Register Machine on Redhat and auto-subscribe to available content.\n redhat_subscription:\n state: present\n username: \"{{ rhel_subscription_user }}\"\n password: \"{{ <PASSWORD> }}\"\n auto_attach: true\n\n- name: Disable al... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1780,
"all_permissive": false
} |
ansible_role | jarduini/ha-proxy-repo | 7ed6ad5f06599391b8bd3355fa2bb79ae0f2bff2 | 0 | roles/haproxy | 7,280 | [
"no_license"
] | [
{
"path": "roles/haproxy/defaults/main.yml",
"content": "---\nhaproxy_socket: /var/lib/haproxy/stats\nhaproxy_chroot: /var/lib/haproxy\nhaproxy_user: haproxy\nhaproxy_group: haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/haproxy/h... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7009,
"all_permissive": false
} |
ansible_role | jarduini/ha-proxy-repo | 7ed6ad5f06599391b8bd3355fa2bb79ae0f2bff2 | 0 | roles/host-preparation | 7,280 | [
"no_license"
] | [
{
"path": "roles/host-preparation/tasks/packages.yml",
"content": "---\n- name: Ensure all required packages are installed\n package:\n name: \"{{ yum_packages }}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/ho... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_1 | 26856cb56d2446cc8fc8ef7ee88911b42bde78fd | 0 | roles/nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": " - name: Isntall nginx package\n package: name=nginx\n become: yes\n become_user: root\n\n - name: Start nginx\n systemd: name=nginx state=started\n become: yes\n become_user: root\n\n# - name: Copy template\n# template:\n# src: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_1 | 26856cb56d2446cc8fc8ef7ee88911b42bde78fd | 0 | roles/user | 7,280 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": " - name: Create Group \"{{ username }}\"\n ansible.builtin.group:\n name: \"{{ username }}\"\n state: present\n \n - name: Create User\n ansible.builtin.user: \n name: \"{{ username }}\"\n shell: /bin/bash\n groups: \"{{ us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | allania7med11/deploy_ansible | 660f8c03c8b3f79d476d855800a13374919f25ed | 0 | roles/nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt: name=nginx state=latest\n\n- name: Check if Nginx default site is linked\n stat:\n path: /etc/nginx/sites-enabled/default\n register: nginx_default\n\n- name: Unlink default Nginx configuration if it exists\n command: un... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | allania7med11/deploy_ansible | 660f8c03c8b3f79d476d855800a13374919f25ed | 0 | roles/postgres | 7,280 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: Update apt cache and install dependencies\n apt:\n update_cache: yes\n name:\n - libpq-dev\n - gcc\n state: present\n\n- name: Install PostgreSQL and required packages\n apt:\n name: \n - postgresql\n - postgres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/dns | 7,280 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "- name: 更新dns配置文件\n copy:\n src: \"{{ item }}\"\n dest: /etc/dnsmasq.d/\n with_items:\n - ffhdev.com\n\n- name: 重启dnsmasq服务\n systemd:\n state: restarted\n name: dnsmasq\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/elasticsearch | 7,280 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: 下载es解压并重命名 \n shell: |\n cd /tmp/\n wget http://172.16.58.3:8080/elk/es/elasticsearch-6.2.4.tar.gz\n tar zxvf elasticsearch-6.2.4.tar.gz\n mv elasticsearch-6.2.4 /usr/local/elasticsearch\n rm -rf elasticsearch-6.2.4.tar.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/es-conf | 7,280 | [
"no_license"
] | [
{
"path": "roles/es-conf/templates/elasticsearch.yml",
"content": "# ======================== Elasticsearch Configuration =========================\n#\n# NOTE: Elasticsearch comes with reasonable defaults for most settings.\n# Before you set out to tweak and tune the configuration, make sure you\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3403,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/etcd | 7,280 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "- name: 创建证书目录\n file:\n path: /data/etcd/ssl\n state: directory\n recurse: yes\n\n- name: 安装证书\n copy:\n src: \"{{ item }}\"\n dest: /data/etcd/ssl\n with_items:\n - /usr/local/ssl/ca.pem\n - /usr/local/ssl/kubernetes-key.pem\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/filebeat | 7,280 | [
"no_license"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "- name: 下载filebeat解压并重命名\n shell: |\n cd /tmp/\n wget http://172.16.58.3:8080/elk/filebeat/filebeat-6.2.4-linux-x86_64.tar.gz\n tar zxvf filebeat-6.2.4-linux-x86_64.tar.gz\n mv filebeat-6.2.4-linux-x86_64 /usr/local/filebeat\n rm ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/flanneld | 7,280 | [
"no_license"
] | [
{
"path": "roles/flanneld/vars/main.yml",
"content": "SUBLAN: 10.254.0.0/16\nETCDIP: 10.30.0.100:2379\nETCDCLUSTER: https://10.30.0.100:2379,https://10.30.0.101:2379,https://10.30.0.102:2379",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "roles/fl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/initserver | 7,280 | [
"no_license"
] | [
{
"path": "roles/initserver/templates/zabbix_agentd.conf.j2",
"content": "PidFile=/tmp/zabbix_agentd.pid\n# LogType=file\nLogFile=/data/logs/zabbix/zabbix_agentd.log\n# LogFileSize=1\n\n# DebugLevel=3\n# SourceIP=\nEnableRemoteCommands=1\n# LogRemoteCommands=0\n\nServer=10.30.0.30\nListenPort=10050\nListenI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/jdk | 7,280 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "- name : 下载文件并解压\n shell: cd /tmp/ && wget http://172.16.31.10:8080/elk/jdk/jdk-8u181-linux-x64.tar.gz && tar zxvf jdk-8u181-linux-x64.tar.gz && mv jdk1.8.0_181 /usr/local && rm -rf jdk-8u181-linux-x64.tar.gz\n- name: 执行环境变量使其生效\n shell: |\n echo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/k8slibs | 7,280 | [
"no_license"
] | [
{
"path": "roles/k8slibs/files/kube-scheduler-csr.json",
"content": "{\n \"CN\": \"system:kube-scheduler\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n \"L\": \"Shanghai\",\n \"O\": \"system:kube-scheduler\",\n \"OU\": \"Full... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5486,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/k8smaster | 7,280 | [
"no_license"
] | [
{
"path": "roles/k8smaster/vars/main.yml",
"content": "etcd: https://10.30.0.100:2379,https://10.30.0.101:2379,https://10.30.0.102:2379\nSLBIP: 10.30.0.107\nETCDIP: 10.30.0.100",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/k8smaster/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2751,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/k8snode | 7,280 | [
"no_license"
] | [
{
"path": "roles/k8snode/templates/node-csr.json",
"content": "{\n \"CN\": \"system:node:{{ hostvars[inventory_hostname].ansible_ssh_host }}\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n \"L\": \"Shanghai\",\n \"O\": \"system:nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5437,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/kafka | 7,280 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/main.yml",
"content": "- name: 下载kafka解压并重命名\n shell: |\n cd /tmp/\n wget http://172.16.31.10:8080/elk/kafka/kafka_2.10-0.10.1.1.tgz\n tar zxvf kafka_2.10-0.10.1.1.tgz\n mv kafka_2.10-0.10.1.1 /usr/local/kafka\n rm -rf kafka_2.10-0.10.1.1.tgz\n wg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/kafka-conf | 7,280 | [
"no_license"
] | [
{
"path": "roles/kafka-conf/tasks/main.yml",
"content": "- name: 更新kafka配置\n templates:\n src: server.properties\n dest: /usr/local/kafka/config/server.properties\n\n- name: 重启kafka服务\n systemd:\n state: restarted\n name: kafka\n\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/kibana | 7,280 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: 下载kibana解压并重命名\n shell: |\n cd /tmp/\n wget http://172.16.58.3:8080/elk/kibana/kibana-6.2.4-linux-x86_64.tar.gz\n tar zxvf kibana-6.2.4-linux-x86_64.tar.gz\n mv kibana-6.2.4-linux-x86_64 /usr/local/kibana\n rm -rf kibana-6.2.4-l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/logstash | 7,280 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "- name: 下载logstash解压并重命名\n shell: |\n cd /tmp/\n wget http://192.168.127.12:8080/elk/logstash/logstash-6.2.4.tar.gz\n tar zxvf logstash-6.2.4.tar.gz\n mv logstash-6.2.4 /usr/local/logstash\n mkdir -p /usr/local/logstash/config/conf.d\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/logstash-conf | 7,280 | [
"no_license"
] | [
{
"path": "roles/logstash-conf/tasks/main.yml",
"content": "- name: 更新logstash配置\n templates:\n src: logstash-demo.conf\n dest: /usr/local/logstash/config/conf.d/logstash-demo.conf\n\n\n\n- name: 重启logstash服务\n systemd:\n state: restarted\n name: logstash\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/openresty | 7,280 | [
"no_license"
] | [
{
"path": "roles/openresty/files/nginx.conf",
"content": "user nobody;\nworker_processes auto;\n\nerror_log /data/logs/nginx/error.log warn;\npid /var/run/nginx.pid;\ndaemon on;\n\n\nevents {\n worker_connections 102400;\n}\n\n\nhttp {\n include mime.types;\n default_type applicat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3003,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/rabbitmq | 7,280 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: setup lib\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - socat\n - erlang\n\n- name: download package\n shell: |\n cd /tmp/\n wget http://192.168.3.11:8080/rabbitmq-server-3.6.15-1.el7.noarch.rpm\n wget ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/redis | 7,280 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: download package\n shell: cd /tmp/;wget 172.16.17.32:8080/redis-4.0.11.tar.gz && tar -zxvf redis-4.0.11.tar.gz\n\n- name: compile\n shell: cd /tmp/redis-4.0.11 && make && make install\n\n- name: create dir\n file:\n path: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/reload-nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/reload-nginx/tasks/main.yml",
"content": "- name: 同步配置\n synchronize:\n src: /etc/ansible/roles/reload-nginx/files/\n dest: /opt/openresty/nginx/conf.d/\n delete: yes\n recursive: yes\n\n\n- name: 测试并重载配置\n shell: nginx -t && nginx -s reload\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/zookeeper | 7,280 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "- name: 下载zookeeper解压并重命名\n shell: |\n cd /tmp/\n wget http://192.168.3.11:8080/elk/zookeeper/zookeeper-3.4.12.tar.gz\n tar zxvf zookeeper-3.4.12.tar.gz\n mv zookeeper-3.4.12 /usr/local/zookeeper\n rm -rf zookeeper-3.4.12.tar.gz\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | xiangzi121468/ansible-playbook | 9c17b4b26f8e0c0255527aa9a71f16d43afbd1cf | 2 | roles/zookeeper-conf | 7,280 | [
"no_license"
] | [
{
"path": "roles/zookeeper-conf/tasks/main.yml",
"content": "- name: 更新zookeeper配置\n templates:\n src: zoo.cfg\n dest: /usr/local/zookeeper/conf/zoo.cfg\n\n\n- name: 重启zookeeper服务\n systemd:\n state: restarted\n name: zookeeper\n\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/authorized_key | 7,280 | [
"no_license"
] | [
{
"path": "roles/authorized_key/tasks/main.yml",
"content": "---\n\n- name: Create SSH authorized key\n authorized_key:\n user: \"{{item.0.user_name}}\"\n state: \"{{item.0.authorized_key_state | default(omit)}}\"\n key: \"{{item.0.authorized_key_key | join('\\n')}}\"\n exclusive: \"{{item.0.au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/bashrc | 7,280 | [
"no_license"
] | [
{
"path": "roles/bashrc/tasks/setup_bashrc.yml",
"content": "---\n\n- name: Create a bashrc.d directory if it does not exist\n file:\n path: \"{{item.0.user_home | default('/home/' + item.0.user_name)}}/.bashrc.d\"\n state: directory\n owner: \"{{item.0.user_name}}\"\n group: \"{{item.0.user_na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/configure_sendmail | 7,280 | [
"no_license"
] | [
{
"path": "roles/configure_sendmail/vars/debian.yml",
"content": "---\nsendmail_packages:\n - mailutils\n - sendmail-bin\n - cyrus-common\n \n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/configure_sendmail/vars/redhat.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2635,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/configure_ssmtp | 7,280 | [
"no_license"
] | [
{
"path": "roles/configure_ssmtp/templates/revaliases.conf.j2",
"content": "root:{{authuser }}@{{ domain }}:{{ smtp_server }}:{{ smtp_port}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/configure_ssmtp/templates/ssmtp.conf.j2",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/configure_vsftpd | 7,280 | [
"no_license"
] | [
{
"path": "roles/configure_vsftpd/defaults/main.yml",
"content": "---\nvsftpd_users: []\nvsftpd_config_template: \"\"\nvsftpd_htpasswd_path: /etc/vsftpwd\nvsftpd_guest_username: ftp\nvsftpd_local_root: /opt/ftp/\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3360,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/cron_manage | 7,280 | [
"no_license"
] | [
{
"path": "roles/cron_manage/default/main.yml",
"content": "---\ncron_params:\n - cron_name: \"\"\n cron_month: \"\"\n cron_weekday: \"\"\n cron_day: \"\"\n cron_hour: \"\"\n cron_minute: \"\"\n cron_user: \"\"\n cron_job: \"\"\n cron_state: \"\"\n cron_cron_file: \"\"\n cron_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_compose | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_compose/files/mssql/docker-compose.yml",
"content": "---\nversion: \"3\"\nservices:\n mssql:\n image: mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-16.04\n ports:\n - 1433:1433\n environment:\n ACCEPT_EULA: 'Y'\n MSSQL_SA_PASSWORD: '<PASSWORD>'\n MSSQL_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5448,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_docker | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_docker/defaults/main.yml",
"content": "---\ndocker_container_params:\n - docker_container_name: \"\"\n docker_container_hostname: \"\"\n docker_container_image: \"\"\n docker_container_state: \"\"\n docker_container_command: \"\"\n docker_container_ports: []\n dock... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_elastic | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_elastic/tasks/main.yml",
"content": "---\n- name: deploy nginx config & ssl\n copy:\n src: \"{{item}}\"\n dest: /srv/\n loop:\n - nginx_conf\n - nginx_ssl\n become: yes\n notify: restart nginx\n\n- name: template compose file\n template:\n src: docker-compose.yml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1577,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_elasticsearch | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_elasticsearch/tasks/main.yml",
"content": "---\n- import_tasks: check.yml\n- import_tasks: install.yml\n- import_tasks: configure.yml\n- import_tasks: monitoring.yml\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "ro... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4036,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_logstash | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_logstash/templates/logstash.conf.j2",
"content": "input {\n beats {\n port => 5044\n }\n}\nfilter {\n if [service][type] {\n mutate {\n add_field => { \"type\" => \"%{[service][type]}\" }\n remove_field => \"[service][type]\"\n }\n }\n\n # Remove ANSI colors f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9899,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_mattermost | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_mattermost/tasks/install.yml",
"content": "---\n- name: deploy compose\n docker_compose:\n project_src: /mattermost/\n become: yes\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/deploy_mattermost/tasks/prein... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2907,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_monitoring | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_monitoring/files/prometheus/alerts.rules.yml",
"content": "groups:\n- name: node_exporter.rules\n rules:\n\n # Alert for any instance that is unreachable for >5 minutes.\n - alert: InstanceDown\n expr: up{job!~\"cadvisor\"} == 0\n for: 5m\n labels:\n severity: warnin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11850,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_node_exporter | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_node_exporter/tasks/main.yml",
"content": "---\n- name: check to see if node_exporter is already installed\n command: '{{ node_exporter_path }} --version'\n ignore_errors: true\n register: node_exporter_is_installed\n changed_when: false\n\n- block:\n - name: create non privil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2256,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_was_lpu_client | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_was_lpu_client/tasks/deploy.yml",
"content": "---\n- name: Download build artifact from Jenkins\n get_url:\n url: \"{{jenkins_artifact_url}}\"\n dest: /tmp/\n username: \"{{jenkins_api_username}}\"\n password: \"{{<PASSWORD>}}\"\n force_basic_auth: yes\n\n- name: clea... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2786,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/deploy_was_lpu_server | 7,280 | [
"no_license"
] | [
{
"path": "roles/deploy_was_lpu_server/tasks/check_services.yml",
"content": "---\n- name: Check if Nginx is installed\n command: /usr/sbin/nginx -v\n ignore_errors: true\n changed_when: false\n register: nginxinstalled\n\n- name: Check if java is installed\n command: /bin/java -version\n ignore_error... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3146,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/docker_login | 7,280 | [
"no_license"
] | [
{
"path": "roles/docker_login/tasks/main.yml",
"content": "---\n- name: Set python env\n set_fact:\n ansible_python_interpreter: \"{{ansible_env.HOME}}/.pyenv/shims/python\"\n\n- name: Login into private registry\n docker_login:\n registry: \"{{docker_login_registry}}\"\n username: \"{{docker_log... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/easyrsa | 7,280 | [
"no_license"
] | [
{
"path": "roles/easyrsa/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt:\n name: \"{{dependencies_packages}}\"\n state: present\n become: true\n\n- name: Download easy-rsa from GitHub\n git:\n repo: \"https://github.com/OpenVPN/easy-rsa.git\"\n dest: \"{{easyrsa_dest}}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3405,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/group | 7,280 | [
"no_license"
] | [
{
"path": "roles/group/tasks/main.yml",
"content": "---\n\n- name: set_fact - get groups as list per server\n set_fact:\n groups_as_list: \"{{(groups_as_list|default([]) + item.0.user_groups.split(','))|map('trim')|list|sort|unique}}\" \n loop: \"{{users_params|subelements('servers')}}\"\n loop_contr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_activemq | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_activemq/handlers/main.yml",
"content": "---\n- name: enable & restart activemq\n systemd:\n name: activemq\n daemon_reload: yes\n state: started\n enabled: yes\n become: yes \n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1809,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_bamboo | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_bamboo/tasks/tomcat.yml",
"content": "---\n- name: Set python env\n set_fact:\n ansible_python_interpreter: \"{{ansible_env.HOME}}/.pyenv/shims/python\"\n become_user: \"{{ansible_user_id}}\"\n\n- name: Set tomcat connector proxyName in server.xml\n xml:\n path: \"{{bamboo_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6320,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_cyberduck | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_cyberduck/tasks/debian.yml",
"content": "---\n- name: Add duck repo apt key\n apt_key:\n id: FE7097963FEFBE72\n keyserver: keyserver.ubuntu.com\n state: present\n become: true\n\n- name: Add duck repository.\n apt_repository:\n repo: \"deb https://s3.amazonaws.com/rep... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_docker | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/debian.yml",
"content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n state: absent\n become: true\n\n- name: Ensure dependencies are installed.\n apt:\n name:\n - apt-transpor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1731,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_filebeat | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_filebeat/tasks/install_redhat.yml",
"content": "---\n- name: add elastic rhel repofile\n copy:\n src: elastic-rhel.repo\n dest: /etc/yum.repos.d/elastic-rhel.repo\n become: yes\n\n- name: install or update filebeat to latest\n yum:\n name: filebeat\n state: latest\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6494,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_influxdb | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_influxdb/tasks/configure.yml",
"content": "---\n- name: Set templatized InfluxDB configuration\n template:\n src: influxdb.conf.j2\n dest: /etc/influxdb/influxdb.conf\n owner: influxdb\n group: influxdb\n mode: 0644\n become: true\n\n- name: Make sure InfluxDB enabl... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3113,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_keepalived | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_keepalived/templates/master.sh.j2",
"content": "#!/usr/bin/env bash\n\n# Удаляем маршрут по-умолчанию\n/sbin/ip route del default\n# Поднимаем дополнительные интерфейсы\n/sbin/ifup ens3:mgmt\n/sbin/ifup ens3.9\n/sbin/ifup ens3.50\n/sbin/ifup ens3.255\n/sbin/ifup ens3.114\n/sbin/ifup... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3141,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_kvm | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_kvm/meta/main.yml",
"content": "---\ndependencies:\n\n - role: soft_manage\n vars:\n apt_list:\n - qemu\n - qemu-kvm\n - libvirt-bin\n - libvirt-dev\n\n - role: set_sysctl\n vars:\n sysctl_params:\n - sysctl_name: \"vm.swappiness\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_libreoffice | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_libreoffice/tasks/main.yml",
"content": "---\n\n- name: Check libreoffice tarball\n stat:\n path: '/tmp/{{libreoffice_tarball}}.tar.gz'\n register: tarball\n\n- name: Download libreoffice rpm tar ball\n get_url:\n url: \"{{libreoffice_download_url}}\"\n dest: /tmp/\n use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2773,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_local_pip | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_local_pip/tasks/centos8.yml",
"content": "---\n- name: install pip\n dnf:\n name: \"{{packages}}\"\n state: present\n update_cache: yes\n register: dnf_result\n until: dnf_result is not failed\n retries: 3\n delay: 10\n ignore_errors: yes\n become: true\n...\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_maven | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_maven/tasks/install.yml",
"content": "---\n- name: Install maven\n package:\n name: maven\n state: present \n register: package_result\n until: package_result is not failed\n retries: 5\n delay: 30\n ignore_errors: yes\n become: true\n...\n",
"license_type": "no_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_microk8s | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_microk8s/handlers/main.yml",
"content": "---\n\n- name: Reboot host and wait for it to restart\n reboot:\n msg: \"Reboot initiated by Ansible\"\n connect_timeout: 5\n reboot_timeout: 600\n pre_reboot_delay: 0\n post_reboot_delay: 30\n test_command: whoami\n liste... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1982,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_nfs_server | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_nfs_server/templates/exports.j2",
"content": "{{nfs_dir }} {{ nfs_network_access}}(rw,sync,no_subtree_check)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/install_nfs_server/defaults/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_nginx/tasks/main.yml",
"content": "---\n- name: Includeing OS specific variables\n include_vars: \"{{ansible_os_family | lower}}.yml\"\n\n- import_tasks: redhat.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- import_tasks: debian.yml\n when: ansible_facts['os_family... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1692,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_nodejs | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_nodejs/defaults/main.yml",
"content": "---\nnodejs_download_url: 'http://nodejs.org/dist/latest-v12.x/{{nodejs_version}}.tar.gz'\nnodejs_version: \"node-v12.16.2-linux-x64\"\nnodejs_install_dir: \"/opt\"\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_openjdk | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_openjdk/tasks/main.yml",
"content": "---\n- name: Version selection\n include_vars: \"{{openjdk_version | default('openjdk13', true)}}.yml\"\n\n- block:\n - name: Create a directory if it does not exist\n file:\n path: \"{{openjdk_install_directory}}\"\n state: direct... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1959,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_oracle_exporter | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_oracle_exporter/tasks/service.yml",
"content": "---\n\n- name: Copy Daemon script\n template:\n src: oracledb_exporter.service.j2\n dest: /etc/systemd/system/oracledb_exporter.service\n mode: 0644\n become: True\n notify: restart oracle_exporter\n\n- name: Configuring se... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6994,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_packages | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_packages/tasks/main.yml",
"content": "---\n\n- name: Handle the error if task file current release not exist\n block:\n - name: Includeing OS specific tasks for current release \n include_tasks: \"{{ansible_distribution | lower}}{{ansible_distribution_major_version}}.yml\"\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1659,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_postgresql | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_postgresql/handlers/main.yml",
"content": "---\n- name: restart postgresql\n systemd:\n name: \"{{postgresql_daemon}}\"\n state: \"{{postgresql_restarted_state}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_pyenv | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_pyenv/vars/debian.yml",
"content": "---\nupdate_cache_command: 'apt-get update'\npyenv_dependency_packages:\n- curl\n- build-essential\n- git\n- libbz2-dev\n- zlib1g-dev\n- libssl-dev\n- libreadline-dev\n- libsqlite3-dev\n- libffi-dev\n- python3-venv\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2413,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_repository | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_repository/templates/sources.list.j2",
"content": "deb http://archive.ubuntu.com/ubuntu/ {{ansible_distribution_release}} main restricted universe multiverse\ndeb-src http://archive.ubuntu.com/ubuntu/ {{ansible_distribution_release}} main restricted universe multiverse\n\n# security... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 879,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.