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 | andrew-dias/dev-machine-playbook | e4be2e38d6057db5778cdfce96ad17af8d0b79bb | 0 | roles/dotfiles | 8,029 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Dotfiles - Clone dotfiles repo\n git:\n repo: \"{{ item['repo'] }}\"\n dest: \"{{ item['dest'] }}\"\n recursive: yes\n with_items: \"{{ dotfiles|default([]) }}\"\n tags:\n - dotfiles\n\n- name: Dotfiles - Run dotfiles install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/aws_backup | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_backup/tasks/main.yml",
"content": "---\n- name: Check mandatory backup tag is defined\n assert:\n that: tags.Backup is defined\n fail_msg: Missing EC2 `Backup` instance tag\n\n- name: Check backup tag is not NotBackupedUpOnPurpose\n assert:\n that: tags.Backup != \"N... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/awscli | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/awscli/vars/main.yml",
"content": "---\n# vars file for awscli\n awscli_version: 1.11.129\n boto3_version: 1.4.5\n u18_awscli_version: 1.16.180\n u18_boto3_version: 1.9.175\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/bash | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/bash/tasks/main.yml",
"content": "---\n - include: bash.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/bash/defaults/main.yml",
"content": "---\n ssh_idle_timeout: 900\n",
"license_type": "no_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/bucardo | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/bucardo/templates/pgpass.j2",
"content": "*:*:*:bucardo:{{postgres_password}}\n*:*:*:bitnami:{{postgres_password}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/bucardo/defaults/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4212,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/celery_init | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/celery_init/templates/init_ubuntu18/celeryhr_startup",
"content": "#!/bin/bash\n\nexec su -c 'source /home/mhc/mhc-venv/bin/activate&&cd /home/mhc/mhc-backend/&& celery worker -A Backend --loglevel=info -f /home/mhc/logs/celeryhr.log -Q highresource -E --concurrency={{ hr_concurrenc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3123,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/clamav | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/clamav/meta/main.yml",
"content": "---\ngalaxy_info:\n author: Foghorn\n description: MHC Database\n license: license (GPLv2, CC-BY, etc)\n min_ansible_version: 2.0\ndependencies:\n - role: logrotate\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4504,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/clone_environment | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/clone_environment/tasks/main.yml",
"content": "---\n - include: jc.yml\n \n - name: Jumpcloud Role Configure\n include_role: \n name: jumpcloud\n vars:\n jumpcloud_force_install: \"yes\"\n \n - name: update files web-s\n ansible.builtin.replace:\n path: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3941,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/common | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/authentication/remote-connection-log.py",
"content": "# {{ ansible_managed }}\nimport sys\n\nserver = sys.argv[1]\n\nlines = [line.rstrip('\\n') for line in open('keys.txt')]\nkeys = {}\nfor line in lines:\n parts = line.split()\n keys[parts[1]] = parts[2]\n# ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5887,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/crontab | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/crontab/tasks/main.yml",
"content": "---\n - name: setup crontab to run at a our times\n template:\n remote_src: False\n owner: root\n group: root\n mode: 0644\n dest: /etc/crontab\n src: crontab\n become: True\n notify: restart cron\n tags... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/data-mhc | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/data-mhc/tasks/main.yml",
"content": "---\n - include: data-mhc.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible/roles/data-mhc/tasks/data-mhc.yml",
"content": "#prior we were checking to see if the root d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/databases | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/databases/defaults/main.yml",
"content": "---\n postgres_password: <PASSWORD>\n psql_version: \"14\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "ansible/roles/databases/files/monitoring_scripts/check_postgres_db... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7539,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/ec2-tagging | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2-tagging/tasks/main.yml",
"content": "- name: Determine server type\n set_fact:\n server_type: \"{% if inventory_hostname_short |regex_search('(^.*)db[0-9]{1}$') %}db{% elif inventory_hostname_short |regex_search('(^.*)w[0-9]{1}$') %}web{% else %}other{% endif %}\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/hitrust_db_evidence | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/hitrust_db_evidence/tasks/main.yml",
"content": "- name: Copy script file to the DB server\n template:\n src: \"pgsql-audit.sh\"\n dest: \"/tmp/pgsql-audit.sh\"\n owner: \"postgres\"\n group: \"postgres\"\n\n- name: Execute the script and output to a log file\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1960,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/jumpcloud | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/jumpcloud/tasks/install.yml",
"content": "---\n- name: Get the install script\n uri:\n url: \"{{ jumpcloud_x_connect_url }}\"\n headers:\n x-connect-key: \"{{ jumpcloud_x_connect_key }}\"\n return_content: yes\n delegate_to: 127.0.0.1\n run_once: true\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2253,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/logrotate | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/logrotate/handlers/main.yml",
"content": "---\n- name: Reload cloudwatch agent\n ansible.builtin.command:\n cmd: \"{{ cwa_agent_ctl }} -a fetch-config -m ec2 -c file:{{ cwa_agent_config_file }} -s\"\n changed_when: true\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9202,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/luks | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/luks/tasks/main.yml",
"content": "---\n\n- include: luks_setup.yml\n tags:\n - luks\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "ansible/roles/luks/tasks/luks_setup.yml",
"content": "---\n- name: Check for addi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3194,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/migrate_to_efs | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/migrate_to_efs/vars/main.yml",
"content": "---\ndirectories:\n - benefitsSummaries\n - clientBranding\n - img\n - layoutElementImages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible/roles/migrate_to_efs/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3282,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/mongo | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/mongo/templates/setcompatibility.sh",
"content": "#!/bin/bash\n mongo --eval \"db.adminCommand( { setFeatureCompatibilityVersion: \\\"$1\\\" } )\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible/roles/mongo/files/mo... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7993,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/mongo_truncate | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/mongo_truncate/tasks/main.yml",
"content": "---\n- name: Count old documents in m_audit_event collection\n community.mongodb.mongodb_shell:\n db: mhc\n mongo_cmd: mongo\n eval: |\n db.m_audit_event.find({\n \"timestamp\": { \"$lt\": new Date((new Date()) - {{tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1868,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/motd | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/motd/tasks/motd.yml",
"content": "---\n\n- name: updating motd\n template: src=93-mhc-motd dest=/etc/update-motd.d/93-mhc-motd owner=root group=root mode=0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "ansible/rol... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/nessus-tasks | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/nessus-tasks/files/monitoring_scripts/check_encryption.sh",
"content": "#!/bin/bash\n\n# Purpose: To check to see if a volume is encrpyted\n# Expects: A path to a file\n# Return: String and exit code to nagios\n\nDATA=$(cryptsetup luksUUID $1 2>&1)\n\nif [ $? -ne 0 ] ; then\n ech... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5249,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/nginx | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx_conf.j2",
"content": "user www-data;\nworker_processes {{nginx_worker_processes}};\npid /run/nginx.pid;\n\nevents {\n\tworker_connections {{nginx_worker_connections}};\n}\n\nhttp {\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_nodelay on;\n\tkeepalive_timeout 65;\n\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 20410,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/nrpe | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/nrpe/tasks/monitoring.yml",
"content": "\n---\n- name: Check if nrpe.cfg stat.exist\n stat:\n path: /etc/nagios/nrpe.cfg\n register: nrpe\n tags:\n - monitoring\n\n# should be cleaned up\n- name: install nagios-nrpe-server\n apt: name=nagios-nrpe-server state=present\n wh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4916,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/ossec | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/ossec/tasks/ossec_install.yml",
"content": "---\n- name: set facts\n set_fact:\n ossec_tarball: \"ossec-hids-{{ ossec_version }}.tar.gz\"\n ossec_sha_file: \"ossec-hids-{{ ossec_version }}.tar.gz.sha256\"\n tags: ossec\n\n- name: Install build-essential\n apt:\n name: bu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1952,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/patching | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/patching/defaults/main.yml",
"content": "---\nno_reboot: True\napply_upgrade: False\naws_region: us-west-2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible/roles/patching/tasks/main.yml",
"content": "---\n# - imp... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6923,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/post_jenkins | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/post_jenkins/tasks/shard_updates.yml",
"content": "# This is all commented out since Leena said that she would handle the installation of the Bucardo setup for new shards - Look into the checkbox in jenkins that says \"setup bucardo\"\n\n# - name: Run MHC bucardo setup commands\n# ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6671,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/postfix | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix/tasks/main.yml",
"content": "---\n- name: Install Postfix\n ansible.builtin.apt:\n name: postfix\n state: present\n tags:\n - postfix\n - postfix-install\n become: true\n\n- name: Configure postfix\n ansible.builtin.import_tasks: configure.yml\n become: true... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3271,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/postgresql | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/move_postgres.yml",
"content": "---\n- name: Check whether Postgres data directory is already linked\n stat:\n path: \"/var/lib/postgresql/{{psql_version}}/main\"\n register: postgres_path\n\n- name: Copy postgres packaged files to data volume\n synchronize:\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5103,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/restart_OS_restart_services | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/restart_OS_restart_services/tasks/main.yml",
"content": "- name: Set facts\n set_fact:\n instance_role: \"{{ tags.Role | default('Undefined') }}\"\n instance_shard: \"{{ tags.Shard | default('Undefined') }}\"\n tags:\n - postgres\n\n\n- name: Stop Bucardo\n command: buca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4191,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/sshd | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/sshd/vars/main.yml",
"content": "overwrite: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "ansible/roles/sshd/tasks/main.yml",
"content": "---\n\n#- debug: var=db_server\n#- debug: var=inventory_hostname\n# We we... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2567,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/stunnel_client | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/stunnel_client/defaults/main.yml",
"content": "---\n is_vagrant: False\n db_server:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/stunnel_client/tasks/stunnel.yml",
"content": "---\n\n- debug:\n m... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/stunnel_server | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/stunnel_server/tasks/stunnel.yml",
"content": "---\n- name: Put stunnel server config in place\n template:\n remote_src: False\n owner: root\n group: root\n mode: 0644\n dest: /etc/stunnel/{{ item }}\n src: \"{{ item }}\"\n become: True\n with_items:\n - mhc.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/swap | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/swap/tasks/swap.yml",
"content": "---\n- name: check if swap file exists\n stat:\n path: \"{{ swap_file }}\"\n register: swap_file_check\n tags:\n - swap\n\n- name: grep to find the root device, it will have a partition\n #shell: 'lsblk |grep nvme[0-9]n[0-9]p1 -o'\n shell... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2292,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/ubuntu18base | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu18base/tasks/main.yml",
"content": "---\n- name: Install python and tools\n apt:\n name: \"{{ item }}\"\n become: True\n with_items:\n - python-apt\n - python-dev\n - python-virtualenv\n - python-pip\n - python3-pip\n - build-essential\n - libpq-dev\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | Jasmeet094/helm-chart-repo | f7bb728083b4b0be11291312c003b54bc4a67eff | 0 | ansible/roles/webserver | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/users.yml",
"content": "---\n- name: create mhc user\n user:\n name: mhc\n shell: /bin/bash\n append: yes\n comment: mhc_service_account\n become: True\n\n- name: append keys to authoried_keys for mhc user\n authorized_key:\n user: mhc\n key:... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 37,
"total_bytes": 48220,
"all_permissive": false
} |
ansible_role | Bbloomique/CPE232_HOA9 | 9d76d77e26dfa9dd6594a3a9c4906029689ed4f1 | 0 | roles/u_server | 8,029 | [
"no_license"
] | [
{
"path": "roles/u_server/tasks/main.yml",
"content": "---\n\n- name: Install prometheus (Ubuntu)\n apt:\n name: prometheus\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | crunchy-devops/ansible-fgtech | 61049f1d38f3aeb463359dc4291b1b112360ce56 | 0 | glusterfs/roles/glusterfs_build | 8,029 | [
"no_license"
] | [
{
"path": "glusterfs/roles/glusterfs_build/tasks/main.yaml",
"content": "# roles/glusterfs_build/tasks/main.yml\n---\n# This role compiles GlusterFS from source on the build host\n- name: Define OS-specific build dependency variables\n vars:\n # ... (variable definitions remain unchanged) ...\n base_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5922,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/firewall | 8,029 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "\n\n- name: UFW\n ufw: state=enabled policy=allow logging=on\n\n- name: Allow port 4949 locally\n ufw: rule=allow port=4949 src=127.0.0.1 log=yes\n\n- name: Reject port 4949 everywhere else (Munin)\n ufw: rule=deny port=4949 log=yes\n\n- name: Allow ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/monitoring | 8,029 | [
"no_license"
] | [
{
"path": "roles/monitoring/handlers/main.yml",
"content": "\n\n- name: reload nginx\n command: service nginx reload\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/monitoring/tasks/main.yml",
"content": "\n- name: Install Nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/musicbot | 8,029 | [
"no_license"
] | [
{
"path": "roles/musicbot/tasks/main.yml",
"content": "\n- name: Install starting packages\n package: name={{item}} state=installed\n with_items:\n - build-essential\n - unzip\n - software-properties-common\n\n\n#\n#\n# Add more repos\n#\n#\n- name: Add deadsnakes repo (Ubuntu 14.04)\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2756,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/musicbot-config | 8,029 | [
"no_license"
] | [
{
"path": "roles/musicbot-config/tasks/main.yml",
"content": "\n\n- name: Install options.ini (if missing, look at roles/musicbot-config/files/ for a sample file you can tweak!)\n copy: src=roles/musicbot-config/files/options.ini dest=/var/Musicbot/config/options.ini\n notify: restart musicbot\n \n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/musicbot-service | 8,029 | [
"no_license"
] | [
{
"path": "roles/musicbot-service/tasks/main.yml",
"content": "\n\n- name: Install musicbot service (Ubuntu 14.04)\n copy: src=roles/musicbot-service/files/musicbot.conf dest=/etc/init/musicbot.conf\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'trusty'\n\n- name: Install mu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/ping | 8,029 | [
"no_license"
] | [
{
"path": "roles/ping/tasks/main.yml",
"content": "\n\n- name: Get username\n command: whoami\n register: username\n\n\n- name: Debug output\n debug: msg=\"Username {{username.stdout}}, Distro {{ansible_distribution}}, Release {{ansible_distribution_release}}, Version {{ansible_distribution_version}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | dmuth/MusicBot-Ansible | 1f643af4165690d5cf1a3eacfff88fa53f328e49 | 2 | roles/provider-digital-ocean | 8,029 | [
"no_license"
] | [
{
"path": "roles/provider-digital-ocean/tasks/main.yml",
"content": "\n\n- name: \"Create swapfile {{swapfile}}\"\n action: command dd if=/dev/zero of={{swapfile}} bs=1024 count=1024k creates={{swapfile}}\n\n- name: \"Swapfile permissions\"\n action: command chmod 600 {{swapfile}} creates=/opt/swapfile-fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | baldassarreFe/FEP3370-advanced-ethical-hacking | 73ecf07f929387e52cdd8b73b31b814574266707 | 0 | ansible/roles/dhcp | 8,032 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcp/defaults/main.yml",
"content": "dhcp_interface: eth0\ndhcp_default_lease_time: 600\ndhcp_max_lease_time: 7200\ndhcp_subnet: 192.168.0.0\ndhcp_netmask: 255.225.225.0\ndhcp_range_start: 192.168.0.2\ndhcp_range_end: 192.168.0.254",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | baldassarreFe/FEP3370-advanced-ethical-hacking | 73ecf07f929387e52cdd8b73b31b814574266707 | 0 | ansible/roles/dynoroot | 8,032 | [
"no_license"
] | [
{
"path": "ansible/roles/dynoroot/tasks/main.yml",
"content": "- name: Check if conda environment exists\n stat:\n path: \"{{ ansible_env.HOME }}/miniconda3/envs/dynoroot\"\n register: env_exists\n- name: Copy conda environment file\n copy:\n src: conda.yml\n dest: \"{{ ansible_env.HOME }}/conda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | baldassarreFe/FEP3370-advanced-ethical-hacking | 73ecf07f929387e52cdd8b73b31b814574266707 | 0 | ansible/roles/miniconda | 8,032 | [
"no_license"
] | [
{
"path": "ansible/roles/miniconda/tasks/main.yml",
"content": "- name: Check if Miniconda is installed\n stat:\n path: \"{{ ansible_env.HOME }}/miniconda3/bin/conda\"\n register: stat_miniconda\n- name: Download Miniconda\n get_url:\n url: \"https://repo.anaconda.com/miniconda/Miniconda3-latest-Li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | baldassarreFe/FEP3370-advanced-ethical-hacking | 73ecf07f929387e52cdd8b73b31b814574266707 | 0 | ansible/roles/networks | 8,032 | [
"no_license"
] | [
{
"path": "ansible/roles/networks/tasks/main.yml",
"content": "- name: Update netplan config\n template:\n dest: /etc/netplan/00-installer-config.yaml\n src: 00-installer-config.yaml.j2\n owner: root\n group: root\n mode: 0644\n notify:\n - netplan apply",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | baldassarreFe/FEP3370-advanced-ethical-hacking | 73ecf07f929387e52cdd8b73b31b814574266707 | 0 | ansible/roles/user | 8,032 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "- name: New user\n user:\n name: \"{{ user_name }}\"\n shell: /bin/bash\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>')}}\"\n- name: Add user to sudoers\n copy:\n dest: \"/etc/sudoers.d/{{ user_name }}\"\n content: \"{{ us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | damicd01/ansible-lab-udemy-2 | 3e77cc2efc7a1192645d2f074e235af66fc7d23c | 0 | roles/apache2 | 8,032 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "- name: Install apache and dependencies\n apt: name={{ item }} update_cache=yes\n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n- name: starting apache service and enabling it at startup\n service: name=apache2 state=started enabled=yes\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | damicd01/ansible-lab-udemy-2 | 3e77cc2efc7a1192645d2f074e235af66fc7d23c | 0 | roles/db | 8,032 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: install packages\n apt: name={{ item }} update_cache=yes\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Restrict mysql to listen just on eth0\n lineinfile: dest=/etc/mysql/my.cnf regexp=^bind-address line=\"bind-address = {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | damicd01/ansible-lab-udemy-2 | 3e77cc2efc7a1192645d2f074e235af66fc7d23c | 0 | roles/demo | 8,032 | [
"no_license"
] | [
{
"path": "roles/demo/tests/test.yml",
"content": "---\n- hosts: webserver\n become: yes\n gather_facts: false\n roles:\n - apache2\n - demo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/demo/tasks/main.yml",
"content": "- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | damicd01/ansible-lab-udemy-2 | 3e77cc2efc7a1192645d2f074e235af66fc7d23c | 0 | roles/nginx | 8,032 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install tools\n apt: name={{ item }} update_cache=yes\n with_items:\n - python-httplib2\n\n- name: install nginx\n apt: name=nginx update_cache=yes\n\n- name: configure nginx site\n template: src=nginx.conf.j2 dest=/etc/nginx/sites-available... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | px-male/Docker | 4ed08162e3d226ece9098622f32d7f5e27654b8a | 0 | ansible/controller/etc/ansible/roles/ping | 8,032 | [
"no_license"
] | [
{
"path": "ansible/controller/etc/ansible/roles/ping/tasks/main.yml",
"content": "---\n- name: pingモジュール実行\n ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 32,
"all_permissive": false
} |
ansible_role | rorys32/ansible | 599fbbfe1f432efd7bcf4e28c79babde2d377da2 | 0 | roles/customize-apache | 8,032 | [
"no_license"
] | [
{
"path": "roles/customize-apache/tasks/main.yml",
"content": "- name: create file if it doesn't exist\n file: state=touch path=/var/www/html/index.html\n\n- name: if hostname not there add it\n lineinfile:\n state: present\n dest: /var/www/html/index.html\n line: Hostname={{ansible_hostname}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | rorys32/ansible | 599fbbfe1f432efd7bcf4e28c79babde2d377da2 | 0 | roles/wordpress | 8,032 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: /tmp/\n remote_src: True\n- name: Remove html folder\n command: /usr/bin/rm -rf /var/www/html\n- name: Move the wordpress\n command: /usr/bin/mv /tmp/wordpress/ /var/www/html\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | orphaner/k8s-ansible | 0b4d1b5a52de55d804c5e76237a44724128ee30d | 1 | roles/k8s-common | 8,032 | [
"no_license"
] | [
{
"path": "roles/k8s-common/tasks/main.yml",
"content": "# ansible transposition for https://kubernetes.io/docs/setup/independent/install-kubeadm/ \n\n- include_tasks: common.yml\n- include_tasks: docker.yml\n- include_tasks: kubernetes.yml\n- include_tasks: system-config.yml\n\n",
"license_type": "no_l... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2103,
"all_permissive": false
} |
ansible_role | orphaner/k8s-ansible | 0b4d1b5a52de55d804c5e76237a44724128ee30d | 1 | roles/k8s-controller | 8,032 | [
"no_license"
] | [
{
"path": "roles/k8s-controller/tasks/main.yml",
"content": "- name: Kubeadm - Reset\n shell: \"kubeadm reset\"\n register: reset_cluster\n\n- name: Kubeadm - Init\n when: reset_cluster is succeeded\n shell: |\n kubeadm init --service-cidr {{ service_cidr }} \\\n --kubernetes-version ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1440,
"all_permissive": false
} |
ansible_role | orphaner/k8s-ansible | 0b4d1b5a52de55d804c5e76237a44724128ee30d | 1 | roles/k8s-worker | 8,032 | [
"no_license"
] | [
{
"path": "roles/k8s-worker/tasks/main.yml",
"content": "- name: Reset Kubernetes component\n shell: \"kubeadm reset\"\n register: reset_cluster\n\n- name: Join to Kubernetes cluster\n when: reset_cluster is succeeded\n shell: |\n kubeadm join \\\n --token {{ token }} \\\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | shischiff/rollerblades | 40cc9704cab949f3e3dec7ea0bfa080faa3e16d2 | 0 | roles/add_repos | 8,032 | [
"no_license"
] | [
{
"path": "roles/add_repos/handlers/main.yml",
"content": "---\n# handlers file for add_repos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/add_repos/tasks/main.yml",
"content": "---\n# tasks file for add_repos\n- import_tasks: add_os_r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/common | 8,032 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Sync the time\n ansible.builtin.service:\n name: systemd-timesyncd\n state: restarted\n\n- name: Update the apt package index\n ansible.builtin.apt:\n update_cache: true\n\n- name: Upgrade all packages to the latest version\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/control-planes | 8,032 | [
"no_license"
] | [
{
"path": "roles/control-planes/tasks/init-master.yml",
"content": "---\n- name: Check if already installed\n ansible.builtin.stat:\n path: \"/root/.kube/config\"\n register: kube_config\n\n- name: Init Kubernetes # TODO: ansible-lint error here\n ansible.builtin.shell: |\n kubeadm init --pod-netwo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1499,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/firewall | 8,032 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Install firewalld\n ansible.builtin.apt:\n name: firewalld\n state: present\n\n- name: Allow custom SSH port\n ansible.posix.firewalld:\n port: \"{{ ansible_ssh_port }}/tcp\"\n permanent: true\n state: enabled\n\n- name: Al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/kubernetes | 8,032 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Include prerequisites tasks\n ansible.builtin.include_tasks: prerequisites.yml\n- name: Include CR-IO tasks\n ansible.builtin.include_tasks: cri.yml\n- name: Include install tasks\n ansible.builtin.include_tasks: install.yml\n",
"l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3414,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/network | 8,032 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: Configure static IP address for ens19\n ansible.builtin.blockinfile:\n dest: /etc/network/interfaces\n content: |\n auto {{ kubernetes_network_interface }}\n iface {{ kubernetes_network_interface }} inet static\n addres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | SebSK3/prepare-debilan | 09c04e98796d18ceb66f3161aa9134b6bc19f5c5 | 0 | roles/workers | 8,032 | [
"no_license"
] | [
{
"path": "roles/workers/tasks/main.yml",
"content": "---\n- name: Include worker join task\n ansible.builtin.include_tasks: join.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/workers/tasks/join.yml",
"content": "---\n- name: Wai... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/common | 8,032 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n- name: update apt cache and upgrade installed packages\n apt:\n update_cache: yes\n upgrade: yes\n cache_valid_time: 36000\n\n- name: install initial packages for ansible\n apt:\n name:\n - sudo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/database | 8,032 | [
"no_license"
] | [
{
"path": "roles/database/vars/main.yml",
"content": "---\n# vars file for role/database\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/database/handlers/main.yml",
"content": "---\n# handlers file for role/database\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/docker | 8,032 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# defaults file for roles/docker\ndocker_container_name: faxocr-aio\ndocker_base_image: ubuntu:18.04\ndocker_container_hostname: faxocr.local\ndocker_exposed_ports:\n - '25'\n - '80'\n - '3000'\ndocker_image_version: 5.01\ndocker_hub_repository... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4267,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/faxocr | 8,032 | [
"no_license"
] | [
{
"path": "roles/faxocr/tasks/cluscore.yml",
"content": "---\n- block:\n - name: install pacakges to build software\n import_tasks: buildenv.yml\n\n - name: install packages required by cluscore\n apt:\n name:\n - libxml2-dev\n\n - name: cluscore git cloning\n git:\n ... | {
"task_files": 22,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 32,
"total_bytes": 25066,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/faxocr_gui | 8,032 | [
"no_license"
] | [
{
"path": "roles/faxocr_gui/templates/faxocr.desktop.j2",
"content": "[Desktop Entry]\nType=Application\nName=FaxOCR\nIcon={{ faxocr_home }}rails/app/external/skin/image/logo.png\nExec=firefox {{ faxocr_local_url }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6820,
"all_permissive": false
} |
ansible_role | sohgo/faxocr-ansible | 36132f3cccae85261f1309c11413b035decbacb8 | 0 | roles/mail_server | 8,032 | [
"no_license"
] | [
{
"path": "roles/mail_server/defaults/main.yml",
"content": "---\n# defaults file for role/mail_server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/mail_server/tasks/main.yml",
"content": "---\n# tasks file for role/mail_server\n- bl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | infoslack/ansible-php | f0e20006947b0b9210c8ebd3d53cfcfd19bfc053 | 0 | roles/mysql | 8,032 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: MySQL Install\n apt: \"pkg={{item}} state=latest force=yes update_cache=yes\"\n with_items:\n - mysql-server\n - mysql-client\n\n#TODO:- create database\n#TODO:- create user and set password\n#TODO:- define privileges\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | infoslack/ansible-php | f0e20006947b0b9210c8ebd3d53cfcfd19bfc053 | 0 | roles/php | 8,032 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Add PHP Repo\n apt_repository: repo=\"ppa:ondrej/php5-5.6\" state=present\n register: ppaphp\n\n- name: Install PHP-FPM\n register: phpinstall\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - php5-fpm\n - php5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | infoslack/ansible-php | f0e20006947b0b9210c8ebd3d53cfcfd19bfc053 | 0 | roles/ufw | 8,032 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n- name: UFW - set default policy\n ufw: policy=deny\n\n- name: UFW - enable logging\n ufw: logging=on\n\n- name: UFW - allow services\n ufw: rule=allow port={{ item }}\n with_items:\n - 80\n - 22\n\n- name: UFW - enabled\n ufw: state=enabled\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | Utsav-7/DevOps-Tutorials | 9e7f2b5247e1b7ffa22650543e0b3683cda499a4 | 1 | Ansible/Roles/roles/fwd_service | 8,031 | [
"no_license"
] | [
{
"path": "Ansible/Roles/roles/fwd_service/defaults/main.yml",
"content": "---\n# defaults file for fwd_service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "Ansible/Roles/roles/fwd_service/tests/test.yml",
"content": "---\n- hosts: localho... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | Utsav-7/DevOps-Tutorials | 9e7f2b5247e1b7ffa22650543e0b3683cda499a4 | 1 | Ansible/Roles/roles/httpd_setup | 8,031 | [
"no_license"
] | [
{
"path": "Ansible/Roles/roles/httpd_setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - httpd_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Ansible/Roles/roles/httpd_setup/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | gorbunov/docker-swarm-ansible | a034a08e9c2585dd74c0f332e6b02b545189e7a0 | 0 | roles/common | 8,031 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Add prereqisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n\n- name: Add docker repo gpg key\n apt_key:\n url: https://download.docker.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | gorbunov/docker-swarm-ansible | a034a08e9c2585dd74c0f332e6b02b545189e7a0 | 0 | roles/swarm-manager | 8,031 | [
"no_license"
] | [
{
"path": "roles/swarm-manager/stacks/templates/traefik.toml.j2",
"content": "[api]\ndashboard = true\n\n[providers.docker]\nexposedByDefault = false\nswarmMode = true\n\n[entryPoints]\n\n[entryPoints.web]\naddress = \":80\"\n[entryPoints.web.http]\n[entryPoints.web.http.redirections]\n[entryPoints.web.http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4765,
"all_permissive": false
} |
ansible_role | SuyogShinde942/Ansible_Haproxy_Loadbalancer_Apache | 70412aebcf4ac401856dbe53069378cefec7274f | 0 | roles/load_balancer | 8,031 | [
"no_license"
] | [
{
"path": "roles/load_balancer/tasks/main.yml",
"content": "---\n# tasks file for load_balancer\n\n- name: \"Installing Haproxy\"\n package:\n name: \"haproxy\"\n state: present\n- name: \"copying the Haproxy file\"\n template:\n src: \"/root/ansible/haproxy/haproxy.cfg\"\n dest: /etc/haproxy/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | SuyogShinde942/Ansible_Haproxy_Loadbalancer_Apache | 70412aebcf4ac401856dbe53069378cefec7274f | 0 | roles/webserver | 8,031 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# tasks file for webserver\n- name: \"Installing httpd\"\n package:\n name: \"httpd\"\n state: present\n- name: \"copy the content\"\n copy:\n src: \"/root/kll.php\"\n dest: /var/www/html/\n- name: \"restart httpd\"\n service:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | dtrhcpbruno/Ansible-Vagrant | fd7e20f4e5c1331b3f076cb426341fd1b5c82ed9 | 0 | ansible/roles/common | 8,031 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install mutiple packages\n win_chocolatey:\n name:\n - firefox\n - notepadplusplus\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | dtrhcpbruno/Ansible-Vagrant | fd7e20f4e5c1331b3f076cb426341fd1b5c82ed9 | 0 | ansible/roles/nginx | 8,031 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: install ngnix\n apt: \n name: nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/agama | 8,031 | [
"no_license"
] | [
{
"path": "roles/agama/tasks/apt.yaml",
"content": "- name: add user agama\n ansible.builtin.user:\n name: agama\n system: yes\n\n- name: create opt/agama dir owned by agama\n ansible.builtin.file:\n path: /opt/agama\n state: directory\n owner: agama\n group: agama\n mode: 0755\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1548,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/bind | 8,031 | [
"no_license"
] | [
{
"path": "roles/bind/templates/named.conf.local.j2",
"content": "\nzone \"{{ domain_name }}\" {\n{% if inventory_hostname in groups['dns_masters'] -%}\n type master;\n allow-update {key dns_update_key;};\n allow-transfer {127.0.0.1; key dns_transfer_key;};\n{% else -%}\n type slave;\n master... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3551,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/bind_exporter | 8,031 | [
"no_license"
] | [
{
"path": "roles/bind_exporter/tasks/main.yaml",
"content": "- name: Install Prometheus Bind exporter\n ansible.builtin.apt:\n name: prometheus-bind-exporter\n\n- name: Ensure bind exported is started and enabled\n ansible.builtin.service:\n name: prometheus-bind-exporter\n state: started\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/dns_records | 8,031 | [
"no_license"
] | [
{
"path": "roles/dns_records/tasks/main.yaml",
"content": "- name: Install DNSPython\n ansible.builtin.apt:\n name: python3-dnspython\n\n- name: Set A Records\n community.general.nsupdate:\n key_name: \"dns_update_key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ dns_update_key }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/docker | 8,031 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Install Docker\n ansible.builtin.apt:\n name:\n - docker.io\n - python3-docker\n\n- name: Ensure that Docker is started\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/grafana | 8,031 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/apt.yaml",
"content": "- name: Create keyrings dir for grafana\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: 0755\n\n- name: Download GPG keys\n ansible.builtin.apt_key:\n url: https://packages.grafana.com/gpg.key\n state: presen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4542,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/haproxy | 8,031 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "- name: Install HaProxy\n ansible.builtin.apt:\n name: haproxy\n state: latest\n\n- name: Copy haproxy.conf to /etc/haproxy/haproxy.cfg\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: restart h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/haproxy_exporter | 8,031 | [
"no_license"
] | [
{
"path": "roles/haproxy_exporter/tasks/main.yaml",
"content": "- name: Install Prometheus-Haproxy-exporter\n ansible.builtin.apt:\n name: prometheus-haproxy-exporter\n state: latest\n\n- name: Copy Args to /etc/default/prometheus-haproxy-exporter\n ansible.builtin.template:\n src: prometheus-hap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/influxdb | 8,031 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yaml",
"content": "- name: Download InfluxDB deb package\n ansible.builtin.get_url:\n url: https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb\n dest: /opt/influxdb_1.8.10_amd64.deb\n mode: '0644'\n\n- name: Install InfluxDB\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1429,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/influxdb_exporter | 8,031 | [
"no_license"
] | [
{
"path": "roles/influxdb_exporter/handlers/main.yaml",
"content": "- name: daemon reload\n ansible.builtin.systemd:\n daemon_reload: true\n\n- name: restart influxdb exporter\n ansible.builtin.service:\n name: prometheus-influxdb-stats-exporter\n state: restarted",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/init | 8,031 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yaml",
"content": "# - name: Ansible ping module\n# ansible.builtin.ping:\n\n#- name: add user juri\n# ansible.builtin.user:\n# name: juri\n\n#- name: add user roman\n# ansible.builtin.user:\n# name: roman\n\n#- name: add user Juri keys\n# ansible.posix.authorized... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1975,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/keepalived | 8,031 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yaml",
"content": "- name: Install Keepalived\n ansible.builtin.apt:\n name: keepalived\n state: latest\n\n- name: Copy keepalived config to /etc/keepalived/keepalived.conf\n ansible.builtin.template:\n src: keepalived.conf.j2\n dest: /etc/keepalived/kee... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/keepalived_exporter | 8,031 | [
"no_license"
] | [
{
"path": "roles/keepalived_exporter/templates/keepalived-exporter.service.j2",
"content": "[Unit]\nDescription=Keepalived exporter service\nAfter=network-online.target\n\n[Service]\nUser=root\nExecStart=/usr/local/bin/keepalived-exporter\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/mysql | 8,031 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/mysql-backup.j2",
"content": "{% if inventory_hostname == mysql_backup_host %}\n45 21 * * * backup mysqldump agama > /home/backup/mysql/agama.sql\n50 21 * * 0 backup duplicity --no-encryption full /home/backup/mysql/ rsync://kagu22@backup.{{ domain_name }}//home/kagu22/mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2704,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/mysql_exporter | 8,031 | [
"no_license"
] | [
{
"path": "roles/mysql_exporter/tasks/main.yaml",
"content": "\n- name: Copy my.cnf to /var/lib/prometheus\n ansible.builtin.template:\n src: my.cnf.j2\n dest: /var/lib/prometheus/.my.cnf\n owner: prometheus\n group: root\n mode: 0640\n notify: restart mysql exporter\n no_log: true\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | kagu22/ica0002 | 69fab9efca219494cdefd1da8a4b34ff10d76f1b | 0 | roles/nginx | 8,031 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yaml",
"content": "- name: restart nginx\n ansible.builtin.service:\n name: nginx\n state: restarted\n\n- name: restart nginx_exporter\n ansible.builtin.service:\n name: prometheus-nginx-exporter\n state: restarted\n\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1583,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.