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 | ivan-schaefer/DevOps_odoo_project | 4876204f7e84bae8742c65e3703dbe6a3ecb4e78 | 0 | .infra/ansible/roles/nginx | 8,114 | [
"no_license"
] | [
{
"path": ".infra/ansible/roles/nginx/vars/main.yml",
"content": "nginx_server: default.conf\nsite_available: /etc/nginx/sites-available\nsite_enabled: /etc/nginx/sites-enabled\ndomain_name: finaldevopsrebrain.devops.rebrain.srwx.net\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1701,
"all_permissive": false
} |
ansible_role | ivan-schaefer/DevOps_odoo_project | 4876204f7e84bae8742c65e3703dbe6a3ecb4e78 | 0 | .infra/ansible/roles/postgres | 8,114 | [
"no_license"
] | [
{
"path": ".infra/ansible/roles/postgres/vars/main.yml",
"content": "db_name: app\ndb_user: app\npg_conf: pg_hba.conf\npg_path: /etc/postgresql/14/main\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": ".infra/ansible/roles/postgres/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | ivan-schaefer/DevOps_odoo_project | 4876204f7e84bae8742c65e3703dbe6a3ecb4e78 | 0 | .infra/ansible/roles/prometheus | 8,114 | [
"no_license"
] | [
{
"path": ".infra/ansible/roles/prometheus/tasks/main.yml",
"content": "- name: Copy Compose Files\n copy:\n src: \"{{ item }}\"\n dest: /home/ubuntu\n with_items:\n - \"{{ prom_config }}\"\n - \"{{ prom_compose_yml_path }}\"\n\n- name: Start Compose\n docker_compose:\n project_src: /home/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | ivan-schaefer/DevOps_odoo_project | 4876204f7e84bae8742c65e3703dbe6a3ecb4e78 | 0 | .infra/ansible/roles/systemd | 8,114 | [
"no_license"
] | [
{
"path": ".infra/ansible/roles/systemd/tasks/main.yml",
"content": "- name: Copy Service\n copy:\n src: odoo.service\n dest: /etc/systemd/system\n- name: Start Service\n service:\n name: odoo.service\n state: reloaded\n\n \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": 161,
"all_permissive": false
} |
ansible_role | ivan-schaefer/DevOps_odoo_project | 4876204f7e84bae8742c65e3703dbe6a3ecb4e78 | 0 | .infra/ansible/roles/users | 8,114 | [
"no_license"
] | [
{
"path": ".infra/ansible/roles/users/vars/main.yaml",
"content": "users:\n - cicd\n - app\n - admin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": ".infra/ansible/roles/users/tasks/main.yaml",
"content": "- name: Make sure we have a 'rebr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | stevekay/mynotes | 3e4febd634e1be7b33037cc3e7fee601515be644 | 0 | ansible/play08/roles/dbrole | 8,114 | [
"no_license"
] | [
{
"path": "ansible/play08/roles/dbrole/tasks/main.yml",
"content": "---\n\n- name: Install postgresql packages\n become: true\n package:\n name: \"{{ db_pkg }}\"\n state: present\n\n- name: Check whether db already setup\n become: true\n stat:\n path: '/var/lib/pgsql/data/postgresql.conf'\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2020,
"all_permissive": false
} |
ansible_role | stevekay/mynotes | 3e4febd634e1be7b33037cc3e7fee601515be644 | 0 | ansible/play08/roles/ntprole | 8,114 | [
"no_license"
] | [
{
"path": "ansible/play08/roles/ntprole/tasks/main.yml",
"content": "---\n\n- name: Install NTP packages\n become: true\n package:\n name: chrony\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | stevekay/mynotes | 3e4febd634e1be7b33037cc3e7fee601515be644 | 0 | ansible/play08/roles/webrole | 8,114 | [
"no_license"
] | [
{
"path": "ansible/play08/roles/webrole/tasks/main.yml",
"content": "---\n\n- name: Install webserver packages\n become: true\n package:\n name: \"{{ web_pkg[ansible_facts['distribution']] }}\"\n state: present\n\n- name: Configure webserver .conf file\n become: true\n ansible.builtin.lineinfile:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/base-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/base-server/tasks/fail2ban.yml",
"content": "---\n- name: Install fail2ban\n yum: \n name: fail2ban\n state: present\n\n- name: Ensure fail2ban service is enabled and running\n service:\n name: fail2ban\n enabled: yes\n state: started\n ",
"lic... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3039,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/dhcp-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/dhcp-server/tasks/main.yml",
"content": "---\n- name: Install DHCP Server\n yum: name={{ item }} state=present\n with_items:\n - dhcp\n\n- name: Configure DHCP server\n copy:\n src: files/etc/dhcp/dhcpd.conf\n dest: /etc/dhcp/dhcpd.conf\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/dns-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/dns-server/handlers/main.yml",
"content": "---\n- name: restart dns\n service:\n name: named\n state: restarted\n\n- name: reload firewalld\n command: firewall-cmd --reload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/ftp-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/ftp-server/handlers/main.yml",
"content": "---\n- name: restart vsftpd\n service:\n name: vsftpd\n state: restarted\n\n- name: reload firewalld\n command: firewall-cmd --reload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/mail-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/mail-server/handlers/main.yml",
"content": "---\n- name: restart postfix\n service:\n name: postfix\n state: restarted\n\n- name: reload firewalld\n command: firewall-cmd --reload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/proxied-yum | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/proxied-yum/vars/main.yml",
"content": "---\nmanaged_repos:\n - /etc/yum.repos.d/hosted.repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "LabEnvironment/ansible/roles/proxied-yum/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/pxe-server | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/pxe-server/templates/centos7-ks-ftp.cfg.j2",
"content": "install\nurl --url=ftp://172.16.1.1/pub/distro/centos/7/\ntext\nlang en_US.UTF-8\nkeyboard us\n\n# This is the NAT network\nnetwork --device enp0s3 --onboot yes --bootproto dhcp\n\nfirewall --enabled --ssh\nauth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2638,
"all_permissive": false
} |
ansible_role | dedickinson/learning | a0546bc54739e5b6cde4e407d3b43af4a91c919a | 0 | LabEnvironment/ansible/roles/router | 8,114 | [
"no_license"
] | [
{
"path": "LabEnvironment/ansible/roles/router/tasks/main.yml",
"content": "--- \n#- import_tasks: network.yml\n- import_tasks: firewall.yml\n- import_tasks: time.yml\n- import_tasks: squid.yml\n\n# Configure routing\n\n- name: Setup sysctl\n lineinfile:\n dest: /etc/sysctl.d/99-sysctl.conf\n regexp:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4538,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/anyenv | 8,114 | [
"no_license"
] | [
{
"path": "roles/anyenv/tasks/env-install.yml",
"content": "---\n- name: general envs installation\n block:\n - name: Install {{ runtime_name }}\n command: \"{{ runtime_name }} install {{ runtime_version }} --skip-existing\"\n notify: reload shell\n\n - name: Set {{ runtime_name }} global\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3263,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/aws | 8,114 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "---\n- name: Update homebrew\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n- block:\n - name: Install AWS CLI\n homebrew:\n name: awscli\n state: present\n tags:\n - aws\n - awscli\n\n# https://docs.aws.amazon.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/dotfiles | 8,114 | [
"no_license"
] | [
{
"path": "roles/dotfiles/templates/.bashrc.j2",
"content": "COLOR_SKYBLUE=\"\\[\\033[36m\\]\"\nCOLOR_YELLOW=\"\\[\\033[33m\\]\"\nCOLOR_PINK=\"\\[\\033[35m\\]\"\nCOLOR_WHITE=\"\\[\\033[0m\\]\"\nUSER_NAME=\"\\u\"\nHOST=\"\\H\"\nDIR=\"\\$(pwd)\"\nDATE_TIME=\"\\$(date +'%Y/%m/%d') \\t\"\nexport PS1=\"$COLOR_SK... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8678,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/homebrew | 8,114 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- block:\n - name: update homebrew\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n - name: homebrew tap\n homebrew_tap:\n name: '{{ item }}'\n state: present\n with_items: '{{ homebrew.taps }}'\n\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/homebrew-cask | 8,114 | [
"no_license"
] | [
{
"path": "roles/homebrew-cask/tasks/main.yml",
"content": "---\n- block:\n - name: install homebrew cask packages\n homebrew_cask:\n name: '{{ item.name }}'\n state: '{{ item.state | default(\"installed\") }}'\n environment:\n HOMEBREW_CASK_OPTS: \"--appdir=/Applications\"\n with_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/neovim | 8,114 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: check neovim installed\n stat:\n path: /usr/local/bin/nvim\n get_checksum: false\n register: neovim_installed\n\n- name: neovim installation\n block:\n - name: update homebrew\n homebrew:\n update_homebrew: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7436,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/sdkman | 8,114 | [
"no_license"
] | [
{
"path": "roles/sdkman/tasks/main.yml",
"content": "---\n- name: check sdk installed\n stat:\n path: $HOME/.sdkman\n get_checksum: false\n register: sdkman_installed\n\n# https://sdkman.io/install\n- block:\n - name: Download sdkman\n uri:\n url: https://get.sdkman.io\n return_content... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | otajisan/mac-setup-playbook | 85895da34cd6c3497a5a6c5bb5a7efebe7b3e4bf | 0 | roles/twitter-client | 8,114 | [
"no_license"
] | [
{
"path": "roles/twitter-client/tasks/main.yml",
"content": "---\n# https://github.com/orakaro/rainbowstream\n- name: Install Twitter clinet\n pip:\n name: rainbowstream\n state: present\n executable: $HOME/.anyenv/envs/pyenv/shims/pip3\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | xcodecraft/puck | 38897e3cdfb902df4a53c20c6ded3f65a0882b30 | 2 | src/roles/patch | 8,114 | [
"no_license"
] | [
{
"path": "src/roles/patch/tasks/update-code.yml",
"content": "---\n# Update code deployment step\n- name: Define release path\n command: echo \"{{ deploy_to }}/{{ deploy_name }}\"\n register: release_path\n delegate_to: 127.0.0.1\n run_once: true\n\n- name: Define local patch path\n command: echo \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | xcodecraft/puck | 38897e3cdfb902df4a53c20c6ded3f65a0882b30 | 2 | src/roles/pub | 8,114 | [
"no_license"
] | [
{
"path": "src/roles/pub/tasks/cleanup.yml",
"content": "---\n# Clean up releases\n- name: Clean up releases\n shell: ls -1dt {{ release_path.stdout }} | tail -n +$(({{ keep_releases }} + 1)) | xargs rm -rf\n when: keep_releases > 0\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3257,
"all_permissive": false
} |
ansible_role | masauve/openshift-maistra-install | 63d818add397900d805bf2eb4291e8c90c49456b | 0 | roles/install-operator | 8,110 | [
"no_license"
] | [
{
"path": "roles/install-operator/tasks/main.yml",
"content": "---\n- name: Login in OpenShift\n shell: \"oc login --insecure-skip-tls-verify=true -u {{ username }} -p {{ password }} {{ master_url }}\"\n connection: local\n\n- name: Create istio operator namespace\n shell: \"oc new-project istio-operator... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | masauve/openshift-maistra-install | 63d818add397900d805bf2eb4291e8c90c49456b | 0 | roles/prepare-infra | 8,110 | [
"no_license"
] | [
{
"path": "roles/prepare-infra/tasks/main.yml",
"content": "---\n- name: Update host configuration for ISTIO\n hosts: nodes\n sysctl:\n name: vm.max_map_count\n value: 262144\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | masauve/openshift-maistra-install | 63d818add397900d805bf2eb4291e8c90c49456b | 0 | roles/setup-master | 8,110 | [
"no_license"
] | [
{
"path": "roles/setup-master/tasks/main.yml",
"content": "---\n- name: Copy ISTIO patch to masters\n copy:\n src: ../files/master-config.patch\n dest: /etc/origin/master/master-config.patch\n\n- name: backup master-config.yaml\n copy:\n src: /etc/origin/master/master-config.yaml\n dest: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | cloudwatch-tools/roles/common | 8,110 | [
"no_license"
] | [
{
"path": "cloudwatch-tools/roles/common/tasks/main.yml",
"content": "---\n- name: Install Boto\n apt: pkg=python-boto state=present update_cache=yes cache_valid_time=300\n\n- name: Setup Boto Config\n template: src=boto.cfg.j2 dest=/etc/boto.cfg mode=600 owner=root group=root\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | cloudwatch-tools/roles/cw_disk | 8,110 | [
"no_license"
] | [
{
"path": "cloudwatch-tools/roles/cw_disk/tasks/main.yml",
"content": "---\n- name: Install CloudWatch Disk Usage Script\n copy: src=cw-disk-usage dest=/usr/local/bin/cw-disk-usage mode=755 owner=root group=root\n\n- name: Setup CloudWatch Disk Usage Cron \n copy: src=cloudwatch-disk.cron dest=/etc/cron.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | cloudwatch-tools/roles/cw_memory | 8,110 | [
"no_license"
] | [
{
"path": "cloudwatch-tools/roles/cw_memory/tasks/main.yml",
"content": "---\n- name: Install CloudWatch Memory Usage Script\n copy: src=cw-memory-usage dest=/usr/local/bin/cw-memory-usage mode=755 owner=root group=root\n\n- name: Setup CloudWatch Memory Usage Cron \n copy: src=cloudwatch-memory.cron dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | docker/roles/docker | 8,110 | [
"no_license"
] | [
{
"path": "docker/roles/docker/tasks/main.yml",
"content": "---\n- name: Install PyCurl\n apt: pkg=python-pycurl state=present update_cache=yes cache_valid_time=300\n\n- name: Copy Docker APT repo public key\n copy: src=docker.asc dest=/etc/docker.asc\n \n- name: Import Docker APT Key\n apt_key: fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | marathon/roles/marathon | 8,110 | [
"no_license"
] | [
{
"path": "marathon/roles/marathon/templates/marathon.conf.j2",
"content": "description \"marathon\"\nstart on stopped rc RUNLEVEL=[2345]\nrespawn\nexec /opt/marathon/bin/start --master zk://{{ zk_mesos }} --zk_hosts {{ zk_hosts }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | ehazlett/playbooks | 0f5d949a2bf15ebcc37a8adf5ef5688fcc1fd609 | 0 | mesos/roles/mesos | 8,110 | [
"no_license"
] | [
{
"path": "mesos/roles/mesos/templates/zk.j2",
"content": "zk://{{ zk_mesos }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "mesos/roles/mesos/tasks/main.yml",
"content": "---\n- name: Install Zookeeper\n apt: pkg=zookeeperd state=present ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | kafka_cloud/roles/kafka | 8,110 | [
"no_license"
] | [
{
"path": "kafka_cloud/roles/kafka/tasks/kafka-cloud/old/get-token.yml",
"content": "#---\n#- name: Get access token\n# uri:\n# body_format: form-urlencoded\n# body: \"{{ kafka_cloud_token_request_urlencode_body }}\"\n# follow_redirects: all\n# url: \"{{ kafka_cloud_token_request_url }}\"\n# ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 32184,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | postgres_dumps/roles/postgres_dump | 8,110 | [
"no_license"
] | [
{
"path": "postgres_dumps/roles/postgres_dump/tasks/main.yml",
"content": "---\n\n# удаление файла дампа\n- name: удаление файла дампа\n file:\n path: ./dump.sql\n state: absent\n# postgres снятие файла дампв с авторизацией к БД\n- name: postgres снятие файла дампв с авторизацией к БД\n postgresql_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/configuration | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/configuration/handlers/main.yml",
"content": "---\n# Optimized GPT\n\n- name: \"Install necessary utilities\"\n package:\n name:\n - tree\n state: present\n become: true\n\n- name: \"Execute tree command\"\n shell: |\n tree /home/{{app_user}}\n ls -al /home/{{a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/create_users | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/create_users/tasks/main.yml",
"content": "---\n- name: create or remove testuser\n block:\n - name: create group \"{{app_user_group}}\"\n group:\n name: \"{{app_user_group}}\"\n state: present\n\n - name: create user \"{{app_user}}\" group \"{{app_user_group}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/nginx | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/nginx/tasks/main.yml",
"content": "---\n\n# Установка NGINX и изменения конфигурационного файла по шаблону\n- name: Установить NGINX\n dnf:\n name: nginx\n state: present\n\n# Копирование шаблона конфигурации NGINX\n- name: Копировать шаблон конфигурации NGINX\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/pgsql | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/pgsql/tasks/main.yml",
"content": "---\n#- dnf:\n# name: python3-psycopg2\n# become: yes\n\n- name: >\n Доступность БД\n Проверка подключения к БД\n block:\n - name: Проверка подключения к БД postgres (по умолчанию)\n postgresql_ping:\n db: postgres\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7367,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/sys_info | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/sys_info/tasks/main.yml",
"content": "---\n- name: Gather system facts\n setup:\n register: system_facts\n\n# - name: Display system information\n# debug:\n# var: system_facts.ansible_facts\n\n- name: Display CPU information\n debug:\n var: system_facts.ansible_cp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | shikinadmi/ansible | 93fcea48030d726fcbf0b1c2870f3d994b34fc49 | 0 | tests/roles/tests | 8,110 | [
"no_license"
] | [
{
"path": "tests/roles/tests/tasks/main.yml",
"content": "---\n#- set_fact:\n# url: 'https://SP-0.156/'\n#\n#- name: filter\n# debug:\n# msg: \"{{ url | regex_search ('(SP|P)-(\\\\d+).(\\\\d+)')}}\"\n#\n#- name: cpu\n# debug:\n# msg: \"{{ansible_processor_vcpus -2}}\"\n\n- name: V\n debug:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | rajaram3484/ec2-provision | 1f79337af59833c217e2a1222b703fc75f55bc59 | 0 | roles/CREATEANSI_ROLES | 8,110 | [
"no_license"
] | [
{
"path": "roles/CREATEANSI_ROLES/vars/main.yml",
"content": "---\n# vars file for CREATEANSI_ROLES",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/CREATEANSI_ROLES/tasks/main.yml",
"content": "---\n- name : \"read env variable\"\n inclu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/grafana | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/grafana/tasks/main.yml",
"content": "---\n - name: Updating remote system\n apt:\n update_cache: yes\n\n - name: Adding gpg key\n shell: curl https://packages.grafana.com/gpg.key | sudo apt-key add -\n\n - name: Adding repository \n apt_rep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/mysql-cluster | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/mysql-cluster/tasks/main.yml",
"content": "---\n- include_tasks: install.yml # install mysql server and packer\n- include_tasks: databases.yml #create mysql databases\n- include_tasks: users.yml # creating root-user databases\n- include_tasks: replication.y... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2436,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/mysql_exporter | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/mysql_exporter/tasks/main.yml",
"content": "---\n- name: installing tools\n apt: >\n package={{ item }}\n state=present\n update_cache=yes\n with_items:\n - mysql-client\n - unzip\n - mc\n - net-tools\n - htop\n\n- name: Create use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1764,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/prometheus | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: Updating remote system\n apt:\n update_cache: yes\n\n- name: Creating group\n group:\n name: prometheus\n system: true\n state: present\n\n- name: Creating service user\n user:\n name: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4026,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/proxy_server | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/proxy_server/templates/gitlab.conf.j2",
"content": "upstream gitlab {\n server {{ gitlab_ip }};\n}\n\nserver {\n server_name gitlab.{{ domain }};\n access_log /var/log/nginx/gitlab.{{ domain }}.log;\n error_log /var/log/nginx/gitlab.{{ domai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7062,
"all_permissive": false
} |
ansible_role | antonh2o/devops-netology | 624dac35a00f613235ba0965587f81be3052a57f | 0 | Diplom-Devops-YandexCloud/ansible/roles/wordpress | 8,110 | [
"no_license"
] | [
{
"path": "Diplom-Devops-YandexCloud/ansible/roles/wordpress/tasks/wordpress_install.yml",
"content": "---\n- name: Create document root\n file:\n path: \"/var/www/{{ http_host }}\"\n state: directory\n owner: '{{ nginx_user }}'\n group: '{{ nginx_group }}'\n mode: '0755'\n become: true\n\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4166,
"all_permissive": false
} |
ansible_role | bagaswibowo25/flask-charts | eee6d870e3516ac1f3c0c6681851af631972f33c | 0 | playbooks/roles/helm-check | 8,110 | [
"no_license"
] | [
{
"path": "playbooks/roles/helm-check/tasks/main.yaml",
"content": "---\n- name: Create chart directory\n file:\n path: /tmp/helm-chart\n state: directory\n\n- name: Copy template directory to temporary chart\n copy:\n src: \"../../../templates/{{ item }}\"\n dest: /tmp/helm-chart/templates/\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | bagaswibowo25/flask-charts | eee6d870e3516ac1f3c0c6681851af631972f33c | 0 | playbooks/roles/helm-install | 8,110 | [
"no_license"
] | [
{
"path": "playbooks/roles/helm-install/tasks/main.yaml",
"content": "- name: Check if the Helm release is already installed\n shell: helm list -q --namespace {{ namespace }} | grep -w \"{{ chart_name }}\" || true\n register: helm_release_check\n changed_when: false\n\n- name: Debug Helm release check re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | bagaswibowo25/flask-charts | eee6d870e3516ac1f3c0c6681851af631972f33c | 0 | playbooks/roles/helm-upgrade | 8,110 | [
"no_license"
] | [
{
"path": "playbooks/roles/helm-upgrade/tasks/main.yaml",
"content": "- name: Create chart directory\n file:\n path: /tmp/helm-chart\n state: directory\n\n- name: Copy template directory to temporary chart\n copy:\n src: \"../../../templates/{{ item }}\"\n dest: /tmp/helm-chart/templates/\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | davidlwillson/sofreeus-mirror | feac81e402ae9c543193ed84b47403231f4a7509 | 0 | little-shops-n-howtos/devopsdays/roles/admins | 8,110 | [
"no_license"
] | [
{
"path": "little-shops-n-howtos/devopsdays/roles/admins/tasks/main.yml",
"content": "- name: Add users\n user:\n name: \"{{ item.name }}\"\n groups: wheel\n append: yes\n with_items: \"{{ admins }}\"\n\n- name: Authorizing keys for users\n authorized_key:\n exclusive: yes\n us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | davidlwillson/sofreeus-mirror | feac81e402ae9c543193ed84b47403231f4a7509 | 0 | little-shops-n-howtos/devopsdays/roles/haproxy | 8,110 | [
"no_license"
] | [
{
"path": "little-shops-n-howtos/devopsdays/roles/haproxy/files/haproxy.cfg",
"content": "global\n log 127.0.0.1 local2\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 4096\n user haproxy\n group haproxy\n daemon\n\ndefaults\n log global\n maxconn ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | AXCaCloudStudio/cacloudstudio-infra | 13195ae416714e237a06116b55bbebea694202a0 | 0 | ansible/web/roles/app | 8,110 | [
"no_license"
] | [
{
"path": "ansible/web/roles/app/tasks/main.yml",
"content": "- name: Ensure git is installed\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Clone app repository\n git:\n repo: https://github.com/AXCaCloudStudio/cacloudstudio-web.git\n dest: /opt/cacloudstudio-web\n v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | AXCaCloudStudio/cacloudstudio-infra | 13195ae416714e237a06116b55bbebea694202a0 | 0 | ansible/web/roles/certbot | 8,110 | [
"no_license"
] | [
{
"path": "ansible/web/roles/certbot/tasks/main.yml",
"content": "- name: Install Certbot\n apt:\n name:\n - certbot\n - python3-certbot-nginx\n state: present\n\n- name: Obtain Let's Encrypt cert\n shell: |\n certbot --nginx --non-interactive --agree-tos \\\n -m {{ email }} -d {{ do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | AXCaCloudStudio/cacloudstudio-infra | 13195ae416714e237a06116b55bbebea694202a0 | 0 | ansible/web/roles/nginx | 8,110 | [
"no_license"
] | [
{
"path": "ansible/web/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: Configure nginx site\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/cacloudstudio-web\n notify: Reload NGINX\n\n- name: Enable nginx site... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | AXCaCloudStudio/cacloudstudio-infra | 13195ae416714e237a06116b55bbebea694202a0 | 0 | ansible/web/roles/node | 8,110 | [
"no_license"
] | [
{
"path": "ansible/web/roles/node/tasks/main.yml",
"content": "- name: Install curl and Node.js\n apt:\n name:\n - curl\n state: present\n update_cache: yes\n\n- name: Add Node.js 18.x repo\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_18.x | bash -\n args:\n executable: /b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/boost | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/boost/tasks/main.yml",
"content": "- name: create {{boost_root}}\n become: yes\n file:\n path: '{{boost_root}}'\n state: directory\n recurse: yes\n\n- stat: path=/opt/downloads/boost_{{boost_underscored_version}}.tar.bz2\n register: boost_archive\n\n- name: download ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/cmake-js | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/cmake-js/tasks/main.yml",
"content": "- name: install cmake-js npm module\n become: yes\n shell: npm install -g cmake-js\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/create-download-dir | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/create-download-dir/tasks/main.yml",
"content": "- name: create download directory\n become: yes\n file:\n path: /opt/downloads\n state: directory\n recurse: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/dialout-group | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/dialout-group/tasks/main.yml",
"content": "- name: add vagrant user to dialout group so that it can access serial port\n become: yes\n user: name=vagrant groups=dialout append=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/jlink | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/jlink/tasks/main.yml",
"content": "- stat: path=/opt/downloads/jlink.deb\n register: jlink_deb\n\n- name: download jlink deb package\n become: yes\n when: jlink_deb.stat.exists == False\n uri:\n url: https://www.segger.com/downloads/jlink/JLink_Linux_V600i_x86_64.deb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/libs | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/libs/tasks/main.yml",
"content": "- name: install required deb packages\n become: yes\n apt: pkg={{ item }} state=installed update_cache=yes\n with_items:\n - curl\n - git\n - cmake\n - build-essential\n - make\n - gcc\n - g++\n - libudev-dev\n - libx11-dev\n - libx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/nodejs | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/nodejs/tasks/main.yml",
"content": "- name: download nodesource setup\n become: yes\n get_url:\n url: https://deb.nodesource.com/setup_6.x\n dest: /opt/downloads/nodesource_setup.sh\n mode: 0775\n\n- name: add nodejs to apt sources list\n become: yes\n shell: /opt/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/nrfjprog | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/nrfjprog/tasks/main.yml",
"content": "- name: download nrfjprog tar\n become: yes\n get_url:\n url: https://www.nordicsemi.com/eng/nordic/download_resource/51386/20/36370540\n dest: /opt/downloads/nrfjprog.tar\n\n- name: unpack nrfjprog tar\n become: yes\n unarchive: >... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/pc-ble-driver | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/pc-ble-driver/vars/main.yml",
"content": "---\nrepo_name: 'pc-ble-driver'\nrepo_dir: '/home/vagrant/repos/{{repo_name}}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "provision.d/roles/pc-ble-driver/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | mrodem/pc-ble-linux-dev-env | f284632b5f494ac780301ee7c9f4372a9059055a | 1 | provision.d/roles/pc-ble-driver-js | 8,110 | [
"no_license"
] | [
{
"path": "provision.d/roles/pc-ble-driver-js/tasks/main.yml",
"content": "- name: clone {{repo_name}}\n git: >\n repo=https://github.com/NordicSemiconductor/{{repo_name}}.git\n dest={{repo_dir}}\n\n- name: set cmake boost root\n command: chdir={{repo_dir}} npm config set cmake_BOOST_ROOT={{boost_ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | tcarland/mysql-ansible | a54907dbcd0c3a0b207bdb373331333cf54647a8 | 0 | roles/common | 8,110 | [
"no_license"
] | [
{
"path": "roles/common/tasks/install-rhel.yml",
"content": "---\n- name: Install Mysql 5.7 Community Edition Repo (RHEL/CentOS)\n become: true\n tags: [ server5, client5 ]\n block:\n - name: Remove unwanted packages\n ansible.builtin.yum:\n name: '{{ common_yum_remove_packages }}'\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10244,
"all_permissive": false
} |
ansible_role | tcarland/mysql-ansible | a54907dbcd0c3a0b207bdb373331333cf54647a8 | 0 | roles/mysqld | 8,110 | [
"no_license"
] | [
{
"path": "roles/mysqld/tasks/replication.yml",
"content": "---\n- name: MySQL DB Setup\n tags: [ server5, server8 ]\n when: inventory_hostname in groups['master']\n block:\n - name: Create MySQL Replication User\n community.mysql.mysql_user:\n login_user: 'root'\n login_password: '{{ <PASS... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10833,
"all_permissive": false
} |
ansible_role | jeo1/ansible-gogs | 7bf8c1d0380fbc599ca27fd3b3feda03125098cb | 0 | roles/gogs | 8,111 | [
"no_license"
] | [
{
"path": "roles/gogs/tasks/gogs_setup.yml",
"content": "- set_fact:\n gogs_hostname: \"{{ ansible_default_ipv4.address }}\"\n\n- name: Configure Gogs (install page)\n uri:\n url: \"http://{{ gogs_hostname }}:{{ web_port }}/install\"\n method: POST\n headers:\n Content-Type: \"application/... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3214,
"all_permissive": false
} |
ansible_role | nissessenap/dotfiles | af5047ff2060f8f688bcf59efaeee4a970a0db9a | 2 | ansible/roles/laptop | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/laptop/defaults/main.yml",
"content": "---\naur_user: aur_builder\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/laptop/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5264,
"all_permissive": false
} |
ansible_role | PatrickGWilliams/patrick-williams.com | 6e5b984f1151544d47cd53797d15fa3497d85b52 | 0 | ansible/roles/common | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# system user\n- name: Set a hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n# system users\n\n- name: Add ssh admins\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | PatrickGWilliams/patrick-williams.com | 6e5b984f1151544d47cd53797d15fa3497d85b52 | 0 | ansible/roles/docker | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Add docker apt key\n ansible.builtin.apt_key:\n keyring: /etc/apt/keyrings/docker.gpg\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add source repository into sources list\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | PatrickGWilliams/patrick-williams.com | 6e5b984f1151544d47cd53797d15fa3497d85b52 | 0 | ansible/roles/nginx | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install web server\n ansible.builtin.apt:\n name: \"nginx\"\n state: present\n\n- name: Create a log directory for nginx\n ansible.builtin.file:\n path: /etc/nginx/logs/\n state: directory\n mode: '0755'\n\n- name: Make a l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | PatrickGWilliams/patrick-williams.com | 6e5b984f1151544d47cd53797d15fa3497d85b52 | 0 | ansible/roles/patsite | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/patsite/tasks/container_setup.yml",
"content": "---\n\n- name: Log in to DockerHub\n community.docker.docker_login:\n state: \"present\"\n username: '{{ docker_username }}'\n password: '{{ <PASSWORD> }}'\n\n- name: Start website docker image\n community.docker.docker_cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4711,
"all_permissive": false
} |
ansible_role | PatrickGWilliams/patrick-williams.com | 6e5b984f1151544d47cd53797d15fa3497d85b52 | 0 | ansible/roles/ssl | 8,111 | [
"no_license"
] | [
{
"path": "ansible/roles/ssl/tasks/main.yml",
"content": "- name: Make ssl cert directory\n become: true\n ansible.builtin.file:\n path: /etc/nginx/ssl\n state: directory\n mode: '0755'\n\n- name: Make Let's Encrypt directory\n become: true\n ansible.builtin.file:\n path: /var/www/html/letse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2958,
"all_permissive": false
} |
ansible_role | matburt/azure-arc-provision | e923d24f2c1c28fbf68e350c7fb1bdc3f313a4c9 | 2 | roles/azurearc | 8,111 | [
"no_license"
] | [
{
"path": "roles/azurearc/defaults/main.yml",
"content": "---\nubuntu_version_actual: \"{{ ansible_distribution_major_version }}.{{ ansible_distribution_minor_version }}\"\nubuntu_repo_package: \"https://packages.microsoft.com/config/ubuntu/{{ ubuntu_version_actual }}/packages-microsoft-prod.deb\"\n\nredhat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3563,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/containers | 8,111 | [
"no_license"
] | [
{
"path": "roles/containers/tasks/slim.yml",
"content": "---\n- name: Get latest slim version\n ansible.builtin.uri:\n url: https://api.github.com/repos/slimtoolkit/slim/releases/latest\n method: GET\n return_content: true\n register: slim_latest_release\n\n- name: Set slim version fact\n ansibl... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4003,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/developer | 8,111 | [
"no_license"
] | [
{
"path": "roles/developer/tasks/vscode.yml",
"content": "---\n- name: Install Visual Studio Code\n become: true\n block:\n - name: Add Microsoft GPG key\n ansible.builtin.apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n - name: Add Visual Stu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2541,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/devops | 8,111 | [
"no_license"
] | [
{
"path": "roles/devops/tasks/cloud.yml",
"content": "---\n- name: Install AWS CLI\n become: true\n community.general.snap:\n name: aws-cli\n state: present\n classic: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/devops/... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6456,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/git | 8,111 | [
"no_license"
] | [
{
"path": "roles/git/tasks/config_section.yml",
"content": "---\n- name: config section\n community.general.git_config:\n name: \"{{ section.key }}.{{ item.key }}\"\n scope: global\n value: \"{{ item.value }}\"\n loop: \"{{ section.value | dict2items }}\"\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/settings | 8,111 | [
"no_license"
] | [
{
"path": "roles/settings/tasks/main.yml",
"content": "---\n- name: Setup System Settings\n become: true\n block:\n - name: Switch Capslock and Escape\n ansible.builtin.lineinfile:\n path: \"/etc/default/keyboard\"\n search_string: \"XKBOPTIONS\"\n line: \"XKBOPTIONS=caps:swap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | pezzu/verbose-dollop | d8e94a05f37dee206f20511e284304b5395d9215 | 0 | roles/shell | 8,111 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/neovim.yml",
"content": "---\n- name: Install Neovim\n block:\n - name: Check current neovim version\n ansible.builtin.command: \"nvim --version\"\n register: nvim_version\n changed_when: false\n failed_when: false\n\n - name: Get latest neovim release... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3727,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/archbase | 8,111 | [
"no_license"
] | [
{
"path": "roles/archbase/files/bashrc",
"content": "#\n# ~/.bashrc\n#\n\n# ** MANAGED BY ANSIBLE. CHANGES WILL BE OVERWRITTEN. **\n\n# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\nalias ls='ls --color=auto'\nPS1='[\\u@\\h \\W]\\$ '\n\nalias ls='exa --color=always --group-di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6815,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/archivemanager | 8,111 | [
"no_license"
] | [
{
"path": "roles/archivemanager/tasks/main.yml",
"content": "---\n# file roles/archivemanager/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - engrampa",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/configprep | 8,111 | [
"no_license"
] | [
{
"path": "roles/configprep/tasks/main.yml",
"content": "---\n# file roles/configprep/tasks/main.yml\n\n- name: define archusername\n command: whoami\n register: archusername\n\n- name: define archgroup\n command: id -gn\n register: archgroup\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/desktopmanager | 8,111 | [
"no_license"
] | [
{
"path": "roles/desktopmanager/tasks/main.yml",
"content": "---\n# file roles/desktopmanager/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - sddm\n - sddm-theme-sugar-candy-git\n\n- name: setup sddm.conf.d directory\n ansible.builtin.file:\n path: /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/dns | 8,111 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n# file roles/dns/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - avahi\n - nss-mdns\n\n- name: create /etc/systemd/resolved.conf.d directory\n ansible.builtin.file:\n path: /etc/systemd/resolved.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/docker | 8,111 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# file roles/docker/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - docker\n\n- name: start docker service\n ansible.builtin.systemd:\n name: docker.service\n enabled: yes\n state: started\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/filemanager | 8,111 | [
"no_license"
] | [
{
"path": "roles/filemanager/tasks/main.yml",
"content": "---\n# file roles/filemanager/tasks/main.yml\n\n# The thunar daemon autostart is in the i3 config file and dwm autostart.sh.\n\n- name: install required packages\n aur:\n use: paru\n name:\n - pcmanfm-gtk3\n - gvfs\n - gvfs-smb\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/fonts | 8,111 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n# file roles/fonts/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - cantarell-fonts\n - ttf-dejavu\n - ttf-droid\n - ttf-liberation\n - ttf-ubuntu-font-family\n - ttf-nerd-fonts-sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/games | 8,111 | [
"no_license"
] | [
{
"path": "roles/games/tasks/main.yml",
"content": "---\n# file roles/games/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - steam\n - steamos-compositor-plus\n - community/gamemode\n - proton-ge-custom-bin\n - protontricks\n\n- name: setup s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/grub | 8,111 | [
"no_license"
] | [
{
"path": "roles/grub/tasks/main.yml",
"content": "---\n# file roles/grub/tasks/main.yml\n\n- name: setup /etc/default/grub\n ansible.builtin.copy:\n src: files/grub\n dest: /etc/default/grub\n owner: root\n group: root\n mode: '0644'\n backup: yes\n become: yes\n register: grubconfig\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/gtk | 8,111 | [
"no_license"
] | [
{
"path": "roles/gtk/tasks/main.yml",
"content": "---\n# file roles/gtk/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - gtk2\n - lxappearance\n - papirus-icon-theme\n\n- name: create ~/projects/ansbile/dracula directory\n ansible.builtin.file:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1356,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/i3 | 8,111 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n# file roles/i3/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - i3-gaps\n - i3blocks\n - i3status\n - i3lock-color\n\n- name: create .config/i3 directory\n ansible.builtin.file:\n path: ~/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/images | 8,111 | [
"no_license"
] | [
{
"path": "roles/images/tasks/main.yml",
"content": "---\n# file roles/images/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - viewnior\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/makemkv | 8,111 | [
"no_license"
] | [
{
"path": "roles/makemkv/tasks/main.yml",
"content": "---\n# file roles/makemkv/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - makemkv\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | five82/desktop-arch | 76c89bedf7d205e9493b9735584dfa710dd5ec44 | 0 | roles/makepkg | 8,111 | [
"no_license"
] | [
{
"path": "roles/makepkg/tasks/main.yml",
"content": "---\n# file roles/makepkg/tasks/main.yml\n\n- name: install required packages\n aur:\n use: paru\n name:\n - ccache\n\n- name: setup makepkg.conf\n ansible.builtin.copy:\n src: files/makepkg.conf\n dest: /etc/makepkg.conf\n owner: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.