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 | dandezille/home-network | 42db2135d3a6ea7c798c3171cb338d99c032befe | 0 | roles/containers-upgrade | 206 | [
"no_license"
] | [
{
"path": "roles/containers-upgrade/tasks/main.yml",
"content": "---\n- name: \"Pull containers\"\n when: container_host is true\n command: docker compose pull\n args:\n chdir: '{{ deploy_dir }}'\n\n- name: \"Restart containers\"\n when: container_host is true\n command: docker compose up -d --remov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | dandezille/home-network | 42db2135d3a6ea7c798c3171cb338d99c032befe | 0 | roles/docker | 206 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker repo requirements\n become: yes\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - python3-pip\n notify:\n - apt clean\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | dandezille/home-network | 42db2135d3a6ea7c798c3171cb338d99c032befe | 0 | roles/tailscale | 206 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yml",
"content": "---\n- name: Add tailscale repo key\n become: yes\n vars:\n - url_base: https://pkgs.tailscale.com/stable\n - distro: \"{{ ansible_facts.distribution | lower }}\"\n - release: \"{{ ansible_facts.distribution_release | lower }}\"\n apt_key:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | mobiqa/learn-ansible | d7f26e7ad203fba75784bc24842e33c360acd28f | 0 | roles/demo | 206 | [
"no_license"
] | [
{
"path": "roles/demo/tasks/main.yml",
"content": "\n- name: Print Hello\n ansible.builtin.debug:\n msg: Hello from role\n\n- name: Print HELLO\n ansible.builtin.debug:\n msg: URL == {{URL}}\n\n- name: Print HELLO\n ansible.builtin.debug:\n msg: URL1 == {{URL}}\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | GDR/dotfiles | f9051d397f4807f341304f44ac54012ac9200eed | 0 | ansible/roles/common | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Move keyboard layout settings to xorg\n become: true\n ansible.builtin.copy:\n src: 00-keyboard.conf\n dest: /etc/X11/xorg.conf.d/00-keyboard.conf\n owner: root\n mode: 644\n force: no\n- name: Ensure user systemd fodler e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | fajmayor/iac-microservices-app-k8s-deploy | 69f05ee5fbf04eea7206bc3c8ca3ba96ea68b0e4 | 0 | ansible/roles/jenkins | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": " - name: install docker\n package:\n name:\n - docker\n state: present\n\n - name: Enable docker\n ansible.builtin.systemd:\n name: docker\n enabled: true\n\n - name: Start docker\n ansible.builtin.systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | roystchiang/terrarium-api | b7838ac37d494a812e8c211118fac2c59fc5d52f | 0 | deployment/roles/compiles | 210 | [
"no_license"
] | [
{
"path": "deployment/roles/compiles/tasks/main.yml",
"content": "---\n- name: stack setup terrarium-api\n command: stack setup --allow-different-user chdir={{document_root}}/terrarium\n sudo: no\n\n- name: create directory for terrarium-api\n file: path={{document_root}}/terrarium/dist/x86_64-linux stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | roystchiang/terrarium-api | b7838ac37d494a812e8c211118fac2c59fc5d52f | 0 | deployment/roles/docker-build | 210 | [
"no_license"
] | [
{
"path": "deployment/roles/docker-build/tasks/main.yml",
"content": "---\n- name: docker-compose build\n shell: docker-compose build chdir={{document_root}}/terrarium\n\n- name: docker-compose up -d\n shell: docker-compose up -d chdir={{document_root}}/terrarium\n\n- name: docker-compose migrate\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | roystchiang/terrarium-api | b7838ac37d494a812e8c211118fac2c59fc5d52f | 0 | deployment/roles/docker-setup | 210 | [
"no_license"
] | [
{
"path": "deployment/roles/docker-setup/tasks/main.yml",
"content": "---\n- name: get kernel version\n shell: uname -r\n ignore_errors: yes \n register: uname_result\n\n- name: install necessary packages before installing docker\n apt: pkg={{ item }} state=installed update_cache=yes\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | roystchiang/terrarium-api | b7838ac37d494a812e8c211118fac2c59fc5d52f | 0 | deployment/roles/haskell-related | 210 | [
"no_license"
] | [
{
"path": "deployment/roles/haskell-related/tasks/main.yml",
"content": "---\n- name: install haskell\n apt: name=haskell-platform state=installed\n\n- name: add apt key for stack\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=575159689BEFB442 state=present\n\n- name: add stack to fpco.list\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/base | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: install yum-cron\n yum:\n name: yum-cron\n state: latest\n\n- name: add yum-cron config file for secuity upgrades\n copy:\n content: |\n update_cmd = security\n apply_upgrades = true\n dest: /root/ssh_keygen_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/gogs | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/gogs/tasks/main.yml",
"content": "---\n\n- name: copy custom ssh_keygen_tmp SELinux module to server\n copy:\n src: files/ssh_keygen_tmp.pp\n dest: /root/ssh_keygen_tmp.pp\n owner: root\n mode: '400'\n notify:\n - load ssh_keygen_tmp semodule\n\n- name: create confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1917,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/letsencrypt | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/letsencrypt/tasks/main.yml",
"content": "---\n\n- name: clone letsencrypt from master\n git:\n repo: https://github.com/certbot/certbot.git\n dest: /opt/certbot\n force: true\n\n- name: create certbot-renew systemd service\n tags: [ config ]\n copy:\n src: files/certb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/nginx_reverse_proxy | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_reverse_proxy/tasks/get-new-certs.yml",
"content": "---\n\n- name: add vhost nginx configs (with SSL if there are live certs)\n tags: [ config ]\n template:\n src: templates/vhost.conf\n dest: /etc/nginx/conf.d/{{ vhost['name'] }}.conf\n owner: nginx\n mode: '640... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/promtail | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/promtail/tasks/main.yml",
"content": "---\n\n- name: create promtail systemd service\n template:\n src: templates/promtail.service\n dest: /etc/systemd/system/promtail.service\n owner: root\n mode: '644'\n notify:\n - restart promtail\n - systemd daemon-reload\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2176,
"all_permissive": false
} |
ansible_role | strongoose/vps | 9dff6d769407440fdc3b1d5a331eba62350259a5 | 0 | ansible/roles/toolbox | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/toolbox/tasks/main.yml",
"content": "---\n- name: set up EPEL with epel-release\n yum:\n name: epel-release\n state: latest\n\n- name: install htop\n yum:\n name: htop\n state: latest\n\n- name: install nmap\n yum:\n name: nmap-ncat\n state: latest\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | amindeed/Ansible-Win-AutoProvisioning | 0f2528656dac3d8a0c9ff8a7dc63a5773f0bfc22 | 0 | playbooks/roles/ans-win-auto-prov | 210 | [
"no_license"
] | [
{
"path": "playbooks/roles/ans-win-auto-prov/tasks/01_pre-setup.yml",
"content": "---\n- name: 'Generate \"PRE-SETUP\" tasks file from template (1/2)'\n template:\n src: \"{{ role_path }}/tasks/templates/operations.yml.j2\"\n dest: \"{{ role_path }}/temp/01_{{ shortname | default('') }}__pre-setup.ym... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3002,
"all_permissive": false
} |
ansible_role | Furiouss38/pod_install | 7d7fb5f00f42d9fba82ef22059a79f20fe43109b | 0 | roles/pod_install | 210 | [
"no_license"
] | [
{
"path": "roles/pod_install/tasks/rabbit.yml",
"content": "- name: install rabbit\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - rabbitmq-server\n become: True\n\n- rabbitmq_vhost:\n name: \"{{ rabbit_queue}}\"\n state: present\n become: True\n\n- rabbitmq_user:\n user: \"{... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10351,
"all_permissive": false
} |
ansible_role | Furiouss38/pod_install | 7d7fb5f00f42d9fba82ef22059a79f20fe43109b | 0 | roles/pod_update | 210 | [
"no_license"
] | [
{
"path": "roles/pod_update/tasks/main.yml",
"content": "- git:\n clone: no\n update: yes\n force: yes\n repo: \"{{depot}}\"\n dest: \"{{django_path}}\"\n\n- name: \"update frontal\"\n block:\n - pip:\n requirements: \"{{requirements}}\"\n virtualenv: \"{{venv_path}}/{{venv}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | kemopq/ansible_collection_freeipa_kolla | 7e7f1b28e3067cac50e900b699d78d0a452d000a | 0 | roles/ipa_config | 210 | [
"permissive"
] | [
{
"path": "roles/ipa_config/tasks/destroy.yml",
"content": "---\n############################################################\n# tasks file to remove configuration of FreeIPA\n############################################################\n- name: IPA DNS records block\n include_tasks: ipa_insert_cloud_name... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7369,
"all_permissive": true
} |
ansible_role | kemopq/ansible_collection_freeipa_kolla | 7e7f1b28e3067cac50e900b699d78d0a452d000a | 0 | roles/openstack_admin | 210 | [
"permissive"
] | [
{
"path": "roles/openstack_admin/tasks/os_group_role_remove.yml",
"content": "---\n############################################################\n# tasks file for removing role from os group\n############################################################\n- name: Remove role from group\n vars:\n group_id:... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 11546,
"all_permissive": true
} |
ansible_role | kemopq/ansible_collection_freeipa_kolla | 7e7f1b28e3067cac50e900b699d78d0a452d000a | 0 | roles/openstack_config | 210 | [
"permissive"
] | [
{
"path": "roles/openstack_config/tasks/destroy.yml",
"content": "---\n############################################################\n# tasks file to remove configuration of Openstack\n############################################################\n- name: Config cloud block\n include_tasks: cloud_config_des... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6634,
"all_permissive": true
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/backup | 210 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n# tasks file for backup\n\n- name: Install backup packages\n package: name={{ item }} state=latest\n with_items:\n - deja-dup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/base | 210 | [
"no_license"
] | [
{
"path": "roles/base/handlers/main.yml",
"content": "---\n# handlers file for base\n- name: restart systemd-timesyncd\n service:\n name: systemd-timesyncd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/base/defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3654,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/certbot | 210 | [
"no_license"
] | [
{
"path": "roles/certbot/templates/cloudflare.ini.j2",
"content": "dns_cloudflare_api_token = {{ certbot.cloudflare_api_token }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/certbot/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/consul | 210 | [
"no_license"
] | [
{
"path": "roles/consul/templates/consul.service.j2",
"content": "[Unit]\nDescription=\"HashiCorp Consul - A service mesh solution\"\nDocumentation=https://www.consul.io/\nRequires=network-online.target\nAfter=network-online.target\nConditionFileNotEmpty={{ consul_etc_dir.path }}/consul.hcl\n\n[Service]\nTy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2846,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/desktophw | 210 | [
"no_license"
] | [
{
"path": "roles/desktophw/defaults/main.yml",
"content": "---\n# defaults file for desktophw",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/desktophw/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/development | 210 | [
"no_license"
] | [
{
"path": "roles/development/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - development",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/development/tasks/main.yml",
"content": "---\n# tasks file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/homeconfig | 210 | [
"no_license"
] | [
{
"path": "roles/homeconfig/vars/main.yml",
"content": "---\n# vars file for homeconfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/homeconfig/handlers/main.yml",
"content": "---\n# handlers file for homeconfig\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1890,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/laptophw | 210 | [
"no_license"
] | [
{
"path": "roles/laptophw/defaults/main.yml",
"content": "---\n# defaults file for laptophw\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/laptophw/vars/main.yml",
"content": "---\n# vars file for laptophw\nlaptophw:\n powertop:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/nomad | 210 | [
"no_license"
] | [
{
"path": "roles/nomad/templates/nomad.hcl.j2",
"content": "datacenter = \"{{ nomad.config.datacenter }}\"\ndata_dir = \"{{ nomad.config.data_dir }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/nomad/templates/server.hcl.j2",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2455,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/printserver | 210 | [
"no_license"
] | [
{
"path": "roles/printserver/defaults/main.yml",
"content": "---\n# defaults file for printserver\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/printserver/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/productivity | 210 | [
"no_license"
] | [
{
"path": "roles/productivity/handlers/main.yml",
"content": "---\n# handlers file for productivity\n\n- name: update initramfs\n command: sudo update-initramfs -u -k all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/productivity/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/security | 210 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n# tasks file for security\n\n- name: Install yubico repo\n apt_repository:\n repo: 'ppa:yubico/stable'\n\n- name: Install security packages\n package: name={{ item }} state=latest\n with_items:\n - pcscd\n - pcsc-tools\n - scdaemon\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/smbclient | 210 | [
"no_license"
] | [
{
"path": "roles/smbclient/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - smbclient",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/smbclient/defaults/main.yml",
"content": "---\n# defaults file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/smbserver | 210 | [
"no_license"
] | [
{
"path": "roles/smbserver/templates/smb.conf.j2",
"content": "[global]\n workgroup = WORKGROUP\n server string = %h server\n\n # The specific set of interfaces / networks to bind to\n # This can be either the interface name or an IP address/netmask;\n # interface names are normally preferred\n interf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5834,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/sshserver | 210 | [
"no_license"
] | [
{
"path": "roles/sshserver/tasks/main.yml",
"content": "---\n# tasks file for sshserver\n- name: Enable ssh service\n systemd:\n name: ssh\n daemon_reload: yes\n enabled: yes\n state: started\n\n- name: Template sshd_config\n template:\n src: \"{{ role_path }}/templates/sshd_config.j2\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/vault | 210 | [
"no_license"
] | [
{
"path": "roles/vault/templates/vault.hcl.j2",
"content": "ui = true\n\napi_addr = \"https://{{ ansible_default_ipv4.address }}:8200\"\ncluster_addr = \"http://{{ ansible_default_ipv4.address }}:8201\"\n\nlistener \"tcp\" {\n address = \"[::]:8200\"\n tls_cert_file = \"{{ vault.config.tcp_cert }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3329,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/virtualization | 210 | [
"no_license"
] | [
{
"path": "roles/virtualization/vars/main.yml",
"content": "---\n# vars file for virtualization\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/virtualization/handlers/main.yml",
"content": "---\n# handlers file for virtualization\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/windowmanager-i3 | 210 | [
"no_license"
] | [
{
"path": "roles/windowmanager-i3/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - windowmanager-i3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/windowmanager-i3/vars/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | derektamsen/sysmgmt_playbook | 59efc4f2e45ec1ad1686f12442fdb1052009bda0 | 0 | roles/yubico-2fa | 210 | [
"no_license"
] | [
{
"path": "roles/yubico-2fa/vars/main.yml",
"content": "---\n# vars file for roles/yubico-2fa\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/yubico-2fa/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | sotoiwa/aws-vpc-IaC-sample | fdccbd11501e9e07af144fe5198f4f7d0479a3de | 0 | ansible/roles/ec2 | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2/tasks/main.yml",
"content": "- name: Search for Amazon Linux 2 AMI\n ec2_ami_facts:\n filters:\n name: \"amzn2-ami-hvm-2.0.????????-x86_64-gp2\"\n owners: amazon\n register: amazon_linux_2_amis\n\n- name: Get latest AMI\n set_fact:\n latest_ami: \"{{ amazon_linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | sotoiwa/aws-vpc-IaC-sample | fdccbd11501e9e07af144fe5198f4f7d0479a3de | 0 | ansible/roles/sg | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/sg/tasks/main.yml",
"content": "- name: Create web security group\n ec2_group:\n name: web\n state: present\n description: security group for web\n vpc_id: \"{{ vpc_net.vpc.id }}\"\n rules:\n - proto: tcp\n ports:\n - 80\n cidr_ip: 0.0.0.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | sotoiwa/aws-vpc-IaC-sample | fdccbd11501e9e07af144fe5198f4f7d0479a3de | 0 | ansible/roles/vpc | 210 | [
"no_license"
] | [
{
"path": "ansible/roles/vpc/tasks/main.yml",
"content": "- name: Create VPC\n ec2_vpc_net:\n name: vpc-ansible\n state: present\n cidr_block: 10.0.0.0/16\n region: ap-northeast-1\n dns_hostnames: yes\n dns_support: yes\n register: vpc_net\n\n- name: Create first public subnet\n ec2_vpc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2632,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/base | 210 | [
"no_license"
] | [
{
"path": "roles/base/defaults/main.yml",
"content": "---\n__base_packages:\n - curl\n - git\n - mosh\n - openssh-server\n - tmux\n - traceroute\n - tcpdump\n - vim\n - zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/base/task... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/devenv | 210 | [
"no_license"
] | [
{
"path": "roles/devenv/tasks/setup-Debian.yml",
"content": "---\n- name: Install common dev tools\n become: true\n apt:\n state: present\n name: \"{{ devenv_packages }}\"\n update_cache: yes\n tags: [devenv]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/dotfiles | 210 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Clone dotfiles repo\n git:\n dest: \"{{ dotfiles_dest }}\"\n repo: \"{{ dotfiles_git }}\"\n recursive: yes\n accept_hostkey: yes\n track_submodules: yes\n version: main\n force: yes\n ignore_errors: yes\n tags: [dotf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/dropbox | 210 | [
"no_license"
] | [
{
"path": "roles/dropbox/tasks/setup-Debian.yml",
"content": "---\n- name: Set up dropbox repository\n become: true\n apt_repository:\n repo: \"deb [arch=i386,amd64] https://linux.dropbox.com/ubuntu disco main\"\n filename: \"dropbox\"\n state: present\n update_cache: yes\n tags: [dropbox]\n\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/element | 210 | [
"no_license"
] | [
{
"path": "roles/element/tasks/setup-Debian.yml",
"content": "---\n\n- name: Check element keyring\n stat:\n path: \"{{ element_gpg_file }}\"\n register: element_gpg\n tags: [element]\n\n- name: Download element GPG\n become: true\n get_url:\n url: \"{{ element_gpg_url }}\"\n dest: \"{{ elemen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/wireguard | 210 | [
"no_license"
] | [
{
"path": "roles/wireguard/defaults/main.yml",
"content": "---\nwireguard_interface: wg0\nwireguard_port: 51820\nwireguard_range_v4: 10.0.0.0/24\nwireguard_path: /etc/wireguard",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/wireguard/handle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3304,
"all_permissive": false
} |
ansible_role | chantra/ansible-personal | ad5ab74ea61cdfca0a11bdaf9d3265a30a6fba01 | 0 | roles/workstation | 210 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/setup-RedHat.yml",
"content": "---\n# Originally using filter /usr/share/flatpak/fedora-flathub.filter\n- name: Remove filter from flathub\n become: true\n command:\n cmd: flatpak remote-modify --no-filter flathub\n tags: [install]\n\n- name: Install workstation flat... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3291,
"all_permissive": false
} |
ansible_role | devkelzs/ansible_role_project2 | df9618ba1a6ee751eb6695c511b894eab9797e01 | 0 | roles/apache | 210 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Ensure Apache is running\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: Install tools (curl, tar)\n apt:\n name:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | devkelzs/ansible_role_project2 | df9618ba1a6ee751eb6695c511b894eab9797e01 | 0 | roles/firewall | 210 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Install UFW\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: Allow SSH\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Allow HTTP\n ufw:\n rule: allow\n port: \"80\"\n proto: tcp\n\n- name: Allow HTTP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | devkelzs/ansible_role_project2 | df9618ba1a6ee751eb6695c511b894eab9797e01 | 0 | roles/mysql | 210 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "db_name: wordpress\ndb_user: wp_user\ndb_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL Server\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | devkelzs/ansible_role_project2 | df9618ba1a6ee751eb6695c511b894eab9797e01 | 0 | roles/php | 210 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: Install PHP and required modules\n apt:\n name:\n - php\n - libapache2-mod-php\n - php-mysql\n state: present\n update_cache: yes\n\n- name: Restart Apache to load PHP\n service:\n name: apache2\n state: restarted\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | RodrigoTobio/UTNFRA_SO_2do_Parcial_Tobio | 40706be2da7576a00b1292d50b57a56520b21b24 | 0 | 202406/ansible/roles/2do_parcial | 210 | [
"no_license"
] | [
{
"path": "202406/ansible/roles/2do_parcial/vars/main.yml",
"content": "---\n# vars file for 2do_parcial\nalumno_nombre: \"Rodrigo\"\nalumno_apellido: \"Tobio\"\nalumno_division: \"113\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "202406/ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | rworksjp/ansible-role-repo-pandorafms | 963de0eef08586f3986814577547a865c102231c | 0 | tests/roles/test-repo-pandorafms | 210 | [
"no_license"
] | [
{
"path": "tests/roles/test-repo-pandorafms/tasks/main.yml",
"content": "---\n\n- debug: var=repo_pandorafms_enabled\n\n- name: Check repo file\n file:\n path: /etc/yum.repos.d/artica_pandorafms.repo\n state: file\n\n- name: Check repo's url (must be unchanged).\n ini_file:\n dest: /etc/yum.repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | nullconfig/ansible_molecule | 040e64fc875b9a02081d5360d433a8c18e6789b0 | 0 | roles/centos_toolchain | 201 | [
"no_license"
] | [
{
"path": "roles/centos_toolchain/tasks/main.yml",
"content": "---\r\n- name: Disable selinux\r\n selinux:\r\n state: disabled\r\n\r\n- name: Centos toolchain\r\n block:\r\n - name: Remove any previous docker installs\r\n yum:\r\n name:\r\n \"{{ old_docker_install }}\"\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | nullconfig/ansible_molecule | 040e64fc875b9a02081d5360d433a8c18e6789b0 | 0 | roles/configure-lvm-storage | 201 | [
"no_license"
] | [
{
"path": "roles/configure-lvm-storage/tasks/main.yml",
"content": "---\r\n- name: Confiugure LVM\r\n block:\r\n - name: Set device name without double quotes\r\n set_fact: \r\n block_device: \"{{ device_name }}\"\r\n\r\n - name: Scanning for new disks\r\n command: /usr/bin/rescan-sc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | koh-sh/atcoder-python-role | a53c6b7567c63643348ba5cae857b78732c7aea3 | 0 | roles/pyenv | 201 | [
"no_license"
] | [
{
"path": "roles/pyenv/templates/requirements.txt",
"content": "astroid==2.2.5\nisort==4.3.21\nlazy-object-proxy==1.4.3\nmccabe==0.6.1\nnumpy=={{ numpy_version }}\npylint==2.3.0\nscipy=={{ scipy_version }}\nsix==1.14.0\ntyped-ast==1.4.1\ntyping==3.7.4.1\nwrapt==1.11.2\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2716,
"all_permissive": false
} |
ansible_role | sheeshkebab/etg-contoso | dd6ee83c611b1834d4457f22714e5e1e05e87d41 | 0 | roles/control_node | 201 | [
"no_license"
] | [
{
"path": "roles/control_node/tasks/main.yml",
"content": "---\n- hostname:\n name: \"{{short_name}}\"\n\n- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Install EPEL\n dnf:\n name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm\"\n state: present\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4097,
"all_permissive": false
} |
ansible_role | sheeshkebab/etg-contoso | dd6ee83c611b1834d4457f22714e5e1e05e87d41 | 0 | roles/tower_node | 201 | [
"no_license"
] | [
{
"path": "roles/tower_node/tasks/provision.yml",
"content": "---\n- name: ensure workshop folder {{ ec2_name_prefix }} exists\n file:\n path: \"{{ playbook_dir }}/{{ ec2_name_prefix }}\"\n state: directory\n\n## These AWS resources are used for every workshop type\n## This includes VPC, subnet, Secu... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2469,
"all_permissive": false
} |
ansible_role | sheeshkebab/etg-contoso | dd6ee83c611b1834d4457f22714e5e1e05e87d41 | 0 | roles/user_accounts | 201 | [
"no_license"
] | [
{
"path": "roles/user_accounts/tasks/main.yml",
"content": "---\n- name: Create User Group\n group:\n name: \"{{ item }}\"\n state: present\n tags:\n - user_accounts\n - users\n with_sequence: \"start=1 end={{ student_total }} format={{ student_prefix }}%02d\"\n \n- name: Create User Account... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | sheeshkebab/etg-contoso | dd6ee83c611b1834d4457f22714e5e1e05e87d41 | 0 | roles/vscode | 201 | [
"no_license"
] | [
{
"path": "roles/vscode/templates/coder-config.j2",
"content": "{% set username = item %}\n{#% set key = user_coder_details[item] %#}\n{#bind-addr: 127.0.0.1:{{ user_coder_details[key] }} #}\nbind-addr: 127.0.0.1:{{ user_coder_details[username] }} \nauth: <PASSWORD>\npassword: <PASSWORD>\ncert: false\n",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6663,
"all_permissive": false
} |
ansible_role | sheeshkebab/etg-contoso | dd6ee83c611b1834d4457f22714e5e1e05e87d41 | 0 | roles/workshop_jumphost | 201 | [
"no_license"
] | [
{
"path": "roles/workshop_jumphost/defaults/main.yml",
"content": "---\nssh_port: 22\nrhel: \"rhel8\"\ncommon_node_config_options:\n - dest: /etc/ssh/sshd_config\n regexp: '^#?Port'\n line: Port {{ ssh_port | default('22') }}\n validate: sshd -t -f %s\n\n - dest: /etc/ssh/sshd_config\n regexp:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7924,
"all_permissive": false
} |
ansible_role | AbrahamArellano/amq7-ansible-playbook | f4edb06213a86fbb3ea892078e480516103a7ebe | 0 | roles/amq-install | 201 | [
"permissive"
] | [
{
"path": "roles/amq-install/tasks/configure/address.yml",
"content": "---\n\n- name: configure - address-setting - remove default setting for all addresses.\n xml:\n path: \"{{ amq_broker_dir }}/{{ amq_broker_name }}/etc/broker.xml\"\n xpath: /conf:configuration/core:core/core:address-settings\n ... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 15286,
"all_permissive": true
} |
ansible_role | AbrahamArellano/amq7-ansible-playbook | f4edb06213a86fbb3ea892078e480516103a7ebe | 0 | roles/amq-uninstall | 201 | [
"permissive"
] | [
{
"path": "roles/amq-uninstall/meta/main.yaml",
"content": "---\ngalaxy_info:\n authors: <NAME> (<EMAIL>)\n description: AMQ Uninstallation Role\n company: Red Hat\n license: TBD\n min_ansible_version: 2.2.1.0\n platforms:\n - name: EL\n versions:\n - all\n galaxy_tags:\n - amq\ndependenci... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3336,
"all_permissive": true
} |
ansible_role | ThomasDetemmerman/AnsibleTower | cef7196ea81376e60a6c6a97499a590c3eb346ec | 0 | roles/PHP | 201 | [
"no_license"
] | [
{
"path": "roles/PHP/tasks/main.yml",
"content": "---\n- name: install PHP\n package:\n name: php, php-mysql\n state: present\n notify: restart httpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | ThomasDetemmerman/AnsibleTower | cef7196ea81376e60a6c6a97499a590c3eb346ec | 0 | roles/httpd | 201 | [
"no_license"
] | [
{
"path": "roles/httpd/meta/main.yml",
"content": "---\ndependencies:\n - { role: PHP }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n package:\n name: httpd\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | ThomasDetemmerman/AnsibleTower | cef7196ea81376e60a6c6a97499a590c3eb346ec | 0 | roles/mariadb | 201 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- name: install mariadb server\n package:\n name: mariadb-server\n state: present\n\n- name: ensure httpd is running\n service:\n name: mariadb\n state: running\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | server/ansible/roles/base | 201 | [
"no_license"
] | [
{
"path": "server/ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: Instalacao Pacotes base\n ansible.builtin.package:\n name:\n - vim-nox\n - htop\n - iotop\n - iftop\n - hdparm\n - locate\n - traceroute\n - ipcalc\n - whois\n - dnsutils\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | server/ansible/roles/shell | 201 | [
"no_license"
] | [
{
"path": "server/ansible/roles/shell/tasks/main.yaml",
"content": "---\n- name: Baixando script starship\n ansible.builtin.get_url:\n url: https://starship.rs/install.sh\n dest: /tmp/starship_install.sh\n mode: '0755'\n\n- name: Instalando starship\n ansible.builtin.shell:\n cmd: /tmp/starshi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | server/ansible/roles/update | 201 | [
"no_license"
] | [
{
"path": "server/ansible/roles/update/tasks/main.yaml",
"content": "---\n- name: Atualizando o sistema (Debian)\n ansible.builtin.apt: \n name: '*'\n state: latest \n update_cache: yes\n only_upgrade: 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": 154,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/apps | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/apps/tasks/apps.yaml",
"content": "---\n- name: Apps distro base Debian\n block:\n - name: Adicionando chave Brave\n ansible.builtin.apt_key:\n url: 'https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg'\n keyring: /usr/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2847,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/base | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: Pacotes Base do Sistema\n block: \n - name: Instalando pacotes\n ansible.builtin.package:\n name:\n - htop\n - iotop\n - iftop\n - hdparm\n - locate\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2006,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/devops | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/devops/tasks/apps/microsoft.yaml",
"content": "---\n- name: Apps devops distro base Debian\n block:\n - name: Adicionando chave Microsoft\n ansible.builtin.apt_key:\n url: 'https://packages.microsoft.com/keys/microsoft.asc'\n keyring: /usr/share/ke... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6700,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/flatpak | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/flatpak/tasks/main.yaml",
"content": "---\n- name: Adicionando Repositorio Flathub\n ansible.builtin.command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n \n- name: Instalando Apps via flatpak\n community.general.flat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/fonts | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/fonts/tasks/main.yaml",
"content": "---\n- name: Criando pasta fonts\n ansible.builtin.file:\n path: /home/{{host_user}}/.local/share/fonts\n state: directory\n owner: '{{host_user}}'\n group: '{{host_user}}'\n mode: '0775'\n\n- name: Instalando... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/shell | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/shell/tasks/main.yaml",
"content": "---\n\n- import_tasks: shells.yaml\n\n- name: Setando hostname\n ansible.builtin.hostname:\n name: '{{hostname_set}}'\n\n- name: Criando diretorios base\n file:\n path: '{{item}}'\n state: directory\n mode: '0700'\n ow... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4079,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/update | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/update/tasks/main.yaml",
"content": "---\n- name: Distros Base RedHat\n block: \n - name: Faster dnf\n ini_file:\n path: /etc/dnf/dnf.conf\n section: main\n option: fastestmirror\n value: true \n\n - name: Atualizando o siste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | workstation/ansible/roles/virtualization | 201 | [
"no_license"
] | [
{
"path": "workstation/ansible/roles/virtualization/tasks/configs/user_permission.yaml",
"content": "---\n- name: Adicionando usuario no grupo libvirt\n ansible.builtin.user: \n name: '{{ host_user }}'\n groups: libvirt \n append: yes\n...",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | wsl/ansible/roles/base | 201 | [
"no_license"
] | [
{
"path": "wsl/ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: Instalando pacotes base\n ansible.builtin.package: name={{item}}\n with_items:\n - htop\n - iotop\n - iftop \n - locate\n - traceroute\n - tree\n - ipcalc\n - sipcalc\n - whois\n - dnsutils\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | wsl/ansible/roles/devops | 201 | [
"no_license"
] | [
{
"path": "wsl/ansible/roles/devops/tasks/main.yaml",
"content": "---\n- name: Adiciona repositorio e instala azure-cli\n block:\n\n - name: Adicionando chave Microsoft\n ansible.builtin.apt_key:\n url: 'https://packages.microsoft.com/keys/microsoft.asc'\n keyring: /usr/share/keyrings... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3728,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | wsl/ansible/roles/shell | 201 | [
"no_license"
] | [
{
"path": "wsl/ansible/roles/shell/tasks/main.yaml",
"content": "---\n- name: Criando diretorios de configuração e base\n block:\n\n - name: Criar diretorios Base\n file:\n path: '{{item}}'\n state: directory\n mode: '0700'\n owner: '{{host_user}}'\n group: '{{hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | drsemann/automation | b8321120bc5eb2c114ec2dd7fa96370272807deb | 1 | wsl/ansible/roles/update | 201 | [
"no_license"
] | [
{
"path": "wsl/ansible/roles/update/tasks/main.yaml",
"content": "---\n- name: Update e Upgrade do S.O\n ansible.builtin.apt: \n name: '*'\n state: latest \n update_cache: yes\n only_upgrade: yes\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | Durf1985/devops_study_infra | ce03059a61595064be305cfb8b8baec063e9f7d7 | 0 | ansible/roles/app | 201 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/puma.yml",
"content": "---\n- name: Add unit file for Puma\n ansible.builtin.template:\n src: monapp.service.j2\n dest: /etc/systemd/system/monapp.service\n # mode: 0660\n notify: Reload puma\n\n- name: Add config for DB connection\n ansible.builtin.template:\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | tkreque/Ansible | 49b74dbc526d9ac4510f3e8b2a67dc0694dc19fa | 0 | roles/general | 201 | [
"no_license"
] | [
{
"path": "roles/general/vars/main.yml",
"content": "---\nntpserver: time1.google.com",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/general/tasks/RedHat/osdependencies.yml",
"content": "---\n- name: Install dependencies\n yum: \n na... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | tkreque/Ansible | 49b74dbc526d9ac4510f3e8b2a67dc0694dc19fa | 0 | roles/mysql | 201 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- include: \"{{ ansible_facts['os_family'] }}/mysql.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/mysql/tasks/RedHat/mysql.yml",
"content": "---\n- name: Install MySQL 5.7... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | tkreque/Ansible | 49b74dbc526d9ac4510f3e8b2a67dc0694dc19fa | 0 | roles/php | 201 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- include: \"{{ ansible_facts['os_family'] }}/php.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/php/tasks/RedHat/php.yml",
"content": "---\n- name: Install PHP Remi Repository... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | tkreque/Ansible | 49b74dbc526d9ac4510f3e8b2a67dc0694dc19fa | 0 | roles/wordpress | 201 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/mysql.yml",
"content": "---\n- name: Create MySQL schema\n mysql_db:\n name: '{{ wordpress_db_name }}'\n login_host: '{{ wordpress_db_endpoint }}'\n login_user: '{{ wordpress_db_root_user }}'\n login_password: '{{<PASSWORD>}}'\n state: present\n\n- name: Crea... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4539,
"all_permissive": false
} |
ansible_role | LucasAbbkr/TP2-Docker | 82fccc846dd7a27f0bb70d2aa41dbd9863825c94 | 0 | ansible/roles/app | 201 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for roles/app\n- name: Launch app\n docker_container:\n name: backend\n image: lucasabbkr/tp2_backend\n networks:\n - name: app-network",
"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": 161,
"all_permissive": false
} |
ansible_role | LucasAbbkr/TP2-Docker | 82fccc846dd7a27f0bb70d2aa41dbd9863825c94 | 0 | ansible/roles/database | 201 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Launch database\n docker_container:\n name: database\n image: lucasabbkr/tp2_database\n restart_policy: always\n env:\n POSTGRES_PASSWORD: pwd\n POSTGRES_USER: usr\n POSTG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | LucasAbbkr/TP2-Docker | 82fccc846dd7a27f0bb70d2aa41dbd9863825c94 | 0 | ansible/roles/httpd | 201 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n# tasks file for roles/httpd\n- name: Launch proxy\n docker_container:\n name: httpd\n image: lucasabbkr/tp2_httpd\n ports:\n - 80:80\n networks:\n - name: app-network",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | LucasAbbkr/TP2-Docker | 82fccc846dd7a27f0bb70d2aa41dbd9863825c94 | 0 | ansible/roles/network | 201 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n# tasks file for roles/network\n- name: Create network\n docker_network:\n name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | salisk/k8s-gitops | 2b21b52fe55cf410550f07b0e1f9bc14de822e68 | 2 | provision/ansible/roles/ubuntu | 201 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/ubuntu/tasks/network.yml",
"content": "---\n- name: Set hostname to inventory hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n when:\n - ansible_hostname != inventory_hostname\n\n- name: Update /etc/hosts to include hostname\n ansible.bu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8400,
"all_permissive": false
} |
ansible_role | kalivim/ansible-playbook | 1b98e286d3ed740976b3b18ca9ef36a1192bd421 | 4 | Mongodb_cluster/roles/mongodb | 201 | [
"no_license"
] | [
{
"path": "Mongodb_cluster/roles/mongodb/tasks/install.yml",
"content": "---\n\n- name: 创建Mongodb软件目录\n file:\n path: \"{{ mongodb_dir }}\"\n state: directory\n\n- name: 创建数据目录\n file:\n path: \"{{ mongodb_dir }}/mongod_data\"\n state: directory\n\n- name: 下载Mongodb3.2安装包\n unarchive:\n sr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4185,
"all_permissive": false
} |
ansible_role | kalivim/ansible-playbook | 1b98e286d3ed740976b3b18ca9ef36a1192bd421 | 4 | Pc_init/roles/init | 201 | [
"no_license"
] | [
{
"path": "Pc_init/roles/init/tasks/main.yml",
"content": "---\n- name: 创建普通组\n group:\n name: \"{{ general_user }}\"\n state: present\n\n- name: 创建普通用户\n user:\n name: \"{{ general_user }}\"\n group: \"{{ general_group }}\"\n append: yes\n\n- name: 格式化磁盘\n filesystem:\n fstype: \"{{ di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | kalivim/ansible-playbook | 1b98e286d3ed740976b3b18ca9ef36a1192bd421 | 4 | cluster-playbook/roles/cp-hosts | 201 | [
"no_license"
] | [
{
"path": "cluster-playbook/roles/cp-hosts/tasks/main.yml",
"content": "---\n- name: 复制hosts文件\n copy:\n src: /etc/hosts\n dest: /etc/hosts \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | kalivim/ansible-playbook | 1b98e286d3ed740976b3b18ca9ef36a1192bd421 | 4 | cluster-playbook/roles/flume | 201 | [
"no_license"
] | [
{
"path": "cluster-playbook/roles/flume/templates/flume.conf.j2",
"content": "#set name\ncatmint.sources=source1 \ncatmint.channels=channel1 channel2 \ncatmint.sinks=sink1 sink2\n\n\ncatmint.sources.source1.type=avro \ncatmint.sources.source1.bind=0.0.0.0 \ncatmint.sources.source1.port=6666 \ncatmint.sou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3565,
"all_permissive": false
} |
ansible_role | kalivim/ansible-playbook | 1b98e286d3ed740976b3b18ca9ef36a1192bd421 | 4 | cluster-playbook/roles/game-gateway | 201 | [
"no_license"
] | [
{
"path": "cluster-playbook/roles/game-gateway/templates/appContext.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns:context=\"http://www.springframewo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 17310,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.