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
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/grafana-docker-loki
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/grafana-docker-loki/defaults/main.yml", "content": "---\ngrafana_loki_config_base_directory: /etc/grafana\ngrafana_loki_shipped_files: []\n# - { name: \"\", dest: \"\", force: false, is_volume: true }\ngrafana_loki_generated_files: []\n# - { name: \"\", dest: \"\", src: \"\", owne...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2317, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/grafana-docker-promtail
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/grafana-docker-promtail/templates/local-config.yaml.j2", "content": "---\nserver:\n http_listen_port: 9080\n grpc_listen_port: 0\n\npositions:\n filename: /tmp/promtail/positions.yaml\n\nclients:\n - url: http://{{ item[0].loki_address }}/api/prom/push\n\nscrape_configs:\n- jo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5410, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/grafana-docker-server
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/grafana-docker-server/defaults/main.yml", "content": "---\ngrafana_server_config_base_directory: /etc/grafana\ngrafana_server_shipped_files: []\n# - { name: \"\", dest: \"\", force: false, is_volume: true }\ngrafana_server_generated_files: []\n# - { name: \"\", dest: \"\", src: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3981, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/loki-docker-promtail
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/loki-docker-promtail/tasks/main.yml", "content": "---\n- name: Setup firewall\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n immediate: yes\n state: enabled\n zone: internal\n loop: \n - 9080/tcp\n when: containers is defined and containers.loki_promtail...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6168, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/loki-docker-server-local
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/loki-docker-server-local/defaults/main.yml", "content": "---\nloki_server_local_config_base_directory: /etc/loki\nloki_server_local_shipped_files: []\n# - { name: \"\", dest: \"\", force: false, is_volume: true }\nloki_server_local_generated_files: []\n# - { name: \"\", dest: \"\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5667, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/network
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/network/tasks/main.yml", "content": "---\n- block:\n - name: install needed network manager libs\n package:\n name:\n - NetworkManager-glib\n - nm-connection-editor\n - libsemanage-python\n - policycoreutils-python\n - bridge-utils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6422, "all_permissive": false }
ansible_role
jeongheon81/gsdc-eos-docker
1641e48c1071960a081fe3d105341f9f38e85e77
5
playbooks/roles/os-setting
8,097
[ "no_license" ]
[ { "path": "playbooks/roles/os-setting/tasks/main.yml", "content": "---\n- name: Install base package\n package:\n name:\n - yum-utils\n state: installed\n register: install_packages\n until: install_packages is success\n retries: 5\n delay: 3\n\n- name: Set the latency-performance profile\n s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2101, "all_permissive": false }
ansible_role
marek-mikolajczyk/openstack
5eddda7f17b0378a484be740672b6632ff3ca842
0
ansible/roles/packstack-configure
8,097
[ "no_license" ]
[ { "path": "ansible/roles/packstack-configure/tasks/main.yml", "content": "---\n# tasks file for packstack-configure\n\n- name: deploy lab key\n authorized_key:\n user: root\n state: present\n key: \"{{root_key }}\"\n\n- name: register to RedHat\n redhat_subscription:\n state: present\n user...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3150, "all_permissive": false }
ansible_role
hmkoba/vagrant_web
8aaf5bf4b976ba69394f5f894ededd3d55157f58
0
roles/docker
8,097
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: yum install yum-utils\n yum: name=yum-utils state=present\n\n- name: yum install device-mapper-persistent-data\n yum: name=device-mapper-persistent-data state=present\n\n- name: yum install lvm2\n yum: name=lvm2 st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
hmkoba/vagrant_web
8aaf5bf4b976ba69394f5f894ededd3d55157f58
0
roles/docker_ansible_files
8,097
[ "no_license" ]
[ { "path": "roles/docker_ansible_files/templates/docker_run.j2", "content": "---\n- name: Dockerコンテナ起動\n docker_container:\n image: \"{{ type }}\"\n {% raw %}name: \"{{ item.name }}\"\n ports: \"{{ item.ports }}\"\n detach: yes\n tty: yes\n privileged: yes\n command: /sbin/init\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3555, "all_permissive": false }
ansible_role
civic-software-initiative/infrastructure
c8a5caa3142d9437e96e4aae11aec029be0df5d0
0
ansible/roles/asdf
8,097
[ "no_license" ]
[ { "path": "ansible/roles/asdf/tasks/main.yml", "content": "---\n- name: Check if asdf downloaded\n stat:\n path: \"~/.asdf\"\n register: asdf_dir\n\n- name: Download asdf\n shell: \"git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3\"\n when: not asdf_dir.stat.exists\n\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
civic-software-initiative/infrastructure
c8a5caa3142d9437e96e4aae11aec029be0df5d0
0
ansible/roles/docker
8,097
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure required packages\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n state: present\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: \"https://download.docker.com/linux/{{ ansible_distribution ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1341, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-2/ansible-cumulus/roles/basic_config
8,097
[ "no_license" ]
[ { "path": "lab-2/ansible-cumulus/roles/basic_config/tasks/main.yml", "content": "- name: Set hostname\n hostname:\n name: '{{hostname}}'\n notify: \"Configuration was changed\"\n\n#- include_tasks: mgmt_vrf.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-2/ansible-cumulus/roles/bgp
8,097
[ "no_license" ]
[ { "path": "lab-2/ansible-cumulus/roles/bgp/tasks/bgp_peering.yml", "content": "- name: Configure BGP IPv4 unicast peers\n nclu:\n template: |\n {% for peer in bgp['ipv4_unicast_peers'] %}\n {% if peer['interface'] is defined %}\n add bgp neighbor {{peer['interface']}} interface remote-as ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2244, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-2/ansible-cumulus/roles/bridges
8,097
[ "no_license" ]
[ { "path": "lab-2/ansible-cumulus/roles/bridges/tasks/bridge_ports.yml", "content": "- name: Configure Bridge ports\n nclu:\n template: |\n {% for bridge in bridges %}\n {% for port in bridge['ports'] %}\n add bridge {{bridge['name']}} port {{port}}\n {% endfor %}\n {% en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-2/ansible-cumulus/roles/interfaces
8,097
[ "no_license" ]
[ { "path": "lab-2/ansible-cumulus/roles/interfaces/tasks/ipv4.yml", "content": "- name: Configure IPv4 interfaces\n nclu:\n template: |\n {% for interface in interfaces %}\n {% if interface['ipv4'] is defined %}\n add interface {{interface['name']}} ip address {{interface['ipv4']}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-2/ansible-cumulus/roles/loopbacks
8,097
[ "no_license" ]
[ { "path": "lab-2/ansible-cumulus/roles/loopbacks/tasks/main.yml", "content": "- name: Configure IPv4 loopbacks\n nclu:\n template: |\n {% for loopback in loopbacks %}\n add loopback {{loopback['name']}} ip address {{loopback['ipv4']}}\n {% endfor %}\n notify: \"Configuration was changed\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/basic_config
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/basic_config/tasks/mgmt_vrf.yml", "content": "- name: Enable MGMT vrf\n # @piotr.szlenk - when turning on mgmt vrf, Cumulus drops SSH connection which will mark this task as failed\n retries: 2\n delay: 5\n nclu:\n commands:\n - add vrf mgmt\n commit: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/bgp
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/bgp/tasks/main.yml", "content": "- import_tasks: bgp.yml\n when: bgp is defined\n\n- import_tasks: bgp_peering.yml\n when: bgp is defined", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "lab-3/ansible-cumulu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/bridges
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/bridges/tasks/bridge_svi.yml", "content": "- name: Configure Bridge SVIs\n nclu:\n template: |\n {% for bridge in bridges %}\n add bridge {{bridge['name']}} ip address {{bridge['ipv4']}}\n {% endfor %}\n commit: false \n notify: \"Configurat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/interfaces
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/interfaces/tasks/main.yml", "content": "- import_tasks: ipv4.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 25, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/routemap
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/routemap/tasks/main.yml", "content": "- name: Configure Route-maps\n nclu:\n template: |\n {% for routemap in routemaps %}\n add routing route-map {{routemap['name']}} {{routemap['action']}} {{routemap['order']}} {{routemap['statement']}}\n {% endfor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
bikram20/calico-networking-lab
192ba9927c75caca26336b8777a7d18108920292
9
lab-3/ansible-cumulus/roles/staticroute
8,097
[ "no_license" ]
[ { "path": "lab-3/ansible-cumulus/roles/staticroute/tasks/staticroute.yml", "content": "- name: Configure static route\n become: yes\n nclu:\n template: |\n {% if static is defined %}\n {% for route in static %}\n add routing route {{route['destination']}} {{route['nhop']}}\n {% endf...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 308, "all_permissive": false }
ansible_role
45Drives/monitoring-stack
af0b6743ced5daecb5aca603638556322335cd59
19
roles/grafana
8,097
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: include setup_container.yml\n include_tasks: setup_container.yml\n\n- name: include configure_grafana.yml\n include_tasks: configure_grafana.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }, ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7239, "all_permissive": false }
ansible_role
45Drives/monitoring-stack
af0b6743ced5daecb5aca603638556322335cd59
19
roles/node-exporter
8,097
[ "no_license" ]
[ { "path": "roles/node-exporter/templates/node_exporter.service.j2", "content": "# This file is managed by ansible, don't make changes here - they will be\n# overwritten.\n[Unit]\nDescription=Node Exporter\n{% if container_binary == 'docker' %}\nAfter=docker.service\n{% else %}\nAfter=network.target\n{% endi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2455, "all_permissive": false }
ansible_role
45Drives/monitoring-stack
af0b6743ced5daecb5aca603638556322335cd59
19
roles/prometheus
8,097
[ "no_license" ]
[ { "path": "roles/prometheus/meta/main.yml", "content": "---\ngalaxy_info:\n company: Red Hat\n author: <NAME>\n description: Configures Prometheus for Ceph Dashboard\n license: Apache\n min_ansible_version: 2.4\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - system\nd...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 11712, "all_permissive": false }
ansible_role
45Drives/monitoring-stack
af0b6743ced5daecb5aca603638556322335cd59
19
roles/zfs-exporter
8,097
[ "no_license" ]
[ { "path": "roles/zfs-exporter/tasks/setup_container.yml", "content": "---\n- name: ship systemd service\n template:\n src: zfs_exporter.service.j2\n dest: \"/etc/systemd/system/zfs_exporter.service\"\n owner: root\n group: root\n mode: 0644\n\n- name: start the zfs_exporter service\n system...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1515, "all_permissive": false }
ansible_role
45Drives/monitoring-stack
af0b6743ced5daecb5aca603638556322335cd59
19
roles/znapzend-exporter
8,097
[ "no_license" ]
[ { "path": "roles/znapzend-exporter/defaults/main.yml", "content": "container_binary: podman\nznapzend_exporter_container_image: docker.io/ccremer/znapzend-exporter:v0.3.1\nznapzend_exporter_port: 9101\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6723, "all_permissive": false }
ansible_role
mlkra/rpi-config
7b7a385edccae1b2baa84b8be9a86b93ff7387fd
0
roles/common
8,092
[ "no_license" ]
[ { "path": "roles/common/tasks/ufw.yml", "content": "- name: Install ufw\n apt:\n name: ufw\n state: latest\n update_cache: yes\n- name: Set default outgoing policy\n community.general.ufw:\n default: allow\n direction: outgoing\n- name: Set default incoming policy\n community.general.ufw:\...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4509, "all_permissive": false }
ansible_role
IgorKostoski/hit-counter-system
dac35a2aebcfac5086247d57a71b03e936be85dd
0
ansible/roles/webserver
8,092
[ "no_license" ]
[ { "path": "ansible/roles/webserver/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>Ansible Deployed Site</title>\n</head>\n<body>\n <h1>Hello from {{ inventory_hostname }}!</h1>\n <p>This page was deployed by Ansible.</p>\n <p>Deployed at: {{ ansible_date_time.iso8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/certificates
8,092
[ "no_license" ]
[ { "path": "roles/certificates/tasks/ca-setup.yml", "content": "---\n\n### This playbook creates certificate authority and generates a self signed CA.\n\n - name: Create certificate authority dir {{ ca_host_directory }}\n file:\n path: \"{{ ca_host_directory }}\"\n owner: \"{{ super_use...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4328, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/deployment-ghost-block
8,092
[ "no_license" ]
[ { "path": "roles/deployment-ghost-block/handlers/main.yml", "content": "---\n# handlers file for deployment-ghost-block", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/deployment-ghost-block/defaults/main.yml", "content": "---\n# defaults...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 394, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/docker
8,092
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\n# vars file for docker\n\n## docker packages\n\n\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd\n - docker-compose-plugin\n - docker-compose\n\n\n## Add more users here for docker \ndocker_users:\n - \"{{ super_user }}\"\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/firewall
8,092
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n - name: Adding ssh to drop zone\n firewalld:\n zone: drop\n service: \"{{ item }}\"\n permanent: yes\n state: enabled\n with_items:\n - ssh\n\n\n - name: Setting drop zone as default zone\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1534, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/ghost-install
8,092
[ "no_license" ]
[ { "path": "roles/ghost-install/tasks/main.yml", "content": "---\n# tasks file for ghost-install\n\n\n - name: Stopping ghost and mariadB containers, which could be running due to previous run\n docker_compose:\n project_src: \"{{ dir_ghost_docker_compose }}\"\n state: absent\n ign...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3634, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/haproxy
8,092
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n\n - include_vars: ../../certificates/vars/main.yml\n - include_vars: ../../ghost-install/vars/main.yml\n\n - name: Installing HA Proxy\n yum:\n name: haproxy\n state: latest\n use_backend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2806, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/nix-install
8,092
[ "no_license" ]
[ { "path": "roles/nix-install/defaults/main.yml", "content": "---\n# defaults file for nix-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/nix-install/vars/main.yml", "content": "---\n# vars file for nix-install\n\nnix_user: \"{{ s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 701, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/packages
8,092
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n## Main task file that will import tasks from \"upgrade-packages.yml\", \"repo-setup.yml\" and \"cert-issuance.yml\"\n - block: \n - name: Role \"packages\" | Running task \"upgrade-packages.yml\"\n import_tasks: upgrade-packages.yml\n\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4002, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/ssh
8,092
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n\n- name: Copying templates/sshd_config.j2 template to /etc/ssh/sshd_config\n template:\n src: templates/sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0600\n notify: Restart sshd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 738, "all_permissive": false }
ansible_role
mzainali10/manage-fedora
06f813a4dbb373924afd82c404ca5d04e342c738
0
roles/user_management
8,092
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "---\n# tasks file for user_management\n\n - name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n - name: Creating '{{ super_user }}' user\n user:\n name: \"{{ super_user }}\" \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
PaulineMaitre/TP2_CI_CD
411f003ebcc7bd3486f0619c6ac06bb05ae521cc
0
ansible/roles/app
8,092
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Launch app\n docker_container:\n name: backend\n image: paulinemaitre/devops:simple-api\n state: started\n networks:\n - name: app-network\n env:\n username=usr\n password=pwd\n pull: yes\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
PaulineMaitre/TP2_CI_CD
411f003ebcc7bd3486f0619c6ac06bb05ae521cc
0
ansible/roles/database
8,092
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Launch database\n docker_container:\n name: database\n image: paulinemaitre/devops:database\n state: started\n networks:\n - name: app-network\n env:\n POSTGRES_PASSWORD=pwd\n POSTGRES_USER=usr\n POSTG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
PaulineMaitre/TP2_CI_CD
411f003ebcc7bd3486f0619c6ac06bb05ae521cc
0
ansible/roles/front
8,092
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "- name: Launch front\n docker_container:\n name: front\n image: paulinemaitre/devops:front\n state: started\n #ports:\n #- 80:80\n networks:\n - name: app-network\n pull: yes\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
PaulineMaitre/TP2_CI_CD
411f003ebcc7bd3486f0619c6ac06bb05ae521cc
0
ansible/roles/network
8,092
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: Launch network\n docker_network:\n name: app-network\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
PaulineMaitre/TP2_CI_CD
411f003ebcc7bd3486f0619c6ac06bb05ae521cc
0
ansible/roles/proxy
8,092
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Launch proxy\n docker_container:\n name: reverse_proxy\n image: paulinemaitre/devops:httpd\n ports:\n - 80:80\n networks:\n - name: app-network\n pull: yes\n recreate: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
shard923/ansible_test
df17c8a8e4d0506778b7e493f6c2f577e498d5c4
0
roles/apache
8,092
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache and mod-ssl\n yum:\n name: httpd, mod_ssl\n state: present\n \n- name: Start apache\n service: \n name: httpd\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
shard923/ansible_test
df17c8a8e4d0506778b7e493f6c2f577e498d5c4
0
roles/tomcat
8,092
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: Install JRE 8\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Download tomcat8\n get_url:\n url: http://mirrors.ocf.berkeley.edu/apache/tomcat/tomcat-8/v8.0.41/bin/apache-tomcat-8.0.41.tar.gz\n dest: /tmp/apache-to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
joebumbulis/auto-runner
004b8eaedec8d7ee96e3b01f3622a33f9f041695
1
roles/circleci-cli
8,092
[ "no_license" ]
[ { "path": "roles/circleci-cli/tasks/darwin-setup.yml", "content": "---\n- name: Install gnu-tar\n community.general.homebrew:\n name: gnu-tar\n state: present\n become_user: \"{{ CLI_USER }}\"\n\n- name: Create temporary CircleCI Directory\n tempfile:\n state: directory\n suffix: \"_circleci\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5524, "all_permissive": false }
ansible_role
yasimenhaimed/Ansible-Config-Mgt
cc71a2b8f324fad3e35b6050931555aef0d1c6fc
0
roles/nginx
8,092
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"RedHat.yml\"\n \n- name: Define nginx_user\n set_fact:\n nginx_user: \"nginx\"\n when: nginx_user is not defined\n \n- name: Include RedHat-specific setup tasks\n include_tasks: setup-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1783, "all_permissive": false }
ansible_role
lazybytez/desktop-configurator
c0ffa11fc50bf26cc537d543da81978da701c903
0
roles/common-software
8,092
[ "no_license" ]
[ { "path": "roles/common-software/tasks/main.yaml", "content": "---\n#\n# Update system and install common software\n#\n# == APT update & upgrade\n- name: Update apt repo and cache\n apt:\n update_cache: yes\n force_apt_get: yes\n cache_valid_time: 3600\n tags: [ 'software' ]\n- name: Upgrade syst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1770, "all_permissive": false }
ansible_role
lazybytez/desktop-configurator
c0ffa11fc50bf26cc537d543da81978da701c903
0
roles/docker
8,092
[ "no_license" ]
[ { "path": "roles/docker/tasks/install_docker.yaml", "content": "---\n#\n# Install Docker on servers\n#\n- name: Add Docker repository GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n- name: Add Docker repository\n apt_repository:\n repo: deb https://downlo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3001, "all_permissive": false }
ansible_role
lazybytez/desktop-configurator
c0ffa11fc50bf26cc537d543da81978da701c903
0
roles/psh
8,092
[ "no_license" ]
[ { "path": "roles/psh/tasks/main.yaml", "content": "---\n#\n# Install the PSH shell if not already done\n#\n# Installation is only run if PSH is not cloned locally.\n#\n- name: Clone PSH repository\n become: false\n git:\n repo: https://github.com/pascal-zarrad/psh.git\n dest: \"/home/{{ lookup('env'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
andrew-j-price/project-auth
9eeef28240da1f96ad5f4383b1bfd2b0e0896ad5
0
ansible/roles/configure
8,092
[ "no_license" ]
[ { "path": "ansible/roles/configure/tasks/main.yml", "content": "---\n\n- name: Configure environment on CentOS/RHEL\n include: rhel-based.yml\n when: ansible_os_family =='RedHat' and ansible_distribution !='Fedora'\n tags:\n - centos\n - rhel\n - redhat\n\n- name: Install Python Packages\n incl...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 14535, "all_permissive": false }
ansible_role
gugek/selenium-example
62485933b434b0a5c43c5054f853ca76a7b9ee26
0
provisioning/roles/appservers
8,092
[ "no_license" ]
[ { "path": "provisioning/roles/appservers/tasks/main.yml", "content": "---\n- include: python.yml\n- include: app.yml\n- include: browser.yml\n- include: selenium.yml\n- include: cron.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "provisioni...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3016, "all_permissive": false }
ansible_role
gugek/selenium-example
62485933b434b0a5c43c5054f853ca76a7b9ee26
0
provisioning/roles/common
8,092
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/system.yml", "content": "---\n- name: Put SELinux in permissive mode, logging actions that would be blocked.\n selinux:\n policy: targeted\n state: permissive\n- name: Set timezone\n timezone:\n name: \"{{ timezone }}\"\n", "license_type": "no_licens...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 850, "all_permissive": false }
ansible_role
VidarPT/ansible_tutorial
6b4fd932fc5510f7ff5f1dcb5e8317f49d08c03f
0
roles/base
8,092
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key: \n user: simone\n key: \"<KEY>\"\n\n- name: generator sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
VidarPT/ansible_tutorial
6b4fd932fc5510f7ff5f1dcb5e8317f49d08c03f
0
roles/workstations
8,092
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: instal terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.7.5/terraform_1.7.5_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
mnishikizawa/fluentd-aggregator-watcher
f1b6dd1cac671db02583282cf7d44c6097fef7c3
0
roles/common
8,092
[ "no_license" ]
[ { "path": "roles/common/templates/watcher-master.conf.j2", "content": "<system>\n log_level trace\n</system>\n\n<source>\n @type forward\n port 24224\n bind 0.0.0.0\n</source>\n\n<source>\n @type monitor_agent\n port 24220\n bind 0.0.0.0\n</source>\n\n<match ping.*>\n @type copy\n <store>\n @typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5983, "all_permissive": false }
ansible_role
crlnravel/k8s-terraform-ansible
f48f90d470eedcccebdcd7cef15c1a5816c50d34
0
ansible/roles/common
8,094
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Common | Update apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Common | Install prerequisite packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
crlnravel/k8s-terraform-ansible
f48f90d470eedcccebdcd7cef15c1a5816c50d34
0
ansible/roles/container_runtime
8,094
[ "no_license" ]
[ { "path": "ansible/roles/container_runtime/tasks/main.yml", "content": "---\n- name: Container Runtime | Add Docker GPG key\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /etc/apt/keyrings/docker.asc\n mode: \"0644\"\n force: true\n\n- name: Container Run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2615, "all_permissive": false }
ansible_role
crlnravel/k8s-terraform-ansible
f48f90d470eedcccebdcd7cef15c1a5816c50d34
0
ansible/roles/kube_controller
8,094
[ "no_license" ]
[ { "path": "ansible/roles/kube_controller/tasks/main.yml", "content": "---\n- name: Kube Controller | Check if cluster is initialized\n ansible.builtin.stat:\n path: /etc/kubernetes/admin.conf\n register: kubeadmin_conf_stat\n\n- name: Kube Controller | Initialize Kubernetes cluster with kubeadm\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2650, "all_permissive": false }
ansible_role
crlnravel/k8s-terraform-ansible
f48f90d470eedcccebdcd7cef15c1a5816c50d34
0
ansible/roles/kube_dependencies
8,094
[ "no_license" ]
[ { "path": "ansible/roles/kube_dependencies/tasks/main.yml", "content": "---\n- name: Kube Deps | Define Kubernetes apt key URL based on version\n ansible.builtin.set_fact:\n kubernetes_apt_key_url: >-\n {% if kubernetes_version is version('1.28', '>=') %}\n https://pkgs.k8s.io/core:/stable:/v{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1776, "all_permissive": false }
ansible_role
crlnravel/k8s-terraform-ansible
f48f90d470eedcccebdcd7cef15c1a5816c50d34
0
ansible/roles/kube_worker
8,094
[ "no_license" ]
[ { "path": "ansible/roles/kube_worker/tasks/main.yml", "content": "---\n- name: Kube Worker | Check if node is already joined\n ansible.builtin.stat:\n path: /etc/kubernetes/kubelet.conf\n register: kubelet_conf_stat\n\n- name: Kube Worker | Join worker node to the cluster\n vars:\n controller_host:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
timmehhh7/lab-test
75092f225ee14ec31cd0052eb3761779c1ac5433
0
roles/dc-configure
8,094
[ "no_license" ]
[ { "path": "roles/dc-configure/tasks/main.yml", "content": "---\n# tasks file for dc-configure\n\n- name: Add Domain\n win_domain:\n dns_domain_name: \"{{ domain_name }}\"\n safe_mode_password: \"{{ <PASSWORD> }}\"\n notify: Reboot Windows\n- name: Add Domain Controller\n win_domain_controller:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
abidaran/Create-Ansible-Directory-layout
2ad3acfc5feb939e3dd584e102ced5e30daf133f
0
roles/app_server
8,094
[ "no_license" ]
[ { "path": "roles/app_server/tasks/main.yml", "content": "- name: ---- install Java ---\n apt:\n name: openjdk-11-jdk\n state: present\n tags: install_java\n\n- name: --- Download Apache Tomcat ---\n get_url:\n url: '{{tomcat_url}}'\n dest: /opt\n validate_certs: false\n tags: download_tom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1617, "all_permissive": false }
ansible_role
abidaran/Create-Ansible-Directory-layout
2ad3acfc5feb939e3dd584e102ced5e30daf133f
0
roles/project
8,094
[ "no_license" ]
[ { "path": "roles/project/tasks/main.yml", "content": "- name: Ping my hosts\n ansible.builtin.ping:\n\n- name: Print message\n ansible.builtin.debug:\n msg: Hello world\n \n- name: --- Install apache ----\n apt: \n name: apache2\n state: present\n tags: apache \n- name: --- Install nginx ----...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
abidaran/Create-Ansible-Directory-layout
2ad3acfc5feb939e3dd584e102ced5e30daf133f
0
roles/project1
8,094
[ "no_license" ]
[ { "path": "roles/project1/tasks/main.yml", "content": "- name: ---- project1 ----\n debug:\n msg: \"Hello from project 1\"\n tags: test1\n\n- import_tasks: task2.yml\n\n- name: ---- main.yml ----\n debug:\n msg: \"Hello from main.yml\"\n tags: test 1 \n", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
abidaran/Create-Ansible-Directory-layout
2ad3acfc5feb939e3dd584e102ced5e30daf133f
0
roles/project2
8,094
[ "no_license" ]
[ { "path": "roles/project2/tasks/main.yml", "content": "- include_tasks: inner.yml\n loop:\n - 1\n - 2\n - 3\n loop_control:\n loop_var: outer_item\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/project2/tasks/inner.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/ip_forward
8,094
[ "no_license" ]
[ { "path": "roles/ip_forward/tasks/main.yml", "content": "---\n- name: Enable ip forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n state: present\n reload: true\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
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/network_config
8,094
[ "no_license" ]
[ { "path": "roles/network_config/tasks/main.yml", "content": "---\n- name: Configure network\n community.general.nmcli:\n conn_name: '{{ item.conn_name }}'\n ifname: '{{ item.ifname }}'\n ip4: '{{ item.ip4 | default(omit) }}'\n gw4: '{{ item.gw4 | default(omit) }}'\n routes4: '{{ item.routes4...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/nftables
8,094
[ "no_license" ]
[ { "path": "roles/nftables/tasks/main.yml", "content": "---\n- name: Configure nftables\n ansible.builtin.template:\n src: '{{ nftables_template }}.conf'\n dest: /etc/sysconfig/nftables.conf\n owner: root\n group: root\n mode: '0600'\n when: nftables_template | default(False)\n notify: Relo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/nginx
8,094
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Enable and start nginx service\n ansible.builtin.systemd_service:\n name: nginx.service\n enabled: true\n state: started\n ignore_errors: '{{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/portknock_script
8,094
[ "no_license" ]
[ { "path": "roles/portknock_script/tasks/main.yml", "content": "---\n- name: Install portknock script\n ansible.builtin.template:\n src: portknock.sh\n dest: /usr/local/bin/portknock.sh\n owner: root\n group: root\n mode: '0755'\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 322, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/rt_tables
8,094
[ "no_license" ]
[ { "path": "roles/rt_tables/tasks/main.yml", "content": "---\n- name: Configure routing tables\n ansible.builtin.template:\n src: rt_tables\n dest: /etc/iproute2/rt_tables\n owner: root\n group: root\n mode: '0644'\n when: rt_tables_map is defined\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
abegorov/linux30_iptables
76645263e4ef540607cc8c3fc08c238442dcdb48
0
roles/vagrant_ssh_config
8,094
[ "no_license" ]
[ { "path": "roles/vagrant_ssh_config/templates/hosts", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n127.0.1.1 {{ inventory_hostname }}.internal {{ inventory_hostname }}\n{% for host ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 981, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/apt
8,094
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- name: \"[Ubuntu] Install packages\"\n become: yes\n apt:\n name: \"{{ apt_packages }}\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/apt/vars/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/dnf
8,094
[ "no_license" ]
[ { "path": "roles/dnf/tasks/main.yml", "content": "- name: Install distribution-gpg-keys package\n become: yes\n dnf:\n name: distribution-gpg-keys\n state: present\n- name: Import rpm-gpg key of adobe linux repo\n become: yes\n rpm_key:\n state: present\n key: '/usr/share/distribution-gpg-ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3513, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/dotfiles
8,094
[ "no_license" ]
[ { "path": "roles/dotfiles/templates/gitconfig-work.j2", "content": "[user]\n name = {{user_git_name}}\n email = {{user_work_github_email}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3877, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/nodejs
8,094
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: download n-install\n get_url:\n url: https://git.io/n-install\n dest: /tmp/n-install\n mode: \"744\"\n- name: install nodejs\n shell: cat /tmp/n-install | bash -s -- -y 12.16.2\n args:\n creates: \"{{ansible_user_dir}}/n\"\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/system
8,094
[ "no_license" ]
[ { "path": "roles/system/handlers/main.yml", "content": "# Reload dconf to get terminal config\n- name: Reload dconf\n command: /usr/bin/dconf update\n changed_when: false\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/terminal
8,094
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "- name: \"[Fedora] Install Kitty\"\n become: yes\n dnf:\n name:\n - kitty\n - kitty-doc\n - kitty-terminfo\n state: latest\n when: ansible_distribution == \"Fedora\"\n- name: \"[Ubuntu] Install Kitty\"\n become: yes\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/vim
8,094
[ "no_license" ]
[ { "path": "roles/vim/templates/init.vim.j2", "content": "set nocompatible \" disable compatibility to old-time vi\nset showmatch \" show matching \nset ignorecase \" case insensitive \nset mouse=v \" middle-click paste with \nset hlsearch \" highlight search \nset incsearch \" incremental search\nset smartc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 12626, "all_permissive": false }
ansible_role
chaudhryjunaid/setup-my-linux
363be4c892fe44043767a38b55f9aae9d46ef897
5
roles/zsh
8,094
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Ensure zsh is installed\n become: true\n become_user: root\n action: >\n {{ ansible_pkg_mgr }} name=zsh state=present update_cache=yes\n \n- name: download oh-my-zsh\n git:\n repo: \"https://github.com/ohmyzsh/ohmyzsh.git\"\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1328, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/addusr_ipsppa
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/addusr_ipsppa/role.yml", "content": "---\n\n- hosts: all\n become: true\n roles:\n - addusr_ipsppa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "fns/ansible_1/roles/addusr_ipsppa/tasks/create.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/addusr_oracle
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/addusr_oracle/tasks/main.yml", "content": "---\n\n- name: Create user oracle\n include: create.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "fns/ansible_1/roles/addusr_oracle/role.yml", "content": "---\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 580, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/addusr_postgres
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/addusr_postgres/tasks/main.yml", "content": "---\n\n- name: Create user postgres\n include: create.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "fns/ansible_1/roles/addusr_postgres/tasks/create.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/addusr_tmpl
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/addusr_tmpl/tasks/create.yml", "content": "---\n\n- name: Create user\n user:\n name: 'oracle'\n comment: 'Service oracle'\n group: 'oinstall'\n groups: 'dba'\n shell: '/bin/bash'\n system: yes\n create_home: yes\n state: present\n password: <PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/addusr_zags
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/addusr_zags/tasks/create.yml", "content": "---\n\n- name: Ensure group \"zags\" exists\n group:\n name: 'zags'\n state: present\n gid: 403\n\n- name: Create user\n user:\n name: 'zags'\n comment: 'Service zags'\n groups: 'zags'\n shell: '/bin/bash'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/bash_history
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/bash_history/role.yml", "content": "---\n\n- hosts: all\n become: true\n roles:\n - bash_history\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "fns/ansible_1/roles/bash_history/tasks/conf.yml", "content": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 876, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/ch_passwd_adm
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/ch_passwd_adm/tasks/main.yml", "content": "---\n\n- name: Reset adm passwd to default (RHEL/OEL)\n include: el_chpasswd.yml\n when: ansible_distribution == 'RedHat' or ansible_distribution == 'OracleLinux'\n\n- name: Reset adm passwd to default (ALT)\n include: alt_chpasswd...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1031, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/default_disable_services
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/default_disable_services/tasks/disable_sysinit_alt.yml", "content": "---\n\n- name: Disable default services (ALT sysinit)\n service:\n name: '{{ item }}'\n state: 'stopped'\n enabled: 'no'\n with_items:\n - iptables\n", "license_type": "no_license", "det...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1618, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/join2ad
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/join2ad/tasks/alt_install.yml", "content": "---\n\n- name: Install pakages\n apt_rpm:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - samba-winbind-clients \n - pam_krb5 \n\n- name: Enable services\n service: \n name: '{{ item }}'\n state: 'start...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5421, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/local_repo
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/local_repo/tasks/main.yml", "content": "---\n\n- set_fact:\n delete_old_repo: False\n when: delete_old_repo is undefined\n\n- include: el_remove.old.yml\n when: \n - delete_old_repo\n - change_repo_list\n - ansible_distribution == 'OracleLinux' or ansible_distrib...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7571, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/mirror_server
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/mirror_server/tasks/el_repo.yml", "content": "---\n\n- name: Copy repolist (RHEL/OEL)\n copy:\n src: 'el_{{ ansible_distribution_major_version }}_additional'\n dest: '/etc/yum.repos.d/additional.repo'\n owner: root\n group: root\n mode: 755\n\n#- name: Copy key...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8227, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/nsswitch
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/nsswitch/tasks/main.yml", "content": "---\n\n- name: Change nsswitch\n copy:\n src: 'el{{ ansible_distribution_major_version }}_nss'\n dest: '/etc/nsswitch.conf'\n owner: 'root'\n group: 'root'\n mode: '0644'\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/ntp
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/ntp/tasks/alt_install.yml", "content": "---\n\n- name: Install additional software (ALT)\n apt_rpm:\n name: '{{ item }}'\n state: 'present'\n update_cache: yes\n with_items:\n - openntpd\n - ntpdate\n - tzdata\n\n- name: Enabling ntpd\n service: \n name...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2408, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/reboot
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/reboot/handlers/main.yml", "content": "---\n\n- name: Reboot Server\n command: 'shutdown -r 1'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "fns/ansible_1/roles/reboot/tasks/main.yml", "content": "---\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/resolv
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/resolv/tasks/alt_remove_old.yml", "content": "---\n\n- name: Find resolv files\n find:\n path: '/etc/net/ifaces/'\n pattern: 'resolv.conf'\n recurse: true\n register: resolv_items.files\n\n- debug:\n var: resolv_items.files\n\n- name: Delete resolvs\n file:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 826, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/soft_install
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/soft_install/tasks/main.yml", "content": "---\n\n- name: Install Software (RHEL/OEL)\n include: el_install.yml\n when: ansible_distribution == 'OracleLinux' or ansible_distribution == 'RedHat'\n\n- name: Install Software (ALT)\n include: alt_install.yml\n when: ansible_dis...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 725, "all_permissive": false }
ansible_role
kirosvi/old-scripts
2e4ce3d859ba211348276ce9df2453194107acd4
0
fns/ansible_1/roles/ssh
8,094
[ "no_license" ]
[ { "path": "fns/ansible_1/roles/ssh/tasks/main.yml", "content": "---\n\n- name: Configure SSHD (RHEL/OEL)\n include: el_config.yml\n when: ansible_distribution == 'RedHat' or ansible_distribution == 'OracleLinux'\n\n- name: Configure SSHD (ALT)\n include: alt_config.yml\n when: ansible_distribution == 'A...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1346, "all_permissive": false }