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 | marcossilvestrini/vagrant-protheus-core | 03a7c71cd0d102c069b6b28329899401c26713ea | 0 | linux/provisioning/roles/appserver | 127 | [
"no_license"
] | [
{
"path": "linux/provisioning/roles/appserver/defaults/main.yml",
"content": "---\npaths:\n - '{{ appserver_path }}/lockserver'\n - '{{ appserver_path }}/slave01'\n\nbin_name:\n - app_lockserver\n - app_slave01\n\nscripts:\n - totvslockserver.j2\n - totvslave01.j2\n\n# slave01\nslave01_por... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3904,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-protheus-core | 03a7c71cd0d102c069b6b28329899401c26713ea | 0 | windows/provisioning/roles/appserver | 127 | [
"no_license"
] | [
{
"path": "windows/provisioning/roles/appserver/tasks/bin.yml",
"content": "---\n- name: Set Slave01 Bin Name\n win_copy:\n src: '{{ slave01_path }}\\appserver.exe'\n dest: '{{ slave01_path }}\\appserver_slave01.exe'\n remote_src: yes\n\n- name: Delete Appserver Bin Files\n win_file:\n path: '... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2738,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-protheus-core | 03a7c71cd0d102c069b6b28329899401c26713ea | 0 | windows/provisioning/roles/rpo | 127 | [
"no_license"
] | [
{
"path": "windows/provisioning/roles/rpo/tasks/main.yml",
"content": "---\n- name: Ensure {{ rpo_path }} dir Exist\n win_file:\n path: '{{rpo_path}}'\n state: directory\n\n- name: Copy RPO File\n win_copy:\n src: tttp120.rpo\n dest: '{{ rpo_path }}\\tttp120.rpo'",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | agyap3/AWXRepo | 7f7df36864e1a752cc839309c136d77a25575738 | 0 | roles/sample-apache | 127 | [
"no_license"
] | [
{
"path": "roles/sample-apache/tasks/main.yml",
"content": "---\n# tasks file for sample-apache\n- name: start and enable httpd\n service:\n name: httpd\n state: started\n enabled: yes\n- name: enable and start firewalld\n service: \n name: firewalld\n state: started... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week1/roles/load_data | 127 | [
"no_license"
] | [
{
"path": "week1/roles/load_data/tasks/main.yml",
"content": "---\n- name: Load sample data\n shell: |\n rs_hosts=\"192.168.206.3,192.168.206.4,192.168.206.5\" && \\\n mongorestore --drop \\\n --host=${rs_hosts} \\\n --port=27017 \\\n --username=pm \\\n --password=<PASSWORD> \\\n --aut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week1/roles/mongodb | 127 | [
"no_license"
] | [
{
"path": "week1/roles/mongodb/tasks/main.yml",
"content": "---\n- name: Check Ubuntu version\n command: lsb_release -rs\n register: ubuntu_version\n\n- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n - gnupg\n\n- name: Check if MongoDB publ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2003,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week1/roles/post_install | 127 | [
"no_license"
] | [
{
"path": "week1/roles/post_install/tasks/main.yml",
"content": "---\n- name: set up dbPath\n file:\n path: /data\n owner: mongodb\n group: mongodb\n mode: \"0755\"\n\n- name: change dbPath\n lineinfile:\n path: /etc/mongod.conf\n regexp: \"dbPath\"\n line: \" dbPath: /data\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week1/roles/rs_initiate | 127 | [
"no_license"
] | [
{
"path": "week1/roles/rs_initiate/tasks/main.yml",
"content": "---\n# lineinfile does not work multiline 'line' parameter\n# it cannot guarantee the idempotency\n# that is, it always appends the 'line' to EOF\n- name: Check replSetName\n shell: \"grep 'replSetName:' /etc/mongod.conf\"\n register: checkRe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week1/roles/users | 127 | [
"no_license"
] | [
{
"path": "week1/roles/users/tasks/main.yml",
"content": "---\n- name: Discover RS primary\n shell: |\n mongosh --eval 'db.isMaster()' | grep 'primary'\n register: rsPrimary\n until: rsPrimary.stdout.find(\"primary\") != -1\n retries: 20\n delay: 3\n\n- name: Check super user\n shell: |\n mongos... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2023,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week2/roles/nx | 127 | [
"no_license"
] | [
{
"path": "week2/roles/nx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n package:\n name: nginx\n state: present\n\n- name: Make a Nginx config file\n copy:\n dest: /etc/nginx/sites-available/nginx.cfg\n content: |\n upstream backend {\n server {{ nx_backend[0] }}:8080;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | ghcho20/mdbsc_summercamp | cb0f7651b0f14e30c64f85b2643d7d1252f82c20 | 0 | week2/roles/om | 127 | [
"no_license"
] | [
{
"path": "week2/roles/om/tasks/main.yml",
"content": "---\n- name: Check OM status\n stat:\n path: /lib/systemd/system/mongodb-mms.service\n register: res_om_install\n\n- name: Install OM\n apt:\n deb: https://downloads.mongodb.com/on-prem-mms/deb/mongodb-mms-7.0.11.500.20240830T1726Z.amd64.deb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2731,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/api-seeding | 127 | [
"no_license"
] | [
{
"path": "roles/api-seeding/tasks/main.yml",
"content": "- name: seeding job \n community.docker.docker_container:\n name: api-server-seeding-job \n image: \"{{ container_image }}\"\n restart: true\n restart_policy: on-failure\n restart_retries: 20\n recreate: yes\n command: npm run d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/api_deploy | 127 | [
"no_license"
] | [
{
"path": "roles/api_deploy/files/docker-compose.yml",
"content": "version: '3.9'\n\nservices:\n server:\n image: ${CONTAINER_IMAGE?err}\n ports:\n - 3000:3000\n deploy:\n replicas: ${REPLICAS:-1}\n update_config:\n parallelism: 1 \n delay: 10s\n max_failure_rat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2989,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/data-migration | 127 | [
"no_license"
] | [
{
"path": "roles/data-migration/tasks/main.yml",
"content": "- name: Debug\n debug: \n msg: \"The script file name is {{ script_name }}\"\n\n- name: run the job \n community.docker.docker_container:\n name: \"api-server-migration-{{ script_name }}\" \n image: \"{{ container_image }}\"\n recrea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/docker-setup | 127 | [
"no_license"
] | [
{
"path": "roles/docker-setup/tasks/main.yml",
"content": "- import_tasks: env-setup.yml\n- import_tasks: docker-plugin.yml\n- import_tasks: init-swarm.yml \n- import_tasks: login-registry.yml \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "rol... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/log-server-setup | 127 | [
"no_license"
] | [
{
"path": "roles/log-server-setup/tasks/main.yml",
"content": "- name: Creates loki directory\n file:\n path: $HOME/loki\n state: directory\n\n- name: Creates grafana directory\n file:\n path: $HOME/grafana\n state: directory\n\n- name: Copy docker compose yml\n ansible.builtin.copy:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/mysql-backup | 127 | [
"no_license"
] | [
{
"path": "roles/mysql-backup/tasks/main.yml",
"content": "- name: Install Python Module\n pip:\n name: \n - botocore\n - boto3\n\n- name: create a backup gz \n community.docker.docker_container_exec:\n container: \"{{ mysql_container_name }}\"\n argv:\n - /bin/bash\n - \"-c\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/mysql-create-users | 127 | [
"no_license"
] | [
{
"path": "roles/mysql-create-users/tasks/main.yml",
"content": "- name: Create database user with readonly privilege \n community.mysql.mysql_user:\n login_password: \"{{ <PASSWORD> }}\"\n login_user: root\n name: \"{{ mysql_readonly_username }}\" \n password: \"{{ <PASSWORD> }}\" \n host_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/mysql-setup | 127 | [
"no_license"
] | [
{
"path": "roles/mysql-setup/tasks/main.yml",
"content": "- name: Pull default Docker image\n community.docker.docker_image:\n name: \"{{ mysql_container_image }}\"\n source: pull\n force_source: true\n\n- name: Create conf directory \n ansible.builtin.file:\n path: \"{{ mysql_conf_path }}\" \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/redis-setup | 127 | [
"no_license"
] | [
{
"path": "roles/redis-setup/templates/redis.conf.j2",
"content": "requirepass {{ redis_password }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/redis-setup/tasks/main.yml",
"content": "- name: Pull default Docker image\n community.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | field-seating/devops-ansible | 802ff12b4e0b3fc9e82a1c16455f88c222b2b23b | 0 | roles/touch | 127 | [
"no_license"
] | [
{
"path": "roles/touch/tasks/sub_tasks.yml",
"content": "- name: Leaving another mark\n command: \"touch /tmp/another_{{ tmp_file_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/touch/tasks/main.yml",
"content": "- name: Leav... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible/roles/linux.common.os | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/linux.common.os/tasks/main.yml",
"content": "---\n- name: Set timezone\n become: true\n community.general.timezone:\n name: \"{{ timezone | default('Etc/UTC') }}\"\n\n- name: Set hostname to inventory hostname\n become: true\n ansible.builtin.hostname:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible/roles/linux.vector | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/linux.vector/handlers/main.yml",
"content": "---\n- name: Restart vector\n become: true\n ansible.builtin.systemd:\n name: vector.service\n state: restarted\n enabled: true\n daemon_reload: true\n when:\n - not ansible_check_mode\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1937,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible/roles/nas.apps | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/nas.apps/templates/autoscan/config.yml.j2",
"content": "---\n# override the minimum age to 5 minutes:\nminimum-age: 5m\n\ntriggers:\n inotify:\n - priority: 0\n\n # filter with regular expressions\n include:\n - '\\.(mkv|mp4)$'\n - '\\.(jpg... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2614,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible/roles/seedbox.os | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/seedbox.os/tasks/qbittorrent.yml",
"content": "---\n- name: Install qBittorrent-nox\n apt:\n name:\n - qbittorrent-nox\n state: present\n\n- name: Create qbittorrent systemd file\n become: true\n ansible.builtin.template:\n src: qBittorrent.service.j2... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 14268,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible/roles/synchrona.txtempus | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/synchrona.txtempus/tasks/main.yml",
"content": "---\n- name: Install git, build-essential, cmake\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - build-essential\n - cmake\n\n- name: Check if txtempus repository ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1508,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/octoprint/roles/os.octoprint | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/octoprint/roles/os.octoprint/tasks/network.yml",
"content": "---\n- name: Set hostname to inventory hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n when:\n - ansible_hostname != inventory_hostname\n\n- name: Update /etc/host... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3981,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/octoprint/roles/pip.octoprint | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/octoprint/roles/pip.octoprint/handlers/main.yml",
"content": "---\n- name: Restart octoprint\n ansible.builtin.systemd:\n name: octoprint.service\n state: restarted\n enabled: true\n daemon_reload: true\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/octoprint/roles/update.octoprint | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/octoprint/roles/update.octoprint/tasks/main.yml",
"content": "---\n- name: Upgrade all system packages\n ansible.builtin.apt:\n upgrade: full\n update_cache: true\n cache_valid_time: 3600\n autoclean: true\n autoremove: true\n register: apt_up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/pikvm/roles/acme | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/pikvm/roles/acme/tasks/main.yml",
"content": "---\n- name: Install cronie\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n loop:\n - cronie\n\n- name: Determine if acme.sh is installed\n ansible.builtin.stat:\n path: \"~/.ac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2350,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/pikvm/roles/node-exporter | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/pikvm/roles/node-exporter/tasks/main.yml",
"content": "---\n- name: Check current node-exporter version\n ansible.builtin.command: \"/usr/local/bin/node-exporter --version\"\n failed_when: false\n changed_when: false\n register: node_exporter_version_check... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/pikvm/roles/update | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/pikvm/roles/update/tasks/main.yml",
"content": "---\n- block:\n - name: Upgrade system\n community.general.pacman:\n update_cache: true\n upgrade: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/playbooks/pikvm/roles/vector | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/playbooks/pikvm/roles/vector/templates/vector.yaml.j2",
"content": "---\ndata_dir: /tmp\nsources:\n journal_logs:\n type: journald\n journal_directory: /run/log/journal\nsinks:\n vector_sink:\n type: vector\n inputs:\n - journal_logs\n address: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2231,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/roles/common.download_package | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/roles/common.download_package/defaults/main.yaml",
"content": "---\nos: \"{{ (ansible_os_family == 'Darwin') | ternary('darwin', 'linux') }}\"\narch: |-\n {%- if ansible_architecture == \"armv6l\" -%}\n armv6\n {%- elif ansible_architecture == \"armv7l\" -%}\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2258,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/roles/linux.common.os | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/roles/linux.common.os/tasks/packages.yml",
"content": "---\n- name: Update apt repo and cache on all Debian/Ubuntu machines\n become: true\n when:\n - ansible_os_family == 'Debian'\n ansible.builtin.apt:\n update_cache: yes\n force_apt_get: yes\n cache_va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/roles/linux.node_exporter | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/roles/linux.node_exporter/templates/node-exporter.service.j2",
"content": "[Unit]\nDescription=NodeExporter\n\n[Service]\nTimeoutStartSec=0\nUser=root\nExecStart=/usr/local/bin/node-exporter\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/roles/nas.apps | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/roles/nas.apps/tasks/certificates.yml",
"content": "---\n- name: \"Certificates : {{ item.common_name }} : Sanitize common_name\"\n set_fact:\n clean_common_name: \"{{ item.common_name | replace('*.', '') | replace('.', '-') }}\"\n\n- name: \"Certificates : {{ item... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1843,
"all_permissive": false
} |
ansible_role | truxnell/home-cluster | 0f7b47a9fec9419a4c5d6b5c4a4ae219ad342c1c | 151 | infrastructure/ansible_old/roles/pikvm.os | 127 | [
"no_license"
] | [
{
"path": "infrastructure/ansible_old/roles/pikvm.os/templates/kvmd_override.yaml.j2",
"content": "kvmd:\n gpio:\n drivers:\n ez:\n type: ezcoo\n protocol: 2\n device: /dev/ttyUSB0\n reboot:\n type: cmd\n cmd: [/usr/bin/sudo, reboot]\n restart_service:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | Coohx/Ansible-playbooks | 2a95461d6a2a40c556862403f716c9e2e12116c8 | 0 | lnmp_install/roles/common | 127 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/common/tasks/main.yml",
"content": "---\n# some dependent packages.\n- name: Install initalizate nginx required package\n yum: name={{ item }} state=installed\n with_items:\n - gcc\n - wget\n - zlib-devel\n - pcre-devel\n - perl\n - perl-devel\n - libaio\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | Coohx/Ansible-playbooks | 2a95461d6a2a40c556862403f716c9e2e12116c8 | 0 | lnmp_install/roles/dbserver | 127 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/dbserver/vars/main.yml",
"content": "---\n# Variables of mysql\nmysql_user: mysql\nmysql_group: mysql\nmysql_datadir: /data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "lnmp_install/roles/dbserver/tasks/mysql.yml"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | Coohx/Ansible-playbooks | 2a95461d6a2a40c556862403f716c9e2e12116c8 | 0 | lnmp_install/roles/webserver | 127 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/webserver/tasks/package_dir.yml",
"content": "---\n# This file transfers the installed directory to nodes,and configure the nginx.\n- name: Copy nginx software\n copy: src=nginx.tar.gz dest=/tmp/nginx.tar.gz owner=root group=root\n- name: Uncompress nginx software\n shell: ta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | Coohx/Ansible-playbooks | 2a95461d6a2a40c556862403f716c9e2e12116c8 | 0 | nginx_config/roles/new_vsion | 127 | [
"no_license"
] | [
{
"path": "nginx_config/roles/new_vsion/tasks/main.yml",
"content": "---\n# This file is used to update nginx confile.\n- name: copy conf file\n copy: src={{ item.src }} dest={{ nginx_basedir }}/{{ item.dest }} backup=yes owner=root group=root\n with_items:\n - { src: nginx.conf, dest: conf/nginx.conf ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | matejmadeja/cleaninstall-tutor | 03f4f951252b28eddf33139a7d2648ebc855844d | 0 | roles/bootstrap | 127 | [
"no_license"
] | [
{
"path": "roles/bootstrap/vars/Debian_NA.yml",
"content": "bootstrap_apt_default_release: \"stretch\"\n\nboostrap_apt_priority_stable: 400\nboostrap_apt_priority_testing: 900\nboostrap_apt_priority_unstable: 50\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 18768,
"all_permissive": false
} |
ansible_role | matejmadeja/cleaninstall-tutor | 03f4f951252b28eddf33139a7d2648ebc855844d | 0 | roles/cmd-pkgs | 127 | [
"no_license"
] | [
{
"path": "roles/cmd-pkgs/defaults/main.yml",
"content": "# -------------------------\n# APT configuration\n# -------------------------\n# See: http://http.debian.net/\n#bootstrap_apt_mirror: http://httpredir.debian.org/debian\n#bootstrap_apt_security_mirror: http://security.debian.org/\n#bootstrap_apt_defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | matejmadeja/cleaninstall-tutor | 03f4f951252b28eddf33139a7d2648ebc855844d | 0 | roles/docker | 127 | [
"no_license"
] | [
{
"path": "roles/docker/vars/Fedora_Twenty Three.yml",
"content": "docker_apt_repo: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/docker/vars/Debian_NA.yml",
"content": "docker_apt_repo: \"deb https://apt.dockerproject.org/repo d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5289,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/condor_manager | 127 | [
"no_license"
] | [
{
"path": "roles/condor_manager/tasks/main.yaml",
"content": "- name: change condor config for Manager\n lineinfile:\n backup: yes\n path: /etc/condor/condor_config\n create: yes\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_items:\n - { regexp: '^CONDOR_HOST =', lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/condor_submit | 127 | [
"no_license"
] | [
{
"path": "roles/condor_submit/tasks/main.yaml",
"content": "- name: change condor config for submit centos nodes\n lineinfile:\n backup: yes\n path: /etc/condor/condor_config\n create: yes\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_items:\n - { regexp: '^CONDOR_H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/condor_worker | 127 | [
"no_license"
] | [
{
"path": "roles/condor_worker/tasks/main.yaml",
"content": "- name: change condor config for workers\n lineinfile:\n backup: yes\n path: /etc/condor/condor_config\n create: yes\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_items:\n - { regexp: '^ALLOW_READ ', line: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2159,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/crontab | 127 | [
"no_license"
] | [
{
"path": "roles/crontab/tasks/main.yaml",
"content": "- name: delete temporary uploads as cronjob\n cron:\n hour: 9\n job: /mnt/data/cleantemp.sh\n minute: 0\n state: present\n user: ubuntu\n name: temp_web_files\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/docker | 127 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- debug:\n var: ansible_distribution_major_version\n\n- include: ubuntu.yaml\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_version >= '14.04'\n \n- include: centos.yaml\n when: ansible_distribution == 'CentOS' and ansible_distri... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2943,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/docker_compose | 127 | [
"no_license"
] | [
{
"path": "roles/docker_compose/tasks/centos.yaml",
"content": "- name: get compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.18.0/docker-compose-{{ ansible_os_family }}-x86_64\n dest: /usr/local/bin/docker-compose\n mode: 0755\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/htcondor | 127 | [
"no_license"
] | [
{
"path": "roles/htcondor/tasks/centos.yaml",
"content": "#- name: disable selinux this is not needed anymore?\n # selinux: state=disabled\n # notify: \n # - reboot\n- name: install htcondor repositories\n get_url: url=https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel7.repo dest... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/nbi_ntp | 127 | [
"no_license"
] | [
{
"path": "roles/nbi_ntp/tasks/main.yaml",
"content": "- include: ubuntu.yaml\n when: ansible_distribution == 'Ubuntu'\n \n- include: centos.yaml\n when: ansible_distribution == 'CentOS'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "roles/n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/resource_server | 127 | [
"no_license"
] | [
{
"path": "roles/resource_server/tasks/main.yaml",
"content": "- include: ubuntu.yaml\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'\n- include: centos.yaml\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n",
"license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | cyverseuk/ansible_plays | ba9142aa9b19c7088ec139091e5cc044a3cca058 | 0 | roles/watch_service | 127 | [
"no_license"
] | [
{
"path": "roles/watch_service/handlers/main.yaml",
"content": "- name: start watch service\n service: name=watch state=started enabled=yes\n become: yes\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/watch_servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | tonylixu/ansible-aws | 9e85f63f6dbdfd54929a7b773e0e4e38127ee4c9 | 2 | roles/rabbit | 127 | [
"permissive"
] | [
{
"path": "roles/rabbit/templates/rabbitmq-env.conf.j2",
"content": "RABBITMQ_MNESIA_DIR=/data\nRABBITMQ_LOG_BASE=/logs\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 50
},
{
"path": "roles/rabbit/defaults/main.yml",
"content": "# Clu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3349,
"all_permissive": true
} |
ansible_role | StoreMyProjects/ansible-demo | bae7522247dc43a807300fd6d0dad52598d3a905 | 0 | anpractice/roles/httpd | 127 | [
"no_license"
] | [
{
"path": "anpractice/roles/httpd/tasks/main.yaml",
"content": "---\n- name: install httpd\n yum: name=httpd state=installed\n become: yes\n\n notify:\n - start httpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | StoreMyProjects/ansible-demo | bae7522247dc43a807300fd6d0dad52598d3a905 | 0 | anpractice/roles/pip | 127 | [
"no_license"
] | [
{
"path": "anpractice/roles/pip/main.yaml",
"content": "---\n- name: install pip\n yum: name=pip state=installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "anpractice/roles/pip/tasks/main.yaml",
"content": "---\n- name: install pip2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | carolhmj/ansible-project | 05f14eb5eb8bd14e2ad5f64a62bb55f12bef96c7 | 0 | roles/create-cluster | 127 | [
"no_license"
] | [
{
"path": "roles/create-cluster/tasks/init-cluster.yml",
"content": "- name: Removendo o cluster antigo\n command:\n kubeadm reset --force\n register: kubeadm_reset\n \n- name: Inicializando o cluster k8s\n command: \n kubeadm init --ignore-preflight-errors=NumCPU\n register: kubeadm_init\n \n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2445,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | ansible/roles/ansible-mongo-db-restore | 127 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-mongo-db-restore/tasks/main.yml",
"content": "---\n# tasks file for ansible-mongo-db-restore\n- name: COPY THE FOLDER localhost server to MONGO\n copy:\n src: \"{{ SOURCE_FILE_LOCATION }}\"\n dest: \"{{ DEST_FILE_LOCATION }}\"\n remote_src: yes\n\n- name: RESTORE T... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | ansible/roles/data-pipeline | 127 | [
"no_license"
] | [
{
"path": "ansible/roles/data-pipeline/vars/main.yml",
"content": "---\n# vars file for data-pipeline\nUSER: \"data-pipeline\"\nWORKDIR: \"/opt/sparkjobs\"\nSYSTEMDDIR: \"/lib/systemd/system\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "ansi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5694,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | morpheus-cloud-api/roles/ansible-morpheus-create-group | 127 | [
"no_license"
] | [
{
"path": "morpheus-cloud-api/roles/ansible-morpheus-create-group/tasks/main.yml",
"content": "---\n# tasks file for ansible-morpheus-create-group\n- name: Create the instance\n uri:\n url: \"{{ morpheus_appliance_url }}/api/groups\"\n headers:\n Authorization: \"BEARER {{ morpheus_api_token }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | morpheus-cloud-api/roles/ansible-morpheus-create-instance | 127 | [
"no_license"
] | [
{
"path": "morpheus-cloud-api/roles/ansible-morpheus-create-instance/README.md",
"content": "ansible-morpheus-create-instance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "morpheus-cloud-api/roles/ansible-morpheus-create-instance/tests/test.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2867,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | morpheus-cloud-api/roles/ansible-morpheus-create-instance-type | 127 | [
"no_license"
] | [
{
"path": "morpheus-cloud-api/roles/ansible-morpheus-create-instance-type/tasks/main.yml",
"content": "---\n# tasks file for ansible-morpheus-create-instance-type\n\n- name: Create the instance type\n uri:\n url: '{{ morpheus_appliance_url }}/api/library/instance-types'\n headers:\n Authorizat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | morpheus-cloud-api/roles/get-group | 127 | [
"no_license"
] | [
{
"path": "morpheus-cloud-api/roles/get-group/tests/test.yml",
"content": "---\n- hosts: localhost\n roles:\n - role: get-group\n morpheus_appliance_url: \"{{ }}\"\n morpheus_api_token: \"{{ }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | JQuarticx/run-time-scripts | 44e5609f854a188276e337f31ce275c0a170bd4d | 0 | morpheus-cloud-api/roles/morpheus-access-token | 127 | [
"no_license"
] | [
{
"path": "morpheus-cloud-api/roles/morpheus-access-token/tests/example.yml",
"content": "---\n# tasks file for morpheus-access-token\n- name: Create the instance\n uri:\n url: \"{{ MORPHEUS_API_URL }}/oauth/token\"\n method: POST\n body:\n grant_type: \"password\"\n scope: \"write\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | exuberantPatel/ansible_class | 1a8e973b9b8e44a73dab2fc4b6370097ab85d14d | 0 | ansible/roles/apache2 | 127 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/tasks/main.yml",
"content": "---\n- name: install web components\n apt: name={{item}} state=present \n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n- name: ensure mod_wsgi started\n apache2_module: state=present name=wsgi\n notify: restart apache2\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | exuberantPatel/ansible_class | 1a8e973b9b8e44a73dab2fc4b6370097ab85d14d | 0 | ansible/roles/mysql | 127 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - python-mysqldb\n\n- name: install mysql-server\n apt: name=mysql-server state=present \n\n- name: ensure mysql is listening on all ports\n lineinfile: dest=/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | lordlala/ansible-fapolicyd | e61bb6bdaa979471dbe5016679dca8a9a57ec467 | 0 | roles/aide_role | 138 | [
"no_license"
] | [
{
"path": "roles/aide_role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/aide",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/aide_role/vars/main.yml",
"content": "---\n# vars file for ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5565,
"all_permissive": false
} |
ansible_role | lordlala/ansible-fapolicyd | e61bb6bdaa979471dbe5016679dca8a9a57ec467 | 0 | roles/fapolicyd_role | 138 | [
"no_license"
] | [
{
"path": "roles/fapolicyd_role/templates/40-bad-elf.rules.j2",
"content": "deny_audit perm=any all : ftype=application/x-bad-elf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/fapolicyd_role/templates/95-allow-open.rules.j2",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 7318,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/common | 138 | [
"no_license"
] | [
{
"path": "ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/common/tasks/recreate-config-dirs.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Delete temporary directory for node c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2180,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/prepare-container-environment | 138 | [
"no_license"
] | [
{
"path": "ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/prepare-container-environment/tasks/main.yml",
"content": "- import_tasks: prepare-container-environment.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 50,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/prepare-container-files | 138 | [
"no_license"
] | [
{
"path": "ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/prepare-container-files/tasks/main.yml",
"content": "- import_tasks: prepare-container-files.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ethereum_2_dev_and_testnet/ethereu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3429,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/setup_contracts | 138 | [
"no_license"
] | [
{
"path": "ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/setup_contracts/tasks/setup_contracts.yml",
"content": "- name: Get address for contract deployment\n# shell: \"echo '{{ BUILD_PATH }}/geth attach {{ PREFERRED_CONTRACT_NODE_DIR }}/geth.ipc<<< exit | grep coinbase | awk '\\\"'\\\"'{split($0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3264,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/start-nodes | 138 | [
"no_license"
] | [
{
"path": "ethereum_2_dev_and_testnet/ethereum2-provisioning/roles/start-nodes/tasks/start-nodes.yml",
"content": "- name: Add IP addresses to container\n shell: \"echo \\\"echo {{ hostvars[item]['serverip'] }} {{item}} >> /etc/hosts\\\" | docker exec -i {{ inventory_hostname }} /bin/bash -\"\n when: BRID... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7579,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/client-provisioning/roles/client | 138 | [
"no_license"
] | [
{
"path": "provisioning/client-provisioning/roles/client/tasks/run-benchmarking-client.yaml",
"content": "- name: Set cores\n set_fact:\n CPU_SET: '{% if hostvars[inventory_hostname][\"cpu_cores\"] is defined -%}{{ hostvars[inventory_hostname][\"cpu_cores\"] }}{% else %}{{MAX_CPU_CORES}}{% endif %}'\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7404,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/client-provisioning/roles/hosts | 138 | [
"no_license"
] | [
{
"path": "provisioning/client-provisioning/roles/hosts/tasks/main.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Add IP addresses of hosts\n lineinfile:\n dest: /etc/hosts\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/client-provisioning/roles/prepare-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/client-provisioning/roles/prepare-environment/tasks/quorum.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Copy keys file\n copy:\n src: \"{{ QUORUM_KEYS_LOCAT... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7439,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/client-provisioning/roles/statistics-influxdb | 138 | [
"no_license"
] | [
{
"path": "provisioning/client-provisioning/roles/statistics-influxdb/tasks/main.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get container status\n shell: docker inspect --format={{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4275,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/common | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/common/tasks/recreate-config-dirs.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Delete directory for corda configuration fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/create-node-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/create-node-environment/tasks/main.yml",
"content": "- import_tasks: create-node-environment.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 45,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/init | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/init/tasks/main.yml",
"content": "- import_tasks: init.yaml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 27,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/registervars | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/registervars/tasks/main.yml",
"content": "- import_tasks: register-various-vars.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "provisioning/corda-enterprise-provisioning/roles/regi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/restart-nodes | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/restart-nodes/tasks/main.yml",
"content": "- import_tasks: restart-nodes.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 35,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-enterprise-provisioning/roles/start-nodes | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-enterprise-provisioning/roles/start-nodes/tasks/setup_cordapps.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Debug cordapp location\n debug:\n msg: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-provisioning/roles/common | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-provisioning/roles/common/tasks/buildcontainer.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Restart Docker daemon\n systemd:\n state: restarted\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-provisioning/roles/create-node-configuration | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-provisioning/roles/create-node-configuration/tasks/create-node-configuration.yaml",
"content": "- name: Get current user\n command: whoami\n register: current_user\n tags:\n - bm-set\n - chown\n- name: Create directories for node configuration\n file:\n path: \"{{ CORD... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2315,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/corda-provisioning/roles/create-node-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/corda-provisioning/roles/create-node-environment/tasks/create-node-environment.yaml",
"content": "- name: Delete directories for node configuration\n file:\n path: \"{{ CORDA_CONFIGURATION_PATH_AND_DOCKER_COMPOSE_PATH }}/generated_files/{{ inventory_hostname }}\"\n state: abse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1825,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/common | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/common/tasks/recreate-config-dirs.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Get current user\n command: whoami\n register: current... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/create-node-configuration | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/create-node-configuration/tasks/create-node-configuration.yaml",
"content": "- name: Get current user\n command: whoami\n register: current_user\n tags:\n - bm-set\n - chown\n- name: Create configuration directory\n file:\n path: \"{{ DIEM_CONFIGURATI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2860,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/create-node-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/create-node-environment/tasks/create-node-environment.yaml",
"content": "#- name: Delete directories for node configuration\n# file:\n# path: \"{{ DIEM_CONFIGURATION_PATH_AND_DOCKER_COMPOSE_PATH }}/{{ inventory_hostname }}\"\n# state: absent\n- name: Ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/init | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/init/tasks/main.yml",
"content": "- import_tasks: init.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 26,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/prepare-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/prepare-environment/tasks/prepare-environment.yaml",
"content": "- name: Check diem exists\n stat:\n path: \"{{ LOCAL_DIEM_PATH }}\"\n register: diem_exists\n tags:\n - bm-set\n- name: Clone diem\n git:\n repo: \"{{ DIEM_URL }}\"\n dest: \"{{ LOC... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2397,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/start-nodes | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/start-nodes/tasks/start-nodes.yaml",
"content": "- name: Create node configuration\n template:\n src: \"{{ MAIN_CONFIG_PATH }}/node-compose.j2\"\n dest: \"{{ DIEM_CONFIGURATION_PATH_AND_DOCKER_COMPOSE_PATH }}/{{ inventory_hostname }}-compose.yaml\"\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3744,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/statistics | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/statistics/tasks/main.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create Prometheus directory to mount if it does not exist\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/diem-provisioning/roles/statistics-influxdb | 138 | [
"no_license"
] | [
{
"path": "provisioning/diem-provisioning/roles/statistics-influxdb/tasks/main.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Delete grafana files\n file:\n state: absent\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5224,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/ethereum-provisioning/roles/common | 138 | [
"no_license"
] | [
{
"path": "provisioning/ethereum-provisioning/roles/common/tasks/buildcontainer.yaml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Restart Docker daemon\n systemd:\n state: restarted\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1523,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/ethereum-provisioning/roles/create-compose-files | 138 | [
"no_license"
] | [
{
"path": "provisioning/ethereum-provisioning/roles/create-compose-files/tasks/create-compose-files.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create docker compose files\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/ethereum-provisioning/roles/create-genesis | 138 | [
"no_license"
] | [
{
"path": "provisioning/ethereum-provisioning/roles/create-genesis/tasks/main.yml",
"content": "- import_tasks: create-genesis.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "provisioning/ethereum-provisioning/roles/create-genesis/tasks/creat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | frankchrisg/coconut | 3b4af01cdc58cfdf23ff6db8a43ae9314b1a502c | 0 | provisioning/ethereum-provisioning/roles/prepare-container-environment | 138 | [
"no_license"
] | [
{
"path": "provisioning/ethereum-provisioning/roles/prepare-container-environment/tasks/prepare-container-environment.yml",
"content": "- name: Check if operating system is Ubuntu\n fail: msg=\"Please use Ubuntu as operating system.\"\n when: ansible_distribution != 'Ubuntu'\n- name: Create directories fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3760,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.