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 | asuyasa/homelab | a051628317c21b7679071e38011a47983a283fb7 | 0 | ansible/roles/tailscale | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/tailscale/tasks/main.yml",
"content": "---\n- name: Allow IP forwarding\n become: true\n ansible.posix.sysctl:\n name: \"{{ item }}\"\n value: 1\n sysctl_set: true\n loop:\n - net.ipv4.ip_forward\n - net.ipv6.conf.all.forwarding\n\n- name: Install Tailscale\n ansi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3704,
"all_permissive": false
} |
ansible_role | latam-tech-office/cloudmaker | 4833fc2672fed90156c187783bf98806657943ff | 0 | roles/check | 7,990 | [
"no_license"
] | [
{
"path": "roles/check/tasks/main.yaml",
"content": "- name: Variable exists ? {{ ':' }} cloud_selection\n fail: msg=\"Variable \\\"cloud_selection\\\" wasn't defined\"\n when: cloud_selection is not defined\n\n- name: Variable exists ? {{ ':' }} project_name\n fail: msg=\"Variable \\\"project_name\\\" w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | latam-tech-office/cloudmaker | 4833fc2672fed90156c187783bf98806657943ff | 0 | roles/networking | 7,990 | [
"no_license"
] | [
{
"path": "roles/networking/tasks/main.yaml",
"content": "- set_fact: network_name={{ project_name }}\n when: network_name is not defined\n tags:\n - networking\n\n- set_fact: subnetwork_name={{ network_name }}-subnet\n when: subnetwork_name is not defined\n tags:\n - networking\n\n- set_fact: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | Manmohan506/datadog | af9124f7f288ee37042b59492d302694aa6a2562 | 0 | roles/datadog | 7,990 | [
"no_license"
] | [
{
"path": "roles/datadog/tasks/main.yml",
"content": "- name: To update\n apt:\n update_cache: yes\n\n- name: install datadog\n shell: DD_AGENT_MAJOR_VERSION=7 DD_API_KEY=\"{{ key }}\" DD_SITE=\"datadoghq.com\" bash -c \"$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)\"\n\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | TelesCoop/white-rabbit | ec1717f3d434c7a3db3dfe85113d4eb9a38f7716 | 0 | deploy/roles/backend | 7,990 | [
"no_license"
] | [
{
"path": "deploy/roles/backend/vars/main.yml",
"content": "---\n\nvar_log_path: /var/log/{{ organization_slug }}/{{ project_slug }}\n\nvenv:\n path: /usr/local/{{ organization_slug }}/{{ project_slug }}/backend/venv\n\nbackend_path: /{{ organization_slug }}/{{ project_slug}}/backend\nbackend_settings_path... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4824,
"all_permissive": false
} |
ansible_role | takumiida/vagrant-ansible-centos67 | 8ecbe322e70642737b3ae96b04b82d26d00297a4 | 0 | playbook/roles/common | 7,990 | [
"no_license"
] | [
{
"path": "playbook/roles/common/tasks/yum_update.yml",
"content": "---\n- name : yum update実行\n yum :\n name : \"*\"\n state : latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "playbook/roles/common/tasks/timezone.yml",
"... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2338,
"all_permissive": false
} |
ansible_role | takumiida/vagrant-ansible-centos67 | 8ecbe322e70642737b3ae96b04b82d26d00297a4 | 0 | playbook/roles/web | 7,990 | [
"no_license"
] | [
{
"path": "playbook/roles/web/tasks/main.yml",
"content": "---\n- name : httpdインストール\n yum :\n name : httpd\n state : installed\n\n- name : phpと関連パッケージインストール\n yum :\n name : \"{{ item }}\"\n state : installed\n enablerepo : \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/elasticsearch | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/main.yml",
"content": "#echo \"deb [trusted=yes] https://mirror.yandex.ru/mirrors/elastic/8/ stable main\" | sudo tee /etc/apt/sources.list.d/elastic-8.x.list\n- name: Add Yandex mirror for Elasticsearch 8.x\n apt_repository:\n repo: 'deb [trusted=yes] https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/filebeat | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "- name: Add Yandex mirror for Elasticsearch 8.x\n apt_repository:\n repo: 'deb [trusted=yes] https://mirror.yandex.ru/mirrors/elastic/8/ stable main'\n filename: 'elastic-8.x'\n state: present\n\n- name: install Filebeat\n apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/kibana | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "- name: Add Yandex mirror for Kibana 8.x\n apt_repository:\n repo: 'deb [trusted=yes] https://mirror.yandex.ru/mirrors/elastic/8/ stable main'\n filename: 'elastic-8.x'\n state: present\n\n\n- name: Install Kibana\n apt:\n name: kiba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/webserver | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yaml",
"content": "- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n\n- name: Copy custom index.html to Nginx directory\n copy:\n src: ../files/index.html\n dest: /var/www/html/index.nginx-debian.html\n\n- name: Restart Ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/zabbix-agent | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-agent/tasks/main.yml",
"content": "---\n- name: install zabbix-agent\n apt:\n name:\n - zabbix-agent\n state: present\n\n- name: copy configuration file\n copy:\n src: ../files/zabbix_agentd.conf\n dest: /etc/zabbix/zabbix_agentd.conf\n\n- name: accept agen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | adMorpheus/netology-sys-30-diplom | 7d5045767a5877e2bf6c96804f3300c8f65110ac | 0 | ansible/roles/zabbix-server | 7,990 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-server/tasks/main.yml",
"content": "---\n- name: install zabbix from deb\n apt:\n deb: \"https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb\"\n state: present\n\n- name: install apps\n apt:\n update_cache: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4547,
"all_permissive": false
} |
ansible_role | hspak/do_ansible | da27ea89ceb17a13992e77c8491093252304fb97 | 0 | roles/dnf | 7,990 | [
"no_license"
] | [
{
"path": "roles/dnf/tasks/tools.yml",
"content": "- name: install useful tools\n dnf: >\n name=\"{{ item }}\"\n state=latest\n with_items: \"{{ tools }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/dnf/tasks/main.yml",
"c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | hspak/do_ansible | da27ea89ceb17a13992e77c8491093252304fb97 | 0 | roles/users | 7,990 | [
"no_license"
] | [
{
"path": "roles/users/tasks/sudo.yml",
"content": "- name: ensure sudo is installed\n dnf: >\n name=sudo\n state=present\n\n- name: uncomment wheel group\n lineinfile: \"dest=/etc/sudoers state=present regexp='^%wheel' line='%wheel ALL=(ALL) NOPASSWD: ALL'\"\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | ajixuan/AnsibleSetup | d1e2e8df5ffa459b3d8c84dea067067c8711b555 | 0 | roles/arch | 7,986 | [
"no_license"
] | [
{
"path": "roles/arch/defaults/main.yml",
"content": "---\nhostname: arch\n\ntime:\n hwclock: UTC\n timezone: Canada/Eastern\n\nlocale:\n locale: 'en.GB.UTF-8'\n console_keymap: us",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/arch/var... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | ajixuan/AnsibleSetup | d1e2e8df5ffa459b3d8c84dea067067c8711b555 | 0 | roles/partition | 7,986 | [
"no_license"
] | [
{
"path": "roles/partition/tasks/arch.yml",
"content": "---\n\n- name: Partition system\n debug:\n msg: \"I am running\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/partition/tasks/main.yml",
"content": "---\r\n\r\n- name: Parti... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | progmaticltd/homebox-cloud-modules | 921f9400f773829954e07352a8a963bb98541ffd | 0 | roles/vultr-vm-instance | 7,986 | [
"no_license"
] | [
{
"path": "roles/vultr-vm-instance/readme.md",
"content": "## Purpose\n\nThe role vultr-vm-instance allows you, using the Vultr API, to create a full environment, that could be used both for\ndevelopment and live systems.\n\n### Configuration\n\nYou will need an API key from Vultr, and a minimal set of conf... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 8969,
"all_permissive": false
} |
ansible_role | anachristofaro/ansible-aci-fabric-bring-up | 4fc386ca0fb858ee3bea79584fb4f0e471d8f57f | 1 | roles/bring-up | 7,986 | [
"no_license"
] | [
{
"path": "roles/bring-up/tasks/44_spine-interface-profiles.yml",
"content": "---\n- name: add spine interface profile\n cisco.aci.aci_rest:\n validate_certs: no\n host: \"{{ apic_url }}\"\n username: \"{{ aci_user }}\"\n password: \"{{ <PASSWORD> }}\"\n path: /api/node/mo/uni/infra.json\n ... | {
"task_files": 32,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 35,
"total_bytes": 24289,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/bitcoin-status-scripts | 7,986 | [
"no_license"
] | [
{
"path": "roles/bitcoin-status-scripts/tasks/main.yaml",
"content": "---\n\n- name: install jq package\n become: yes\n action: >\n {{ ansible_pkg_mgr }} name=jq state=present update_cache=yes \n\n\n- name: install get_status script\n become: yes\n template:\n src: \"get_status.sh.j2\"\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/btc-rpc-explorer | 7,986 | [
"no_license"
] | [
{
"path": "roles/btc-rpc-explorer/handlers/main.yaml",
"content": "# ---\n\n- name: restart btc-rpc-explorer\n become: yes\n systemd: service=\"btc-rpc-explorer.service\" state=\"restarted\" daemon_reload=\"yes\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/lnd-channel-s3-backup | 7,986 | [
"no_license"
] | [
{
"path": "roles/lnd-channel-s3-backup/templates/lnd-channel-s3-backup@.service.j2",
"content": "[Unit]\nDescription=LND channel s3 backup for \"%I\"\n\n[Service]\nExecStart=/usr/local/bin/lnd-channel-s3-backup.sh %i \"{{lnd_channel_s3_backup}}\"\nRestart=always\nRestartSec=1\n\n[Install]\nWantedBy=multi-us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/mempool-space | 7,986 | [
"no_license"
] | [
{
"path": "roles/mempool-space/templates/mempool-frontend.service.j2",
"content": "\n\n\n[Unit]\nDescription=mempool-frontend\n\n[Service]\nType=simple\nUser=node\nExecStart=/usr/bin/node {{ install_path }}/src/cli.js serve\nWorkingDirectory={{ install_path }}\nRestart=on-failure\n\n[Install]\nWantedBy=mult... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3177,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/system | 7,986 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yaml",
"content": "---\n\n# - name: Dispaly uuid & store in variable\n# command: blkid -s UUID -o value {{ dev_data_drive }}\n# register: uuid_swap\n\n# - name: Add the below lines\n# blockinfile:\n# path: /etc/fstab\n# state: present\n# block: |\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1656,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/telegram-notify | 7,986 | [
"no_license"
] | [
{
"path": "roles/telegram-notify/templates/telegram-notify.service.j2",
"content": "[Unit]\nDescription=Telegram notify\n\n[Service]\nExecStart=/usr/local/bin/telegram-notify.sh \"{{telegram_token}}\"\nRestart=always\nRestartSec=1\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | j-sokol/bitcoin-node-ansible | 97e73ca110f3bfe7bb2457f95c9867981a3c351c | 0 | roles/warden | 7,986 | [
"no_license"
] | [
{
"path": "roles/warden/tasks/main.yaml",
"content": "---\n\n- name: install system updates for ubuntu systems\n apt: upgrade=dist update_cache=yes\n when: ansible_distribution == \"Ubuntu\"\n\n\n# - name: install hexyl package\n# become: yes\n# action: >\n# {{ ansible_pkg_mgr }} name={{item}} sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4699,
"all_permissive": false
} |
ansible_role | chronicc/ansible-collection-bouquet | 6998e4f7550647f154b2fae33a3687f950dc8861 | 0 | roles/bouquet_stack | 7,986 | [
"no_license"
] | [
{
"path": "roles/bouquet_stack/molecule/default/molecule.yml",
"content": "---\nrole_name_check: 1\ndependency:\n name: galaxy\ndriver:\n name: vagrant\n provider:\n name: libvirt\nplatforms:\n - name: bouquet_stack_instance\n box: ${MOLECULE_DISTRO:-generic/ubuntu2204}\n memory: 4096\n cpus... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6367,
"all_permissive": false
} |
ansible_role | Uttah/container_status | 9ae470ed0264c9bf1da926103689e4ca2fab307b | 0 | deploy/roles/deploy_image | 7,986 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy_image/tasks/main.yaml",
"content": "---\n- name: Ensure container is stopped\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n state: absent\n\n- name: Deploy image\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n imag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | tvm2360/08-ansible-05-testing | 15b3eb367530ad5dab5ebb56e7930b82516bd30b | 0 | playbook/roles/vector | 7,986 | [
"no_license"
] | [
{
"path": "playbook/roles/vector/handlers/main.yml",
"content": "---\n- name: Start vector\n become: false\n command: \"tmux new -d '{{ vector_directory }}/vector/bin/vector --config {{ vector_directory }}/vector/config/vector.yaml'\"",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6040,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/alacritty | 7,986 | [
"no_license"
] | [
{
"path": "roles/alacritty/defaults/main.yml",
"content": "---\nalacritty:\n enable: true\n config_dir: \".config/alacritty\"\n project:\n repo: \"github.com/alacritty/alacritty.git\"\n dest: \"/tmp/alacritty\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1997,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/bitwarden_cli | 7,986 | [
"no_license"
] | [
{
"path": "roles/bitwarden_cli/defaults/main.yml",
"content": "---\nbitwarden_cli:\n enable: true\n pkg: \"vault.bitwarden.com/download/?app=cli&platform=linux\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/bitwarden_cli/template... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/bpytop | 7,986 | [
"no_license"
] | [
{
"path": "roles/bpytop/templates/goss.yml.j2",
"content": "package:\n bpytop:\n installed: true\nfile:\n {{ ansible_facts.user_dir + '/' + bpytop.config_dir }}:\n exists: true\n owner: {{ user }}\n group: {{ user }}\n mode: \"0750\"\n filetype: directory\n {{ [ansible_facts.user_dir,bp... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/common | 7,986 | [
"no_license"
] | [
{
"path": "roles/common/tasks/pre_tasks.yml",
"content": "---\n- name: pre_tasks | set local user\n set_fact:\n user: \"{{ ansible_ssh_user }}\"\n when:\n - user is undefined\n\n- name: pre_tasks | verify existence of resident user account {{ user }}\n ansible.builtin.getent:\n database: passwd\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2460,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/cosmic | 7,986 | [
"no_license"
] | [
{
"path": "roles/cosmic/tasks/shell_shortcuts.yml",
"content": "---\n- name: install | check if shell extension is installed\n become_user: \"{{ user }}\"\n ansible.builtin.stat:\n path: /usr/local/bin/pop-shell-shortcuts\n register: shell_shortcuts_extension\n\n- name: install | build extensions from... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4907,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/crt | 7,986 | [
"no_license"
] | [
{
"path": "roles/crt/templates/goss.yml.j2",
"content": "package:\n cool-retro-term:\n installed: true\n title: crt | package installed\n fonts-jetbrains-mono:\n installed: true\n title: crt | fonts-jetbrains-mono font installed\nfile:\n {{ ansible_facts.user_dir + '/' + crt.config_dir }}:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1811,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/dircolors | 7,986 | [
"no_license"
] | [
{
"path": "roles/dircolors/tasks/install.yml",
"content": "---\n- name: install | clone project repository\n become_user: \"{{ user }}\"\n ansible.builtin.git:\n repo: \"{{ 'https://' + dircolors.theme.nord.repo }}\"\n dest: \"{{ dircolors.theme.nord.dest }}\"\n force: true\n depth: 1\n chang... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2011,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/git | 7,986 | [
"no_license"
] | [
{
"path": "roles/git/tasks/install.yml",
"content": "---\n- name: install | install package updates\n ansible.builtin.apt:\n state: present\n pkg:\n - git\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/git/templates/goss.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/gtk | 7,986 | [
"no_license"
] | [
{
"path": "roles/gtk/templates/goss.yml.j2",
"content": "package:\n gnome-shell-extensions:\n installed: true\nfile:\n {{ ansible_facts.user_dir + '/' + '.themes' }}:\n exists: true\n owner: {{ user }}\n group: {{ user }}\n mode: \"0750\"\n filetype: directory\n title: gtk | theme dir... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/hardening | 7,986 | [
"no_license"
] | [
{
"path": "roles/hardening/tasks/fs.yml",
"content": "---\n- name: fs | Define default filesystem permissions such that all users can only read and modify their own files.\n ansible.builtin.lineinfile:\n path: /etc/login.defs\n regexp: '^UMASK.*'\n line: \"UMASK 077\"\n...\n",
... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7992,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/himalaya | 7,986 | [
"no_license"
] | [
{
"path": "roles/himalaya/tasks/configure.yml",
"content": "---\n- name: configure | create necessary directories\n ansible.builtin.file:\n path: \"{{ ansible_facts.user_dir + '/' + himalaya.config_dir }}\"\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: 0750\n\n- ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3421,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/mpd | 7,986 | [
"no_license"
] | [
{
"path": "roles/mpd/tasks/main.yml",
"content": "---\n- when:\n - mpd.enable\n tags:\n - mpd\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - mpd-install\n - ansible.builtin.import_tasks:\n file: \"configure.yml\"\n tags:\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3736,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/ncmpcpp | 7,986 | [
"no_license"
] | [
{
"path": "roles/ncmpcpp/tasks/main.yml",
"content": "---\n- when:\n - ncmpcpp.enable\n tags:\n - ncmpcpp\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - ncmpcpp-install\n - ansible.builtin.import_tasks:\n file: \"configure.yml\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1862,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/neofetch | 7,986 | [
"no_license"
] | [
{
"path": "roles/neofetch/files/00-neofetch-motd",
"content": "#!/bin/bash\n/usr/bin/neofetch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/neofetch/tasks/configure.yml",
"content": "---\n- name: configure | create necessary directori... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1994,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/neovim | 7,986 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- when:\n - neovim.enable\n tags:\n - neovim\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - neovim-install\n - ansible.builtin.import_tasks:\n file: \"configure.yml\"\n tags... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9277,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/pandoc | 7,986 | [
"no_license"
] | [
{
"path": "roles/pandoc/tasks/install.yml",
"content": "---\n- name: install | install package updates\n ansible.builtin.apt:\n state: present\n pkg:\n - pandoc\n - texlive-xetex\n - texlive-fonts-extra\n - antiword\n - docx2txt\n - poppler-utils\n - man2html\n...\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/protonmail_bridge | 7,986 | [
"no_license"
] | [
{
"path": "roles/protonmail_bridge/tasks/main.yml",
"content": "---\n- when:\n - protonmail_bridge.enable\n tags:\n - protonmail_bridge\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - protonmail_bridge-install\n rescue:\n - ansible.builtin.met... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2945,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/protonvpn | 7,986 | [
"no_license"
] | [
{
"path": "roles/protonvpn/defaults/main.yml",
"content": "---\nprotonvpn:\n enable: true\n pkg: \"repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3_all.deb\"\n config_dir: \".config/protonvpn\"\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/qemu_kvm | 7,986 | [
"no_license"
] | [
{
"path": "roles/qemu_kvm/tasks/main.yml",
"content": "---\n- when:\n - qemu_kvm.enable\n - ansible_virtualization_role != \"guest\"\n tags:\n - qemu_kvm\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - qemu_kvm-install\n - ansible.builtin.im... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1198,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/qutebrowser | 7,986 | [
"no_license"
] | [
{
"path": "roles/qutebrowser/tasks/configure.yml",
"content": "---\n- name: configure | set default web browser\n community.general.system.alternatives:\n name: x-www-browser\n link: /usr/bin/x-www-browser\n path: /usr/bin/qutebrowser\n priority: 50\n\n- name: configure | create necessary direc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2242,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/ranger | 7,986 | [
"no_license"
] | [
{
"path": "roles/ranger/templates/goss.yml.j2",
"content": "package:\n ranger:\n installed: true\n caca-utils:\n installed: true\n highlight:\n installed: true\n atool:\n installed: true\n w3m:\n installed: true\n poppler-utils:\n installed: true\n mediainfo:\n installed: true\nf... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1924,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/remmina | 7,986 | [
"no_license"
] | [
{
"path": "roles/remmina/tasks/main.yml",
"content": "---\n- when:\n - remmina.enable\n tags:\n - remmina\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - remmina-install\n - ansible.builtin.import_tasks:\n file: \"configure.yml\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/signal_cli | 7,986 | [
"no_license"
] | [
{
"path": "roles/signal_cli/tasks/main.yml",
"content": "---\n- when:\n - signal_cli.enable\n tags:\n - signal_cli\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - signal_cli-install\n rescue:\n - ansible.builtin.meta: flush_handlers\n...\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/signal_desktop | 7,986 | [
"no_license"
] | [
{
"path": "roles/signal_desktop/tasks/main.yml",
"content": "---\n- when:\n - signal_desktop.enable\n tags:\n - signal_desktop\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - signal_desktop-install\n rescue:\n - ansible.builtin.meta: flush_han... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2025,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/terraform | 7,986 | [
"no_license"
] | [
{
"path": "roles/terraform/defaults/main.yml",
"content": "---\nterraform:\n enable: true\n repo:\n url: \"https://apt.releases.hashicorp.com\"\n key: \"apt.releases.hashicorp.com/gpg\"\n keyring: \"/usr/share/keyrings/hashicorp-archive-keyring.gpg\"\n release: \"jammy\"\n",
"license_type"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2321,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/tmux | 7,986 | [
"no_license"
] | [
{
"path": "roles/tmux/files/.tmux.conf",
"content": "set-option -sg escape-time 10\nset-option -g focus-events on\nset -g default-command /usr/bin/zsh\nset-option -g default-terminal \"xterm-256color\"\nset-option -sa terminal-features ',xterm-256color:RGB'\n\nset -g lock-after-time 60 \nset -g lock-command... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/zathura | 7,986 | [
"no_license"
] | [
{
"path": "roles/zathura/templates/goss.yml.j2",
"content": "package:\n zathura:\n installed: true\n zathura-pdf-poppler:\n installed: true\n zathura-ps:\n installed: true\n zathura-cb:\n installed: true\n zathura-djvu:\n installed: true\nfile:\n {{ ansible_facts.user_dir + '/' + zathur... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2120,
"all_permissive": false
} |
ansible_role | chris-m-powell/ansible | 6ea48baf9604b96f41a9c0d62d93ee5133285734 | 0 | roles/zsh | 7,986 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- when:\n - zsh.enable\n tags:\n - zsh\n block:\n - ansible.builtin.import_tasks:\n file: \"install.yml\"\n tags:\n - zsh-install\n - ansible.builtin.import_tasks:\n file: \"configure.yml\"\n tags:\n -... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | prospee2020/AnsibleWordpress | d07be0e223bd76f020901b0feb5328eb5e23dd5b | 0 | roles/apache | 7,986 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Update yum cache\n yum: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n\n- debconf:\n name: mysql-server\n question: mysql-server/root_password\n vtype: password\n value: \"{{ mysql_admin_password }}\"\n\n\n- debconf:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1645,
"all_permissive": false
} |
ansible_role | prospee2020/AnsibleWordpress | d07be0e223bd76f020901b0feb5328eb5e23dd5b | 0 | roles/php | 7,986 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install php extensions\n yum: name={{ item }} state=present\n sudo: yes\n with_items:\n - php-gd \n - php-ssh2\n\n# tasks file for php\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | cbanciu/ansible_nss | 3f9d00d1888214d126a0b0adbf126727034ebfba | 0 | roles/nss | 7,986 | [
"permissive"
] | [
{
"path": "roles/nss/tasks/main.yml",
"content": "---\n- name: Check if affected\n command: '/usr/bin/curl --connect-timeout 60 -I https://google.com'\n register: nss_affected\n ignore_errors: True\n\n- name: Downgrade NSS\n include: downgrade.yml\n when: nss_affected.rc == -4 and nss_affected.stderr =... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": true
} |
ansible_role | pabalca/pabalca-ansible | c2489d8a0e567ab2cd0f670546803e5341e50290 | 1 | roles/webapp | 7,986 | [
"no_license"
] | [
{
"path": "roles/webapp/templates/webapp_template.service.j2",
"content": "[Unit]\nDescription=Webapp {{ script_name }}\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nRestart=always\nRestartSec=3\nWorkingDirectory={{ script_path }}\n\nExecStart={{ script_path }}/venv/bi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4361,
"all_permissive": false
} |
ansible_role | therealthingy/my_iac | 1f44fcdc1e344e2a686398527e1cb830dee5577a | 1 | roles/common | 7,986 | [
"no_license"
] | [
{
"path": "roles/common/templates/_attic/linux/luks-sparse_helper.j2",
"content": "#!/usr/bin/env bash\n\n{{ ansible_managed|comment }}\n#set -e # Exit immediately if a command exits with a non-zero status (HOWEVER: considered bad practice)\n\n\n\nvalidate_cli_args() {\n if [ \"$#\" -ne 2 ]; th... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 56194,
"all_permissive": false
} |
ansible_role | therealthingy/my_iac | 1f44fcdc1e344e2a686398527e1cb830dee5577a | 1 | roles/devel_base | 7,986 | [
"no_license"
] | [
{
"path": "roles/devel_base/tasks/_attic/packages-intel_tools.yml",
"content": "---\n- name: Install Intel Pin Tools\n block:\n - name: Set version\n ansible.builtin.set_fact:\n # TODO: GET ALWAYS LATEST VERSION; SEE: https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-bin... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 35067,
"all_permissive": false
} |
ansible_role | therealthingy/my_iac | 1f44fcdc1e344e2a686398527e1cb830dee5577a | 1 | roles/docker | 7,986 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: restart docker daemon\n ansible.builtin.service:\n name: docker\n state: restarted\n become: true\n\n- name: restart nftables\n ansible.builtin.service:\n name: nftables\n state: restarted\n become: true\n\n- name: restart ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2871,
"all_permissive": false
} |
ansible_role | therealthingy/my_iac | 1f44fcdc1e344e2a686398527e1cb830dee5577a | 1 | roles/hw_specific | 7,986 | [
"no_license"
] | [
{
"path": "roles/hw_specific/handlers/main.yml",
"content": "---\n# SEE: https://unix.stackexchange.com/questions/39370/how-to-reload-udev-rules-without-reboot\n- name: apply udev rules\n ansible.builtin.shell: |\n udevadm control --reload-rules && udevadm trigger\n become: true\n",
"license_type... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 14171,
"all_permissive": false
} |
ansible_role | therealthingy/my_iac | 1f44fcdc1e344e2a686398527e1cb830dee5577a | 1 | roles/power_user | 7,986 | [
"no_license"
] | [
{
"path": "roles/power_user/meta/main.yml",
"content": "---\ndependencies:\n - role: aux/gather_host_facts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/power_user/tasks/main.yml",
"content": "---\n- ansible.builtin.include_tasks: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 14411,
"all_permissive": false
} |
ansible_role | manishshahi64/awx-ansible-k8s | a99b3f7fe759dd2b02c00b05eb686cc788bf7b13 | 0 | roles/configure_Control_Plane | 7,986 | [
"no_license"
] | [
{
"path": "roles/configure_Control_Plane/tasks/main.yml",
"content": "---\n- name: Ubuntu-Master | Prerequisite | install prerequisite applications\n include_tasks: Ubuntu_prerequisite.yml\n when: (ansible_facts['distribution'] == 'Ubuntu' and ansible_os_family == 'Debian' and ansible_architecture == 'x86... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 10973,
"all_permissive": false
} |
ansible_role | manishshahi64/awx-ansible-k8s | a99b3f7fe759dd2b02c00b05eb686cc788bf7b13 | 0 | roles/configure_Worker | 7,986 | [
"no_license"
] | [
{
"path": "roles/configure_Worker/tasks/setup_worker_ubuntu.yml",
"content": "---\r\n- name: Ubuntu-Worker | Update package cache\r\n ansible.builtin.apt:\r\n update_cache: yes\r\n cache_valid_time: 3600\r\n\r\n- name: Ubuntu-Worker | Remove swapfile from /etc/fstab\r\n mount:\r\n name: \"{{ item... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8536,
"all_permissive": false
} |
ansible_role | jaceCallihoo/environment | ca95cb4184b36f0efa606345a014ffb1c13e3a94 | 0 | scripts/ansible/roles/linux | 7,986 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/linux/tasks/main.yml",
"content": "- name: Create User Jace\n ansible.builtin.user:\n name: jace\n create_home: yes\n group: wheel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | jaceCallihoo/environment | ca95cb4184b36f0efa606345a014ffb1c13e3a94 | 0 | scripts/ansible/roles/neovim | 7,986 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/neovim/tasks/main.yml",
"content": "- name: Install Neovim \n become: true\n package: \n name: neovim \n state: latest\n\n- name: Copy Neovim Config\n ansible.builtin.copy:\n src: nvim\n dest: /home/jace/.config\n\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | jaceCallihoo/environment | ca95cb4184b36f0efa606345a014ffb1c13e3a94 | 0 | scripts/ansible/roles/node | 7,986 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/node/tasks/main.yml",
"content": "- name: Install NodeJS\n become: true\n package: \n name: nodejs\n state: latest\n\n- name: Install Node Version Manager\n kewlfft.aur.aur:\n name: nvm\n state: latest\n \n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | jaceCallihoo/environment | ca95cb4184b36f0efa606345a014ffb1c13e3a94 | 0 | scripts/ansible/roles/test | 7,986 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/test/tasks/main.yml",
"content": "- name: Debug test\n ansible.builtin.debug:\n msg: \"this is a test\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | jaceCallihoo/environment | ca95cb4184b36f0efa606345a014ffb1c13e3a94 | 0 | scripts/ansible/roles/zsh | 7,986 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/zsh/tasks/main.yml",
"content": "- name: Install zsh\n become: true\n pacman: \n name: zsh\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | alexbaptista/provisioning-jenkins-ansible | 2ccc74cca3ef098ae4a69327728275e2aa927888 | 0 | roles/aws | 7,986 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "- name: Create ec2 security group\n ec2_group:\n name: \"{{ security_group_name }}\"\n state: present\n description: Rules for jenkins stack\n region: \"{{ aws_region }}\"\n vpc_id: \"{{ vpc_id }}\"\n rules:\n - proto: tcp\n po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | alexbaptista/provisioning-jenkins-ansible | 2ccc74cca3ef098ae4a69327728275e2aa927888 | 0 | roles/docker | 7,986 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: install docker dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n\n- name: include docker pgp\n apt_key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | alexbaptista/provisioning-jenkins-ansible | 2ccc74cca3ef098ae4a69327728275e2aa927888 | 0 | roles/jenkins | 7,986 | [
"no_license"
] | [
{
"path": "roles/jenkins/handlers/main.yml",
"content": "- name: restart jenkins\n docker_container:\n name: jenkins\n restart: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- name: crea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3011,
"all_permissive": false
} |
ansible_role | alexbaptista/provisioning-jenkins-ansible | 2ccc74cca3ef098ae4a69327728275e2aa927888 | 0 | roles/nginx | 7,986 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt:\n name: nginx\n state: present\n\n- name: create nginx jenkins logdir\n file:\n path: /var/log/nginx/jenkins\n state: directory\n mode: 0755\n\n- name: install nginx jenkins template\n template:\n src: jenk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | vuza/eventmanager | 6048ca69a53ed8c64d7954e0cc747cd49e3a8e19 | 0 | deployment/roles/gatherfacts | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/gatherfacts/tasks/main.yml",
"content": "---\n- name: gather facts\n setup:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 34,
"all_permissive": false
} |
ansible_role | vuza/eventmanager | 6048ca69a53ed8c64d7954e0cc747cd49e3a8e19 | 0 | deployment/roles/install | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/install/tasks/main.yml",
"content": "---\n- name: Create directory for app\n become: True\n file: path={{ root }} state=directory owner={{ remote_user }} group=www-data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | vuza/eventmanager | 6048ca69a53ed8c64d7954e0cc747cd49e3a8e19 | 0 | deployment/roles/updateandrunbackend | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/updateandrunbackend/tasks/main.yml",
"content": "---\n- name: Checkout code\n git: repo={{ gitUrl }} dest={{ root }} force=yes accept_hostkey=True version={{ gitVersion }}\n\n- name: Build docker\n become: True\n docker_image:\n path: \"{{ root }}\"\n name: vuza/eventser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | vuza/eventmanager | 6048ca69a53ed8c64d7954e0cc747cd49e3a8e19 | 0 | deployment/roles/updateandrunfrontend | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/updateandrunfrontend/tasks/main.yml",
"content": "---\n- name: Checkout code\n git: repo={{ gitUrl }} dest={{ root }} force=yes accept_hostkey=True version={{ gitVersion }}\n\n- name: Build docker\n docker_image:\n path: \"{{ root }}/frontend\"\n name: vuza/eventservice-f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | Dwiib/Eth-Cluster | f7270aa92a214138d85424c8728b4ddf81c94a10 | 0 | roles/netplan_static_ip | 7,985 | [
"no_license"
] | [
{
"path": "roles/netplan_static_ip/tasks/main.yml",
"content": "---\n# tasks file for netplan_static_ip\n- block:\n - name: Deploy netplan config template\n template:\n src: 50-static.yaml.j2\n dest: \"{{ (netplan.configDirectory, netplan.fileName) | path_join }}\"\n register: netplanconfig... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | akira6592/network-playbooks | 338bb6eefd43bc96cdbcd79129a142e58a048554 | 4 | 301_add_route/roles/after_check | 7,985 | [
"no_license"
] | [
{
"path": "301_add_route/roles/after_check/tasks/main.yml",
"content": "---\n\n###########################################\n# ルーティングテープの確認\n\n# 事後のルーティングテーブルを取得\n- name: Execute show ip route\n ansible.utils.cli_parse:\n command: show ip route\n parser:\n name: ansible.netcommon.ntc_templates\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1607,
"all_permissive": false
} |
ansible_role | akira6592/network-playbooks | 338bb6eefd43bc96cdbcd79129a142e58a048554 | 4 | 301_add_route/roles/before_check | 7,985 | [
"no_license"
] | [
{
"path": "301_add_route/roles/before_check/tasks/main.yml",
"content": "---\n# ユーザー入力値を確認\n- name: Assert parameters\n ansible.builtin.assert:\n that:\n - next_hop is defined\n - next_hop | ansible.utils.ipv4('address')\n\n# 事前のルーティングテーブルを取得\n- name: Execute show ip route\n ansible.utils.cli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | akira6592/network-playbooks | 338bb6eefd43bc96cdbcd79129a142e58a048554 | 4 | 301_add_route/roles/configure | 7,985 | [
"no_license"
] | [
{
"path": "301_add_route/roles/configure/tasks/main.yml",
"content": "---\n# 実際にルーティングを追加\n- name: Configure Routing\n cisco.ios.ios_static_routes:\n config:\n - address_families:\n - afi: ipv4\n routes:\n - dest: \"{{ dest }}\"\n next_hops:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | akira6592/network-playbooks | 338bb6eefd43bc96cdbcd79129a142e58a048554 | 4 | 301_add_route/roles/reset | 7,985 | [
"no_license"
] | [
{
"path": "301_add_route/roles/reset/tasks/main.yml",
"content": "---\n# ルーティングを削除\n- name: Delete Routing\n cisco.ios.ios_static_routes:\n config:\n - address_families:\n - afi: ipv4\n routes:\n - dest: \"{{ dest }}\"\n next_hops:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | insight-icon/insight-icon-iac-workshop | af4413acfd7533a4717c07f745599e0439e3b363 | 0 | {{ cookiecutter.environment }}/configuration-playbooks/p-rep-config/roles/bootstrap | 7,985 | [
"no_license"
] | [
{
"path": "{{ cookiecutter.environment }}/configuration-playbooks/p-rep-config/roles/bootstrap/tasks/main.yml",
"content": "- name: Check if grub is present\n stat: path=/etc/default/grub\n register: hasgrub\n\n- name: Disable IPv6 in grub\n replace:\n dest: /etc/default/grub\n regexp: '^GRUB_CMDLI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/base | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: Install basic packages\n dnf:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - python3\n - python3-pip\n - dnf-plugins-core\n - wget\n\n\n\n\n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/build | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yaml",
"content": "---\n- name: Clone ALF-pipeline repository\n git:\n repo: https://github.com/jaroslavpesek/ALF-pipeline.git\n dest: /opt/ALF-pipeline\n\n- name: Build SALF\n shell: |\n cd /opt/ALF-pipeline/nemea_modules/salf\n autoreconf -i\n ./c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/dp3 | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/dp3/tasks/main.yaml",
"content": "- name: Remove application and configuration to create clean environment\n become: yes\n shell: |\n rm -rf /{{ app_name }} && rm -rf /etc/{{ app_name }} && rm -rf /var/run/{{ app_name }}\n SERVICE_NAME=\"{{ app_name }}\"\n if systemctl --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4889,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/dp3-dependencies | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/dp3-dependencies/tasks/main.yaml",
"content": "---\n- name: Install packages for DP3\n dnf:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n - supervisor\n - redis\n\n- name: Import RPM keys for RabbitMQ server\n rpm_key:\n key: \"{{ item }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/nemea | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/nemea/tasks/main.yaml",
"content": "- name: Enable Fedora Copr for NEMEA\n command: dnf copr -y enable @CESNET/NEMEA\n\n- name: Enable Fedora Copr for IPFIXcol2\n command: dnf copr -y enable @CESNET/IPFIXcol\n\n- name: Install NEMEA and friends\n dnf:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | jaroslavpesek/ALF-pipeline | b585c9ce93adbed5a86498d1b0472b1dd98b8546 | 1 | ansible/roles/python | 7,985 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yaml",
"content": "- name: Upgrade pip\n pip:\n name: pip\n state: latest\n\n- name: Create Python virtual enviroment for DP3\n command: python3 -m venv /dp3-venv\n\n- name: Create Python virtual enviroment for ML Deployer\n command: python3 -m venv /ml-ve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/deploy_rbhl | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/deploy_rbhl/tasks/main.yml",
"content": "- name: Setup the Git repo\n git: repo={{ GIT_REPO }}\n version={{ GIT_BRANCH }}\n dest={{ PROJECT_PATH }}\n accept_hostkey=yes\n force=yes\n\n- name: Create configs\n template:\n src: \"templates/{{ item }}.ji... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3285,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/restart | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/restart/tasks/main.yml",
"content": "- name: Kill gunicorn\n become: yes\n command: \"pkill gunicorn\"\n ignore_errors: True\n\n- name: Restart nginx\n become: true\n ignore_errors: True\n service:\n name: nginx\n state: restarted\n enabled: yes\n\n- name: Restart ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/restore | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/restore/tasks/main.yml",
"content": "- name: drop the database\n become: true\n become_user: postgres\n postgresql_db:\n name={{ DB_NAME }}\n encoding='UTF-8'\n owner={{ DB_USER }}\n template=template0\n state=absent\n\n- name: create a database\n become: true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/setup_aws | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/setup_aws/tasks/main.yml",
"content": "- name: Create the s3 secret key\n become: yes\n template:\n src: \"templates/s3_secret.jinja2\"\n dest: \"{{ PROJECT_PATH }}/scripts/s3_secret\"\n owner: ubuntu\n mode: 0741\n\n- name: Creates AWS dir\n file:\n path: /home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/setup_backups | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/setup_backups/tasks/main.yml",
"content": "- name: Creates backup dir\n become: true\n file:\n path: \"{{ BACKUPS_DIR }}\"\n state: directory\n owner: ubuntu\n mode: 0741\n\n- name: Create the backup script\n become: yes\n template:\n src: \"templates/backup.sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/setup_db | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/setup_db/tasks/main.yml",
"content": "---\n# This playbook installs and (re)configures Postgres.\n- name: update apt-cache\n apt: update_cache=yes\n\n- name: Install Postgres, related headers, and psycopg2\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | openhealthcare/rbhl | 736af105dc8228d9182b523250e73cebd5b8d434 | 1 | deployment/roles/setup_rbhl | 7,985 | [
"no_license"
] | [
{
"path": "deployment/roles/setup_rbhl/tasks/main.yml",
"content": "---\n# set up the PHMI project itself\n- name: Creates project dir\n become: true\n file:\n path: \"{{ PROJECT_PATH }}\"\n state: directory\n mode: 0777\n\n- name: Setup the Git repo\n git: repo={{ GIT_REPO }}\n version={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.