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 | atbaker/spin-docker | 33b985fffb82effe18b65587821fd9d7eecc2b61 | 102 | ansible_playbook/roles/spin_docker | 103 | [
"no_license"
] | [
{
"path": "ansible_playbook/roles/spin_docker/tasks/install_celery.yml",
"content": "---\n# Install Celery\n\n- name: Install RabbitMQ\n apt: pkg=rabbitmq-server=2.7.1-0ubuntu4 state=present \n\n- name: Install Celery worker init script\n template: src=celery.conf.j2 dest=/etc/init/celery.conf\n notify:\... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6236,
"all_permissive": false
} |
ansible_role | threefoldtecharchive/jumpscale_ansible | bcd562fd27a1ab88112980dc6a6f3cfbd1c93516 | 0 | roles/container | 103 | [
"no_license"
] | [
{
"path": "roles/container/defaults/main.yml",
"content": "---\nip_version: ipv6",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/container/tasks/main.yml",
"content": "---\n- name: select node\n threefold.jsgrid.scheduler:\n pool_id: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1689,
"all_permissive": false
} |
ansible_role | threefoldtecharchive/jumpscale_ansible | bcd562fd27a1ab88112980dc6a6f3cfbd1c93516 | 0 | roles/expose | 103 | [
"no_license"
] | [
{
"path": "roles/expose/defaults/main.yml",
"content": "---\nmetadata:\ndomain_type: custom\npublic_key: \"\"\ntls_port: 443\ntype: nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/expose/tasks/main.yml",
"content": "---\n- name: G... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3327,
"all_permissive": false
} |
ansible_role | threefoldtecharchive/jumpscale_ansible | bcd562fd27a1ab88112980dc6a6f3cfbd1c93516 | 0 | roles/kubernetes | 103 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "- block:\n - name: fetch kubenretes workload in the same network\n threefold.jsgrid.workload:\n types:\n - kubernetes\n match:\n network_id: \"{{ network_name }}\"\n next_action: deploy\n register: running_workloads... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4396,
"all_permissive": false
} |
ansible_role | threefoldtecharchive/jumpscale_ansible | bcd562fd27a1ab88112980dc6a6f3cfbd1c93516 | 0 | roles/network | 103 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: create network if an ip range is specified\n threefold.jsgrid.network_node:\n name: \"{{ network_name }}\"\n nodes: \"{{ { node_id: ip_range } }}\"\n pool_id: \"{{ pool_id }}\"\n type: normal\n when: ip_range is defined\n regi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-08/ProfMalina_microservices | aef19c063c9d04f91a0f4f72197730ca5a70c087 | 0 | docker/docker-monolith/infra/ansible/roles/docker | 103 | [
"no_license"
] | [
{
"path": "docker/docker-monolith/infra/ansible/roles/docker/tasks/docker.yml",
"content": "- name: Wait for automatic system updates\n shell: while sudo fuser /var/lib/dpkg/{{ item }} >/dev/null 2>&1; do sleep 1; done;\n with_items:\n - lock\n - lock-frontend\n tags: install\n\n- name: Install apt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-08/ProfMalina_microservices | aef19c063c9d04f91a0f4f72197730ca5a70c087 | 0 | gitlab-ci/infra/ansible/roles/gitlab | 103 | [
"no_license"
] | [
{
"path": "gitlab-ci/infra/ansible/roles/gitlab/tasks/gitlab.yml",
"content": "- name: Wait for automatic system updates\n shell: while sudo fuser /var/lib/dpkg/{{ item }} >/dev/null 2>&1; do sleep 1; done;\n with_items:\n - lock\n - lock-frontend\n tags: install\n\n- name: Create a directory if it... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1524,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-08/ProfMalina_microservices | aef19c063c9d04f91a0f4f72197730ca5a70c087 | 0 | gitlab-ci/infra/ansible/roles/gitlab-runner | 103 | [
"no_license"
] | [
{
"path": "gitlab-ci/infra/ansible/roles/gitlab-runner/tasks/main.yml",
"content": "---\n- name: Run gitlab-runner\n command: docker run -d --name gitlab-runner --restart always -v /srv/gitlab-runner/config:/etc/gitlab-runner -v /var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/install_elasticsearch | 94 | [
"no_license"
] | [
{
"path": "roles/install_elasticsearch/tasks/main.yaml",
"content": "- name: copying rpm files\n copy:\n src: rpms\n dest: /tmp/\n owner: admina\n group: admina\n mode: 0644\n\n- name: install java rpm from a local file\n become: true\n yum:\n name: /tmp/rpms/jdk-8u181-linux-x64.rpm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1201,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/install_kibana | 94 | [
"no_license"
] | [
{
"path": "roles/install_kibana/tasks/main.yaml",
"content": "- name: copying rpm files\n copy:\n src: rpms\n dest: /tmp/\n owner: admina\n group: admina\n mode: 0644\n\n- name: install java rpm from a local file\n become: true\n yum:\n name: /tmp/rpms/jdk-8u181-linux-x64.rpm\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/install_logstash | 94 | [
"no_license"
] | [
{
"path": "roles/install_logstash/tasks/main.yaml",
"content": "- name: copying rpm files\n copy:\n src: rpms\n dest: /tmp/\n owner: admina\n group: admina\n mode: 0644\n\n- name: install java rpm from a local file\n become: true\n yum:\n name: /tmp/rpms/jdk-8u181-linux-x64.rpm\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/public_ip | 94 | [
"no_license"
] | [
{
"path": "roles/public_ip/tasks/main.yaml",
"content": "- name: Get facts for one Public IP\n azure_rm_publicipaddress_facts:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ (inventory_hostname) + '-publicip001' }}\"\n register: public_ip\n\n- debug:\n msg: \"{{ public_ip.ansible_facts.a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/subnets | 94 | [
"no_license"
] | [
{
"path": "roles/subnets/tasks/main.yaml",
"content": "\n- name: Add subnet\n azure_rm_subnet:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ subnet_name }}\"\n address_prefix: \"{{ subnet_mask }}\"\n virtual_network: \"{{ vnet_name }}\"\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/virtual_machines | 94 | [
"no_license"
] | [
{
"path": "roles/virtual_machines/tasks/main.yaml",
"content": "- debug:\n msg: \"Creating security groups\"\n\n\n- name: Create security group that allows SSH and HTTP\n azure_rm_securitygroup:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ (inventory_hostname) + '-secgroup001' }}\" \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2155,
"all_permissive": false
} |
ansible_role | aanikinhotee/azure-ansible | 0fc98bec27f5bab21a0a0fd903fed013eca1d4cd | 0 | roles/virtual_networks | 94 | [
"no_license"
] | [
{
"path": "roles/virtual_networks/tasks/main.yaml",
"content": "- debug:\n msg: \"Creating virtual network with name {{ vnet_name }} and mask {{ vnet_mask }}\"\n\n\n\n- name: Create virtual network\n azure_rm_virtualnetwork:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ vnet_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/arch | 94 | [
"no_license"
] | [
{
"path": "roles/arch/tasks/wayland.yml",
"content": "---\n# systemd\n\n# greetd (autologin)\n- name: greetd config dir\n file:\n path: /etc/greetd/\n state: directory\n mode: 0755\n- name: greetd config with autologin\n template:\n src: templates/greetdconfig.toml\n dest: /etc/greetd/confi... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4028,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/disks | 94 | [
"no_license"
] | [
{
"path": "roles/disks/tasks/kjttks.yml",
"content": "---\n# fstab for kjttks\n\n- name: mount ntfs disks\n ansible.posix.mount:\n name: \"/media/{{ item.name }}\"\n src: \"{{ item.src }}\"\n fstype: ntfs-3g\n opts: \"uid=clux,gid=users\"\n state: mounted\n with_items:\n - { src: /dev/sdb1... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/docker | 94 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# docker conditionals\n\n- import_tasks: clux.yml\n when: inventory_hostname != \"broxy\"\n become: false\n tags: [docker, core]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "roles/d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/lpms | 94 | [
"no_license"
] | [
{
"path": "roles/lpms/README.md",
"content": "# lpms\nInstalls packages through language specific package managers.\n\nIn particular:\n\n- nodejs modules through `npm`\n- rust modules through `cargo`\n- python modules through `pip`\n- ruby modules through `gem`\n",
"license_type": "no_license",
"det... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2912,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/mac | 94 | [
"no_license"
] | [
{
"path": "roles/mac/tasks/yabai.yml",
"content": "---\n# yabai tasks\n\n- name: hash yabai executable\n command:\n cmd: shasum -a 256 {{ brewbin }}/yabai\n register: yabai_hash # sha256 hash + path to yabai\n changed_when: false\n\n# https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/ssh | 94 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n# ssh + sshd\n\n- import_tasks: sshd.yml\n become: true\n tags: [ssh, core]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/ssh/tasks/sshd.yml",
"content": "---\n# sshd\n\n- templ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | clux/provision | 1073cbf9e2f8cb63c8d531359860dc41ee30f2c6 | 6 | roles/xdg | 94 | [
"no_license"
] | [
{
"path": "roles/xdg/tasks/main.yml",
"content": "---\n# xdg\n\n- import_tasks: torrent.yml\n tags: [xdg]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/xdg/handlers/main.yml",
"content": "---\n\n- name: xdg-mime sshtorrent\n command... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | jm96441n/movieswithfriends | 304d9896f29c1913f9ac5ed3cea18b913beb1d56 | 2 | infra/ansible/roles/movies-base | 94 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/movies-base/tasks/fail2ban.yml",
"content": "- name: Install and configure fail2ban\n vars:\n fail2ban_jail_config:\n DEFAULT:\n bantime: 1h\n findtime: 10m\n maxretry: 5\n banaction: nftables-multiport\n backend: systemd\n ig... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4578,
"all_permissive": false
} |
ansible_role | StatixLabs/aws-ssm-ansible-poc | 0da08751bff23481b9eec7c4ff6ab3a8152a902a | 0 | roles/update-ansible-dependencies | 94 | [
"no_license"
] | [
{
"path": "roles/update-ansible-dependencies/tasks/main.yml",
"content": "---\n- name: install pip\n become: true\n yum:\n name: pip\n state: present\n update_cache: true\n\n- name: upgrade jinja2\n become: true\n pip:\n name: jinja2\n extra_args: --upgrade",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/elasticsearch | 94 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n\n-\n name: Add Oracle Java APT repository\n apt_repository:\n repo: 'ppa:webupd8team/java'\n state: present\n\n-\n name: Accept Oracle Java license\n shell: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/firewall | 94 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n\n-\n name: Install ufw\n apt:\n name: ufw\n state: latest\n\n-\n name: Enable logging\n ufw:\n logging: 'on'\n\n-\n name: Disable incoming by default\n ufw:\n direction: incoming\n policy: deny\n\n-\n name: Enable outgoing by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/hostname | 94 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n\n-\n name: Configure hostname\n hostname:\n name: hanase\n sudo: yes\n\n-\n name: Append hosts entry\n lineinfile:\n state: present\n dest: /etc/hosts\n line: '127.0.0.1 hanase'\n sudo: yes\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/kibana | 94 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n\n# TODO: Check whether already installed or not\n-\n get_url:\n dest: /tmp/kibana.tar.gz\n url: \"https://download.elastic.co/kibana/kibana/kibana-{{ kibana_version_name }}.tar.gz\"\n\n-\n name: Prepare kibana user and group\n user:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2379,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/mackerel-agent | 94 | [
"no_license"
] | [
{
"path": "roles/mackerel-agent/tasks/main.yml",
"content": "---\n\n-\n name: Import Mackerel GPG key\n apt_key:\n url: https://mackerel.io/assets/files/GPG-KEY-mackerel\n state: present\n\n-\n name: Add Mackerel repository\n apt_repository:\n repo: 'deb http://apt.mackerel.io/debian/ mackerel ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/nginx | 94 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n types_hash_max_size 2048;\n server_tokens off;\n\n #... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3089,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/ntp | 94 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n\n-\n name: Install ntpd\n apt:\n name: ntp\n state: latest\n\n-\n name: Start ntpd\n service:\n name: ntp\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/ssh_key | 94 | [
"no_license"
] | [
{
"path": "roles/ssh_key/tasks/main.yml",
"content": "---\n\n-\n name: Fetch authorized_keys from GitHub\n get_url:\n url: https://github.com/aereal.keys\n dest: /home/aereal/.ssh/authorized_keys\n validate_certs: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/sshd | 94 | [
"no_license"
] | [
{
"path": "roles/sshd/templates/sshd_config.j2",
"content": "Protocol 2\nPort {{ sshd_port }}\nUsePrivilegeSeparation yes\nSyslogFacility AUTH\nLogLevel INFO\nPermitRootLogin no\nStrictModes yes\nChallengeResponseAuthentication no\nPasswordAuthentication no\nGSSAPIAuthentication no\nX11Forwarding no\nSubsys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/supervisor | 94 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "---\n\n-\n name: Install supervisor\n apt:\n name: supervisor\n state: latest\n\n-\n name: Start supervisor\n service:\n name: supervisor\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | aereal/hanase | 103309bee2499961a6c3257a523a80e9a1185d2a | 1 | roles/td-agent | 94 | [
"no_license"
] | [
{
"path": "roles/td-agent/tasks/main.yml",
"content": "---\n\n-\n name: Fetch TD GPG key\n command: curl -s -k -o /tmp/GPG-KEY-td-agent https://packages.treasuredata.com/GPG-KEY-td-agent\n args:\n creates: /tmp/GPG-KEY-td-agent\n\n-\n name: Import TD GPG key\n apt_key:\n file: /tmp/GPG-KEY-td-age... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | samuelarogbonlo/ethereum-k8s | 77e11923b6a5e9709298589386e0ac833822582c | 0 | ansible/roles/ethereum | 94 | [
"no_license"
] | [
{
"path": "ansible/roles/ethereum/tasks/main.yml",
"content": "---\n# Ethereum-specific dependencies and setup\n\n- name: Check if storage device exists\n stat:\n path: \"{{ storage_device }}\"\n register: storage_device_stat\n\n- name: Format storage device if it exists\n filesystem:\n fstype: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | samuelarogbonlo/ethereum-k8s | 77e11923b6a5e9709298589386e0ac833822582c | 0 | ansible/roles/kubernetes | 94 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/main.yml",
"content": "---\n# Kubernetes installation tasks\n\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n\n- name: Add Kubernetes APT ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2893,
"all_permissive": false
} |
ansible_role | samuelarogbonlo/ethereum-k8s | 77e11923b6a5e9709298589386e0ac833822582c | 0 | ansible/roles/network | 94 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n# Common system setup tasks\n\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install basic system packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | ptaranat/homelab | 62c02b31df23af2fec2b545a1288ae88bbb7f022 | 0 | roles/k3s_master | 94 | [
"no_license"
] | [
{
"path": "roles/k3s_master/tasks/main.yml",
"content": "---\n# yamllint disable rule:line-length\n- name: Set Master IP Address Fact\n set_fact:\n master_ip: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\n cacheable: true\n\n- name: Install Latest k3s\n shell:\n cmd: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | ptaranat/homelab | 62c02b31df23af2fec2b545a1288ae88bbb7f022 | 0 | roles/k3s_node | 94 | [
"no_license"
] | [
{
"path": "roles/k3s_node/tasks/main.yml",
"content": "---\n# yamllint disable rule:line-length\n- name: Install Latest k3s\n shell:\n cmd: >\n set -o pipefail &&\n curl -sfL https://get.k3s.io |\n INSTALL_K3S_VERSION=\"v1.21.1+k3s1\"\n K3S_URL=https://{{ hostvars[groups['master'][0]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | ptaranat/homelab | 62c02b31df23af2fec2b545a1288ae88bbb7f022 | 0 | roles/sysupdate | 94 | [
"no_license"
] | [
{
"path": "roles/sysupdate/tasks/main.yml",
"content": "---\n- name: Run \"apt update\"\n apt:\n update_cache: true\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n- name: Remove useless packages from the cache\n apt:\n autoclean: true\n- name: Remove dependencies that... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | oldNoakes/ansible-role-maven | 512accecef0a28afec71024fc1620ac25435047a | 0 | tests/roles/spec | 94 | [
"no_license"
] | [
{
"path": "tests/roles/spec/tasks/main.yml",
"content": "---\n- name: Verify maven version\n shell: bash -lc 'mvn --version'\n register: root_result\n\n- assert:\n that:\n - root_result.rc == 0\n - \"'Maven' in root_result.stdout\"\n\n- name: Verify maven is available to non-root user\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/activate_sands | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/activate_sands/files/activate-sands.bash",
"content": "#!/usr/bin/env bash\n\n# Source: UbuntuでSandSをxcape+xmodmapで実現する - Qiita\n# https://qiita.com/ychubachi@github/items/95830219f1bdf912280b\n\nxmodmap -e 'keycode 255=space'\nxmodmap -e 'keycode 65=Shift_L'\nxcape -e '#65=space'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/add_to_groups | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/add_to_groups/tasks/main.yaml",
"content": "---\n- name: create docker group\n group:\n name: docker\n- name: add user to lxd & docker group\n user:\n name: \"{{ ansible_user }}\"\n append: yes\n groups:\n - lxd\n - docker\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/chsh_fish | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/chsh_fish/tasks/main.yaml",
"content": "---\n- name: find the location of fish shell\n command: which fish\n register: which_fish\n ignore_errors: yes\n changed_when: no\n- name: chsh fish\n user:\n name: \"{{ ansible_user }}\"\n shell: '{{ which_fish.stdout }}'\n when: w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/common_install_packages | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/common_install_packages/tasks/main.yaml",
"content": "---\n- name: install packages\n package:\n name: \"{{ item }}\"\n # skip_list\n state: latest\n with_items: \"{{ packages }}\"\n\n- name: install snap packages\n snap:\n name: \"{{ item.name | default(omit) }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1987,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/install_ssh_authorized_keys | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/install_ssh_authorized_keys/tasks/main.yaml",
"content": "---\n- name: Set authorized keys taken from url\n authorized_key:\n user: shuuji3\n key: https://github.com/shuuji3.keys\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/install_tailscale | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/install_tailscale/tasks/main.yaml",
"content": "---\n- name: Add an Apt signing key for the tailscale repository\n apt_key:\n url: https://pkgs.tailscale.com/unstable/ubuntu/focal.gpg\n state: present\n\n- name: Register apt repository\n apt_repository:\n repo: 'deb https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | shuuji3/ansible-setup-env | 005cf043a5f80ab5712f7adb00415577f7c1b568 | 0 | ubuntu/roles/setup_google_drive | 94 | [
"no_license"
] | [
{
"path": "ubuntu/roles/setup_google_drive/tasks/main.yaml",
"content": "---\n- name: install cargo and dependencies of GCSF\n package:\n name: \"{{ item }}\"\n with_items:\n - cargo\n - libssl-dev\n - libfuse-dev\n - pkg-config\n- name: check gcsf is installed\n stat:\n path: /root/.ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | danrabinowitz/CloudWorkEnvironment | 0deced27ee5c848aba35ea1a3d697e7cd9304845 | 0 | ansible/roles/devenv | 94 | [
"no_license"
] | [
{
"path": "ansible/roles/devenv/tasks/5-exporter_vpn.yml",
"content": "- name: Install vpn_status_exporter\n copy:\n src: vpn_status_exporter\n dest: /usr/local/bin/vpn_status_exporter\n owner: root\n group: root\n mode: '0755'\n\n- name: Install vpn_status_exporter.service\n copy:\n src... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8375,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/deploy-user | 94 | [
"no_license"
] | [
{
"path": "roles/deploy-user/tasks/main.yml",
"content": "---\n- name: Add the deploy user\n user: name=deployer\n generate_ssh_key=yes ssh_key_bits=2048\n home=/home/deployer\n shell=/bin/bash\n\n- name: Set up authorized_keys for the deploy user\n authorized_key: user=deployer\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/elasticsearch | 94 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Install JRE\n apt: pkg=openjdk-7-jre-headless state=latest install_recommends=no update_cache=yes\n\n- name: Download ElasticSearch package\n get_url: url=https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.2.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/nginx | 94 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=latest update_cache=yes force=yes\n notify:\n - Start Nginx\n\n# App settings - TODO: select which do you need from config\n- name: Install main Nginx config\n template: src=nginx.conf dest=/etc/ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2265,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/passenger | 94 | [
"no_license"
] | [
{
"path": "roles/passenger/templates/auth.conf.j2",
"content": "server {\n listen 80;\n server_name auth.{{domain}};\n root {{auth_dir}};\n passenger_enabled on;\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/passenger/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/ruby | 94 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n# Explore for packages at https://launchpad.net/~brightbox/+archive/ubuntu/ruby-ng\n- name: Install PPA for latest Ruby version\n apt_repository: repo=ppa:brightbox/ruby-ng state=present\n\n- name: Install Ruby package\n apt: pkg={{item}} state=lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | zigomir/serverus | 25559fedba278220a4a67b9079967e108a8a2ecc | 0 | roles/unicorn | 94 | [
"no_license"
] | [
{
"path": "roles/unicorn/tasks/main.yml",
"content": "- name: Setup API upstart service\n template: src=api.conf.j2 dest=/etc/init/api.conf\n\n- name: Setup AUTH upstart service\n template: src=auth.conf.j2 dest=/etc/init/auth.conf",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | sunakan/sunagimo-aws | fa9ea5f7d5f18b1973efa6ff89ed01737dcb9d20 | 0 | vagrant-env/ansible/roles/common | 94 | [
"no_license"
] | [
{
"path": "vagrant-env/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: 開発でよく使うパッケージを入れる\n become: yes\n apt:\n name:\n - tree\n - git\n - tig\n - vim\n - make\n - jq\n - tmux\n - direnv\n update_cache: yes\n cache_valid_time: 3600\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | sunakan/sunagimo-aws | fa9ea5f7d5f18b1973efa6ff89ed01737dcb9d20 | 0 | vagrant-env/ansible/roles/docker | 94 | [
"no_license"
] | [
{
"path": "vagrant-env/ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Dockerに必要なパッケージを入れる\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n update_cache: yes\n cache_valid_time: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | papapillon/ansibleTp | 2061af28c445e291300eb340287b19dc257105fe | 0 | roles/haproxy | 94 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/tests.yml",
"content": "- name: wait for haproxy to be up on port 8080\n wait_for:\n port: 8080\n- name: wait for haproxy to be up on port 80\n wait_for:\n port: 80\n- name: ensure stat parge return 200\n uri:\n url: http://127.0.0.1:8080/\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | papapillon/ansibleTp | 2061af28c445e291300eb340287b19dc257105fe | 0 | roles/tomcat-app | 94 | [
"no_license"
] | [
{
"path": "roles/tomcat-app/tasks/check-deploy-needed.yml",
"content": "- name: Get currently running application version\n uri:\n url: http://localhost:8080/{{ tomcat_app_name }}/version\n return_content: yes\n failed_when: false\n register: tomcat_app_predeploy_version\n\n- name : Deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/cert | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/cert/tasks/sub_tasks/directory.yml",
"content": "---\n- name: \"Create certs directory\"\n file:\n path: \"{{ cert.dir }}/{{ item }}\"\n state: directory\n with_items:\n - \"{{ groups['etcd'] }}\"\n - \"{{ groups['master'] }}\"\n - \"{{ groups['node... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 20947,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/coredns | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/coredns/tasks/main.yml",
"content": "---\n- name: \"Generate coredns yaml\"\n template:\n src: \"coredns-{{ coredns.version }}.yaml.j2\"\n dest: \"/tmp/coredns.yaml\"\n\n\n- name: \"Deploy coredns\"\n shell: \"kubectl apply -f /tmp/coredns.yaml\"\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/docker | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/docker/tasks/main.yml",
"content": "# 删除不符合版本的docker\n- name: query docker-ce-cli\n shell: \"dpkg -l docker-ce-cli | grep {{ docker.version }} | wc -l\"\n register: query_docker_ce_cli\n changed_when: \"query_docker_ce_cli.stdout.strip() == '0'\"\n\n\n- name: que... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1365,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/downloads | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/downloads/tasks/main.yml",
"content": "---\n- name: \"create downloads directory\"\n file:\n path: \"{{ item }}\" \n state: directory\n with_items:\n - \"{{ downloads_dir }}\" \n - \"{{ downloads_dir }}/kubernetes-{{ kubernetes.version }}\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/etcd | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/etcd/tasks/main.yml",
"content": "---\n- name: \"Unarchive etcd\"\n unarchive:\n src: \"{{ downloads_dir }}/etcd-v{{ etcd.version }}-linux-amd64.tar.gz\"\n dest: /usr/local/src\n \n- name: \"Install etcd\"\n copy:\n src: \"{{ item.src }}\"\n dest: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3780,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/init | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/init/tasks/main.yml",
"content": "---\n- name: set timezone to {{ timezone }}\n timezone: name={{ timezone }}\n\n- name: \"Install base application\"\n apt: \n name: ['ntpdate', 'git', 'vim', 'curl', 'wget', 'jq', 'psmisc', 'net-tools', 'telnet', 'lvm2', \"apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7023,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/master | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/master/templates/kubeconfig/controller-manager.kubeconfig.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/ca.pem\n server: https://{%- if loadbalance.single %}{{advertise}}:6443{% else %} {%- if 'domain_name'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10904,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/metrics | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/metrics/tasks/main.yml",
"content": "---\n\n- name: \"Distribution front-proxy-ca certs\"\n copy:\n src: \"{{ cert.dir }}/front-proxy-ca.pem\"\n dest: \"/etc/kubernetes/pki/\"\n owner: root\n group: root\n mode: 0644\n\n\n- name: \"Generate metrics y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/network-plugins | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/network-plugins/tasks/main.yml",
"content": "---\n- name: \"Get etcd-ca content\"\n slurp:\n src: \"/etc/kubernetes/pki/etcd-ca.pem\"\n register: cni_etcd_ca\n\n- name: \"Get etcd-client content\"\n slurp:\n src: \"/etc/kubernetes/pki/apiserver-etcd-client.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/node | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/node/templates/kubeconfig/kube-proxy.kubeconfig.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/ca.pem\n server: https://{%- if loadbalance.single %}{{hostvars[groups.master[0]].advertise}}:6443{% else %} {%-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8301,
"all_permissive": false
} |
ansible_role | dingtianwei/Vagrants | 110764e4ff3f18136195fd200d5ad2e7270e9370 | 0 | Vagrant_k8s/provisioning/roles/verify | 94 | [
"no_license"
] | [
{
"path": "Vagrant_k8s/provisioning/roles/verify/tasks/main.yml",
"content": "---\n- name: Fail if not supported OS\n assert:\n that: ansible_os_family in ['Debian']\n msg: \"{{ ansible_os_family }} is not a supported OS\"",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | govtmirror/bluebutton-ansible | 48f8492143f635c330a5f1436fcbb84e002ffcf7 | 0 | roles/bluebutton-nginx | 94 | [
"permissive"
] | [
{
"path": "roles/bluebutton-nginx/tasks/main.yml",
"content": "---\n\n- name: Install\n apt: name={{ item }} update_cache=true cache_valid_time=\"{{ 60 * 15 }}\"\n with_items:\n - nginx\n\n- name: Disable Site 'default'\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify:\n - Resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1840,
"all_permissive": true
} |
ansible_role | govtmirror/bluebutton-ansible | 48f8492143f635c330a5f1436fcbb84e002ffcf7 | 0 | roles/common | 94 | [
"permissive"
] | [
{
"path": "roles/common/README.md",
"content": "Common Role\n-----------\n\nApplying this role will apply the configuration and setup common to all Blue Button servers.\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 118
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 243,
"all_permissive": true
} |
ansible_role | govtmirror/bluebutton-ansible | 48f8492143f635c330a5f1436fcbb84e002ffcf7 | 0 | roles/hapi-server | 94 | [
"permissive"
] | [
{
"path": "roles/hapi-server/README.md",
"content": "Setting Up a JIRA Server\n------------------------\n\nApplying this role will setup a host running [bbonfhir-server](https://github.com/karlmdavis/bbonfhir-server).\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2070,
"all_permissive": true
} |
ansible_role | Takarigua/ansible_module | 7a0a6286dc9a4e400801c2c35157b68a56bbc8e0 | 0 | roles/create_file | 94 | [
"no_license"
] | [
{
"path": "roles/create_file/tasks/main.yml",
"content": "---\n# tasks/main.yml\n- name: Create file using custom module\n my_namespace.yandex_cloud_elk.my_own_module:\n path: \"{{ file_path }}\"\n content: \"{{ file_content }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/aws_create_auto_scaling_group | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/aws_create_auto_scaling_group/tasks/main.yml",
"content": "- name: Create AutoScaling Group\n local_action:\n module: ec2_asg\n name: \"{{base_name}}\"\n availability_zones: [ \"{{availability_zone1}}\" ]\n launch_config_name: \"{{base_name}}\"\n min_size: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/aws_create_launch_config | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/aws_create_launch_config/tasks/main.yml",
"content": "- name: Create Launch Config\n local_action:\n module: ec2_lc\n name: \"{{base_name}}\"\n image_id: \"{{ami_id}}\"\n key_name: \"{{key_pair_name}}\"\n vpc_id: \"{{vpc}}\"\n security_groups: [\"{{security... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/install_bundler | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/install_bundler/tasks/main.yml",
"content": "- name: install bundler \n become: true\n command: gem install bundler --version=1.16.0\n\n- name: gem update system for ubuntu\n become_user: ubuntu\n remote_user: ubuntu\n command: bash -lc \"gem update --system\"\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/machine_setup | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/machine_setup/files/bash_profile",
"content": "source ~/.bashrc\n\ncd /home/ubuntu/new-leaders-api2/current\n\npath=\"$HOME/bin:$HOME/.local/bin:$PATH:/usr/sbin\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "scri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/postgres | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: find ubuntu main repository name\n command: lsb_release -cs\n register: ubuntu_release\n\n- debug: var=ubuntu_release.stdout\n\n- name: check if repository is added\n apt_repository:\n repo: \"deb http://apt.postgresql.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1485,
"all_permissive": false
} |
ansible_role | lakshmi3300/psp_leaders_api | d5d23b04c6a09bde0f0210a06326d52a9a51af20 | 0 | script/ansible/roles/tools | 104 | [
"no_license"
] | [
{
"path": "script/ansible/roles/tools/tasks/main.yml",
"content": "---\n# - name: Add add-apt-repository --yes ppa:cernekee repository\n# command: \"add-apt-repository --yes ppa:cernekee\"\n#\n# # Add specified repository into sources list.\n# - apt_repository:\n# repo: deb http://archive.canonical.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1531,
"all_permissive": false
} |
ansible_role | pro100kvashin/cicd_test | afc0f2bfc57e530430f4c67f3b81fdf3e926bf36 | 0 | dynns-operator/roles/dynamicnamespace | 104 | [
"no_license"
] | [
{
"path": "dynns-operator/roles/dynamicnamespace/meta/main.yml",
"content": "---\n# file: roles/dynamicnamespace/meta/main.yml\ngalaxy_info:\n author: Slurm LLC team\n description: Create and prepare dynamic namespaces (for GitLab review- environments)\n company: Sportmaster LLC\n\n license: BSD\n\n mi... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 18254,
"all_permissive": false
} |
ansible_role | pro100kvashin/cicd_test | afc0f2bfc57e530430f4c67f3b81fdf3e926bf36 | 0 | dynns-operator/roles/dynfin | 104 | [
"no_license"
] | [
{
"path": "dynns-operator/roles/dynfin/tasks/main.yml",
"content": "---\n# file: roles/dynfin/tasks/main.yml\n# Task for finalizer name space. \n# Group of task remove variable with deploy token from gitlab.\n\n- name: Remove the namespace\n k8s:\n api_version: v1\n kind: Namespace\n name: \"{{ me... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | pro100kvashin/cicd_test | afc0f2bfc57e530430f4c67f3b81fdf3e926bf36 | 0 | dynns-operator/roles/metadynfin | 104 | [
"no_license"
] | [
{
"path": "dynns-operator/roles/metadynfin/meta/main.yml",
"content": "---\n# file: roles/dynfin/meta/main.yml\ngalaxy_info:\n author: Slurm LLC team\n description: Finalize dynamic namespaces (for GitLab review- environments)\n company: Sportmaster LLC\n\n license: BSD\n\n min_ansible_version: 2.8\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | pro100kvashin/cicd_test | afc0f2bfc57e530430f4c67f3b81fdf3e926bf36 | 0 | dynns-operator/roles/metadynns | 104 | [
"no_license"
] | [
{
"path": "dynns-operator/roles/metadynns/meta/main.yml",
"content": "---\n# file: roles/dynamicnamespace/meta/main.yml\ngalaxy_info:\n author: Southbridge LLC team\n description: Create and prepare namespace for CRs of dynamic namespaces (for GitLab review- environments)\n company: Sportmaster LLC\n\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2372,
"all_permissive": false
} |
ansible_role | Ahmed-Jim1/Micro-ONOS-project | 121015501c6f359a0d22cf7ac9fb1b1922891bf8 | 0 | Micro-ONOS/Ansible/roles/cluster-setup | 104 | [
"no_license"
] | [
{
"path": "Micro-ONOS/Ansible/roles/cluster-setup/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n apt:\n name: \n - curl\n - apt-transport-https\n - ca-certificates\n - conntrack\n state: present\n update_cache: yes\n\n- name: Install Docker\n shell: |\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | Ahmed-Jim1/Micro-ONOS-project | 121015501c6f359a0d22cf7ac9fb1b1922891bf8 | 0 | Micro-ONOS/Ansible/roles/helm | 104 | [
"no_license"
] | [
{
"path": "Micro-ONOS/Ansible/roles/helm/tasks/main.yaml",
"content": "---\n- name: Download Helm installation script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0755'\n\n- name: Install Helm\n shell: /tmp/get_helm.sh\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | sjempaynado/CPE_MIDEXAM_EMPAYNADO | 0dc88964e8564ba627b879704a727e9f1bc63e37 | 0 | roles/ESearch | 104 | [
"no_license"
] | [
{
"path": "roles/ESearch/tasks/main.yml",
"content": "- name: Add the Elasticsearch YUM repository (CentOS)\n yum_repository:\n name: elasticsearch\n description: Elasticsearch repository\n baseurl: https://artifacts.elastic.co/packages/7.x/yum\n gpgcheck: yes\n gpgkey: https://artifacts.ela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | sjempaynado/CPE_MIDEXAM_EMPAYNADO | 0dc88964e8564ba627b879704a727e9f1bc63e37 | 0 | roles/Grafana | 104 | [
"no_license"
] | [
{
"path": "roles/Grafana/tasks/main.yml",
"content": "- name: Download the Grafana in CentOS\n get_url:\n url: https://dl.grafana.com/enterprise/release/grafana-enterprise-9.2.2-1.x86_64.rpm\n dest: /tmp/grafana-enterprise-9.2.2-1.x86_64.rpm\n when: ansible_distribution == \"CentOS\"\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | sjempaynado/CPE_MIDEXAM_EMPAYNADO | 0dc88964e8564ba627b879704a727e9f1bc63e37 | 0 | roles/Influxdb | 104 | [
"no_license"
] | [
{
"path": "roles/Influxdb/tasks/main.yml",
"content": "- name: Download the Influxdb Package\n shell: curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update again Ubuntu to read the Influxdb Package in Ubuntu\n apt:\n upgrad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | sjempaynado/CPE_MIDEXAM_EMPAYNADO | 0dc88964e8564ba627b879704a727e9f1bc63e37 | 0 | roles/Prometheus | 104 | [
"no_license"
] | [
{
"path": "roles/Prometheus/tasks/main.yml",
"content": "- name: Installation of Prometheus for Ubuntu\n apt:\n name:\n - prometheus\n state: latest\n\n- name: Enabling snapd\n command: systemctl enable --now snapd.socket\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | ijayasundara/Ansible-ELK | c3f5289253bbcf5d4bd64ebba00021a369157f3a | 0 | roles/elasticsearch | 104 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/templates/elasticsearch.yml.j2",
"content": "# ======================== Elasticsearch Configuration =========================\n#\n# NOTE: Elasticsearch comes with reasonable defaults for most settings.\n# Before you set out to tweak and tune the configuration, make sure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5327,
"all_permissive": false
} |
ansible_role | ijayasundara/Ansible-ELK | c3f5289253bbcf5d4bd64ebba00021a369157f3a | 0 | roles/java | 104 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n#\n# Installing Java 8\n#\n# Install Java 8\n- name: Install the Java 8 package\n yum:\n name: java-1.8.0-openjdk-headless\n state: present\n update_cache: yes\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": 163,
"all_permissive": false
} |
ansible_role | ijayasundara/Ansible-ELK | c3f5289253bbcf5d4bd64ebba00021a369157f3a | 0 | roles/kibana | 104 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n#\n# Installing Kibana\n#\n# Add Kibana yum-repository\n- name: Adding Kibana repository\n copy:\n src=kibana-{{ elk_version }}.repo\n dest=/etc/yum.repos.d/kibana-{{ elk_version }}.repo\n owner=root\n group=root\n mode=0644\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | ijayasundara/Ansible-ELK | c3f5289253bbcf5d4bd64ebba00021a369157f3a | 0 | roles/logstash | 104 | [
"no_license"
] | [
{
"path": "roles/logstash/templates/elasticsearch-output.conf.j2",
"content": "output {\n elasticsearch {\n hosts => [\"{{ ansible_default_ipv4.address }}:9200\"]\n sniffing => true\n manage_template => false\n index => \"%{[@metadata][beat]}-%{+YYYY.MM.dd}\"\n document_type => \"%{[@metadata][typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2536,
"all_permissive": false
} |
ansible_role | ijayasundara/Ansible-ELK | c3f5289253bbcf5d4bd64ebba00021a369157f3a | 0 | roles/nginx | 104 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n#\n# Installing Nginx\n#\n# Install EPEL Repo\n- name: Check/Install EPEL Repo for nginx\n yum:\n name={{ epel_repo }}\n state=present\n become: true\n# Install Nginx\n- name: Install nginx\n yum:\n name: nginx\n become: true\n# Deploy ki... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | sbhmnaik/MySQL-operator | d492012e4a6b35ce4589fa884fd1a966f91ba171 | 0 | roles/mysql | 104 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main1.yaml",
"content": "---\n- name: start mysql\n k8s:\n definition:\n kind: StatefulSet\n apiVersion: apps/v1\n metadata:\n name: 'mysql-deployment'\n namespace: '{{ meta.namespace }}'\n spec:\n replicas: \"{{size}}\"\n sele... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2600,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/common_packages | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/common_packages/tasks/main.yml",
"content": "---\n- name: Install various packages\n become: true\n block:\n - name: Install common packages (okular, vlc, kate, ...)\n ansible.builtin.package:\n name:\n - python3-dnf # Needed for Ansible to interact w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/configure_dnf | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/configure_dnf/tasks/main.yaml",
"content": "---\n- name: Configure dnf\n become: true\n block:\n - name: Ensure 'fastestmirror=True' is present in /etc/dnf/dnf.conf\n become: true\n ansible.builtin.lineinfile:\n path: /etc/dnf/dnf.conf\n regexp: '^... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/cron_permissions | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/cron_permissions/tasks/main.yaml",
"content": "---\n- name: Harden file permissions in /etc/\n become: true\n block:\n - name: Set permissions on individual files\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.