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 | kirosvi/old-scripts | 2e4ce3d859ba211348276ce9df2453194107acd4 | 0 | fns/ansible_1/roles/sudoers | 8,094 | [
"no_license"
] | [
{
"path": "fns/ansible_1/roles/sudoers/tasks/el_sudoers.yml",
"content": "---\n\n- name: Serach Ext sudoers files\n find:\n paths: '/etc/sudoers.d/'\n patterns: '*'\n register: sudo_files\n\n- name: Disable immutable (RHEL/OEL)\n file:\n path: '/etc/sudoers'\n attributes: 'e'\n\n- name: Disab... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1966,
"all_permissive": false
} |
ansible_role | kirosvi/old-scripts | 2e4ce3d859ba211348276ce9df2453194107acd4 | 0 | fns/ansible_1/roles/sudoers_ldap | 8,094 | [
"no_license"
] | [
{
"path": "fns/ansible_1/roles/sudoers_ldap/tasks/el_sudoers.yml",
"content": "---\n\n- name: Changed file atribute sudoers/sudo-ldap\n file:\n path: '{{ item }}'\n attributes: 'e'\n with_items:\n - /etc/sudoers\n - /etc/sudo-ldap.conf\n\n- name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1839,
"all_permissive": false
} |
ansible_role | kirosvi/old-scripts | 2e4ce3d859ba211348276ce9df2453194107acd4 | 0 | fns/ansible_1/roles/zabbix_agent | 8,094 | [
"no_license"
] | [
{
"path": "fns/ansible_1/roles/zabbix_agent/tasks/main.yml",
"content": "---\n\n- name: Install zabbix-agent\n include: install.yml\n\n- name: Set zabbix extend files\n include: extended_conf.yml\n\n- name: Set zabbix config\n include: zabbix_conf.yml\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3587,
"all_permissive": false
} |
ansible_role | hashem-jahangiri/wpb | a1d5f451ee047a57f92df655e7df9009216ec2d6 | 0 | wordpress/roles/database | 8,094 | [
"no_license"
] | [
{
"path": "wordpress/roles/database/defaults/main.yml",
"content": "---\n# defaults file for database\nuser_name: name\nproject_name: project1\nroot_password: <PASSWORD>\nuser_password: <PASSWORD>\nproject_sql_import: false\ndb_host: db",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1788,
"all_permissive": false
} |
ansible_role | hashem-jahangiri/wpb | a1d5f451ee047a57f92df655e7df9009216ec2d6 | 0 | wordpress/roles/filemanager | 8,094 | [
"no_license"
] | [
{
"path": "wordpress/roles/filemanager/handlers/main.yml",
"content": "---\n# handlers file for filemanager\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "wordpress/roles/filemanager/vars/main.yml",
"content": "---\n# vars file for filemanag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | hashem-jahangiri/wpb | a1d5f451ee047a57f92df655e7df9009216ec2d6 | 0 | wordpress/roles/gluster | 8,094 | [
"no_license"
] | [
{
"path": "wordpress/roles/gluster/handlers/main.yml",
"content": "---\n# handlers file for pouya",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "wordpress/roles/gluster/vars/main.yml",
"content": "---\n# vars file for pouya",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3031,
"all_permissive": false
} |
ansible_role | hashem-jahangiri/wpb | a1d5f451ee047a57f92df655e7df9009216ec2d6 | 0 | wordpress/roles/nginx | 8,094 | [
"no_license"
] | [
{
"path": "wordpress/roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\ndomain_name: example.com\ndefault_domain_name: fromscratch.ir\nlevels: \"1:2\"\nzone: '10m'\ninactive: '240m'\nhttp_port: 80\nwild_card: False\nuser_name: test\nproject_name: test\nbuffering: 'on'\ncache_valid: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6511,
"all_permissive": false
} |
ansible_role | hashem-jahangiri/wpb | a1d5f451ee047a57f92df655e7df9009216ec2d6 | 0 | wordpress/roles/wordpress | 8,094 | [
"no_license"
] | [
{
"path": "wordpress/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n- name: Extract user's files to destination\n unarchive:\n src: \"/mnt/{{ user_name }}-{{ project_name }}/{{ user_name }}-{{ project_name }}.tar\"\n dest: \"/mnt/{{ user_name }}-{{ project_name }}/\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6117,
"all_permissive": false
} |
ansible_role | sylviofortuna/curso-ansible | 669c2e2dc1261c6c36e8647a9ec3ae708c0664b0 | 0 | datastage_exemplo/roles/mysql | 8,094 | [
"no_license"
] | [
{
"path": "datastage_exemplo/roles/mysql/tasks/main.yml",
"content": "---\n- name: COnfigura repositório epel\n shell: rpm -ivh --replacepkgs /vagrant/epel-release-latest-7.noarch.rpm\n become: yes\n\n# - name: Configura repositório mysql-community\n# shell: rpm -ivh /vagrant/mysql80-community-release-e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | rascals77/vaultapp | fb864fa06b51d0b460ca7333300cd4eff69fccdd | 0 | ansible/roles/get-root-token | 8,094 | [
"no_license"
] | [
{
"path": "ansible/roles/get-root-token/tasks/main.yml",
"content": "---\n\n- name: read in vault init response from disk\n become: yes\n set_fact:\n init_data: \"{{ lookup('file', vault_init_file) }}\"\n\n- name: set vault_token\n set_fact:\n vault_token: \"{{ init_data['root_token'] }}\"\n\n- fai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | rascals77/vaultapp | fb864fa06b51d0b460ca7333300cd4eff69fccdd | 0 | ansible/roles/init | 8,094 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n\n- name: initialize vault\n become: no\n hashivault_init:\n url: \"{{ vault_url }}\"\n verify: no\n secret_shares: 5\n secret_threshold: 3\n register: vault_init\n delegate_to: localhost\n\n- name: get vault status\n become: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | rascals77/vaultapp | fb864fa06b51d0b460ca7333300cd4eff69fccdd | 0 | ansible/roles/setup | 8,094 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/defaults/main.yml",
"content": "---\n\nvault_base: /root/vault\nvault_platform: linux\nvault_version: 1.3.2\n\nvault_tls_cert_file: \"{{ vault_base }}/tls/certs/server.pem\"\nvault_tls_key_file: \"{{ vault_base }}/tls/certs/server-key.pem\"\n\ncfssl_platform: linux\n\nvault_do... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4156,
"all_permissive": false
} |
ansible_role | rascals77/vaultapp | fb864fa06b51d0b460ca7333300cd4eff69fccdd | 0 | ansible/roles/start | 8,094 | [
"no_license"
] | [
{
"path": "ansible/roles/start/tasks/main.yml",
"content": "---\n\n- name: start vault-server container\n become: yes\n docker_container:\n name: vault-server\n image: vault:1.3.2\n command: server\n capabilities:\n - IPC_LOCK\n volumes:\n - /root/vault/file:/vault/file\n - /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | rascals77/vaultapp | fb864fa06b51d0b460ca7333300cd4eff69fccdd | 0 | ansible/roles/userpass | 8,094 | [
"no_license"
] | [
{
"path": "ansible/roles/userpass/defaults/main.yml",
"content": "---\n\nusers:\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "ansible/roles/userpass/tasks/create-users.yml",
"content": "---\n\n- name: add {{ item.name }} to userpass auth\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/app | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/app/templates/etc/supervisord.d/app.ini.j2",
"content": "# {{ ansible_managed }}\n[program:app]\ncommand=java -Dlogging.path=/var/log/{{ app_user }}/ -jar /home/{{ app_user }}/homework-{{ app_version }}.jar\nuser={{ app_user }}\nautostart=true\nautorestart=true\nstartsecs=10\ns... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2603,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/common | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: install epel-release\n yum: name=epel-release state=present\n tags:\n - common:epel\n\n# vim: set et fenc= ft=ansible sts=2 sw=2 ts=2 tw=0 :\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/nginx | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/monitoring.yml",
"content": "---\n- name: configure nginx status\n template: src=etc/nginx/conf.d/status.conf.j2 dest=/etc/nginx/conf.d/status.conf\n notify:\n - check nginx configuration\n - restart nginx\n tags:\n - nginx:config:status\n\n- name: creat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3492,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/supervisor | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/supervisor/tasks/main.yml",
"content": "---\n- name: install supervisor\n yum: name=supervisor state=present\n tags:\n - supervisor:install\n\n- name: ensure supervisor is started and enabled\n service: name=supervisord state=started enabled=yes\n tags:\n - supervisor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/zabbix_agent | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/zabbix_agent/templates/etc/zabbix/zabbix_agentd.conf.j2",
"content": "# {{ ansible_managed }}\n\nPidFile=/var/run/zabbix/zabbix_agentd.pid\nLogFile=/var/log/zabbix/zabbix_agentd.log\nLogFileSize=0\nServer={{ zabbix_server_host }}\nListenPort={{ zabbix_agent_port }}\nListenIP={{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2691,
"all_permissive": false
} |
ansible_role | decayofmind/vagrant_homework | 7c80d1ac277fb7de12e99dade108573dac6ce2bb | 0 | provisioning/roles/zabbix_server | 8,094 | [
"no_license"
] | [
{
"path": "provisioning/roles/zabbix_server/defaults/main.yml",
"content": "---\nzabbix_version: 3.0\nzabbix_repo_release: 1\nzabbix_db_name: zabbix\nzabbix_db_username: zabbix\nzabbix_db_password: <PASSWORD>\nzabbix_db_hostname: localhost\nzabbix_db_port: 0\nzabbix_server_port: 10051\nzabbix_server_name: m... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5363,
"all_permissive": false
} |
ansible_role | Arina-Zap/devops-course-task7b-ansible | 1cba485dde07fe1c6f0bed47d1a86373495b1372 | 0 | roles/nginx | 8,094 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Update apt\n apt: update_cache=yes\n\n- name: Install nginx\n apt: name=nginx state=latest\n\n- name: Create custom document root\n file: path={{ doc_root }} state=directory\n\n- name: Set up HTML file\n copy: src=roles/nginx/files/index.html ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/attach-workers-to-cp | 8,094 | [
"no_license"
] | [
{
"path": "roles/attach-workers-to-cp/tasks/1_k3s-wr-prepare.yaml",
"content": "---\n- name: Get node token on cpl\n become: true\n delegate_to: cp1\n shell: cat /var/lib/rancher/k3s/server/node-token\n register: k3s_node_token\n\n- name: Create neded directories for cilium\n shell:\n cmd: |\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/change-hostname-utm-vms | 8,094 | [
"no_license"
] | [
{
"path": "roles/change-hostname-utm-vms/tasks/main.yaml",
"content": "---\n- name: Change hostname UTM vms\n include_tasks: change-hostname.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/change-hostname-utm-vms/tasks/change-hostname... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/install-k3s-cpl | 8,094 | [
"no_license"
] | [
{
"path": "roles/install-k3s-cpl/tasks/1_k3s-prepare.yaml",
"content": "---\n- name: Update repositories and install py3-yaml package\n community.general.apk:\n name: \"{{ item }}\"\n update_cache: true\n loop:\n - py3-yaml\n - helm\n - py3-kubernetes\n become: true\n \n- name: Create n... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6863,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/prepare-utm-vm | 8,094 | [
"no_license"
] | [
{
"path": "roles/prepare-utm-vm/tasks/main.yaml",
"content": "---\n- name: Check status UTM app\n include_tasks: status-utm.yaml\n\n- name: Check status UTM, get pid\n include_tasks: status-utm.yaml\n\n- name: Start UTM if not running\n include_tasks: start-utm-app.yaml\n when: pid_utm.pids == []\n\n- n... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2894,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/start-utm-app | 8,094 | [
"no_license"
] | [
{
"path": "roles/start-utm-app/tasks/main.yaml",
"content": "---\n- name: Check status UTM, get pid\n include_tasks: status-utm.yaml\n\n- name: Starting UTM app\n command: osascript -e 'tell application \"UTM\" to activate'\n when: pid_utm.pids == []\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/start-utm-vms | 8,094 | [
"no_license"
] | [
{
"path": "roles/start-utm-vms/handlers/main.yaml",
"content": "#---\n#- name:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "roles/start-utm-vms/tasks/main.yaml",
"content": "---\n- name: Main loop start UTM vm\n include_tasks: start-list-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/stop-utm-app | 8,094 | [
"no_license"
] | [
{
"path": "roles/stop-utm-app/tasks/main.yaml",
"content": "---\n- name: Get pid UTM app\n pids:\n name: \"UTM\"\n register: pid_utm\n\n- name: Print pids\n debug:\n msg: \"UTM pids is {{pid_utm.pids}}\"\n\n- name: Stop UTM app proc {{pid_utm.stdout_lines}}\n # command: \"/usr/bin/pkill UTM\"\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | Aldans/ansible-utm-k3s | ea4d07dd0e3450395ee54aa4a99459a39544b392 | 0 | roles/stop-utm-vms | 8,094 | [
"no_license"
] | [
{
"path": "roles/stop-utm-vms/tasks/stop-list-utm-vms.yaml",
"content": "---\n- name: Get status vm {{item}}\n include_tasks: get-status-utm-vm.yaml\n- debug:\n msg: \"Status vm {{item}}: {{vm_status.stdout}}\"\n\n- name: Stop UTM vms {{ item }}\n command: 'utmctl stop {{ item }}'\n when: vm_status.st... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | mustardgrain/ansible-util | 33a2b2eadf8c829ab6e8ded18b882da73e10d598 | 0 | roles/ec2-instance-creator | 8,094 | [
"permissive"
] | [
{
"path": "roles/ec2-instance-creator/defaults/main.yml",
"content": "keypair: default\nsecurity_group: default\nimage: ami-864d84ee\nregion: us-east-1\ninstance_type: m3.large\ninstance_count: 1\ninstance_group_name: unset\nvpc_subnet_id: subnet-6d948b46\n",
"license_type": "permissive",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2129,
"all_permissive": true
} |
ansible_role | mustardgrain/ansible-util | 33a2b2eadf8c829ab6e8ded18b882da73e10d598 | 0 | roles/ec2-instance-destroyer | 8,094 | [
"permissive"
] | [
{
"path": "roles/ec2-instance-destroyer/tasks/main.yml",
"content": "- name: Get EC2 instance information\n action: ec2_facts\n\n- name: Destroy EC2 instances\n local_action: ec2 state=\"absent\" keypair=\"{{ keypair }}\" instance_ids=\"{{ ansible_ec2_instance_id }}\" wait=yes region=\"{{ region }}\"\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": true
} |
ansible_role | mustardgrain/ansible-util | 33a2b2eadf8c829ab6e8ded18b882da73e10d598 | 0 | roles/raider | 8,094 | [
"permissive"
] | [
{
"path": "roles/raider/files/devices.sh",
"content": "#!/bin/bash\n#\n# this script will attempt to detect any ephemeral drives on an EC2 node and create a RAID-0 stripe\n# mounted at /mnt. It should be run early on the first boot of the system.\n#\n# Beware, This script is NOT fully idempotent.\n#\n# Than... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2340,
"all_permissive": true
} |
ansible_role | mustardgrain/ansible-util | 33a2b2eadf8c829ab6e8ded18b882da73e10d598 | 0 | roles/script | 8,094 | [
"permissive"
] | [
{
"path": "roles/script/tasks/main.yml",
"content": "- name: Run script | Copy script_path to script.sh\n copy: src={{script_path}} dest=/tmp/script.sh mode=0755\n\n- name: Run script | Debug\n debug: msg=\"Running {{script_path}} remotely\"\n\n- name: Run script | Run script.sh\n shell: /tmp/script.sh\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": true
} |
ansible_role | veekrum/testing-awx | cc3820196bbf4e6a5ef8a28e7e06c522c417648f | 0 | roles/mysql | 8,094 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/mysql2.yml",
"content": "---\n- name: Install required dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - MySQL-python\n# - python-pip\n# - python2-pymysql\n# ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4393,
"all_permissive": false
} |
ansible_role | veekrum/testing-awx | cc3820196bbf4e6a5ef8a28e7e06c522c417648f | 0 | roles/php | 8,094 | [
"no_license"
] | [
{
"path": "roles/php/tasks/php.yml",
"content": "---\n- name: PHP | Add php-7.2 PPA\n apt_repository: repo='ppa:ondrej/php'\n state=present\n update_cache=yes\n #sudo: true\n\n- name: PHP | install php packages\n apt: pkg={{ item }} state=present\n with_items:\n - ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | veekrum/testing-awx | cc3820196bbf4e6a5ef8a28e7e06c522c417648f | 0 | roles/restartsvcs | 8,094 | [
"no_license"
] | [
{
"path": "roles/restartsvcs/tasks/main.yml",
"content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart php-fpm\n raw: service php7.2-fpm restart\n #sudo: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | veekrum/testing-awx | cc3820196bbf4e6a5ef8a28e7e06c522c417648f | 0 | roles/update | 8,094 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "\n---\n- name: install update\n raw: sudo apt-get -y update\n\n- name: install python2\n raw: sudo apt-get -y install python-simplejson\n\n- name: install aptitude\n raw: sudo apt-get -y install aptitude\n\n- name: update\n apt: update_cache=yes cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | DanyalTaghipor/end-to-end-automation-ansible- | 3187bfbb3e3dcea17eccd0a8c5b004a1af33f346 | 0 | ansible/roles/clone_repo | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/clone_repo/tasks/main.yaml",
"content": "- name: Remove Git Project Directory (If Exist)\n become: true\n file:\n path: \"{{ remote_path_for_repo }}\"\n state: absent\n\n- name: Clone Binance Scraper Project\n git:\n repo: \"{{ repo_address }}\"\n dest: \"{{ remote_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | DanyalTaghipor/end-to-end-automation-ansible- | 3187bfbb3e3dcea17eccd0a8c5b004a1af33f346 | 0 | ansible/roles/init_enviroment | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/init_enviroment/tasks/main.yaml",
"content": "- name: Install Required Pakages To Run App (apt)\n tags: install_pakages\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items: \n - \"{{ required_packages }}\"\n when: server_package_manager == \"apt\"\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | DanyalTaghipor/end-to-end-automation-ansible- | 3187bfbb3e3dcea17eccd0a8c5b004a1af33f346 | 0 | ansible/roles/init_runtime_variables | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/init_runtime_variables/tasks/main.yaml",
"content": "- name: Get Package Manager\n debug:\n var: ansible_pkg_mgr\n\n- name: Package Manager\n debug:\n msg: \"{{ ansible_pkg_mgr }}\"\n\n- set_fact:\n server_package_manager: \"{{ ansible_pkg_mgr }}\"",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | marcelop3251/Ansible-with-Java | 52145d5ff39cff379af89808a0debbfaffb27fa5 | 0 | roles/api | 8,100 | [
"no_license"
] | [
{
"path": "roles/api/files/register-service",
"content": "#!/bin/bash\n#\n# /etc/init.d/register-service\n \ncase \"$1\" in\n start)\n echo \"Start service....\"\n source /opt/environment\n /usr/bin/java -jar /opt/register-1.0.0.jar &\n ;;\n \n stop)\n echo \"Stop se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2201,
"all_permissive": false
} |
ansible_role | marcelop3251/Ansible-with-Java | 52145d5ff39cff379af89808a0debbfaffb27fa5 | 0 | roles/postgres | 8,100 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: 'Install dependencies packages postgres'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - postgresql\n - python-psycopg2\n - postgresql-contrib\n - libpq-dev\n - postgresql-client\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | ServerNinja/firewall-vagrant | e5a843b8b3c4a492feed59597e26a3101a84c09c | 3 | provisioning/roles/netfacts | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/roles/netfacts/tasks/main.yaml",
"content": "---\n- set_fact:\n fw_iface_list: \"{{ ansible_facts.interfaces | map('extract', ansible_facts ) | list }}\"\n\n# WAN Net Information\n- set_fact:\n fw_wan_details: \"{{ fw_iface_list | selectattr('device', 'defined') | selectattr('d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4741,
"all_permissive": false
} |
ansible_role | oheinemann/rocket-launch | 63a439a48a19ed2b4bc613b5fed12a60dcdf72ea | 0 | ansible/roles/ddev | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/ddev/tasks/test-task.yaml",
"content": "---\n- name: Gather facts\n hosts: localhost\n gather_facts: true\n \n tasks:\n - name: Get facts from WSL2 distribution\n debug:\n var: ansible_facts\n\n - name: Get facts from Windows host\n setup:\n filter:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | oheinemann/rocket-launch | 63a439a48a19ed2b4bc613b5fed12a60dcdf72ea | 0 | ansible/roles/nerdfonts | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/nerdfonts/defaults/main.yml",
"content": "---\n\n# On MacOS only user-specific installation from Homebrew is available\n\n# Find all brew fonts available:\n# 'brew -S nerdfont'\n#\nnerdfonts_users:\n - \"{{ ansible_user_id }}\"\n - 'root'\n\n# nerdfonts_fonts.fontname - used fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | oheinemann/rocket-launch | 63a439a48a19ed2b4bc613b5fed12a60dcdf72ea | 0 | ansible/roles/terminal | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/terminal/tasks/main.yml",
"content": "---\n\n- name: \"[main] Include {{ ansible_os_family }}-specific tasks\"\n ansible.builtin.include_tasks: \"{{ ansible_os_family|lower }}.yml\"\n\n- name: \"[main] Install oh-my-zsh and powerLevel10k\"\n ansible.builtin.include_tasks: \"oh-my-... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2901,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/configure_ssh | 8,100 | [
"no_license"
] | [
{
"path": "roles/configure_ssh/tasks/main.yml",
"content": "- name: Ensure SSH package is installed\n ansible.builtin.apt:\n name: openssh-server\n state: present\n\n \n- name: Configure SSH settings\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^{{ item.regexp }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/deploy_nginx | 8,100 | [
"no_license"
] | [
{
"path": "roles/deploy_nginx/defaults/main.yml",
"content": "nginx_vhost_name: \"static_server\"\nnginx_root_dir: \"/var/www/static\"\nnginx_images_dir: \"{{ nginx_root_dir }}/images\"\nnginx_log_dir: \"/var/log/nginx\"\nnginx_cache_time: \"1h\"",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/install_utils | 8,100 | [
"no_license"
] | [
{
"path": "roles/install_utils/tasks/main.yml",
"content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install required packages\n ansible.builtin.apt:\n name: \"{{ packages }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/install_zsh_ohmyzsh | 8,100 | [
"no_license"
] | [
{
"path": "roles/install_zsh_ohmyzsh/tasks/main.yml",
"content": "---\n- name: Ensure Zsh is installed\n ansible.builtin.package:\n name: zsh\n state: present\n when: item.shell == '/bin/zsh'\n loop: \"{{ users }}\"\n tags: install_zsh\n\n- name: Check if .oh-my-zsh exists\n ansible.builtin.stat:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1262,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/manage_users | 8,100 | [
"no_license"
] | [
{
"path": "roles/manage_users/tasks/main.yml",
"content": "- name: Ensure custom groups are present\n ansible.builtin.group:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n loop: \"{{ custom_groups }}\"\n\n- name: Ensure users exist with correct attributes\n ansible.builtin.user:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | Fargus3222/Test_task | b95c1f9a4270921ecba056994ce5403451608ea4 | 0 | roles/sync_static | 8,100 | [
"no_license"
] | [
{
"path": "roles/sync_static/vars/main.yml",
"content": "---\n# vars file for upload_static\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/sync_static/tasks/main.yml",
"content": "- name: Ensure remote static directory exists\n ansibl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | yyuuiikk/ansible_sample | e1bb624e1b281eafa03598ad5bc7a55327821556 | 0 | roles/os | 8,100 | [
"no_license"
] | [
{
"path": "roles/os/tasks/main.yml",
"content": "- name: Yum latest update\n yum:\n name: '*' \n state: latest\n- name: Disable SELinux\n selinux:\n state: disabled\n register: result\n- name: firewalldの無効化\n systemd: \n name: firewalld\n state: stopped\n enabled: no\n- name: loocaleのセ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | yyuuiikk/ansible_sample | e1bb624e1b281eafa03598ad5bc7a55327821556 | 0 | roles/python | 8,100 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: python3のセットアップ モジュールインストール\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - zlib-devel\n - libffi-devel\n - bzip2-devel\n - openssl-devel\n - ncurses-devel\n - sqlite-devel\n - readline-devel\n - tk-devel\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/docker | 8,100 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n apt: \n name: \"{{item}}\"\n state: present \n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n- name: Add GPG key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/impacket | 8,100 | [
"no_license"
] | [
{
"path": "roles/impacket/tasks/main.yml",
"content": "--- \n- name: Pip install impacket\n become: true\n pip:\n name: impacket\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/joindomain | 8,100 | [
"no_license"
] | [
{
"path": "roles/joindomain/tasks/main.yml",
"content": "---\n- name: Point dns to Skipper\n win_dns_client:\n adapter_names: \"{{ ethernet_adapter }}\"\n ipv4_addresses:\n - 172.28.128.100\n - 8.8.8.8\n register: dns_setup\n\n# Make sure RDP is on\n- include: enable_rdp.yml\n\n# Setup th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/mssql | 8,100 | [
"no_license"
] | [
{
"path": "roles/mssql/tasks/main.yml",
"content": "---\n# Load required powershell modules\n- name: Powershell | Check for SQLServer DSC Powershell module\n win_psmodule:\n name: SQLServerDsc\n state: present\n\n- name: Powershell | Check for Storage DSC Powershell module\n win_psmodule:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/pentest | 8,100 | [
"no_license"
] | [
{
"path": "roles/pentest/tasks/main.yml",
"content": "---\n- name: Update packages\n become: true\n shell:\n cmd: apt update \n\n- name: Initialize msfdb\n become: true \n shell:\n cmd: msfdb init\n\n- name: Setup Microsoft keys\n become: true\n shell: \n cmd: wget -q https://packages.microso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/private | 8,100 | [
"no_license"
] | [
{
"path": "roles/private/tasks/main.yml",
"content": "---\n- name: Set the logon user to a domain account\n community.windows.win_auto_logon:\n username: WADDLECORP\\private\n password: <PASSWORD>#\n\n- name: Set Service startup mode to Automatic\n ansible.windows.win_service:\n name: spooler\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | NetPenguins/pentest-lab | 8b6a52fd0ca1e9348a6acebcf5c15ed2a1e64a27 | 12 | roles/promotedc | 8,100 | [
"no_license"
] | [
{
"path": "roles/promotedc/tasks/main.yml",
"content": "---\n - name: Change hostname to skipper\n win_hostname:\n name: skipper\n\n - name: Install Active Directory Services\n win_feature: >\n name=AD-Domain-Services\n include_management_tools=yes\n include_sub_features=yes\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3162,
"all_permissive": false
} |
ansible_role | lesmyrmidons/vagrant-test-ansible | 84c62ead6982dde719f4096fb06ea0066978de8c | 1 | devops/roles/common | 8,100 | [
"no_license"
] | [
{
"path": "devops/roles/common/vars/Debian.yml",
"content": "---\n\ncommon_packages:\n - bash-completion\n - python-software-properties # for example use \"apt-key adv --recv-keys --keyserver keyserver.ubuntu.com <KEY>\"\n - wget\n - htop\n - ack-grep\n - ccze",
"license_type": "no_license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | kenrui-group/ansible-bootstrap | 028627c6061e90d5932f5247521a39d989097394 | 0 | roles/requirements-install | 8,100 | [
"no_license"
] | [
{
"path": "roles/requirements-install/tasks/os-prep/os-tuned.yml",
"content": "---\n- name: Install tuned\n dnf:\n name: tuned\n state: latest\n\n- name: Disable tuning daemon and ktune\n command:\n cmd: tuned-adm off\n ignore_errors: True\n\n- name: Disable dynamic tuning\n lineinfile:\n pa... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4965,
"all_permissive": false
} |
ansible_role | vallabhmahajan/mediawiki-assign | 4a5d94cc256414871061746b1da36cba51da5af1 | 0 | ansible/roles/app | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "- name: Download mediawiki tar file\n get_url:\n url: https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.1.tar.gz\n dest: /var/www/html/mediawiki-1.35.1.tar.gz\n\n- name: Extract mediawiki content\n unarchive:\n src: /var/www/htm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 951,
"all_permissive": false
} |
ansible_role | vallabhmahajan/mediawiki-assign | 4a5d94cc256414871061746b1da36cba51da5af1 | 0 | ansible/roles/db | 8,100 | [
"no_license"
] | [
{
"path": "ansible/roles/db/files/db_setup.sql",
"content": "CREATE USER 'wiki'@'%' IDENTIFIED BY 'admin';\nCREATE DATABASE wikidatabase;\nGRANT ALL PRIVILEGES ON wikidatabase.* TO 'wiki'@'%';\nFLUSH PRIVILEGES;\nSHOW DATABASES;\nSHOW GRANTS FOR 'wiki'@'%';\nexit",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | Ajarik89/lesson13 | 4a1c797b1f76919b3ae68b5567b09f8219e7db57 | 0 | roles/apache | 8,100 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Print Full hostname\n debug: var=ansible_fqdn",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/bench | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/bench/tasks/kernel.yml",
"content": "---\n- name: \"roles/bench/tasks/kernel: Increase file limits for sysctl\"\n copy:\n dest: /etc/sysctl.d/99-isucon.conf\n content: |\n # Increase file limits\n fs.file-max=1048576\n # Tune up network\n net.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1678,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/bench.supervisor | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/bench.supervisor/tasks/main.yml",
"content": "---\n- name: \"roles/bench.supervisor/tasks/main: Create directory\"\n file:\n path: /tmp/isucon11-portal\n state: directory\n\n- name: \"roles/bench.supervisor/tasks/main: Mkdir /home/isucon/bin\"\n file:\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/common | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: \"Create isucon group\"\n group:\n name: isucon\n gid: 1100\n state: present\n system: no\n\n- name: \"Create isucon user\"\n user:\n name: isucon\n uid: 1100\n group: isucon\n password: <PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2591,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/contestant | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/contestant/tasks/isucholar.yml",
"content": "---\n- name: \"roles/contestant/tasks/isucholar: Deploy isucon11-final\"\n become_user: isucon\n copy:\n remote_src: yes\n src: /tmp/isucon11-final/webapp\n dest: /home/isucon/\n owner: isucon\n group: isucon... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7197,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/langs.go | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/langs.go/tasks/main.yml",
"content": "---\n- name: \"Install Go 1.17.1 from xbuild\"\n become_user: isucon\n command: /tmp/xbuild/go-install 1.17.1 /home/isucon/local/go\n\n- name: \"Add PATH for Go\"\n become_user: isucon\n blockinfile:\n marker: \"# {mark} ANSI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/langs.nodejs | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/langs.nodejs/tasks/main.yml",
"content": "---\n- name: \"Install Node.js v14.17.6 from xbuild\"\n become_user: isucon\n command: /tmp/xbuild/node-install v14.17.6 /home/isucon/local/node\n\n- name: \"Add PATH for Node.js\"\n become_user: isucon\n blockinfile:\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/langs.ruby | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/langs.ruby/tasks/main.yml",
"content": "---\n- name: \"Install Ruby v3.0.2 from xbuild\"\n become_user: isucon\n command: /tmp/xbuild/ruby-install 3.0.2 /home/isucon/local/ruby\n\n- name: \"Add PATH for Ruby\"\n become_user: isucon\n blockinfile:\n marker: \"# {m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | isucon/isucon11-final | 7f9477d5c844e9772e865fc7e89ef2acbc8f1c3c | 24 | provisioning/ansible/roles/langs.rust | 8,100 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/langs.rust/tasks/main.yml",
"content": "---\n- name: \"Install Rust\"\n become_user: isucon\n shell: |\n curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile default --default-toolchain 1.55.0 -c rustfmt\n\n- name: \"Add PATH for Rust\"\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | nickjabs/monitoring-ansible | f4ca8603793d46e56b06ded375a8181f9d9dc666 | 0 | Grafana_Prometheus/ansible/playbooks/roles/alertmanager | 8,087 | [
"no_license"
] | [
{
"path": "Grafana_Prometheus/ansible/playbooks/roles/alertmanager/tasks/main.yml",
"content": "---\n- name: Update all packages\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n\n- name: create directory\n file:\n path: /home/ubuntu/alertmanager\n state: directory\n\n- name: download ale... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2174,
"all_permissive": false
} |
ansible_role | dheerajgudipati/Ansible-ELK | ccd77454fdd9f6770671724071352bde36a453c8 | 0 | roles/ElasticSearch | 8,087 | [
"no_license"
] | [
{
"path": "roles/ElasticSearch/defaults/main.yml",
"content": "---\n\nelasticsearch_node_1_master: true\nelasticsearch_node_2_master: true\nelasticsearch_node_1_data: true\nelasticsearch_node_2_data: true\nelasticsearch_log_dir: /var/log/elasticsearch\nelasticsearch_network_transport_tcp_port: 9300\nelastic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2452,
"all_permissive": false
} |
ansible_role | dheerajgudipati/Ansible-ELK | ccd77454fdd9f6770671724071352bde36a453c8 | 0 | roles/Kibana | 8,087 | [
"no_license"
] | [
{
"path": "roles/Kibana/defaults/main.yml",
"content": "---\n# defaults file for ansible-kibana\nkibana_port: 5601\nkibana_host: \"0.0.0.0\"\nelasticsearch_url: \"http://10.253.73.144:9200\" \nkibana_index: \".kibana\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | dheerajgudipati/Ansible-ELK | ccd77454fdd9f6770671724071352bde36a453c8 | 0 | roles/Logstash | 8,087 | [
"no_license"
] | [
{
"path": "roles/Logstash/defaults/main.yml",
"content": "---\n\nelasticsearch01_ip: \"10.253.73.143\" \nelasticsearch02_ip: \"10.253.73.144\"\nelasticsearch_port: 9200\n\n#curator_max_keep_days: 14\n#curator_close_after_days: 7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | bcoursen/mssql | e4a02fd2c5ef3d0438e2199ca642d376ac5e7d2b | 0 | roles/mssql | 8,087 | [
"no_license"
] | [
{
"path": "roles/mssql/tasks/main.yml",
"content": "- name: Create Temp dir for SQL Server files\n win_file:\n path: \"C:\\\\Windows\\\\Temp\\\\SQLServerInstall\"\n state: directory\n tags:\n - mssql\n\n- name: Copy files\n win_copy:\n src: \"{{ item }}\"\n dest: \"C:\\\\Windows\\\\Temp\\\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3770,
"all_permissive": false
} |
ansible_role | michaeldigiacomi/ansible-ecs-rabbitmq | f529e91e4bceb1cf41dc5d5c1ef3e3333123f0a4 | 0 | aws/roles/deploy | 8,087 | [
"no_license"
] | [
{
"path": "aws/roles/deploy/defaults/main.yml",
"content": "defaults:\n container_name: \"\"\n container_version: \"latest\"\n desired_count: 2\n minimum_healthy_percent: 100\n maximum_percent: 200\n health_check_interval: 30\n health_check_timeout: 20\n healthy_threshold_count: 2\n health_check_gr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2618,
"all_permissive": false
} |
ansible_role | hidepin/passlogic-presetup-playbook | 69b6fdd481759375b5a50fe091c36efc439c81fd | 0 | roles/passlogic_presetup | 8,087 | [
"no_license"
] | [
{
"path": "roles/passlogic_presetup/tasks/main.yml",
"content": "---\n# tasks file for passlogic_presetup\n- name: install passlogic packages\n package:\n name: \"{{ item }}\"\n state: present\n enablerepo: \"{{ (ansible_distribution == 'RedHat') | ternary('rhel-7-server-optional-rpms','') }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | AnnaKlyshnikova/task4_nginx | ed91b91f2e2bfb54bc879593971777d75abde470 | 0 | roles/nginx | 8,087 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/task-service.local.j2",
"content": "server {\n listen 80;\n server_name task-service.local;\n\n # Редирект с HTTP на HTTPS\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name task-service.local;\n\n # Указываем путь к с... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1943,
"all_permissive": false
} |
ansible_role | AnnaKlyshnikova/task4_nginx | ed91b91f2e2bfb54bc879593971777d75abde470 | 0 | roles/tls | 8,087 | [
"no_license"
] | [
{
"path": "roles/tls/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/tls\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/tls/tasks/main.yml",
"content": "---\n# tasks file for roles/tls\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2073,
"all_permissive": false
} |
ansible_role | darshan-rts/ansible | 64ddcccbd535d06825c3ecf31451c811ed80b945 | 0 | roles/common | 8,087 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: 'Install Linux tools'\n hosts: server\n become: yes\n tasks:\n - name: \"Install multiple Packages\"\n apt:\n update_cache: yes\n apt: \n name: '{{ item }}'\n state: present\n with_items:\n - tmux\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | darshan-rts/ansible | 64ddcccbd535d06825c3ecf31451c811ed80b945 | 0 | roles/docker | 8,087 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: 'Update the apt package index and install packages to allow apt to use a repository over HTTPS'\n apt: \n name: '{{ item }}' \n state: present \n update_cache: yes\n with_items:\n - apt-transport-https \n - ca-certificates\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | darshan-rts/ansible | 64ddcccbd535d06825c3ecf31451c811ed80b945 | 0 | roles/nginx | 8,087 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: \"Configure Nginx Server\"\n hosts: nginx\n vars_files:\n - 'vars/nginx.yaml'\n - '{{ src_path }}/nginx.yaml'\n tasks:\n - name: 'Copy nginx.conf'\n template:\n src: '{{ nginx_conf_src }}'\n dest: '{{ nginx_conf_dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | johannesesbjornsson/ansible | 6d7a29d9ed2af28f325fce525c7178ea8bacbcdb | 0 | roles/docker | 8,087 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/ubuntu.yaml",
"content": "- name: apt update\n apt: update_cache=yes cache_valid_time=3600\n register: apt_result\n until: apt_result is success\n retries: 3\n delay: 1\n become: yes\n ignore_errors: yes\n\n- name: retry if needed using command apt-get update\n command:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | castlino/vagrant-ansible-baselocal | cf7e64ad9f922ec682aa242bc1a1bc0e3870bd37 | 0 | roles/drush | 8,087 | [
"no_license"
] | [
{
"path": "roles/drush/tasks/main.yml",
"content": "---\n- name: change directory\n shell: >\n cd /home/vagrant\n\n#- name: Get drush phar\n# shell: >\n# curl -O https://s3.amazonaws.com/files.drush.org/drush.phar\n\n#- name: chmod drush\n# shell: >\n# chmod +x drush.phar\n\n# Previous 2 steps a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | castlino/vagrant-ansible-baselocal | cf7e64ad9f922ec682aa242bc1a1bc0e3870bd37 | 0 | roles/webserver | 8,087 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/php.yml",
"content": "---\n- name: install php\n apt: name=php5 state=present\n- name: install php-mysql\n apt: name=php5-mysql state=present\n- name: install php-gd\n apt: name=php5-gd state=present\n- name: install php-curl\n apt: name=php5-curl state=present\n",
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | AnthonyGrod/TaxiStreamer | fb0fac32e76a6e0573060fa8c014832c04de5827 | 0 | gcp/ansible/roles/common | 8,087 | [
"no_license"
] | [
{
"path": "gcp/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Install common packages\n apt:\n name:\n - curl\n - wget\n - unzip\n - git\n - htop\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | AnthonyGrod/TaxiStreamer | fb0fac32e76a6e0573060fa8c014832c04de5827 | 0 | gcp/ansible/roles/docker | 8,087 | [
"no_license"
] | [
{
"path": "gcp/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n become: yes\n\n- name: Add Docker GPG key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1422,
"all_permissive": false
} |
ansible_role | AnthonyGrod/TaxiStreamer | fb0fac32e76a6e0573060fa8c014832c04de5827 | 0 | gcp/ansible/roles/java-sbt | 8,087 | [
"no_license"
] | [
{
"path": "gcp/ansible/roles/java-sbt/tasks/main.yml",
"content": "---\n- name: Install OpenJDK 17\n apt:\n name: openjdk-17-jdk\n state: present\n become: yes\n\n- name: Set JAVA_HOME environment variable\n lineinfile:\n path: /etc/environment\n line: 'JAVA_HOME={{ java_home }}'\n create:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | AnthonyGrod/TaxiStreamer | fb0fac32e76a6e0573060fa8c014832c04de5827 | 0 | gcp/ansible/roles/kafka | 8,087 | [
"no_license"
] | [
{
"path": "gcp/ansible/roles/kafka/tasks/main.yml",
"content": "---\n#- name: Install Docker\n# apt:\n# name: docker.io\n# state: present\n# become: yes\n\n- name: Install Docker Compose\n apt:\n name: docker-compose-plugin\n state: present\n become: yes\n\n- name: Start Docker service\n sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1262,
"all_permissive": false
} |
ansible_role | AnthonyGrod/TaxiStreamer | fb0fac32e76a6e0573060fa8c014832c04de5827 | 0 | gcp/ansible/roles/spark-app | 8,087 | [
"no_license"
] | [
{
"path": "gcp/ansible/roles/spark-app/templates/run-producer.sh.j2",
"content": "#!/bin/bash\n\nsbt \"producer/run\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "gcp/ansible/roles/spark-app/tasks/main.yml",
"content": "---\n- name: Create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 900,
"all_permissive": false
} |
ansible_role | boyvinall/ansible-cutter | 87664187f9d3452681f0adaf62fe393e549ca951 | 2 | {{cookiecutter.appname}}/ansible/roles/{{cookiecutter.rolename}} | 8,087 | [
"no_license"
] | [
{
"path": "{{cookiecutter.appname}}/ansible/roles/{{cookiecutter.rolename}}/tasks/main.yml",
"content": "- import_tasks: \"{{'{{_action}}'}}.yml\"\n tags: [{{cookiecutter.rolename}}]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "{{cookiecutter... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | c2platform/ansible-collection-test | 4cccbbb0532d81ebf0611b4168eb4c765661598b | 0 | roles/dev_mount | 8,103 | [
"no_license"
] | [
{
"path": "roles/dev_mount/tasks/host.yml",
"content": "---\n- name: dev_mount_dir_host\n set_fact:\n dev_mount_dir_host: \"{{ dev_mount_dir }}/{{ dev_mount_host }}\"\n\n- block:\n - name: Dir host\n file:\n path: \"{{ dev_mount_dir_host }}\"\n state: directory\n mode: 0755\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4050,
"all_permissive": false
} |
ansible_role | c2platform/ansible-collection-test | 4cccbbb0532d81ebf0611b4168eb4c765661598b | 0 | roles/logs | 8,103 | [
"no_license"
] | [
{
"path": "roles/logs/templates/log2.html.j2",
"content": "<html>\n<h2>Steps</h2>\n<hr />\n{% for day in sprint['days'] %}\n{% set ns = namespace() %}\n{# set cannot be used in a loop because it is rest for each item in loop #}\n{# so we put out variable in a namespace #}\n{% set ns.issues = [] %}\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14418,
"all_permissive": false
} |
ansible_role | c2platform/ansible-collection-test | 4cccbbb0532d81ebf0611b4168eb4c765661598b | 0 | roles/postfixmail | 8,103 | [
"no_license"
] | [
{
"path": "roles/postfixmail/defaults/main.yml",
"content": "---\ninstall_packages:\n- apache2\n- libapache2-mod-php\n- php\n- php-common\n- php-mbstring\n- php-imap\n- php-mysql\n- mariadb-server\n- mariadb-client\n- mariadb-common\n- postfix-mysql\n\ninstance: \"postfix-in\"\ninstance_group: \"suwi\"\npor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | elsayed-atef/AnsibleSshTunnel | 9727e120ce6c89ff0066859a5d185d4d21da2546 | 0 | roles/nginx | 8,103 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n become: yes\n apt: >\n name=nginx\n update_cache=true\n state=latest\n tags:\n - test_ng\n\n- name: Copy defaults\n become: yes\n template:\n src=default\n dest=/etc/nginx/sites-available/\n notify: reload ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | elsayed-atef/AnsibleSshTunnel | 9727e120ce6c89ff0066859a5d185d4d21da2546 | 0 | roles/tunnel | 8,103 | [
"no_license"
] | [
{
"path": "roles/tunnel/tasks/main.yml",
"content": " - name: Create SSH tunnel\n become: yes\n #shell: ssh -t sayed@172.16.0.133 ssh sayed@172.16.0.32\n # shell: ssh -L localhost:22:172.16.0.133:22 172.16.0.32\n #shell: echo \"******************\" \"is\" $?\n shell: touch /home/sayed/fromans.txt\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.