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 | clojars/infrastructure | b2e0e61850d9480a7ef16d3dea3075174dd5d862 | 12 | aws-ansible/roles/system | 8,175 | [
"no_license"
] | [
{
"path": "aws-ansible/roles/system/templates/cloudwatch-agent-config.json.j2",
"content": "{\n \"agent\": {\n \"metrics_collection_interval\": 60,\n \"run_as_user\": \"root\"\n },\n \"logs\": {\n \"logs_collected\": {\n \"files\": {\n \"collect_list\": [\n {\n \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2819,
"all_permissive": false
} |
ansible_role | sidntrivedi012/redis-app | c9319c2a98ef581e4ecd31661369576d9cfdd3fe | 0 | ansible/roles/common | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set hostname as demo-ops\n hostname:\n name: demo-ops\n\n- name: Create a user demo\n user:\n name: demo\n createhome: yes\n\n- name: Disable root ssh login\n become: yes\n lineinfile:\n path: /etc/ssh/sshd_config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | sidntrivedi012/redis-app | c9319c2a98ef581e4ecd31661369576d9cfdd3fe | 0 | ansible/roles/docker | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# Install Docker and related utilities in the machine.\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | RozmarinUS/deckhouse-terraform-ansible | bb4066abcc5f6264eaa39f9a6d41ae191f7dc70a | 0 | ansible/playbooks/roles/initial_loading | 8,175 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/initial_loading/tasks/main.yml",
"content": "- name: Disable ipv6\n blockinfile:\n create: yes\n path: /etc/default/grub.d/32-ipv6off.cfg\n block: |\n GRUB_CMDLINE_LINUX=\"ipv6.disable=1\"\n marker: \"#<!-- {mark} ANSIBLE MANAGED BLOCK -->\"\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2483,
"all_permissive": false
} |
ansible_role | RozmarinUS/deckhouse-terraform-ansible | bb4066abcc5f6264eaa39f9a6d41ae191f7dc70a | 0 | ansible/playbooks/roles/setup_deckhouse | 8,175 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/setup_deckhouse/templates/deckhouse-config.yaml.j2",
"content": "apiVersion: deckhouse.io/v1\nkind: ClusterConfiguration\nclusterType: Static\npodSubnetCIDR: 10.111.0.0/16\nserviceSubnetCIDR: 10.222.0.0/16\nkubernetesVersion: \"Automatic\"\nclusterDomain: \"example.local\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9155,
"all_permissive": false
} |
ansible_role | RozmarinUS/deckhouse-terraform-ansible | bb4066abcc5f6264eaa39f9a6d41ae191f7dc70a | 0 | ansible/playbooks/roles/setup_docker | 8,175 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/setup_docker/tasks/main.yml",
"content": "- name: Install Docker if not installed\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Start Docker service\n systemd:\n name: docker\n state: started\n enabled: yes\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | RozmarinUS/deckhouse-terraform-ansible | bb4066abcc5f6264eaa39f9a6d41ae191f7dc70a | 0 | ansible/playbooks/roles/setup_kube | 8,175 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/setup_kube/tasks/main.yml",
"content": "- name: Install dependencies for kubectl\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n\n- name: Add Kubernetes GPG key\n apt_key:\n url: https://pkgs.k8s.io/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | RozmarinUS/deckhouse-terraform-ansible | bb4066abcc5f6264eaa39f9a6d41ae191f7dc70a | 0 | ansible/playbooks/roles/setup_lb | 8,175 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/setup_lb/defaults/main.yml",
"content": "misc_packages:\n- \"jq\"\n- \"mc\"\n- \"net-tools\"\n- \"wget\"\n- \"zip\"\n- \"apt-transport-https\"\n- \"curl\"\n- \"gnupg\"\n- \"nfs-common\"\n- \"iftop\"\n- \"s3cmd\"\n- \"cron\"\n- \"ufw\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3390,
"all_permissive": false
} |
ansible_role | tatramaco/RedTeamLab | 3d05073b63ff3f470a286d0415e6a4beee799287 | 2 | ansible/roles/DC-optics | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/DC-optics/tasks/main.yml",
"content": "- name: Create lab directory \n ansible.windows.win_file:\n path: C:\\labs\n state: directory\n\n- name: share lab directory\n ansible.windows.win_share:\n name: labs\n description: top secret share\n path: C:\\labs\n list: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | tatramaco/RedTeamLab | 3d05073b63ff3f470a286d0415e6a4beee799287 | 2 | ansible/roles/common | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/windows-hostname.yml",
"content": "- name: Change the hostname to dc01\n ansible.windows.win_hostname:\n name: dc01\n register: res\n \n- name: reboot | Rebooting Server\n win_reboot:\n reboot_timeout_sec: 300\n shutdown_timeout: 300\n when: res.reboot_req... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | tatramaco/RedTeamLab | 3d05073b63ff3f470a286d0415e6a4beee799287 | 2 | ansible/roles/memberserver | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/memberserver/tasks/main.yml",
"content": "- include: member-hostname.yml\n- include: join-domain.yml\n- include: windows-disable-defender.yml\n when: ansible_distribution is search ('Microsoft')\n- include: ms-optics.yml\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | tatramaco/RedTeamLab | 3d05073b63ff3f470a286d0415e6a4beee799287 | 2 | ansible/roles/windows_dns_server | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/windows_dns_server/tasks/reboot.yml",
"content": "---\n- name: reboot | Rebooting Server\n win_reboot:\n reboot_timeout_sec: 1200\n when: >\n _windows_dns_server['restart_needed'] is defined and\n _windows_dns_server['restart_needed']\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | tatramaco/RedTeamLab | 3d05073b63ff3f470a286d0415e6a4beee799287 | 2 | ansible/roles/workstation | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/workstation/tasks/main.yml",
"content": "- include: works-hostname.yml\n- include: join-domain.yml\n- include: windows-disable-defender.yml\n when: ansible_distribution is search ('Microsoft')\n- include: ws-optics.yml\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | DeMaBo/proxmox-ansible-infra | db243a08a3eb4318dc3e44f438b5c34fa08288f7 | 0 | roles/proxmox_template | 8,175 | [
"no_license"
] | [
{
"path": "roles/proxmox_template/tasks/main.yml",
"content": "---\n- name: Download file {{ template.name }}\n get_url:\n url: \"{{ cloud_init_template_url }}\"\n dest: \"{{ proxmox_iso_path }}/{{ template.name }}.{{ template.format }}\"\n\n- name: Creating new vm with name {{ template.name }}\n co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2355,
"all_permissive": false
} |
ansible_role | DeMaBo/proxmox-ansible-infra | db243a08a3eb4318dc3e44f438b5c34fa08288f7 | 0 | roles/proxmox_vms | 8,175 | [
"no_license"
] | [
{
"path": "roles/proxmox_vms/defaults/main/proxmox-vm-config.yml",
"content": "---\n# Default parameter to create the vm\n#domain\n#vm_name: \"\"\n#memory: \"\"\n#vcpus: \"\"\n#cpu_cores: \"\"\n#vm_user: \"\"\n#vm_password: \"\"\n#vm_template: \"\" # name of the template, not the vmid\n#size: \"\" # need ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9227,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/env | 8,175 | [
"no_license"
] | [
{
"path": "roles/env/tasks/main.yml",
"content": "- name: Check if distributive is supported\n block:\n - name: set path\n set_fact:\n osconfig_template_root: templates/{{ ansible_distribution | lower }}\n - name: check required templates exist\n fail:\n msg: \"{{ ansible_dist... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4736,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/finish | 8,175 | [
"no_license"
] | [
{
"path": "roles/finish/tasks/main.yml",
"content": "- name: Finish setup\n debug:\n msg: Now you should see file vpn.html near to settings.yml. It contains all required instructions to setup VPN on your devices. Good luck\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/report | 8,175 | [
"no_license"
] | [
{
"path": "roles/report/tasks/wireguard.yml",
"content": "- name: Check if wireguard rendered\n ansible.builtin.stat:\n path: /home/{{ vpn_username }}/{{ wireguard_client_foldername }}\n register: wireguard_client_dir\n become_user: \"{{ vpn_username }}\"\n\n- name: Build wireguard config\n block:\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10214,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/security | 8,175 | [
"no_license"
] | [
{
"path": "roles/security/tasks/systemd.yml",
"content": "- name: Restart sshd service\n ansible.builtin.systemd:\n state: restarted\n enabled: yes\n name: sshd\n # should fail because of auth method change\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/shadowsocks | 8,175 | [
"no_license"
] | [
{
"path": "roles/shadowsocks/tasks/render_client_config.yml",
"content": "- name: render configuration for {{ peer.password }}\n template: src=templates/client.json.j2 dest=/home/{{ vpn_username }}/{{ shadowsocks_client_foldername }}/{{ peer.password }}.json mode=600\n become_user: \"{{ vpn_username }}\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4442,
"all_permissive": false
} |
ansible_role | dzharikhin/vpn-factory | b5f08dfe77119afd060cdc3d4541a9bd757d8137 | 0 | roles/wireguard | 8,175 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/dnsmasq_wg.conf.j2",
"content": "interface=wg0\nlisten-address={{ wireguard_server.address }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/wireguard/templates/client.conf.j2",
"content": "[Interfa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3992,
"all_permissive": false
} |
ansible_role | ArshdeepSinghSyal/ZDP_Monitoring | 1245d41361e4908e9b895f062841708aab2a3860 | 0 | roles/apm | 8,175 | [
"no_license"
] | [
{
"path": "roles/apm/tasks/main.yml",
"content": "---\n# tasks file for apm\n\n - name: Add Elastic APM GPG key\n rpm_key:\n key: https://packages.elastic.co/GPG-KEY-elasticsearch\n state: present\n \n - name: Add Elastic APM yum repository\n template:\n src: apm.repo.j2\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | ArshdeepSinghSyal/ZDP_Monitoring | 1245d41361e4908e9b895f062841708aab2a3860 | 0 | roles/ec2_web | 8,175 | [
"no_license"
] | [
{
"path": "roles/ec2_web/defaults/main.yml",
"content": "---\n\ninstance_type: t2.medium\nsecurity_group: arsh-securitygroup # Change the security group name here\nimage: ami-0c6b1d09930fac512 # This is an AMI i created myself\nkeypair: arshdeep # This is one of my keys that i already have in AWS\nregion: u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2274,
"all_permissive": false
} |
ansible_role | ArshdeepSinghSyal/ZDP_Monitoring | 1245d41361e4908e9b895f062841708aab2a3860 | 0 | roles/kibana_import_visual | 8,175 | [
"no_license"
] | [
{
"path": "roles/kibana_import_visual/tasks/main.yml",
"content": "---\n#curl -X GET \"http://ec2-3-84-205-191.compute-1.amazonaws.com:5601/api/kibana/dashboards/export?dashboard=7b43d7f0-83af-11e9-874e-991a74840878\" -H 'kbn-xsrf: true' -o /Users/asyal/Desktop/Zaloni-Assignment-3/dash.json\n#curl -X POST \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | ArshdeepSinghSyal/ZDP_Monitoring | 1245d41361e4908e9b895f062841708aab2a3860 | 0 | roles/metricbeat_httpd | 8,175 | [
"no_license"
] | [
{
"path": "roles/metricbeat_httpd/tasks/main.yml",
"content": "--- \n - name: Install the latest version of Apache and Metricbeat\n yum:\n name: \n - httpd\n - https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.0.1-x86_64.rpm\n\n - name: Enable metricbeat to monito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | kesava333/monitoring | f639366f739bff41a85d0051dd74f2a47ec6ec5c | 0 | roles/install-dependencies | 8,175 | [
"no_license"
] | [
{
"path": "roles/install-dependencies/tasks/main.yml",
"content": "---\r\n - name: Install pip3 for Ubuntu/Debian\r\n become: true\r\n apt:\r\n name: python3-pip\r\n state: present\r\n - name: Install Python packages from requirements.txt\r\n pip:\r\n requirements: /home/ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | kesava333/monitoring | f639366f739bff41a85d0051dd74f2a47ec6ec5c | 0 | roles/install-node-exporter | 8,175 | [
"no_license"
] | [
{
"path": "roles/install-node-exporter/tasks/main.yml",
"content": "\r\n - name: download node exporter\r\n vars:\r\n node_exporter_version: 1.1.2\r\n get_url:\r\n url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1256,
"all_permissive": false
} |
ansible_role | Urukambas/orion-ansible-learning | c5c2cc37d0777c71abadbc2a9b5519e4e32ea422 | 0 | Занятие 4/roles/myrole | 8,175 | [
"no_license"
] | [
{
"path": "Занятие 4/roles/myrole/templates/index.html.j2",
"content": "<html>\n<body>\n\n<p> success </p>\n<p> This is {{ ansible_host }} </p>\n\n</body>\n</html>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "Занятие 4/roles/myrole/defaults/main... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | rafamoreira/dotfiles | 7a3b86a3714a18828d27a9ccfc3950ac38b78b10 | 0 | ansible/roles/base-system | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/base-system/tasks/main.yml",
"content": "# roles/base-system/tasks/main.yml\n---\n- name: Set hostname\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Configure vconsole\n copy:\n dest: /etc/vconsole.conf\n content: |\n KEYMAP={{ vconsole_keymap }}\n XKBOPTION... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | rafamoreira/dotfiles | 7a3b86a3714a18828d27a9ccfc3950ac38b78b10 | 0 | ansible/roles/desktop | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/desktop/tasks/main.yml",
"content": "# roles/desktop/tasks/main.yml\n---\n- name: Install desktop packages\n pacman:\n name:\n - i3-wm\n - firefox\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | rafamoreira/dotfiles | 7a3b86a3714a18828d27a9ccfc3950ac38b78b10 | 0 | ansible/roles/development | 8,175 | [
"no_license"
] | [
{
"path": "ansible/roles/development/tasks/main.yml",
"content": "# roles/development/tasks/main.yml\n---\n- name: Install development packages\n pacman:\n name:\n - neovim\n state: present\n\n- name: Install paru (AUR helper)\n become: yes\n become_user: \"{{ ansible_user_id }}\"\n git:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/coreos_bootstrap | 8,175 | [
"no_license"
] | [
{
"path": "roles/coreos_bootstrap/tasks/main.yml",
"content": "- name: Check if bootstrap is needed\n raw: stat $HOME/.bootstrapped\n register: need_bootstrap\n ignore_errors: yes\n tags:\n - skip_ansible_lint\n\n- name: Run bootstrap.sh\n script: bootstrap.sh\n when: need_bootstrap is failed\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/create_certificates | 8,175 | [
"no_license"
] | [
{
"path": "roles/create_certificates/templates/front-proxy-ca-csr.j2",
"content": "{\n \"CN\": \"{{ cluster_name }} front-proxy CA\",\n\"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5937,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/etcd | 8,175 | [
"no_license"
] | [
{
"path": "roles/etcd/README.md",
"content": "etcd\n====\n\n> etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines\n\n\n## Adding etcd nodes\n\n1. Add the node name in `etcd` section of `nais-inventory`\n2. Add the node to the cluster `etcdctl member ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5135,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/fetch_existing_certificates | 8,175 | [
"no_license"
] | [
{
"path": "roles/fetch_existing_certificates/tasks/fetch_if_exists.yaml",
"content": "- name: get file stat to be able to perform check in the following task\n stat:\n path: \"{{ src_path }}/{{ item }}\"\n register: file\n\n- name: \"Fetch {{ item }}\"\n fetch:\n src: \"{{ src_path }}/{{ item }}\"\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/github-runner | 8,175 | [
"no_license"
] | [
{
"path": "roles/github-runner/vars/main.yaml",
"content": "runner:\n yq_version: 3.4.1\n ghr_version: 2.274.2\n home_dir: /data/runner\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/github-runner/tasks/main.yaml",
"content": "- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2987,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/k8s_common | 8,175 | [
"no_license"
] | [
{
"path": "roles/k8s_common/tasks/main.yml",
"content": "- name: Ensure directories exist\n file:\n state: directory\n path: \"{{ item }}\"\n loop:\n - /etc/kubernetes/kubeconfigs\n - /etc/kubernetes/pki\n - /etc/systemd/system/docker.service.d\n - /etc/docker\n - \"{{ install_dir }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/logs | 8,175 | [
"no_license"
] | [
{
"path": "roles/logs/tasks/main.yaml",
"content": "- name: Create logs group\n group:\n name: logs\n gid: 1065\n state: present\n\n- name: Create fluent user\n user:\n name: fluent\n uid: 1065\n group: logs\n home: /\n createhome: no\n shell: /sbin/nologin\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/node_exporter | 8,175 | [
"no_license"
] | [
{
"path": "roles/node_exporter/handlers/main.yaml",
"content": "- name: Restart node_exporter\n systemd:\n name: node_exporter.service\n state: restarted\n enabled: yes\n daemon_reload: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/os-users | 8,175 | [
"no_license"
] | [
{
"path": "roles/os-users/tasks/main.yaml",
"content": "- name: Create os groups\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.gid }}\"\n state: present\n when: os_groups is defined\n loop: \"{{ os_groups }}\"\n\n- name: Create os users\n user:\n name: \"{{ item.name }}\"\n commen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/prometheus | 8,175 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/alerts.yml",
"content": "groups:\n- name: prometheus\n rules:\n - alert: PrometheusDiskUsage\n expr: 'predict_linear(node_filesystem_avail_bytes{instance=\"{{ inventory_hostname }}:9101\",mountpoint=\"/data\"}[8h], 3*24*60*60) < 0'\n for: 4h\n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9377,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/proxy | 8,175 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "- name: Ensure directories exist\n file:\n state: directory\n path: \"{{ cert_dir }}\"\n\n- name: Install proxy cert\n copy:\n src: \"{{ role_path }}/files/webproxy.crt\"\n dest: \"{{ cert_dir }}/webproxy{{ cert_postfix }}\"\n\n- name: update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | nais/naisible | 206d2a75ef42434c2b27b0f7b832a6daeddd5087 | 13 | roles/update-engine | 8,175 | [
"no_license"
] | [
{
"path": "roles/update-engine/templates/update-engine-envs.conf.j2",
"content": "[Service]\nEnvironment=\"TZ=UTC\"\nEnvironment=HTTPS_PROXY=\"{{ nais_https_proxy }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/update-engine/handlers/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | maxtacu/google-terraform | dcc560984891a9d537157ca2302ca1f2d11411bd | 0 | ansible/roles/wordpress | 8,177 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name: Wordpresss | Ensure that installation directory exists\n file: path={{wp_install_dir|dirname}} state=directory\n\n#- name: Wordpresss | Download {{wp_version}} to /tmp\n# get_url: url=http://wordpress.org/wordpress-{{wp_version}}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1774,
"all_permissive": false
} |
ansible_role | maxtacu/google-terraform | dcc560984891a9d537157ca2302ca1f2d11411bd | 0 | ansible/roles/wordpress-apache | 8,177 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress-apache/tests/test.yml",
"content": "---\n- hosts: all\n vars:\n wp_version: 4.0\n wp_db_name: 'database_name_here'\n wp_db_user: 'username_here'\n wp_db_password: '<PASSWORD>'\n wp_db_host: 'localhost'\n\n wp_apache_hostname: 'localhost'\n wp_apache_a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | ngueagho/ansible-automate-website-deployment-with-nginx_webserver | bc7552931db002f4ceab037b27ad7dce342decaf | 1 | roles/nginx | 8,177 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "server {\n listen 80;\n server_name {{ item.domain_name }} www.{{ item.domain_name }};\n\n root /var/www/{{ item.domain_name }};\n index index.html index.htm index.nginx-debian.html;\n\n location / {\n try_files $uri $uri/ =404;... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4063,
"all_permissive": false
} |
ansible_role | raghudevopsb76/roboshop-ansible | 402b3ddaa526abcd7a286953f8e02f2459242c1b | 0 | roles/common | 8,177 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Check NodeJS\n ansible.builtin.shell: type node\n ignore_errors: yes\n register: node_stat\n\n- name: Disable NodeJS default Version\n ansible.builtin.shell: dnf module disable nodejs -y\n when: node_stat.rc != 0\n\n- name: Enable NodeJS 18... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7786,
"all_permissive": false
} |
ansible_role | raghudevopsb76/roboshop-ansible | 402b3ddaa526abcd7a286953f8e02f2459242c1b | 0 | roles/deployment | 8,177 | [
"no_license"
] | [
{
"path": "roles/deployment/tasks/main.yml",
"content": "- name: Import Deployment\n ansible.builtin.import_role:\n name: \"{{ component }}\"\n tasks_from: deploy\n\n- name: Import SystemD\n ansible.builtin.import_role:\n name: common\n tasks_from: systemd\n vars:\n deployment: true\n\n\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | raghudevopsb76/roboshop-ansible | 402b3ddaa526abcd7a286953f8e02f2459242c1b | 0 | roles/rabbitmq | 8,177 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Get Repo File for RabbitMQ & Erlang\n ansible.builtin.shell: curl -s {{ item}} | bash\n loop:\n - https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh\n - https://packagecloud.io/install/repositories/rabbitmq/rabbit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | JotaSXBR/FluxieAnsibleProject | b83552ba11105748efb5f2d67fd7135f7359d1f4 | 0 | roles/common | 8,177 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common role\n- name: Reiniciar SSH\n ansible.builtin.service:\n name: sshd\n state: restarted\n\n- name: Reiniciar Fail2Ban\n ansible.builtin.service:\n name: fail2ban\n state: restarted ",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7661,
"all_permissive": false
} |
ansible_role | JotaSXBR/FluxieAnsibleProject | b83552ba11105748efb5f2d67fd7135f7359d1f4 | 0 | roles/docker | 8,177 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker role\n# Responsável pela instalação do Docker Engine e Docker Compose.\n\n# --------------------------------------------------------------------------\n# ETAPA 8: INSTALAÇÃO DO DOCKER ENGINE\n# --------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2069,
"all_permissive": false
} |
ansible_role | JotaSXBR/FluxieAnsibleProject | b83552ba11105748efb5f2d67fd7135f7359d1f4 | 0 | roles/observability | 8,177 | [
"no_license"
] | [
{
"path": "roles/observability/tasks/main.yml",
"content": "---\n# tasks file for observability role\n# Responsável por configurar e implantar a stack de aplicações e observabilidade.\n\n# --------------------------------------------------------------------------\n# ETAPA 10: CRIAÇÃO DOS DIRETÓRIOS E CONFIG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | irvieira/ansible-cisco-vlan-port-security | d87c88a90a86b45c4e5ce0beb9bb7ef3ce7157ae | 0 | roles/create_vlan | 8,177 | [
"no_license"
] | [
{
"path": "roles/create_vlan/tasks/main.yml",
"content": "---\n# tasks file for create_vlan\n- name: Create vlan\n ios_vlan:\n vlan_id: \"3466\"\n name: mini_TEST2\n state: present\n\n- name: Add vlan to Interface Ethernet 1/1\n ios_command:\n commands:\n - conf t\n - interface e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | irvieira/ansible-cisco-vlan-port-security | d87c88a90a86b45c4e5ce0beb9bb7ef3ce7157ae | 0 | roles/port_security | 8,177 | [
"no_license"
] | [
{
"path": "roles/port_security/vars/main.yml",
"content": "---\nvars_prompt:\n - name: port_channel\n prompt: Please provide the number of the port-channel #Ex: 1\n private: no\n - name: workstation_name\n prompt: Please provide the workstation_name #Ex: BR-RTC-01\n private: no\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1435,
"all_permissive": false
} |
ansible_role | mtellal/cloud-1 | e41c2422a7e0787043536480ec2ab71b78d98ae4 | 0 | roles/docker | 8,177 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/clean.yml",
"content": "- name: Remove docker packages and configuration files (purge)\n ansible.builtin.apt:\n name:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n purge: true\n autoremo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | mtellal/cloud-1 | e41c2422a7e0787043536480ec2ab71b78d98ae4 | 0 | roles/inception | 8,177 | [
"no_license"
] | [
{
"path": "roles/inception/tasks/clean.yml",
"content": "- name: Remove docker's services and datas\n ansible.builtin.shell: \n cmd: \"make -C {{inception_folder}} fclean\"\n\n- name: Remove cron job (reboot)\n cron:\n name: \"up wordpress site\"\n state: absent\n\n- name: Remove inception folder... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | mtellal/cloud-1 | e41c2422a7e0787043536480ec2ab71b78d98ae4 | 0 | roles/make | 8,177 | [
"no_license"
] | [
{
"path": "roles/make/tasks/main.yml",
"content": "- name: Install make package\n ansible.builtin.apt:\n name: make\n state: present\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | rokmc756/MaaS | fa9ff3bbda186de360f1d278dc817470a1655b8c | 0 | roles/init-hosts | 8,177 | [
"permissive"
] | [
{
"path": "roles/init-hosts/tasks/set-facts.yml",
"content": "---\n# https://serverfault.com/questions/1040246/how-to-select-network-interface-given-ip-address-in-ansible-across-debian-and-fr\n#\n- name: Get interface name from prefix of IP Addresses provided for Weka Nodes\n set_fact:\n netdev0: \"{{ a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8592,
"all_permissive": true
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | exam/roles/HAProxy | 8,177 | [
"no_license"
] | [
{
"path": "exam/roles/HAProxy/handlers/main.yml",
"content": "---\n - name: enable & start HAProxy\n service:\n name: haproxy\n state: started\n enabled: yes\n\n - name: restart HAProxy\n service:\n name: haproxy\n state: restarted\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | exam/roles/grafana | 8,177 | [
"no_license"
] | [
{
"path": "exam/roles/grafana/handlers/main.yml",
"content": "---\n - name: enable docker.io\n service:\n name: docker\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "exam/roles/grafana/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | exam/roles/influxdb | 8,177 | [
"no_license"
] | [
{
"path": "exam/roles/influxdb/templates/testPing.sh",
"content": "#!/bin/sh\nwhile true\ndo\n curl -i -XPOST 'http://influxdb.exm.ttu:8086/write?db=rtt' --data-binary \"$(\\\n fping google.com godaddy.com ttu.ee -C1 -q 2>&1 |\\\n awk '{print \"latency,dst=\"$1\" rtt=\"$3}'\\\n )\" 1>/dev/null 2>/de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1385,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | exam/roles/prometheus | 8,177 | [
"no_license"
] | [
{
"path": "exam/roles/prometheus/tasks/main.yml",
"content": "- name: Download prometheus\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v2.13.1/prometheus-{{version}}.linux-amd64.tar.gz\n dest: /opt/prometheus-{{version}}.linux-amd64.tar.gz\n\n- name: Create prometheus ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | exam/roles/wordpress | 8,177 | [
"no_license"
] | [
{
"path": "exam/roles/wordpress/tasks/main.yml",
"content": "---\n - name: Install docker\n apt:\n name: docker.io\n notify:\n - enable docker\n\n - name: Install dependencies\n apt:\n package: python3-pip\n\n - name: Pip install docker\n pip:\n name: docker\n\n - name: W... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/apache_exporter | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/apache_exporter/templates/apache_exporter.service.j2",
"content": "[Unit]\nDescription=Apache Exporter\n\n[Service]\nUser=root\nExecStart=/usr/local/bin/apache_exporter \\\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/bind_exporter | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/bind_exporter/vars/main.yml",
"content": "bind_exporter_link: github.com/digitalocean/bind_exporter\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "lab7/roles/bind_exporter/templates/bind_exporter.service.j2",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/grafana | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/grafana/vars/main.yml",
"content": "package:\n - 'adduser'\n - 'libfontconfig1'\n\ngrafana_link: https://dl.grafana.com/oss/release/grafana_6.4.4_amd64.deb\ngrafana_deb: grafana_6.4.4_amd64.deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/mysql_exporter | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/mysql_exporter/tasks/main.yml",
"content": "- name: Download mysqld_exporter\n get_url:\n url: '{{mysqld_exporter_url}}'\n dest: /opt/{{mysqld_exporter}}\n\n- name: Create mysqld_exporter dir\n file:\n state: directory\n path: /opt/mysqld_exporter\n mode: '0755'\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/node_exporter | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/node_exporter/tasks/main.yml",
"content": "- name: Download node_exporter\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-{{version}}.linux-amd64.tar.gz\n dest: /opt/node_exporter-{{version}}.linux-amd64.tar.gz\n\n- name: Cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab7/roles/prometheus | 8,177 | [
"no_license"
] | [
{
"path": "lab7/roles/prometheus/tasks/main.yml",
"content": "- name: Download prometheus\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v2.13.1/prometheus-{{version}}.linux-amd64.tar.gz\n dest: /opt/prometheus-{{version}}.linux-amd64.tar.gz\n\n- name: Create prometheus ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab8/roles/bind | 8,177 | [
"no_license"
] | [
{
"path": "lab8/roles/bind/templates/named.conf.local.j2",
"content": "zone \"sbo.ttu\" {\n{% if dns_role == \"master\" %}\ntype master;\nfile \"/etc/bind/db.sbo\";\nallow-transfer { {{ hostvars[groups['VMs'][1]].ansible_host }};};\n{% else %}\ntype slave;\nfile \"/var/lib/bind/db.sbo\";\nmasters {\n{{ mast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1664,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab8/roles/rsyslog | 8,177 | [
"no_license"
] | [
{
"path": "lab8/roles/rsyslog/tasks/main.yml",
"content": "- name: configuring rsyslog\n template:\n src: 51-telegraf.conf\n dest: /etc/rsyslog.d/51-telegraf.conf\n notify:\n - restart rsyslog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab9/roles/grafana_dameon | 8,177 | [
"no_license"
] | [
{
"path": "lab9/roles/grafana_dameon/tasks/main.yml",
"content": "---\n - name: Install docker\n apt:\n name: docker.io\n notify:\n - enable docker\n\n - name: Install dependencies\n apt:\n package: python3-pip\n\n - name: Pip install docker\n pip:\n name: docker\n\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab9/roles/init | 8,177 | [
"no_license"
] | [
{
"path": "lab9/roles/init/templates/55-enp0s8.j2",
"content": "network:\n ethernets:\n enp0s8:\n dhcp4: true\n version: 2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "lab9/roles/init/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab9/roles/mysql | 8,177 | [
"no_license"
] | [
{
"path": "lab9/roles/mysql/tasks/main.yml",
"content": "---\n - name: Install mysql-server\n apt:\n name: \"{{dbpackets}}\"\n update_cache: yes\n\n - name: Create wp db\n mysql_db:\n login_unix_socket: /var/run/mysqld/mysqld.sock\n name: wordpress\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | jurnasp/itinfrastructure-labs | 4ab679e623aaae5e2f89a585b6975a7074683c5e | 2 | lab9/roles/wordpress_dameon | 8,177 | [
"no_license"
] | [
{
"path": "lab9/roles/wordpress_dameon/tasks/main.yml",
"content": "---\n - name: Install docker\n apt:\n name: docker.io\n notify:\n - enable docker\n\n - name: Install dependencies\n apt:\n package: python3-pip\n\n - name: Pip install docker\n pip:\n name: docker\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | nadazaki21/Infrastructure-PipelineforReactApp | dbd2e3b79ecda53ce38a9b7850e3c18c15be6275 | 0 | roles/configure-nginx | 8,177 | [
"no_license"
] | [
{
"path": "roles/configure-nginx/tasks/main.yml",
"content": "--- \n \n\n\n \n- name: Creates directory\n file:\n path: /var/www/react\n state: directory\n\n- name: copy the content of the web site\n copy:\n src: /home/circleci/project/react-app/app/build/\n dest: /var/www/react\n\n \n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | MorisRand/EOS-Ansible-role | f224492e22cd0391cec102060fc99e19721481cc | 0 | roles/setup_eos | 8,177 | [
"no_license"
] | [
{
"path": "roles/setup_eos/tasks/install_eos.yml",
"content": "- name: Add EOS APT key from CERN CI system\n apt_key:\n url: http://storage-ci.web.cern.ch/storage-ci/storageci.key\n state: present\n\n- name: Add xrootd repo\n apt_repository:\n repo: \"deb http://storage-ci.web.cern.ch/stora... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3353,
"all_permissive": false
} |
ansible_role | shehan567/Ansible-Roboshop | 0529241ccb2d7652a9026850b9b2401c2b381359 | 0 | roles/common | 8,177 | [
"no_license"
] | [
{
"path": "roles/common/tasks/az-cli-setup.yml",
"content": "- name: Copy Azure DevOps Repo File\n copy:\n src: azure-cli.repo\n dest: /etc/yum.repos.d\n\n- name: Install Azure CLI\n yum:\n name: [ \"azure-cli\", \"libicu\" ]\n state: latest\n\n- name: Download Azure Extentions\n shell: az ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | Woolha/elastic-stack-ansible | e8e8fb9b22da81fbce367724803a89aa78f50cf4 | 2 | playbooks/roles/elastic_stack | 8,177 | [
"no_license"
] | [
{
"path": "playbooks/roles/elastic_stack/tasks/main.yml",
"content": "---\n########################################################\n# Prepare to setup Elastic Stack\n########################################################\n\n- name: Import Elastic public signing key\n shell: wget -qO - https://artifacts.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | Woolha/elastic-stack-ansible | e8e8fb9b22da81fbce367724803a89aa78f50cf4 | 2 | playbooks/roles/elasticsearch | 8,177 | [
"no_license"
] | [
{
"path": "playbooks/roles/elasticsearch/templates/elasticsearchConf.j2",
"content": "path.data: /var/lib/elasticsearch\npath.logs: /var/log/elasticsearch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "playbooks/roles/elasticsearch/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | Woolha/elastic-stack-ansible | e8e8fb9b22da81fbce367724803a89aa78f50cf4 | 2 | playbooks/roles/filebeat | 8,177 | [
"no_license"
] | [
{
"path": "playbooks/roles/filebeat/tasks/main.yml",
"content": "---\n########################################################\n# Set up Filebeat\n########################################################\n\n- name: Install filebeat from APT repository\n apt: name=filebeat state=present force=true\n update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | Woolha/elastic-stack-ansible | e8e8fb9b22da81fbce367724803a89aa78f50cf4 | 2 | playbooks/roles/kibana | 8,177 | [
"no_license"
] | [
{
"path": "playbooks/roles/kibana/templates/kibanaConf.j2",
"content": "elasticsearch.url: \"http://localhost:9200\"\nelasticsearch.requestTimeout: 180000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "playbooks/roles/kibana/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | Woolha/elastic-stack-ansible | e8e8fb9b22da81fbce367724803a89aa78f50cf4 | 2 | playbooks/roles/logstash | 8,177 | [
"no_license"
] | [
{
"path": "playbooks/roles/logstash/tasks/main.yml",
"content": "---\n########################################################\n# Set up Logstash\n########################################################\n\n- name: Install Logstash from APT repository\n apt: name=logstash state=present force=true update_ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | edigleisonb/Ansible-Terraform-Kubernetes-AWS | fbc325bbe249a69a1e4fc88ab749ade8eeba3992 | 0 | roles/k8s-application | 8,177 | [
"no_license"
] | [
{
"path": "roles/k8s-application/tasks/main.yml",
"content": "- name: copy templates k8s and certs\n copy:\n src: /home/ubuntu/Teste_DevOps/K8s-templates\n dest: /root\n\n- name: Install pip3\n apt:\n pkg: \n - python3-pip\n - git\n\n- name: Install requirements for module kubernetes.k8s\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | flada-auxv/dotfiles_ansible | f0fc1fc8603544205f6c46108ba02a46f5c1f350 | 1 | roles/dotfiles | 8,177 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/zshrc",
"content": "# エイリアス読み込み\nsource ~/.zsh_aliases\n\n### rbenv\nexport PATH=$HOME/.rbenv/bin:$PATH\neval \"$(rbenv init -)\"\n\n# 重複パスを登録しない\ntypeset -U path cdpath fpath manpath\n\n# EDITORをvimにするとターミナル上のバインドまでvimっぽくなるので\nbindkey -e\n\nfpath=(/usr/local/share/zsh-comple... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5224,
"all_permissive": false
} |
ansible_role | flada-auxv/dotfiles_ansible | f0fc1fc8603544205f6c46108ba02a46f5c1f350 | 1 | roles/zsh-git-prompt | 8,177 | [
"no_license"
] | [
{
"path": "roles/zsh-git-prompt/tasks/main.yml",
"content": "- name: Create directory\n file: path=~/.zsh/git-prompt state=directory\n- name: Get files\n get_url: url={{ repo_url }}/{{ item }} dest=~/.zsh/git-prompt force=yes\n with_items:\n - gitstatus.py\n - zshrc.sh\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | ronibary/ansible_tutorial | fdb321f601d321fb7e1ebbdba04cee0b00e82f26 | 0 | roles/base | 8,178 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for idan # this is a task playbook\n authorized_key: \n user: idan\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | ronibary/ansible_tutorial | fdb321f601d321fb7e1ebbdba04cee0b00e82f26 | 0 | roles/web_servers | 8,178 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache add php packages\n tags: apache,apache2,php\n apt: \n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable apache service ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1774,
"all_permissive": false
} |
ansible_role | ronibary/ansible_tutorial | fdb321f601d321fb7e1ebbdba04cee0b00e82f26 | 0 | roles/workstations | 8,178 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip # using unzip , install it\n package:\n name: unzip\n\n- name: install terraform # install terraform - for cloud management\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | burlresearch/ansible-webmin | 7a93407013ef8bd0bc1788df99a42d110d8f907f | 13 | roles/gitbash | 8,178 | [
"no_license"
] | [
{
"path": "roles/gitbash/tasks/main.yml",
"content": "---\n- name: ensure git present\n yum: name=git state=present\n\n- name: git checkout burlresearch|bash\n git: repo=git://github.com/burlresearch/bash dest=~/bash\n\n- name: link shell RCs\n file: state=link force=yes src=~/bash/{{ item }} dest=~/{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | burlresearch/ansible-webmin | 7a93407013ef8bd0bc1788df99a42d110d8f907f | 13 | roles/percona | 8,178 | [
"no_license"
] | [
{
"path": "roles/percona/tasks/main.yml",
"content": "---\n\n- name: RPM PERCONA REPOSITORY\n yum: >\n state=present\n name=http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm\n\n- name: installing server-shared\n yum: state=removed name=mysql* disablerepo=percona\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | burlresearch/ansible-webmin | 7a93407013ef8bd0bc1788df99a42d110d8f907f | 13 | roles/php | 8,178 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: yum upgrade to modern php\n yum: state=removed name=php*\n\n- name: yum upgrade to modern php\n yum: state=latest name=php enablerepo=remi,remi-php55\n\n- name: yum upgrade to modern php-mcrypt\n yum: state=latest name=php-mcrypt enablerepo=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | burlresearch/ansible-webmin | 7a93407013ef8bd0bc1788df99a42d110d8f907f | 13 | roles/webmin | 8,178 | [
"no_license"
] | [
{
"path": "roles/webmin/tasks/main.yml",
"content": "---\n#- name: set the hostname\n# hostname: name=ocean\n\n- name: download virtualmin install script\n tags: webmin\n get_url: >\n url=http://software.virtualmin.com/gpl/scripts/install.sh\n dest=/root/install.sh\n mode=0755\n\n- name: virtual... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | burlresearch/ansible-webmin | 7a93407013ef8bd0bc1788df99a42d110d8f907f | 13 | roles/yum-repos | 8,178 | [
"no_license"
] | [
{
"path": "roles/yum-repos/tasks/main.yml",
"content": "---\n\n- name: epel-release\n rpm_key: state=present key=http://rpms.famillecollet.com/RPM-GPG-KEY-remi\n\n- name: epel-release-repository rpm\n yum: >\n state=present\n name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/copy_key | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/copy_key/tasks/main.yml",
"content": "---\n- name: waiting for a few seconds to let the machine start\n pause:\n seconds: 10\n- name: Coptying the ssh file on the jump server for accessing private VMs\n command: 'scp -i hackathon_success_key.pem hackathon_success_key.pe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/creating_elb | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/creating_elb/vars/main.yml",
"content": "---\n# vars file for creating_elb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "Hackathon_codes/roles/creating_elb/handlers/main.yml",
"content": "---\n# handlers file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/creating_igw | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/creating_igw/handlers/main.yml",
"content": "---\n# handlers file for Internet_Gateway",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "Hackathon_codes/roles/creating_igw/vars/main.yml",
"content": "---\nregion: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/creating_pemkey | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/creating_pemkey/handlers/main.yml",
"content": "---\n# handlers file for key_ec2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "Hackathon_codes/roles/creating_pemkey/tasks/main.yml",
"content": "---\n- name: Cr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/creating_subnets | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/creating_subnets/defaults/main.yml",
"content": "---\n# defaults file for public_subnet",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "Hackathon_codes/roles/creating_subnets/vars/main.yml",
"content": "---\nreg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2111,
"all_permissive": false
} |
ansible_role | SujathaGangireddy/hackathon | 41a096491b20d9d4c0ac9e19db5d3b83a37eacd1 | 0 | Hackathon_codes/roles/creating_vpc | 8,178 | [
"no_license"
] | [
{
"path": "Hackathon_codes/roles/creating_vpc/defaults/main.yml",
"content": "---\n# defaults file for ec2_vpc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "Hackathon_codes/roles/creating_vpc/handlers/main.yml",
"content": "---\n# handlers fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 796,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.