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 | SriAhilesh/portfolio-project | 083c093f4033fcdd6eecee949c4240c72b5e3a9a | 0 | ansible/roles/monitoring | 7,309 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "- name: Create Prometheus config directory\n file:\n path: /opt/prometheus\n state: directory\n\n- name: Copy Prometheus config\n copy:\n src: files/prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Run Prometheus\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | SriAhilesh/portfolio-project | 083c093f4033fcdd6eecee949c4240c72b5e3a9a | 0 | ansible/roles/mysql | 7,309 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name: Create MySQL container\n community.docker.docker_container:\n name: mysql\n image: mysql:8\n state: started\n restart_policy: always\n env:\n MYSQL_ROOT_PASSWORD: <PASSWORD>\n MYSQL_DATABASE: portfolio_db\n publ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/starknet-ansible | 917bec72f1775ceb0fe84e4193bd8f0bf2b128c0 | 0 | roles/attestor | 7,309 | [
"no_license"
] | [
{
"path": "roles/attestor/vars/ufw_rules.yml",
"content": "---\nattestor_ufw_rules:\n - port: \"{{ starknet.attestor.ports.metrics_port }}\"\n proto: tcp\n rule: allow\n from: \"{{ monitor_server_dns }}\"\n comment: metrics_port\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4750,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/starknet-ansible | 917bec72f1775ceb0fe84e4193bd8f0bf2b128c0 | 0 | roles/node | 7,309 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yml",
"content": "---\n# maintains directories and paths\nnode_home_dir: /opt/{{ service_identifier }}\n\nnode_bin_dir: \"{{ node_home_dir }}/bin\"\nnode_data_dir: \"{{ node_home_dir }}/data\"\nnode_env_dir: \"{{ node_home_dir }}/environment\"\nnode_log_dir: \"{{ node_hom... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3905,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/starknet-ansible | 917bec72f1775ceb0fe84e4193bd8f0bf2b128c0 | 0 | roles/snapshot_sync | 7,309 | [
"no_license"
] | [
{
"path": "roles/snapshot_sync/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n ansible.builtin.apt:\n name: rclone\n state: present\n update_cache: true\n\n- name: Stop starknet services\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n state: stopped\n loop:\n - star... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2888,
"all_permissive": false
} |
ansible_role | juliagugel/patroni_playbooks_v2 | bc33e1592cc94b2f31c03b8a94e7e7817b1c6044 | 0 | roles/patroni | 7,309 | [
"no_license"
] | [
{
"path": "roles/patroni/site.yml",
"content": "---\n# This playbook deploys a three node patroni PostgreSQL cluster with HAProxy\n \n- hosts: patroniservers\n become: true\n become_user: root\n \n roles:\n - prepare\n - common\n - patroni\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6787,
"all_permissive": false
} |
ansible_role | juliagugel/patroni_playbooks_v2 | bc33e1592cc94b2f31c03b8a94e7e7817b1c6044 | 0 | roles/patroni_add | 7,309 | [
"no_license"
] | [
{
"path": "roles/patroni_add/tasks/main.yml",
"content": "- name: check if epel rpm already is there\n stat:\n path: /root/epel-release-latest-7.noarch.rpm\n register: epel_rpm_available\n \n- name: Download the EPEL rpm\n get_url:\n url: http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4984,
"all_permissive": false
} |
ansible_role | juliagugel/patroni_playbooks_v2 | bc33e1592cc94b2f31c03b8a94e7e7817b1c6044 | 0 | roles/prepare | 7,309 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "- name: Set authorized key for user root copying it from current user\n authorized_key:\n user: root\n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | brian-kipkoech-tanui/Give-Your-Application-Auto-Deploy-Superpowers | b25ba924d1565d55cd5ec8aad47c09e6fa8c1d28 | 4 | .circleci/ansible/roles/configure-server | 7,309 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/files/myenv.sh",
"content": "export TYPEORM_CONNECTION=postgres\nexport TYPEORM_MIGRATIONS_DIR=./src/migrations\nexport TYPEORM_ENTITIES=./src/modules/domain/**/*.entity.ts\nexport TYPEORM_MIGRATIONS=./src/migrations/*.ts\nexport TYPEORM_HOST=database-1.cy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | brian-kipkoech-tanui/Give-Your-Application-Auto-Deploy-Superpowers | b25ba924d1565d55cd5ec8aad47c09e6fa8c1d28 | 4 | .circleci/ansible/roles/deploy | 7,309 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Installing Node D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | satish-sunkara/roboshop-ansible-roles | 4fb93f43463b31e9a9b78a3e5164239278ee8483 | 0 | roles/common | 7,309 | [
"no_license"
] | [
{
"path": "roles/common/tasks/golang.yaml",
"content": "- name: Install GoLang\n ansible.builtin.dnf:\n name: golang \n state: present\n\n- name: downloading the dependencies & building the software\n ansible.builtin.command: \"{{item}}\"\n loop:\n - go mod init dispatch\n - go get \n - go build... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | satish-sunkara/roboshop-ansible-roles | 4fb93f43463b31e9a9b78a3e5164239278ee8483 | 0 | roles/dispatch | 7,309 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: golang\n ansible.builtin.import_role:\n name: common\n tasks_from: golang\n\n- name: system start\n ansible.builtin.import_role:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/fabric_setup | 8635183a35db7a828a8c822cf4f4bc12b2097332 | 0 | fabric_setup/roles/mlag | 7,309 | [
"no_license"
] | [
{
"path": "fabric_setup/roles/mlag/tasks/main.yml",
"content": "---\n- name: Configure MLAG Setup\n nclu:\n commands:\n - add clag peer sys-mac {{ switches[ansible_hostname].clag_sys_mac }} interface {{ switches[ansible_hostname].interfaces.peerlinks }} {{ switches[ansible_hostname].clag_role }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/fabric_setup | 8635183a35db7a828a8c822cf4f4bc12b2097332 | 0 | roles/exits | 7,309 | [
"no_license"
] | [
{
"path": "roles/exits/tasks/main.yml",
"content": "---\n- name: Configure BGP/EVPN neighbor\n nclu:\n commands:\n - add bgp autonomous-system {{ switches[ansible_hostname].bgp_as }}\n - add bgp neighbor fabric peer-group\n - add bgp neighbor fabric remote-as external\n - add bgp nei... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1907,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/fabric_setup | 8635183a35db7a828a8c822cf4f4bc12b2097332 | 0 | roles/leafs | 7,309 | [
"no_license"
] | [
{
"path": "roles/leafs/tasks/main.yml",
"content": "---\n- name: Configure BGP EVPN for VxLAN fabric\n nclu:\n commands:\n - add bgp autonomous-system {{ switches[ansible_hostname].bgp_as}}\n - add bgp router-id {{ switches[ansible_hostname].interfaces.lo.ipv4 | regex_replace('/32') }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2458,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/fabric_setup | 8635183a35db7a828a8c822cf4f4bc12b2097332 | 0 | roles/spines | 7,309 | [
"no_license"
] | [
{
"path": "roles/spines/tasks/main.yml",
"content": "---\n- name: Configure BGP\n nclu:\n commands:\n - add bgp autonomous-system {{ switches[ansible_hostname].bgp_as}}\n - add bgp router-id {{ switches[ansible_hostname].interfaces.lo.ipv4 | regex_replace('/32') }}\n - add bgp neighbor fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/fabric_setup | 8635183a35db7a828a8c822cf4f4bc12b2097332 | 0 | roles/switch_common | 7,309 | [
"no_license"
] | [
{
"path": "roles/switch_common/tasks/main.yml",
"content": "---\n- name: Configure Loopback IP\n nclu:\n commands:\n - add loopback lo ip address {{ switches[ansible_hostname].interfaces.lo.ipv4 }}\n commit: true\n\n\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": 168,
"all_permissive": false
} |
ansible_role | datherra/gocd | 307aadba169e44b92f0b46f89bc39a579490293b | 0 | roles/agent | 7,309 | [
"no_license"
] | [
{
"path": "roles/agent/tasks/main.yml",
"content": "---\n- name: hello\n shell: echo \"hi...\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 40,
"all_permissive": false
} |
ansible_role | datherra/gocd | 307aadba169e44b92f0b46f89bc39a579490293b | 0 | roles/aws_infra | 7,309 | [
"no_license"
] | [
{
"path": "roles/aws_infra/tasks/gocd.yml",
"content": "---\n- name: create AWS resources using cfn stack\n cloudformation:\n stack_name: gocd-server-rafa\n state: present\n region: us-east-1\n template: roles/aws_infra/files/cfn_gocd_server.yml\n tags:\n Environment: test\n # templa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2976,
"all_permissive": false
} |
ansible_role | datherra/gocd | 307aadba169e44b92f0b46f89bc39a579490293b | 0 | roles/server | 7,309 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Create Filesystem on 2nd Volume\n filesystem:\n dev: /dev/xvdf\n fstype: ext4\n\n- name: Create Go installation folder for mount point\n file:\n state: directory\n path: /var/lib/go-server\n\n- name: Mount 2nd Go Volume\n mount... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1511,
"all_permissive": false
} |
ansible_role | GeeksHubsAcademy/BootCampDevops-2022 | f71ec9222867bb20fb76642ddf947e78d00bbb34 | 4 | Sesion4_IaC_Nacho/42_ansible/roles/web_server | 7,309 | [
"no_license"
] | [
{
"path": "Sesion4_IaC_Nacho/42_ansible/roles/web_server/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html>\n <head>\n <title>{{ author_name }} did this!</title>\n <style>\n body {\n width: 35em;\n margin: 0 auto;\n font-fam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1888,
"all_permissive": false
} |
ansible_role | wiltonfelix/cluster-mongodb | a07ba8353eb953c9d38a796d2a76ad0319bd78b5 | 1 | ansible/roles/common | 7,309 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n - name: Wait connection\n wait_for_connection:\n timeout: 6000\n sleep: 5\n\n - name: Enable epel-release\n yum:\n name: epel-release\n state: latest\n when: ansible_distribution == 'CentOS'\n tags: common\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | wiltonfelix/cluster-mongodb | a07ba8353eb953c9d38a796d2a76ad0319bd78b5 | 1 | ansible/roles/mongod | 7,309 | [
"no_license"
] | [
{
"path": "ansible/roles/mongod/templates/mongod.conf.j2",
"content": "storage:\n dbPath: {{ mongodb_dbpath }}\n journal:\n enabled: true\n# engine:\n# mmapv1:\n# wiredTiger:\n\nsystemLog:\n destination: file\n logAppend: true\n path: {{ mongodb_systemlog_path }}\n\nnet:\n port: {{ mongodb_port ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4958,
"all_permissive": false
} |
ansible_role | wiltonfelix/cluster-mongodb | a07ba8353eb953c9d38a796d2a76ad0319bd78b5 | 1 | ansible/roles/test-after-install | 7,309 | [
"no_license"
] | [
{
"path": "ansible/roles/test-after-install/tasks/main.yml",
"content": "---\n - name: Install Goss\n shell: curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.6/goss-linux-amd64 -o /usr/bin/goss\n\n - name: Read File\n shell: chmod +rx /usr/bin/goss\n\n - name: Create File to test\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | monto1-2000/ansible_tutorial | 4d3cc8f5e0561aaa62ff388e1a462716ff350235 | 0 | roles/Apache | 7,308 | [
"no_license"
] | [
{
"path": "roles/Apache/defaults/main.yml",
"content": "---\n# defaults file for /home/ec2-user/demo/mygit/ansible_tutorial/roles/Apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/Apache/tasks/main.yml",
"content": "---\n# tasks file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.asdf | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.asdf/tasks/main.yml",
"content": "---\n- name: Copy all the default asdf files into home dir\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: \"{{ env_home }}/.{{ item }}\"\n owner: \"{{ env_user }}\"\n mode: '0644'\n with_items:\n - default-gems\n - default... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.bat | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.bat/defaults/main.yml",
"content": "---\n# defaults file for halkeye.bat\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/halkeye.bat/vars/main.yml",
"content": "---\n# vars file for halkeye.bat\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1553,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.bw | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.bw/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - halkeye.bw\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/halkeye.bw/tasks/main.yml",
"content": "---\n- name: Insta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.firefox | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.firefox/defaults/main.yml",
"content": "---\n# defaults file for halkeye.firefox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/halkeye.firefox/vars/main.yml",
"content": "---\n# vars file for halkeye.firefox\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.iamb | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.iamb/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - halkeye.iamb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/halkeye.iamb/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.k9s | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.k9s/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - halkeye.k9s\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/halkeye.k9s/vars/main.yml",
"content": "---\n# vars file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1703,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.krr | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.krr/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - halkeye.krr\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/halkeye.krr/vars/main.yml",
"content": "---\n# vars file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.nvim | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.nvim/handlers/main.yml",
"content": "---\n# handlers file for halkeye.nvim\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/halkeye.nvim/files/nvim/init.lua",
"content": "require(\"setup\")\nrequire(\"keymaps\")\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 27344,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.software | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.software/tasks/main.yml",
"content": "---\n- name: Install latest version of helm\n ansible.builtin.include_role:\n name: gantsign.helm\n apply:\n become: true\n vars:\n helm_version: \"{{ software_version_helm }}\"\n\n- name: Make sure git directory exists\n become... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3477,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.ssh-to-age | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.ssh-to-age/vars/main.yml",
"content": "---\n# vars file for halkeye.ssh_to_age\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/halkeye.ssh-to-age/defaults/main.yml",
"content": "---\n# defaults file for halkeye.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.sshconfig | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.sshconfig/vars/main.yml",
"content": "---\n# vars file for halkeye.sshconfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/halkeye.sshconfig/handlers/main.yml",
"content": "---\n# handlers file for halkeye.ssh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.starship | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.starship/defaults/main.yml",
"content": "---\n# defaults file for halkeye.starship\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/halkeye.starship/tasks/main.yml",
"content": "---\n- name: Copy config file\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.tmux | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.tmux/defaults/main.yml",
"content": "---\nzsh_use_ssh_auth_sock_link: \"{{ 'remote' in group_names }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/halkeye.tmux/templates/tmux.conf.j2",
"content": "# Make it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4474,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.wezterm | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.wezterm/vars/main.yml",
"content": "---\n# vars file for halkeye.wezterm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/halkeye.wezterm/handlers/main.yml",
"content": "---\n# handlers file for halkeye.wezterm\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3464,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.wsl | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.wsl/files/gpg-agent-relay",
"content": "#!/usr/bin/env bash\n# Inspired by https://blog.nimamoh.net/yubi-key-gpg-wsl2/\n\n# Guide:\n# Install GPG on windows & Unix\n# Add \"enable-putty-support\" to gpg-agent.conf\n# Download wsl-ssh-pageant and npiperelay and place the executables ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5399,
"all_permissive": false
} |
ansible_role | halkeye/halkeye-ansible | e7ce6ecc30f88a716ea08aaa465d77130ad3aca4 | 3 | roles/halkeye.zsh | 7,308 | [
"no_license"
] | [
{
"path": "roles/halkeye.zsh/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - halkeye.zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/halkeye.zsh/templates/zshrc.j2",
"content": "HIST_STAMPS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11320,
"all_permissive": false
} |
ansible_role | qehloreno-cpe/Activity_9 | a6b13e3eade870bdeac2c801f6234c9f23a6cbc0 | 0 | roles/common | 7,308 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Create Prometheus group\n group:\n name: \"{{ prometheus_group }}\"\n state: present\n become: yes\n\n- name: Create Prometheus user\n user:\n name: \"{{ prometheus_user }}\"\n state: present\n group: \"{{ prometheus_group }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | qehloreno-cpe/Activity_9 | a6b13e3eade870bdeac2c801f6234c9f23a6cbc0 | 0 | roles/prometheus | 7,308 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Download Prometheus tarball\n get_url:\n url: \"https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.{{ ansible_system | lower }}-{{ 'amd64' if ansible_architecture =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | so121183gak/devops-netology | 50244e9a0814531fb386cb48a2b7a784381daf52 | 0 | ansible/lesson4/src/roles/vector | 7,308 | [
"no_license"
] | [
{
"path": "ansible/lesson4/src/roles/vector/handlers/main.yml",
"content": "---\n- name: Reload vector\n become: true\n ansible.builtin.service:\n name: vector\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/less... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | so121183gak/devops-netology | 50244e9a0814531fb386cb48a2b7a784381daf52 | 0 | ansible/lesson5/src/roles/lighthouse | 7,308 | [
"no_license"
] | [
{
"path": "ansible/lesson5/src/roles/lighthouse/defaults/main.yml",
"content": "---\nlighthouse_src: \"https://github.com/VKCOM/lighthouse.git\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible/lesson5/src/roles/lighthouse/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1571,
"all_permissive": false
} |
ansible_role | so121183gak/devops-netology | 50244e9a0814531fb386cb48a2b7a784381daf52 | 0 | ansible/lesson5/src/roles/vector | 7,308 | [
"no_license"
] | [
{
"path": "ansible/lesson5/src/roles/vector/molecule/light/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nplatforms:\n - name: centos_8\n image: docker.io/pycontribs/centos:8\n pre_build_image: true\n - name: ubuntu-last\n image: docker.io/pycontribs/ubuntu:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4753,
"all_permissive": false
} |
ansible_role | TonyChengTW/ceph-ansible-dr-formal | c944cd87a537bc21b1314deb9beedfe86f8b0837 | 0 | roles/ceph-container-common | 7,308 | [
"no_license"
] | [
{
"path": "roles/ceph-container-common/tasks/registry.yml",
"content": "---\n- name: container registry authentication\n command: '{{ container_binary }} login -u {{ ceph_docker_registry_username }} -p {{ ceph_docker_registry_password | quote }} {{ ceph_docker_registry }}'\n changed_when: false\n no_log:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | TonyChengTW/ceph-ansible-dr-formal | c944cd87a537bc21b1314deb9beedfe86f8b0837 | 0 | roles/ceph-mgr | 7,308 | [
"no_license"
] | [
{
"path": "roles/ceph-mgr/tasks/pre_requisite.yml",
"content": "---\n- name: set_fact ceph_mgr_packages for sso\n set_fact:\n ceph_mgr_packages: \"{{ ceph_mgr_packages | union(['python3-saml' if ansible_facts['distribution_major_version'] | int == 8 else 'python-saml']) }}\"\n when:\n - dashboard_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | TonyChengTW/ceph-ansible-dr-formal | c944cd87a537bc21b1314deb9beedfe86f8b0837 | 0 | roles/ceph-osd | 7,308 | [
"no_license"
] | [
{
"path": "roles/ceph-osd/tasks/main.yml",
"content": "---\n- name: set_fact add_osd\n set_fact:\n add_osd: \"{{ groups[osd_group_name] | length != ansible_play_hosts_all | length }}\"\n\n- name: set_fact container_exec_cmd\n set_fact:\n container_exec_cmd: \"{{ container_binary }} exec ceph-mon-{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4643,
"all_permissive": false
} |
ansible_role | TonyChengTW/ceph-ansible-dr-formal | c944cd87a537bc21b1314deb9beedfe86f8b0837 | 0 | roles/ceph-validate | 7,308 | [
"no_license"
] | [
{
"path": "roles/ceph-validate/tasks/check_system.yml",
"content": "---\n- name: fail on unsupported ansible version (1.X)\n fail:\n msg: \"Ansible version must be >= 2.x, please update!\"\n when: ansible_version.major|int < 2\n\n- name: fail on unsupported ansible version\n fail:\n msg: \"Ansible ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2746,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/common | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/common.yaml",
"content": "---\n- name: Populate /etc/hosts file using template\n ansible.builtin.template:\n src: templates/hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: '0644'\n\n\n- name: Set system hostname\n ansible.builtin.hostnam... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/grafana | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/templates/grafana-datasource.yaml.j2",
"content": "apiVersion: 1\n\ndatasources:\n - name: Prometheus\n type: prometheus\n access: proxy\n url: http://localhost:9090\n isDefault: true\n version: 1\n editable: false\n\n - name: Loki\n type: loki\n ac... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2887,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/k8s | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/handlers/main.yaml",
"content": "---\n- name: Restart containerd\n ansible.builtin.service:\n name: containerd\n state: restarted\n\n- name: Restart kubelet\n ansible.builtin.service:\n name: kubelet\n state: restarted\n\n- name: Reload firewall\n ansible.builtin.... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 14062,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/loki | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/loki/tasks/loki.yaml",
"content": "- name: Create Loki system user\n ansible.builtin.user:\n name: \"{{ loki_user }}\"\n shell: /sbin/nologin\n home: \"{{ loki_install_dir }}\"\n state: present\n\n- name: Create initial directories\n ansible.builtin.file:\n path: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3462,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/nfs_client | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs_client/tasks/main.yml",
"content": "---\n\n- name: nfs_client Setup\n ansible.builtin.import_tasks: nfs_client.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/nfs_client/tasks/nfs_client.yaml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/nfs_server | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs_server/handlers/main.yml",
"content": "---\n\n- name: Reload NFS exports\n ansible.builtin.command:\n cmd: \"exportfs -ra\"\n listen: \"reload nfs exports\"\n\n- name: Reload Firewall\n ansible.builtin.systemd:\n name: firewalld\n state: restarted",
"license_type... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/node_exporter | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/handlers/main.yml",
"content": "- name: Restart node_exporter\n ansible.builtin.systemd:\n name: node_exporter\n state: restarted\n daemon_reload: true\n\n- name: Reload Firewall\n ansible.builtin.systemd:\n name: firewalld\n state: restarted",
"li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/prometheus | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/handlers/main.yml",
"content": "- name: Restart prometheus\n ansible.builtin.systemd:\n name: prometheus\n state: restarted\n daemon_reload: true\n\n- name: Reload Firewall\n ansible.builtin.systemd:\n name: firewalld \n state: restarted\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3461,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/promtail_agent | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/promtail_agent/templates/promtail-config.yaml.j2",
"content": "server:\n http_listen_port: 9080\n grpc_listen_port: 0\n\npositions:\n filename: /tmp/positions.yaml\n\nclients:\n - url: http://{{ hostvars[groups['monitoring'][0]]['ansible_host'] | default(hostvars[groups['monitor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2739,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/proxmox | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox/tasks/network.yaml",
"content": "---\n\n- name: Backup existing interfaces file\n ansible.builtin.copy:\n src: /etc/network/interfaces\n dest: \"{{ ansible_env.HOME }}/proxmox/network/interfaces.bak\" \n remote_src: yes\n force: no\n changed_when: false\n\n- na... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 18279,
"all_permissive": false
} |
ansible_role | 2maro/homelab-infra | 3c8ad77cb9d2add9d7ed2cade412ee21d2b24a77 | 3 | ansible/roles/vault | 7,308 | [
"no_license"
] | [
{
"path": "ansible/roles/vault/templates/vault.hcl.j2",
"content": "ui = true\n\napi_addr = \"http://{{ ansible_default_ipv4.address }}:8200\"\n\nstorage \"file\" {\n path = \"{{ vault_storage_path }}\"\n}\n\nlistener \"tcp\" {\n address = \"0.0.0.0:8200\"\n tls_disable = 1\n}\n\ndisable_mlock = true\n",... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6793,
"all_permissive": false
} |
ansible_role | electusmatari/ansible | b70060503632b63172c52b5e70df53e766503e2f | 0 | roles/emcom | 7,308 | [
"no_license"
] | [
{
"path": "roles/emcom/templates/mrintel.conf.j2",
"content": "# {{ ansible_managed }}\n[DEFAULT]\nport: 6667\nnick: MrIntel\nuser: mrintel\nrealname: MrIntel, the brother of MrRadar\n\n[log]\nlogfile: /var/log/mrintel.log\n\n[network coldfront]\nserver: irc.coldfront.net\nchannels: #grd, #electusmatari\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 18935,
"all_permissive": false
} |
ansible_role | electusmatari/ansible | b70060503632b63172c52b5e70df53e766503e2f | 0 | roles/gitrepo | 7,308 | [
"no_license"
] | [
{
"path": "roles/gitrepo/templates/config.j2",
"content": "# {{ ansible_managed }}\n[core]\n\trepositoryformatversion = 0\n\tfilemode = true\n\tbare = false\n\tlogallrefupdates = true\n[receive]\n\tdenycurrentbranch = ignore\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1338,
"all_permissive": false
} |
ansible_role | electusmatari/ansible | b70060503632b63172c52b5e70df53e766503e2f | 0 | roles/mediawiki | 7,308 | [
"no_license"
] | [
{
"path": "roles/mediawiki/tasks/main.yml",
"content": "---\n- name: Install mediawiki\n apt: pkg=mediawiki state=present\n\n- name: Create config directory\n file: path=/etc/emcom\n state=directory\n mode=0700 owner=emcom group=emcom\n\n- name: Create LocalSettings.php for {{wiki_name}}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6461,
"all_permissive": false
} |
ansible_role | electusmatari/ansible | b70060503632b63172c52b5e70df53e766503e2f | 0 | roles/supervisor | 7,308 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "---\n- name: Install package supervisor\n apt: pkg=supervisor state=present\n tags: supervisor\n\n- name: Start and enable supervisor\n service: name=supervisor state=running enabled=yes\n tags: supervisor\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | electusmatari/ansible | b70060503632b63172c52b5e70df53e766503e2f | 0 | roles/webserver | 7,308 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Install package nginx\n apt: pkg=nginx state=present\n tags: nginx\n\n- name: Start and enable nginx\n service: name=nginx state=running enabled=yes\n tags: nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | mahmoud-mahdi/rhce_ansible | 7a1a1ed74e8f9bb23707386b32b823fa531ea24c | 0 | demo1/roles/vhosts | 7,312 | [
"no_license"
] | [
{
"path": "demo1/roles/vhosts/vars/main.yml",
"content": "---\n# vars file for vhosts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "demo1/roles/vhosts/defaults/main.yml",
"content": "---\n# defaults file for vhosts",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | kamreo/devops-portfolio | 3279182e60b29c6b0499e21b83562f4d66ce2fa0 | 0 | roles/php | 7,312 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\r\n- name: Install PHP\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - php\r\n - php-mysql\r\n - libapache2-mod-php",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | lj020326/ansible-configvars-examples | 5f15d2470131c4683a7b4dc478205457476bfcb5 | 1 | roles/app-config | 7,312 | [
"no_license"
] | [
{
"path": "roles/app-config/vars/app-services/app-a.yml",
"content": "---\n\napp_http_port__app_a: 3000\napp_ssh_port__app_a: 2222\n\napp_config_dirs__app_a:\n - { path: \"{{ app_base_dir }}/app-service-a\" }\n\napp_firewalld_ports__app_a:\n - \"{{ app_http_port__app_a }}/tcp\"\n - \"{{ app_ssh_port__app... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | ridha-bouazizi/LivraisonContinue | a12b4051cd9316eee4524261b5758bed12d6f9b7 | 0 | ansible/roles/docker | 7,312 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/lab1\n pull: no\n source: build\n state: present\n force_source: true\n- name: run container\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/add-host | 7,312 | [
"no_license"
] | [
{
"path": "roles/add-host/tasks/main.yml",
"content": "---\n- name: Add \"{{ ip }} {{ hostname }}\" to hosts file\n lineinfile:\n path: /etc/hosts\n state: present\n line: '{{ ip }} {{ hostname }}'\n\n- name: Set timezone to {{ timezone }}\n command: timedatectl set-timezone {{ timezone }}\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/audit-client | 7,312 | [
"no_license"
] | [
{
"path": "roles/audit-client/tasks/main.yml",
"content": "---\n# https://stackoverflow.com/questions/61183536/restarting-auditd-service-gives-dependency-error\n- name: Exception error when restarting service auditd \n lineinfile: \n path: /usr/lib/systemd/system/auditd.service\n regexp: '^RefuseManu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/audit-server | 7,312 | [
"no_license"
] | [
{
"path": "roles/audit-server/tasks/main.yml",
"content": "---\n# https://stackoverflow.com/questions/61183536/restarting-auditd-service-gives-dependency-error\n- name: Exception error when restarting service auditd\n lineinfile: \n path: /usr/lib/systemd/system/auditd.service\n regexp: '^RefuseManua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/install-nginx | 7,312 | [
"no_license"
] | [
{
"path": "roles/install-nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum:\n name: nginx\n state: present\n\n- name: Disable all logs in the local store\n replace:\n path: /etc/nginx/nginx.conf\n regexp: '((access_log|error_log).*)'\n replace: '#\\1'\n validate: '/sbin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 790,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/journald-client | 7,312 | [
"no_license"
] | [
{
"path": "roles/journald-client/tasks/main.yml",
"content": "---\n- name: Install journald-gateway components\n yum:\n name: systemd-journal-gateway\n state: present\n\n- name: Enable and start systemd-journal-gatewayd service\n systemd:\n name: systemd-journal-gatewayd\n enabled: yes\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/journald-server | 7,312 | [
"no_license"
] | [
{
"path": "roles/journald-server/tasks/main.yml",
"content": "---\n- name: Install journald-gateway components\n yum:\n name: systemd-journal-gateway\n state: present\n\n- name: Making directory /var/log/journal/remote\n file:\n path: /var/log/journal/remote\n state: directory\n owner: syst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | mmmex/logserver | 860862bcbb900b18a903a98dae104bac1f58837d | 0 | roles/rsyslog-config | 7,312 | [
"no_license"
] | [
{
"path": "roles/rsyslog-config/tasks/main.yml",
"content": "---\n- name: Adds a block to the config file /etc/rsyslog.conf to exclude all messages from remote nginx server\n blockinfile:\n path: /etc/rsyslog.conf\n marker: \"### Managed by ansible! ###\"\n insertafter: '#### RULES ####'\n back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | sharabai/ansible-apache-weather | 5885fa51e5446c0f8154358deff7fc13baa0bf46 | 0 | roles/weather | 7,312 | [
"no_license"
] | [
{
"path": "roles/weather/tasks/main.yml",
"content": "---\n\n- name: fetch city coordinates\n uri:\n url: \"{{ url_geo }}&q={{ city_name }}&appid={{ api_key }}\"\n register: geo_response\n failed_when: \n - geo_response is failed\n - geo_response.json is not defined\n\n- name: fetch weather \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | sharabai/ansible-apache-weather | 5885fa51e5446c0f8154358deff7fc13baa0bf46 | 0 | roles/webserver | 7,312 | [
"no_license"
] | [
{
"path": "roles/webserver/meta/main.yml",
"content": "# dependencies:\n# - weather",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/webserver/tasks/install_apache_Windows.yml",
"content": "- name: download apache on Windows\n win_get_u... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6512,
"all_permissive": false
} |
ansible_role | jwerak/ansible-collection-podman | 634993af4ad90a9602e463552704fb99487d53e6 | 0 | roles/podman_app | 7,312 | [
"no_license"
] | [
{
"path": "roles/podman_app/templates/systemd-podman.service.j2",
"content": "[Unit]\nDescription=Podman container {{ podman_app_service_name }}\nWants=network-online.target\nAfter=network-online.target\nRequiresMountsFor=%t/containers\n\n[Service]\nEnvironment=PODMAN_SYSTEMD_UNIT=%n\nRestart=on-failure\nTi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2402,
"all_permissive": false
} |
ansible_role | jwerak/ansible-collection-podman | 634993af4ad90a9602e463552704fb99487d53e6 | 0 | roles/podman_setup | 7,312 | [
"no_license"
] | [
{
"path": "roles/podman_setup/handlers/main.yml",
"content": "---\n# handlers file for podman-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/podman_setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | diverheart/ansibleBook | 9267c04335b29e6e0a739f05c523afba82579478 | 1 | roles/book-app | 7,312 | [
"no_license"
] | [
{
"path": "roles/book-app/defaults/main.yml",
"content": "---\n# defaults file for /opt/ansible/roles/bookshelf\nproject_id: final-bookshelf-shah\npasswd: <PASSWORD>\nsql_database_name: dbshah\nsql_connection_name: final-bookshelf-shah:us-east1:tanceshah\nbucket_name: shah-buc",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4165,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/config_as_code/roles/aap | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/config_as_code/roles/aap/vars/controller.yml",
"content": "---\n# Create a project from the specified git repo\ncontroller_projects: # noqa: var-naming[no-role-prefix]\n - name: \"{{ aap_prefix }}\"\n description: \"{{ aap_project_name }}'s project\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 14772,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/config_as_code/roles/load_extra_vars | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/config_as_code/roles/load_extra_vars/meta/argument_specs.yml",
"content": "---\nargument_specs:\n main:\n options:\n load_extra_vars_file_path:\n type: str\n required: true\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/service/roles/enumerate_templates | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/service/roles/enumerate_templates/defaults/main.yaml",
"content": "cloudkit_template_collections: # noqa:var-naming[no-role-prefix]\n- cloudkit.templates\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/service/roles/publish_templates | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/service/roles/publish_templates/tasks/main.yaml",
"content": "- name: Get list of existing templates\n ansible.builtin.uri:\n url: \"{{ publish_templates_api_endpoint }}\"\n headers:\n authorization: Bearer {{ cloudkit_fulfillment_service_token... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/templates/roles/ocp_4_17_small | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/templates/roles/ocp_4_17_small/tasks/create_template.yaml",
"content": "- name: Create hosted cluster\n ansible.builtin.import_role:\n name: hosted_cluster\n vars:\n hosted_cluster_name: \"{{ cluster_order.metadata.name }}\"\n hosted_cluster_nam... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3137,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/cloudkit/templates/roles/ocp_4_17_small_github | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cloudkit/templates/roles/ocp_4_17_small_github/tasks/delete_template.yaml",
"content": "- name: Delete cluster\n ansible.builtin.import_role:\n name: cloudkit.templates.ocp_4_17_small\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4982,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/massopencloud/esi/roles/floating_ip | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/massopencloud/esi/roles/floating_ip/meta/argument_specs.yaml",
"content": "argument_specs:\n main:\n options:\n floating_ip_state:\n type: \"str\"\n required: true\n choices:\n - present\n - absent\n floating_ip_name... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4216,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/massopencloud/esi/roles/l2 | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/massopencloud/esi/roles/l2/meta/argument_specs.yaml",
"content": "argument_specs:\n main:\n options:\n l2_network_mtu:\n description: |\n MTU of desired network.\n type: \"int\"\n required: false\n network_state:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4011,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/massopencloud/esi/roles/l3 | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/massopencloud/esi/roles/l3/tasks/create_router.yaml",
"content": "- name: Check if router exists\n openstack.cloud.routers_info:\n name: \"{{ router_name }}\"\n register: routers\n\n- name: Set create_router_result to found router\n when: routers.routers\n a... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4154,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | collections/ansible_collections/massopencloud/esi/roles/network | 7,312 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/massopencloud/esi/roles/network/defaults/main.yaml",
"content": "network_l2_network_mtu: 1500\nnetwork_l3_router_external_network: external\nnetwork_l3_subnet_cidr: 192.168.50.0/22\nnetwork_l3_subnet_gateway_ip: 192.168.50.1\nnetwork_l3_subnet_allocation_pool_start... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4814,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/cluster_infra | 7,312 | [
"no_license"
] | [
{
"path": "roles/cluster_infra/tasks/delete_cluster_infra.yaml",
"content": "- name: Detach agents from cluster\n ansible.builtin.include_role:\n name: manage_agents\n tasks_from: detach_and_unlabel_all_removed_agents\n vars:\n manage_agents_cluster_order_name: \"{{ cluster_infra_name }}\"\n\n- n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2798,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/cluster_settings | 7,312 | [
"no_license"
] | [
{
"path": "roles/cluster_settings/defaults/main.yml",
"content": "---\ncluster_settings_default_credentials_secret_name: \"default-cluster-credentials\"\ncluster_settings_default_credentials_secret_namespace: \"fulfillment-aap\"\ncluster_settings_template_defaults: {}\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/cluster_working_namespace | 7,312 | [
"no_license"
] | [
{
"path": "roles/cluster_working_namespace/tasks/main.yml",
"content": "---\n- name: Retrieve working cluster namespace unless it is already set\n when: cluster_working_namespace is not defined\n block:\n - name: Retrieve working cluster namespace from ClusterOrder name and namespace\n kubernetes.core... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/external_access | 7,312 | [
"no_license"
] | [
{
"path": "roles/external_access/meta/argument_specs.yaml",
"content": "argument_specs:\n main:\n options:\n external_access_state:\n type: str\n choices:\n - present\n - absent\n external_access_base_domain:\n type: str\n required: true\n externa... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6297,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/extract_template_info | 7,312 | [
"no_license"
] | [
{
"path": "roles/extract_template_info/tasks/main.yaml",
"content": "- name: Extract template id\n when: >-\n template_id is not defined\n ansible.builtin.set_fact:\n template_id: \"{{ cluster_order.spec.templateID }}\"\n\n- name: Handle unqualfied template ids\n when: >-\n \".\" not in template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/hosted_cluster | 7,312 | [
"no_license"
] | [
{
"path": "roles/hosted_cluster/meta/argument_specs.yaml",
"content": "argument_specs:\n main:\n options:\n hosted_cluster_state:\n type: str\n required: true\n choices:\n - present\n - absent\n hosted_cluster_name:\n type: str\n required: true\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6810,
"all_permissive": false
} |
ansible_role | innabox/cloudkit-aap | 7fa0ec16c1246357ad5921fdf771f7a68ebe7a06 | 0 | roles/manage_agents | 7,312 | [
"no_license"
] | [
{
"path": "roles/manage_agents/tasks/wait_for_agents_to_be_removed.yml",
"content": "---\n- name: List agents currently labeled with the cluster order label\n kubernetes.core.k8s_info:\n kind: Agent\n api_version: agent-install.openshift.io/v1beta1\n namespace: \"{{ default_agent_namespace }}\"\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9590,
"all_permissive": false
} |
ansible_role | Marlon-Burke/network_engineer | 86e0c5fddd3c505274e2087b3dc3beeea0a2b880 | 0 | learn/ansible/roles/base | 7,312 | [
"no_license"
] | [
{
"path": "learn/ansible/roles/base/tasks/main.yml",
"content": " - name: add ssh key for samantha\n authorized_key:\n user: samantha\n key: \"<KEY>\"\n\n\n - name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file}}\"\n dest: /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.