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
5a6io/ansible-demo
667ee2da400262f5fb8044de6963df7da7905eb9
0
roles/vhost-ansible
357
[ "no_license" ]
[ { "path": "roles/vhost-ansible/templates/vhost.conf.j2", "content": "# {{ ansible_managed }}\nServerAdmin admin@{{ ansible_fqdn }}\nServerName {{ ansible_fqdn }}\nErrorLog logs/{{ ansible_hostname }}-error.log\nCustomLog logs/{{ ansible_hostname }}-common.log common\nDocumentRoot /var/www/vhosts/{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 892, "all_permissive": false }
ansible_role
nizamshovkat/test_sobes2
b26b945364cfcabbeb1023eb7c4be823061f2acc
0
roles/docker_install
357
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Install Docker Compose\n apt:\n name: docker-compose\n state: present\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
nizamshovkat/test_sobes2
b26b945364cfcabbeb1023eb7c4be823061f2acc
0
roles/file_distribution
357
[ "no_license" ]
[ { "path": "roles/file_distribution/tasks/main.yml", "content": "- name: Ensure /opt/web_app directory exists\n file:\n path: /opt/web_app\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Copy docker-compose.yml\n copy:\n src: docker-compose.yml\n dest: /opt/web...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 851, "all_permissive": false }
ansible_role
nizamshovkat/test_sobes2
b26b945364cfcabbeb1023eb7c4be823061f2acc
0
roles/web_app
357
[ "no_license" ]
[ { "path": "roles/web_app/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name localhost;\n\n location / {\n root /var/www/html;\n index index.php index.html;\n }\n\n location ~ \\.php$ {\n include snippets/fastcgi-php.conf;\n fastcgi_pass unix:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 721, "all_permissive": false }
ansible_role
devopsca85/ansible-k3s-ceph-helm
e24b9b324b2fd2ac796a8962ef0b06a72b8aef00
0
roles/ceph
357
[ "no_license" ]
[ { "path": "roles/ceph/vars/main.yml", "content": "ceph_packages:\r\n - ceph\r\n - ceph-common\r\n - ceph-mgr\r\n\r\nceph_cluster_name: \"ceph-test\"\r\nceph_monitor: \"mon1\"\r\nceph_pool_name: \"testpool\"\r\nceph_osd_device: \"/dev/sda\" # Adjust this based on available storage\r\nceph_dashboard_passw...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2420, "all_permissive": false }
ansible_role
devopsca85/ansible-k3s-ceph-helm
e24b9b324b2fd2ac796a8962ef0b06a72b8aef00
0
roles/helm
357
[ "no_license" ]
[ { "path": "roles/helm/vars/main.yml", "content": "helm_src: \"https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz\"\r\nhelm_dest: \"/tmp/helm.tar.gz\"\r\nhelm_extract_dest: \"/tmp\"\r\nhelm_binary_src: \"/tmp/linux-amd64/helm\"\r\nhelm_binary_dest: \"/usr/bin/helm\"\r\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 625, "all_permissive": false }
ansible_role
devopsca85/ansible-k3s-ceph-helm
e24b9b324b2fd2ac796a8962ef0b06a72b8aef00
0
roles/k3s
357
[ "no_license" ]
[ { "path": "roles/k3s/tasks/kubectl_configure.yml", "content": "---\r\n- name: Download Kubectl\r\n get_url:\r\n url: \"{{ kubectl_download_url }}\"\r\n dest: \"{{ kubectl_dest }}\"\r\n mode: '0755'\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 738, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/bash
357
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yaml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - bash\n - exa\n - silversearcher-ag\n - vim\n\n- name: Install and configure figurine\n ansible.builtin.include_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1566, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/docker_compose_service
357
[ "no_license" ]
[ { "path": "roles/docker_compose_service/defaults/main.yaml", "content": "---\ndocker_compose_service_file: false\ndocker_compose_service_template: false\ndocker_compose_service_sub_directories: []\ndocker_compose_service_extra_files: []\ndocker_compose_service_extra_templates: []\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2482, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/docker_prune
357
[ "no_license" ]
[ { "path": "roles/docker_prune/tasks/main.yaml", "content": "---\n- name: Create service file\n become: true\n ansible.builtin.copy:\n src: docker_prune.service\n dest: \"/etc/systemd/system/docker_prune.service\"\n mode: \"0755\"\n\n- name: Create timer file\n become: true\n ansible.builtin.cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/homeassistant
357
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/lights_darkness.yaml.j2", "content": "---\n{% for area in homeassistant_areas %}\n- alias: \"Lights {{ area | replace('_', ' ') }} off\"\n\n trigger:\n platform: state\n entity_id: binary_sensor.dark_outside\n from: \"on\"\n to: \"off\"\n for:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 24281, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/netalertx
357
[ "no_license" ]
[ { "path": "roles/netalertx/tasks/main.yaml", "content": "---\n- name: Create docker compose service\n ansible.builtin.include_role:\n name: docker_compose_service\n vars:\n docker_compose_service_name: netalertx\n docker_compose_service_sub_directories:\n - config\n - db\n - log\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/pihole
357
[ "no_license" ]
[ { "path": "roles/pihole/files/compose.yaml", "content": "---\nservices:\n pihole:\n container_name: pihole\n image: docker.io/pihole/pihole:2025.05.1\n environment:\n TZ: Europe/Stockholm\n FTLCONF_webserver_api_password: <PASSWORD>\n FTLCONF_webserver_domain: pihole.hallstrom.duckd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1523, "all_permissive": false }
ansible_role
claha/smart-home
7c01e3329c58d1fabe7a65780f3a5f1dd32ca2aa
2
roles/ssh_config
357
[ "no_license" ]
[ { "path": "roles/ssh_config/tasks/main.yaml", "content": "---\n- name: Create smart-home ssh config\n ansible.builtin.template:\n src: \"templates/smart-home.conf.j2\"\n dest: \"~/.ssh/smart-home.conf\"\n mode: \"0600\"\n\n- name: Include other config files\n ansible.builtin.lineinfile:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
a0s/odroid-xu4-octoprint
e9daffbd274c18db1737c63d4e2183fe292a2153
3
roles/finaldes.ansible_ubuntu_disable_auto_update
357
[ "no_license" ]
[ { "path": "roles/finaldes.ansible_ubuntu_disable_auto_update/handlers/main.yml", "content": "---\n# handlers file for ubuntu-disable-auto-update", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/finaldes.ansible_ubuntu_disable_auto_update/tests...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1303, "all_permissive": false }
ansible_role
VIGNESHWAR10/ansible
67060a7b9d6831a288b19b57f2006c7c4ddb4fb9
0
roles/k8s_cluster_kubeadm
362
[ "no_license" ]
[ { "path": "roles/k8s_cluster_kubeadm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/k8s_cluster_kubeadm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/k8s_cluster_kubeadm/defaults/main.yml"...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 8998, "all_permissive": false }
ansible_role
VIGNESHWAR10/ansible
67060a7b9d6831a288b19b57f2006c7c4ddb4fb9
0
roles/launch_ec2
362
[ "no_license" ]
[ { "path": "roles/launch_ec2/tasks/main.yml", "content": "---\n- name: Create SG if not exists\n amazon.aws.ec2_security_group:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n vpc_id: \"{{ vpc_id }}\"\n region: \"{{ region }}\"\n rules: \"{{ item.rules }}\"\n tags: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3954, "all_permissive": false }
ansible_role
VIGNESHWAR10/ansible
67060a7b9d6831a288b19b57f2006c7c4ddb4fb9
0
roles/setup_falcon
362
[ "no_license" ]
[ { "path": "roles/setup_falcon/README.md", "content": "Setup Falcon\n=========\n\nRole used to install Falcon Agents on EC2 instances\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nAll variables that can be overriden are specified in this roles' [defaults](defaults/main.yml).\n\nD...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1490, "all_permissive": false }
ansible_role
VIGNESHWAR10/ansible
67060a7b9d6831a288b19b57f2006c7c4ddb4fb9
0
roles/setup_k8s_cluster
362
[ "no_license" ]
[ { "path": "roles/setup_k8s_cluster/defaults/main.yml", "content": "---\n# defaults file for launch_k8s_cluster\nssh_key_path: \"/root/.ssh/id_rsa\"\n\nKUBERNETES_VERSION: \"v1.30.2\"\nKUBE_VERSION: \"v1.30\"\nETCD_VERSION: \"v3.5.14\"\n\nkubernetes_controller:\n - name: kube-apiserver\n - name: kube-contr...
{ "task_files": 15, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 34107, "all_permissive": false }
ansible_role
VIGNESHWAR10/ansible
67060a7b9d6831a288b19b57f2006c7c4ddb4fb9
0
roles/upgrade_kubeadm_cluster
362
[ "no_license" ]
[ { "path": "roles/upgrade_kubeadm_cluster/tasks/master.yml", "content": "- name: upgrade master-01\n become: true\n block:\n - name: kubeadm upgrade plan\n shell: kubeadm upgrade plan\n register: kubeadm_upgrade_plan\n \n - name: Extract kubeadm upgrade apply command\n set_fact:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6890, "all_permissive": false }
ansible_role
loktionovam/trytravis-db-role
0c257733dbe41885566db5bf15912add93f736c3
0
infra/ansible/roles/docker_host
362
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker_host/tasks/configure_docker.yml", "content": "---\n\n- name: Dump docker config\n copy:\n content: \"{{ docker_host_config | to_nice_json }}\"\n dest: \"{{ docker_host_config_file }}\"\n notify: restart docker\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
geshuro/genoit-nginx-ingress-ansible
0baba1e59a11a74753555d28a05e6f120e458245
0
genoit-nginx-ingress-ansiblerole/roles/nginx-ingress
362
[ "no_license" ]
[ { "path": "genoit-nginx-ingress-ansiblerole/roles/nginx-ingress/templates/adjusted_values.yaml.j2", "content": "controller:\n{% if controller_name is defined %}\n name: {{ controller_name }}\n{% else %}\n kind: controller\n{% endif %}\n{% if controller_image is defined %}\n image:\n{{ controller_image|in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 21478, "all_permissive": false }
ansible_role
renatowow14/ansible-kubernetes-demo
81065ef3fb7e648f3fbaae98108b54c4081eb67c
0
roles/kubernetes
362
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: Deploy minha aplicação\n community.kubernetes.k8s:\n kubeconfig: \"{{ kubeconfig }}\"\n state: present\n definition:\n kind: Deployment\n apiVersion: apps/v1\n metadata:\n name: \"{{ kubernetes_deployment_n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1782, "all_permissive": false }
ansible_role
renatowow14/ansible-kubernetes-demo
81065ef3fb7e648f3fbaae98108b54c4081eb67c
0
roles/kubernetes-dependencies
362
[ "no_license" ]
[ { "path": "roles/kubernetes-dependencies/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencias do sistema operacional\"\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - python3-pip\n\n- name: Install kubernetes library\n pip:\n name: kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
muktadiranik/inventory-api
59ad400d97ba4b4baff8c94c49c1a2e4ea7308ac
0
ansible/roles/base
362
[ "no_license" ]
[ { "path": "ansible/roles/base/defaults/main.yml", "content": "---\n\nansible_python_interpreter: /usr/bin/python3\n\nserver_user: root\n\nbase_python_package: \"{{ ansible_python_interpreter | default('/usr/bin/python') | basename }}\"\n\ncreate_swap_file: true\nswap_file_path: /swapfile\nswap_file_size_kb:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
muktadiranik/inventory-api
59ad400d97ba4b4baff8c94c49c1a2e4ea7308ac
0
ansible/roles/nginx
362
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/frontend-ssl.conf.j2", "content": "proxy_cache_path /var/cache/frontend levels=1:2 keys_zone=cache:25m max_size=1g inactive=60m use_temp_path=off;\n\nmap $sent_http_content_type $expires {\n \"text/html\" 1h;\n \"text/html; charset=utf-8\" 1h;\n default 7d;\n}\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6832, "all_permissive": false }
ansible_role
muktadiranik/inventory-api
59ad400d97ba4b4baff8c94c49c1a2e4ea7308ac
0
ansible/roles/web
362
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n- include_tasks: install_additional_packages.yml\n tags: packages\n\n- include_tasks: setup_virtualenv.yml\n tags: virtualenv\n\n- include_tasks: setup_django_app.yml\n tags: deploy\n\n- include_tasks: setup_supervisor.yml\n tags: supervisor...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9118, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/apache2
352
[ "no_license" ]
[ { "path": "playbooks/roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n\n - name: installing apache websserver\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n - name: ensure apache is started\n service: name=apac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/control
352
[ "no_license" ]
[ { "path": "playbooks/roles/control/tasks/main.yml", "content": "---\n# tasks file for control\n - name: installing packages\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - curl\n - python-httplib2\n - tree\n - git \n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/hosts
352
[ "no_license" ]
[ { "path": "playbooks/roles/hosts/tasks/main.yml", "content": "---\n# tasks file for hosts\n\n - name: configure all hosts file\n template: src=hosts.j2 dest=/etc/hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "playbooks/roles/hosts/templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 208, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/loadbalancer
352
[ "no_license" ]
[ { "path": "playbooks/roles/loadbalancer/tasks/main.yml", "content": "---\n# tasks file for loadbalanceri\n\n - name: configure LB nginx\n template: src=nginx.conf.j2 dest=/etc/nginx/sites-available/{{ item.key }} mode=0644\n with_dict: \"{{ sites }}\"\n notify: restart nginx\n\n - name: get list of no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1022, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/myapp1
352
[ "no_license" ]
[ { "path": "playbooks/roles/myapp1/defaults/main.yml", "content": "---\n# defaults file for myapp1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "playbooks/roles/myapp1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1725, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/mysql
352
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\n\ndb_name: mydb\ndb_user_name: mydbuser\ndb_user_pass: <PASSWORD>\ndb_host: mydbhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "playbooks/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 783, "all_permissive": false }
ansible_role
agnellogeorgedsouza/ansible_LAMP_demo_app
88c5be4c4516a1ccec80e5ca6cfaab00729ec298
0
playbooks/roles/nginx
352
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n - name: install nginx\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - nginx\n - python-httplib2\n\n - name: ensure nginx is started\n service: name=nginx state=started\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
hihoak/yandex-cloud-final-project-infra
2e24bd2b256c0d2fec2aa8cc12347c873f1498fa
0
ansible/roles/certs
352
[ "no_license" ]
[ { "path": "ansible/roles/certs/tasks/main.yml", "content": "---\n# tasks file for certs\n- name: create certs dir\n file: \n recurse: true\n path: \"/home/ansible/certs/infra.momo-store.artem-mihaylov.ru\"\n state: directory\n- name: copy cert\n copy:\n content: \"{{ ssl_cert }}\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
hihoak/yandex-cloud-final-project-infra
2e24bd2b256c0d2fec2aa8cc12347c873f1498fa
0
ansible/roles/iptables
352
[ "no_license" ]
[ { "path": "ansible/roles/iptables/tasks/main.yml", "content": "---\n# tasks file for iptables\n- name: allow localhost traffic INPUT\n ansible.builtin.iptables:\n chain: INPUT\n in_interface: lo\n jump: ACCEPT\n comment: allow localhost traffic INPUT\n become: yes\n\n- name: allow localhost tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1719, "all_permissive": false }
ansible_role
hihoak/yandex-cloud-final-project-infra
2e24bd2b256c0d2fec2aa8cc12347c873f1498fa
0
ansible/roles/nexus
352
[ "no_license" ]
[ { "path": "ansible/roles/nexus/files/nginx.conf", "content": "worker_processes auto;\nerror_log /var/log/nginx/error.log notice;\npid /var/run/nginx.pid;\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n\n log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2794, "all_permissive": false }
ansible_role
hihoak/yandex-cloud-final-project-infra
2e24bd2b256c0d2fec2aa8cc12347c873f1498fa
0
ansible/roles/python
352
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\n# tasks file for python\n# - name: Install python3\n# ansible.builtin.apt:\n# name: python3\n# state: present\n# update_cache: true\n# become: true\n- name: Install pip\n ansible.builtin.apt:\n name: python3-pip\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
hihoak/yandex-cloud-final-project-infra
2e24bd2b256c0d2fec2aa8cc12347c873f1498fa
0
ansible/roles/vault
352
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/main.yml", "content": "---\n# tasks file for vault\n- name: create vault dirs\n file: \n recurse: true\n path: \"/home/ansible/vault/config\"\n state: directory\n\n- name: create vault dirs\n file: \n recurse: true\n path: \"/home/ansible/vault/file\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1624, "all_permissive": false }
ansible_role
mredar/aspace_deploy
184b413fcf6be00d1fe2601e5738cb136f060ecf
0
roles/create_client_mysqldb
352
[ "no_license" ]
[ { "path": "roles/create_client_mysqldb/vars/main.yml", "content": "---\n# vars file for create_client_mysqldb\ndb_port: 3306\ndb_user: 'rds_aspace_admin'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/create_client_mysqldb/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2154, "all_permissive": false }
ansible_role
mredar/aspace_deploy
184b413fcf6be00d1fe2601e5738cb136f060ecf
0
roles/upgrade_aspace_software
352
[ "no_license" ]
[ { "path": "roles/upgrade_aspace_software/templates/awslogs.conf.j2", "content": "[aspace-log]\ndatetime_format = {{ log_datetime_format }}\nbuffer_duration = 5000\ninitial_position = start_of_file\nfile = /home/{{ client_name }}/archivesspace/logs/archivesspace.out\nlog_stream_name = {{ client_name }}\nlog_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 12039, "all_permissive": false }
ansible_role
CorbyAsCode/ansible_dev
c31006bc12fe0550b5abcc9ff8701ab4c5983447
0
roles/sensu
352
[ "no_license" ]
[ { "path": "roles/sensu/tasks/client.yaml", "content": "---\n\n- name: Configure RabbitMQ for Sensu client\n template:\n src: rabbitmq.json.j2\n dest: /etc/sensu/conf.d/rabbitmq.json\n notify:\n - Restart sensu-client {{ sensu_from }}\n tags:\n - sensu_config\n\n- name: Create Sensu client con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": false }
ansible_role
swapnilbharshankar/Ansible-User-Creation-ssh-Key
a3218d76749e3547e2ffd4ab5a1816accab52a48
0
roles/users
352
[ "no_license" ]
[ { "path": "roles/users/tasks/usercreation.yml", "content": "---\n - name: Create User, Home Dir, Bash\n user: name={{ item.username }} shell=/bin/bash createhome=yes comment='Managed By Swapnil'\n with_items: \"{{ users }}\"\n tags:\n - create\n\n", "license_type": "no_license", "detec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1066, "all_permissive": false }
ansible_role
Eddie4Frost/devops
741e876f33ec34ddbd3124260cb062b68289a38b
0
virtual-machines/roles/azure-vm
352
[ "no_license" ]
[ { "path": "virtual-machines/roles/azure-vm/tasks/main.yml", "content": "---\n- debug:\n msg: \"azure_environment {{ azure_environment }}\"\n\n- name: Create Network Security Group that allows SSH\n azure_rm_securitygroup:\n resource_group: \"{{ azure_resource_group }}\"\n name: \"{{ azure_vm_serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2572, "all_permissive": false }
ansible_role
mahoutukaisali/batfish-firewall-ansible
eff17b981af340306c920aab76f7002158c794aa
0
roles/acl_test
352
[ "no_license" ]
[ { "path": "roles/acl_test/tasks/main.yml", "content": "---\n# tasks file for configure\n#- name: Take snapshot before configure\n# ios_command:\n# commands:\n# - show run\n# register: sh_run_result\n\n- name: Touch snapshot directory\n file:\n path: \"{{ lookup('ENV', 'PWD') + '/roles/' + role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
mahoutukaisali/batfish-firewall-ansible
eff17b981af340306c920aab76f7002158c794aa
0
roles/configure
352
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "---\n# tasks file for configure\n- name: Take snapshot before configure\n ios_command:\n commands:\n - show run\n register: sh_run_result\n\n- name: Touch snapshot directory\n file:\n path: \"{{ lookup('ENV', 'PWD') + '/roles/' + role_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 12716, "all_permissive": false }
ansible_role
waynedovey/quay-ansible
a7d1f8f20a0ace07cc4169b959ba3a79c24269fd
0
roles/register-system
352
[ "no_license" ]
[ { "path": "roles/register-system/tasks/main.yml", "content": "---\n# tasks file for register-system\n\n- name: Install satellite katello rpm\n yum:\n name: \"http://{{ quay_ansible_satellite_fqdn }}/pub/katello-ca-consumer-latest.noarch.rpm\"\n state: present\n tags:\n - register\n\n- name: Regis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
waynedovey/quay-ansible
a7d1f8f20a0ace07cc4169b959ba3a79c24269fd
0
roles/robertdebock.mysql
352
[ "no_license" ]
[ { "path": "roles/robertdebock.mysql/.travis.yml", "content": "---\n#\n# Ansible managed\n#\nlanguage: python\n\npython:\n - \"3.7\"\n\nservices:\n - docker\n\nenv:\n global:\n namespace=\"robertdebock\"\n matrix:\n - image=\"amazonlinux\" tag=\"latest\"\n - image=\"debian\" tag=\"latest\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11329, "all_permissive": false }
ansible_role
asakho/udapeople
855f6f40f1373b7f1e79f408ea04a16e0daa4f69
0
.circleci/ansible/roles/configure-server
352
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- include_tasks: prerequisite.yml\n static: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": ".circleci/ansible/roles/configure-server/tasks/prerequisite.yml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 640, "all_permissive": false }
ansible_role
asakho/udapeople
855f6f40f1373b7f1e79f408ea04a16e0daa4f69
0
.circleci/ansible/roles/deploy
352
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/udapeople.yml", "content": "---\n\n- name: \"ensure udapeople app directory exist\"\n file:\n path: /app/udapeople\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0775\n recurse: yes\n\n- name: \"deploy backend app\"\n become_use...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 572, "all_permissive": false }
ansible_role
Bryanbeh1998/ansible_tutorial
76dc0aa3cba763c89e399b72e95e21b1b61b20a6
0
roles/base
352
[ "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", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
Bryanbeh1998/ansible_tutorial
76dc0aa3cba763c89e399b72e95e21b1b61b20a6
0
roles/workstations
352
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.5.5/terraform_1.5.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
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/IpTables
352
[ "no_license" ]
[ { "path": "roles/IpTables/meta/main.yml", "content": "---\ndependencies:\n - { role: bashrc}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/IpTables/templates/bashrc.sh.j2", "content": "alias ipt='sudo /sbin/iptables'\nalias iptlist=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1048, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/bashrc
352
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "---\n# prepare and set default for user and root\n- include: bashrcSetUp.yml UserHome=\"{{ ansible_env['HOME'] }}\"\n- include: bashrcSetUp.yml UserHome=\"/root\"\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1339, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/common
352
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: install curl\n become: true\n package:\n name: curl\n state: latest\n\n- name: install vim\n become: true\n package:\n name: vim\n state: latest\n\n- name: install dos2unix\n become: true\n package:\n name: dos2unix\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/eclipse
352
[ "no_license" ]
[ { "path": "roles/eclipse/templates/eclipse.sh.j2", "content": "export PATH=$PATH:{{ ansible_env['HOME'] }}/neon/eclipse\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/eclipse/meta/main.yml", "content": "dependencies:\n - { role: bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 843, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/epages
352
[ "no_license" ]
[ { "path": "roles/epages/tasks/main.yml", "content": "---\n\n- name: add ssh shortcuts\n template:\n src: epagesVmSshAlias.sh.j2\n dest: \"{{ ansible_env['HOME'] }}/.bashloader.d/epagesVmSshAlias.sh\"\n mode: 0644", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/git
352
[ "no_license" ]
[ { "path": "roles/git/templates/gitAliases.sh.j2", "content": "alias gitcheck=\"ssh -T git@github.com\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/git/meta/main.yml", "content": "---\ndependencies:\n - { role: common}\n - { role: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1983, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/grafics
352
[ "no_license" ]
[ { "path": "roles/grafics/tasks/main.yml", "content": "---\n- name: install grafics\n become: true\n package:\n name: \"{{ item }}\"\n with_items:\n - inkscape\n - gimp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/java
352
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "---\nRpmName: \"jdk-8u65-linux-x64\"\nBuildVersion: \"8u65-b17\"\nJdkVersion: \"jdk1.8.0_65\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/java/templates/java.sh.j2", "content": "expo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1517, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/mysql
352
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql-server\n sudo: yes\n yum:\n name={{ item }}\n with_items:\n - mysql-server\n - MySQL-python\n tags:\n - sonarqube\n - mysqlserver\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/postman
352
[ "no_license" ]
[ { "path": "roles/postman/tasks/main.yml", "content": "---\n- name: check if already downloaded (delete /opt/Postman to retrigger download)\n stat:\n path: /opt/Postman/Postman\n register: postmanBin\n\n- name: download and unzip postman\n become: true\n unarchive:\n src: https://dl.pstmn.io/downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/sonarqube
352
[ "no_license" ]
[ { "path": "roles/sonarqube/vars/main.yml", "content": "---\nSonarqubeVersion: \"sonarqube-5.2\"\nJdbUsername: \"sonar\"\nJdbPasswort: \"<PASSWORD>\"\nUrlHost: \"localhost\"\nUrlPort: \"9000\"\nUrlContext: \"sonar\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5354, "all_permissive": false }
ansible_role
ChristianBreitkreutz/YUMYUM
8d5e3ae51df274bff1f2c222250195e2e3be6ed8
1
roles/tools
352
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: install tools\n become: true\n package:\n name: \"{{ item }}\"\n with_items:\n - octave\n - lilypond\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
aristanetworks/aclabs
e348ca35c0c8e7a4edb205c1358cf813e7cbc4fc
20
tech-library/datacenter/evpnvxlan/playbooks/roles/act_topology_gen
352
[ "no_license" ]
[ { "path": "tech-library/datacenter/evpnvxlan/playbooks/roles/act_topology_gen/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - act_topology_gen\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "tech-library...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6830, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/configure-nginx
352
[ "no_license" ]
[ { "path": "provisioning/roles/configure-nginx/tasks/main.yml", "content": "- name: configure nginx\n become: true\n copy:\n src: \"files/n_m_db_practice.conf\"\n dest: \"/etc/nginx/conf.d/n_m_db_practice.conf\"\n- name: nginx restart\n systemd:\n name: nginx.service\n state: restarted", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/create-database
352
[ "no_license" ]
[ { "path": "provisioning/roles/create-database/tasks/main.yml", "content": "- name: Install mariadb-devel for bundle install\n become: true\n yum:\n name: mariadb-devel\n- name: Install mariadb-server for run rails\n become: true\n yum:\n name: mariadb-server\n- name: Install python3-PyMySQL for cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/deploy-production
352
[ "no_license" ]
[ { "path": "provisioning/roles/deploy-production/tasks/main.yml", "content": "- name: deploy-production\n become: true\n become_user: ruby\n git:\n repo: https://github.com/toushimi/n_m_db_practice\n dest: /var/www/n_m_db_practice\n- name: install master.key\n lineinfile:\n create: yes\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1633, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/install-nginx
352
[ "no_license" ]
[ { "path": "provisioning/roles/install-nginx/tasks/main.yml", "content": "- name: install nginx\n yum:\n name: nginx\n state: installed\n- name: enable nginx\n systemd:\n name: nginx.service\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/install-rails
352
[ "no_license" ]
[ { "path": "provisioning/roles/install-rails/tasks/main.yml", "content": "---\n- name: Install bundler\n become: true\n become_user: ruby\n gem:\n name: \"bundler\"\n executable: \"/home/ruby/.rbenv/shims/gem\"\n user_install: false\n- name: create directory\n become: true\n file:\n path: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/install-ruby
352
[ "no_license" ]
[ { "path": "provisioning/roles/install-ruby/tasks/main.yml", "content": "---\n- name: Install git\n become: true\n yum:\n name: git\n- name: git clone rbenv\n become: true\n become_user: ruby\n git:\n repo: 'https://github.com/rbenv/rbenv.git'\n dest: \"/home/ruby/.rbenv\"\n- name: git clone rb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/open-firewall
352
[ "no_license" ]
[ { "path": "provisioning/roles/open-firewall/tasks/main.yml", "content": "- name: open firewall\n become: true\n firewalld:\n port: 80/tcp\n permanent: true\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
toushimi/n_m_db_practice
93d6c1ff17bdcbaa3fb1ad7ae186ab0c2f5f0727
0
provisioning/roles/useradd-ruby
352
[ "no_license" ]
[ { "path": "provisioning/roles/useradd-ruby/tasks/main.yml", "content": "- name: useradd-ruby\n become: true\n user:\n name: ruby\n shell: /sbin/nologin\n home: /home/ruby", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/create-node-dir
352
[ "no_license" ]
[ { "path": "roles/create-node-dir/tasks/main.yml", "content": "- name: Deploy DaemonSet to create directory on all nodes\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'create-mount-path-daemonset.yaml.j2') }}\"\n delegate_to: localhost\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/deploy_hpa
352
[ "no_license" ]
[ { "path": "roles/deploy_hpa/templates/hpa_deploy.yml.j2", "content": "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\nmetadata:\n name: moonshot-hpa\n namespace: default\nspec:\n minReplicas: 1\n maxReplicas: 10\n scaleTargetRef:\n apiVersion: apps/v1\n kind: Deployment\n name: moon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/install-k8s
352
[ "no_license" ]
[ { "path": "roles/install-k8s/tasks/main.yml", "content": "---\n- name: Ensure Python pip is installed\n ansible.builtin.package:\n name: python3-pip\n state: present\n become: yes # Use if the playbook requires elevated privileges\n\n- name: Ensure packaging module is installed using Python command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/k8s-storage
352
[ "no_license" ]
[ { "path": "roles/k8s-storage/tasks/cleanup.yml", "content": "- name: Delete PVs\n kubernetes.core.k8s_info:\n api_version: v1\n kind: PersistentVolume\n register: pvs_info\n\n- name: Delete PVs\n kubernetes.core.k8s:\n state: absent\n definition: \"{{ item }}\"\n loop: \"{{ pvs_info.resource...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1685, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/moonshot-service
352
[ "no_license" ]
[ { "path": "roles/moonshot-service/tasks/main.yml", "content": "- name: Create a Service to expose the moonshot application\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Service\n metadata:\n name: moonshot-service\n namespace: default\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1080, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/postgres-deployment
352
[ "no_license" ]
[ { "path": "roles/postgres-deployment/vars/main.yml", "content": "postgres_image: \"postgres:latest\"\nreplica_count: 1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/postgres-deployment/tasks/main.yml", "content": "- name: Deploy Pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1153, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/postgres-pvc
352
[ "no_license" ]
[ { "path": "roles/postgres-pvc/templates/postgres-pvc.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: postgres-pvc\n namespace: default\nspec:\n accessModes:\n - ReadWriteOnce\n storageClassName: local-storage\n resources:\n requests:\n storage: 10Gi", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/postgres-service
352
[ "no_license" ]
[ { "path": "roles/postgres-service/tasks/main.yml", "content": "- name: Create PostgreSQL Service\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'postgres-service.yml.j2') }}\"\n delegate_to: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/run_moonshot
352
[ "no_license" ]
[ { "path": "roles/run_moonshot/tasks/main.yml", "content": "- name: Wait for the PostgreSQL pods to be ready\n kubernetes.core.k8s_info:\n kind: Pod\n namespace: default\n label_selectors:\n - app=my-postgres\n register: postgres_pod_status\n until: postgres_pod_status.resources | selectattr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2724, "all_permissive": false }
ansible_role
RafaGomes1/ASCN
96f3fab2371356b16b3dcedd3f8a8b1c113d1d18
0
roles/undeploy-all
352
[ "no_license" ]
[ { "path": "roles/undeploy-all/tasks/main.yml", "content": "- name: Gather all nodes in the cluster\n kubernetes.core.k8s_info:\n kind: Node\n register: cluster_nodes\n delegate_to: localhost\n\n- name: Scale down Moonshot Deployment to prevent Pod recreation\n kubernetes.core.k8s:\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4721, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/community/sops/roles/_install_age
352
[ "no_license" ]
[ { "path": "ansible_collections/community/sops/roles/_install_age/tasks/main.yml", "content": "---\n# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)\n# SPDX-License-Identifier: GPL-3.0-or-later\n# SPDX-FileCopyrightText: 2022, <NAME>\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2745, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/community/zabbix/roles/zabbix_javagateway
352
[ "no_license" ]
[ { "path": "ansible_collections/community/zabbix/roles/zabbix_javagateway/vars/main.yml", "content": "---\n# vars file for zabbix_javagateway\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible_collections/community/zabbix/roles/zabbix_javagat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5500, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/community/zabbix/roles/zabbix_proxy
352
[ "no_license" ]
[ { "path": "ansible_collections/community/zabbix/roles/zabbix_proxy/tasks/main.yml", "content": "---\n# tasks file for zabbix_proxy\n- name: \"Include OS-specific variables\"\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Determine Latest Supported Zabbix Version\n set_fact:\n zabbix_proxy_v...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 46504, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/community/zabbix/roles/zabbix_server
352
[ "no_license" ]
[ { "path": "ansible_collections/community/zabbix/roles/zabbix_server/tasks/selinux.yml", "content": "---\n\n# straight to getenforce binary , workaround for missing python_selinux library\n- name: \"Get getenforce binary\"\n stat:\n path: /usr/sbin/getenforce\n register: getenforce_bin\n become: true\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 25264, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os6/roles/os6_aaa
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os6/roles/os6_aaa/tasks/main.yml", "content": "---\n# tasks file for os6\n\n - name: \"Generating AAA configuration for os6\"\n template:\n src: os6_aaa.j2\n dest: \"{{ build_dir }}/aaa6_{{ hostname }}.conf.part\"\n when: (ansible_network_os is defined an...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 23191, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os6/roles/os6_interface
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os6/roles/os6_interface/meta/main.yml", "content": "# Copyright (c) 2020 Dell Inc.\n---\ngalaxy_info:\n author: Dell EMC Networking Engineering\n description: The os6_interface role facilitates the configuration of interface attributes in devices running Dell EMC Net...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1266, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_aaa
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_aaa/vars/main.yml", "content": "---\n# vars file for dellemc.os9.os9_aaa", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible_collections/dellemc/os9/roles/os9_aaa/tests/test.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1221, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_acl
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_acl/handlers/main.yml", "content": "---\n# handlers file for dellemc.os9.os9_aaa", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible_collections/dellemc/os9/roles/os9_acl/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1252, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_bgp
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_bgp/vars/main.yml", "content": "---\n# vars file for dellemc.os9.os9_bgp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible_collections/dellemc/os9/roles/os9_bgp/meta/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1251, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_copy_config
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_copy_config/vars/main.yml", "content": "---\n# vars file for dellemc.os9.os9_copy_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible_collections/dellemc/os9/roles/os9_copy_config/ha...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 528, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_dcb
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_dcb/handlers/main.yml", "content": "---\n# handlers file for dellemc.os9.os9_dcb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible_collections/dellemc/os9/roles/os9_dcb/meta/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1239, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_interface
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_interface/defaults/main.yml", "content": "---\n# defaults file for dellemc.os9.os9_interface", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible_collections/dellemc/os9/roles/os9_interface/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1308, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_lldp
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_lldp/tests/test.yaml", "content": " \n---\n- hosts: datacenter\n connection: network_cli\n roles:\n - dellemc.os9.os9_lldp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible_collection...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1307, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_logging
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_logging/tasks/main.yml", "content": "---\n# tasks file for os9\n - name: \"Generating logging configuration for os9\"\n template:\n src: os9_logging.j2\n dest: \"{{ build_dir }}/logging9_{{ hostname }}.conf.part\"\n when: (ansible_network_os...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1247, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_sflow
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_sflow/defaults/main.yml", "content": "---\n# defaults file for dellemc.os9.os9_sflow", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible_collections/dellemc/os9/roles/os9_sflow/handlers/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1225, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_snmp
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_snmp/tasks/main.yml", "content": "---\n# tasks file for os9\n - name: \"Generating SNMP configuration for os9\"\n template:\n src: os9_snmp.j2\n dest: \"{{ build_dir }}/snmp9_{{ hostname }}.conf.part\"\n when: (ansible_network_os is defined ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1214, "all_permissive": false }
ansible_role
Gattancha-Computer-Services/ansible_collections
7f81f501eb734cd0240736e69a3b581f6215a514
0
ansible_collections/dellemc/os9/roles/os9_system
352
[ "no_license" ]
[ { "path": "ansible_collections/dellemc/os9/roles/os9_system/handlers/main.yml", "content": "---\n# handlers file for dellemc.os9.os9_system", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible_collections/dellemc/os9/roles/os9_system/tests/test....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1237, "all_permissive": false }