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
AnnaBogdanovich91/ansible
66a3e033695cc83e3121be329af470c11bd64bcb
0
devops/roles/nfs-server
379
[ "no_license" ]
[ { "path": "devops/roles/nfs-server/handlers/main.yml", "content": "---\n# handlers file for nfs-server\n- name: restart_nfs_server\n service:\n name: nfs-server\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "devops/rol...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 818, "all_permissive": false }
ansible_role
AnnaBogdanovich91/ansible
66a3e033695cc83e3121be329af470c11bd64bcb
0
ex294_prep/roles/firewall
379
[ "no_license" ]
[ { "path": "ex294_prep/roles/firewall/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - firewall\n# tcp_ports: \"22\"\n# services: \"ssh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ex294_pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
AnnaBogdanovich91/ansible
66a3e033695cc83e3121be329af470c11bd64bcb
0
ex294_prep/roles/http
379
[ "no_license" ]
[ { "path": "ex294_prep/roles/http/vars/main.yml", "content": "# vars file for http\n#\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ex294_prep/roles/http/tasks/main.yml", "content": "---\n# tasks file for http \n# force_handlers: true\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3915, "all_permissive": false }
ansible_role
AnnaBogdanovich91/ansible
66a3e033695cc83e3121be329af470c11bd64bcb
0
ex294_prep/roles/http-with-dep
379
[ "no_license" ]
[ { "path": "ex294_prep/roles/http-with-dep/vars/main.yml", "content": "---\n# vars file for http-with-dep\nselinux_policy: targeted\nselinux_state: enforcing\nselinux_fcontexts:\n - { target: '{{ http_folder }}(/.*)?', setype: httpd_sys_content_t, ftype: 'd' }\nselinux_restore_dirs:\n - '{{ http_folder }}'...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3648, "all_permissive": false }
ansible_role
AnnaBogdanovich91/ansible
66a3e033695cc83e3121be329af470c11bd64bcb
0
ex294_prep/roles/selinux
379
[ "no_license" ]
[ { "path": "ex294_prep/roles/selinux/tasks/main.yml", "content": "---\n# tasks file for selinux - name: check SElinux enforcing\n- name: install selinux packages\n yum:\n name: policycoreutils-python-utils\n state: latest\n- name: Enable SELinux\n selinux:\n state: enforcing\n policy: targeted...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
AV86github/k8s
6ddb3314aac9336310393125d3c5017158c48e1f
0
prepare-rocky/roles/prepare-hosts
379
[ "no_license" ]
[ { "path": "prepare-rocky/roles/prepare-hosts/tasks/main.yaml", "content": "---\n- name: Install packages\n yum:\n name:\n - mc\n - vim\n - git\n - bash-completion\n - nfs-utils\n - python3.12\n - tar\n - rsyslog\n state: latest\n\n- name: Enable rsyslog\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 869, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/1-prerequisitos
379
[ "no_license" ]
[ { "path": "ansible/roles/1-prerequisitos/tasks/main.yml", "content": "# Role donde se obtendrán las últimas actualizaciones disponibles en todos los repositorios, se modificará el timezone y se instalará y activará chronyd\n- name: actualizar\n yum:\n name: \"*\"\n state: latest\n- name: timezone\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1010, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/2-nfs-server
379
[ "no_license" ]
[ { "path": "ansible/roles/2-nfs-server/tasks/main.yml", "content": "# instalamos los paquetes nfs\n- name: Instalamos los paquetes de NFS\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - nfs-utils\n - net-tools\n# habilitamos el servicio nfs\n- name: Habilitar NFS\n service:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2072, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/3-instalacion-k8
379
[ "no_license" ]
[ { "path": "ansible/roles/3-instalacion-k8/tasks/main.yml", "content": "# Habilitar transparent masquerading\n- name: Activate transparent masquerade\n modprobe:\n name: br_netfilter\n state: present\n- name: Añadir al fw\n firewalld:\n masquerade: yes\n state: enabled\n permanent: yes\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1856, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/4-master
379
[ "no_license" ]
[ { "path": "ansible/roles/4-master/tasks/main.yml", "content": "# Permitir el tráfico necesario\n- name: puertos para nodo master k8\n firewalld:\n port: \"{{ item }}\"\n permanent: true\n state: enabled\n loop:\n - 6443/tcp\n - 2379-2380/tcp\n - 10250-10252/tcp\n - 10255/tcp\n# Permit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3377, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/5-worker
379
[ "no_license" ]
[ { "path": "ansible/roles/5-worker/tasks/main.yml", "content": "- name: \"Abriendo puertos para K8s\"\n firewalld: \n permanent: true\n port: \"{{ item }}\"\n state: enabled\n loop: \n - 10250/tcp\n - 30000-32767/tcp\n- name: Activar Firewalld\n service: name=firewalld state=restarted enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
asrivera80/cp2
27c2319d0d2422a4c98e086ab9aecf91fd071501
0
ansible/roles/6-aplicacion
379
[ "no_license" ]
[ { "path": "ansible/roles/6-aplicacion/tasks/main.yml", "content": "---\n- name: Crear namespace nginx\n command: kubectl create namespace nginx\n\n- name: Copiando los archivos necesarios para la aplicación\n copy:\n src: \"{{ item }}\"\n dest: \"/home/azureuser/{{ item }}\"\n mode: '0644'\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2890, "all_permissive": false }
ansible_role
myuteBranch/myconfigfiles
791bac05ff8f2b3f5059a06bc587cab09d3d0dd5
0
ansible/arch/roles/common
379
[ "no_license" ]
[ { "path": "ansible/arch/roles/common/tasks/main.yml", "content": "- name: Ensure system is up-to-date\n community.general.pacman:\n update_cache: yes\n upgrade: yes\n become: yes\n\n- name: Install common development packages\n community.general.pacman:\n name: \"{{ common_packages }}\"\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2589, "all_permissive": false }
ansible_role
myuteBranch/myconfigfiles
791bac05ff8f2b3f5059a06bc587cab09d3d0dd5
0
ansible/arch/roles/dev_user
379
[ "no_license" ]
[ { "path": "ansible/arch/roles/dev_user/tasks/main.yml", "content": "- name: Ensure development user group exists (e.g., 'wheel' for sudo)\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ dev_user_groups.split(',') if dev_user_groups is string else dev_user_groups }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5132, "all_permissive": false }
ansible_role
myuteBranch/myconfigfiles
791bac05ff8f2b3f5059a06bc587cab09d3d0dd5
0
ansible/arch/roles/golang
379
[ "no_license" ]
[ { "path": "ansible/arch/roles/golang/tasks/main.yml", "content": "# ansible-arch-dev/roles/golang/tasks/main.yml\n- name: Check if Go is already installed\n ansible.builtin.stat:\n path: \"{{ go_root }}/bin/go\"\n register: go_binary\n\n- name: Download Go tarball\n ansible.builtin.get_url:\n url: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1645, "all_permissive": false }
ansible_role
myuteBranch/myconfigfiles
791bac05ff8f2b3f5059a06bc587cab09d3d0dd5
0
ansible/arch/roles/hyprland
379
[ "no_license" ]
[ { "path": "ansible/arch/roles/hyprland/defaults/main.yml", "content": "hyprland_packages:\n - hyprland\n - waybar\n - rofi-wayland\n - xdg-desktop-portal-hyprland\n - qt5-wayland\n - qt6-wayland\n - pipewire\n - wireplumber\n - polkit-kde-agent\n - wl-clipboard\n - hyprlock\n - swaybg\n - dunst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2331, "all_permissive": false }
ansible_role
myuteBranch/myconfigfiles
791bac05ff8f2b3f5059a06bc587cab09d3d0dd5
0
ansible/arch/roles/rust
379
[ "no_license" ]
[ { "path": "ansible/arch/roles/rust/tasks/main.yml", "content": "# ansible-arch-dev/roles/rust/tasks/main.yml\n- name: Check if rustup is already installed for the user\n ansible.builtin.stat:\n path: \"/home/{{ dev_username }}/.cargo/bin/rustc\"\n register: rustc_binary\n become: yes # To check path i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1670, "all_permissive": false }
ansible_role
gpappsoft/privacyidea-ansible
50aa2d4c2f3c0cfa23b703eb3e05b4222c2774c2
1
privacyidea/roles/privacyidea
379
[ "no_license" ]
[ { "path": "privacyidea/roles/privacyidea/tasks/Ubuntu.yml", "content": "---\n- name: Disable timers for unattended upgrade, so that none will be triggered by the `date -s` call.\n raw: systemctl disable --now {{ aptvar }}\n with_items:\n - 'apt-daily.timer'\n - 'apt-daily-upgrade.timer'\n loop_cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6404, "all_permissive": false }
ansible_role
zzet/ansible-playbooks
00d9e911cc9dc5d6dd41c96614a334df8783395e
0
facsite/roles/common
299
[ "no_license" ]
[ { "path": "facsite/roles/common/tasks/main.yml", "content": "---\n- name: common | ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: common | make sure the system encoding is utf-8\n sudo: yes\n template: src=locale dest=/etc/default/locale\n owner=root group=root mode=644\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1081, "all_permissive": false }
ansible_role
zzet/ansible-playbooks
00d9e911cc9dc5d6dd41c96614a334df8783395e
0
facsite/roles/facsite_app_setup
299
[ "no_license" ]
[ { "path": "facsite/roles/facsite_app_setup/defaults/main.yml", "content": "---\nproject_name: facsite\nproject_user: facsite\nproject_path: facsite\nproject_port: 9000\nproject_locale: 'UTF-8'\nproject_repo: <EMAIL>:zzet/facsite.git\nproject_uri: facsite.zzet.org\n\npostgresql:\n version: 9.2\n encoding: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7088, "all_permissive": false }
ansible_role
zzet/ansible-playbooks
00d9e911cc9dc5d6dd41c96614a334df8783395e
0
facsite/roles/postgresql
299
[ "no_license" ]
[ { "path": "facsite/roles/postgresql/vars/main.yml", "content": "postgresql:\n version: 9.2\n encoding: 'UTF-8'\n locale: 'en_US.UTF-8'\n\n user: facsite\n password: <PASSWORD>\n\n production_name: facsite_production\n development_name: facsite_development\n test_name: facsite_test\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1861, "all_permissive": false }
ansible_role
zzet/ansible-playbooks
00d9e911cc9dc5d6dd41c96614a334df8783395e
0
facsite/roles/rbenv
299
[ "no_license" ]
[ { "path": "facsite/roles/rbenv/vars/main.yml", "content": "---\nrbenv_root: /usr/local/rbenv\nruby_version: 2.0.0-p247\ngems:\n - 'bundler'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "facsite/roles/rbenv/tasks/main.yml", "content": "- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2190, "all_permissive": false }
ansible_role
oscarlucas22/Protocolo-DHCP
8cb47b17823b93e9485de3fff00a291d0a7cfe10
0
ansible/roles/commons
299
[ "no_license" ]
[ { "path": "ansible/roles/commons/tasks/main.yaml", "content": "- name: \"Update package\"\n apt:\n update_cache: yes\n upgrade: dist\n become: yes\n\n#- name: \"ssh key\"\n# authorized_key:\n# user: vagrant\n# state: present\n# key: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n# become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
oscarlucas22/Protocolo-DHCP
8cb47b17823b93e9485de3fff00a291d0a7cfe10
0
ansible/roles/dhcp
299
[ "no_license" ]
[ { "path": "ansible/roles/dhcp/tasks/main.yaml", "content": "- name: \"Install the necessary packages\"\n apt:\n pkg:\n - isc-dhcp-server\n - iptables\n \n- name: \"Change template /etc/dhcp/dhcpd.conf\"\n template:\n src: dhcpd.conf\n dest: /etc/dhcp/dhcpd.conf\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
oscarlucas22/Protocolo-DHCP
8cb47b17823b93e9485de3fff00a291d0a7cfe10
0
ansible/roles/reboot
299
[ "no_license" ]
[ { "path": "ansible/roles/reboot/tasks/main.yaml", "content": "- name: Restart machine\n reboot:\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": false }
ansible_role
oscarlucas22/Protocolo-DHCP
8cb47b17823b93e9485de3fff00a291d0a7cfe10
0
ansible/roles/router
299
[ "no_license" ]
[ { "path": "ansible/roles/router/tasks/main.yaml", "content": "- name: \"Cambiar el bit de forwarding\"\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n \n- name: \"Change router network\"\n template:\n src: interfaces\n dest: /etc/network/interfaces\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
Big-Belphegor/Ansible_Docker_with_JDK
afcc28c011166336ed5e4c3a5714d374641b7812
0
roles/docker
299
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"registry-mirrors\":[\"{{docker_registry}}\"]\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/docker/tasks/main.yml", "content": "- name: Copy docker-ce.repo\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 497, "all_permissive": false }
ansible_role
Big-Belphegor/Ansible_Docker_with_JDK
afcc28c011166336ed5e4c3a5714d374641b7812
0
roles/jdk
299
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "- name: Copy jdk-8u111-linux-x64.rpm\n copy: src={{roles_path}}/jdk/files/jdk-8u111-linux-x64.rpm dest=/usr/local/src/jdk-8u111-linux-x64.rpm\n- name: Install JDK\n shell: rpm -ivh /usr/local/src/jdk-8u111-linux-x64.rpm\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
fedora800/ansible_repo
80c18424e5cde84ee5e77d1647d70df9f7702b9d
0
roles/apache_maven
299
[ "no_license" ]
[ { "path": "roles/apache_maven/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - apache_maven\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/apache_maven/tasks/main.yml", "content": "---\n# tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 974, "all_permissive": false }
ansible_role
fedora800/ansible_repo
80c18424e5cde84ee5e77d1647d70df9f7702b9d
0
roles/jenkins
299
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n# NOT a playbook\n\n # prerequisite is java so selectively running that specific task from this role by using a variable in caller script\n- name: Call tasks from server_configure/install_pkgs_with_apt.yml file \n ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2438, "all_permissive": false }
ansible_role
fedora800/ansible_repo
80c18424e5cde84ee5e77d1647d70df9f7702b9d
0
roles/kubernetes
299
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/phase_1_check_prerequisites.yml", "content": "---\n- hosts: all\n gather_facts: yes\n become: true\n vars:\n configure_new_server: true\n \n tasks:\n\n#--------------------------------------------------------------------------------\n#prerequisites - steps to do on...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 43600, "all_permissive": false }
ansible_role
fedora800/ansible_repo
80c18424e5cde84ee5e77d1647d70df9f7702b9d
0
roles/server_configure
299
[ "no_license" ]
[ { "path": "roles/server_configure/tasks/check_pingable.yml", "content": "---\n- hosts: all\n become: true\n remote_user: cloud_user\n\n tasks:\n - name: Check if host is pingable via ansible # WORKING\n ping:\n tags:\n - just-this-task\n\n - name: Check SSH connectivity # N...
{ "task_files": 25, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 69432, "all_permissive": false }
ansible_role
fedora800/ansible_repo
80c18424e5cde84ee5e77d1647d70df9f7702b9d
0
roles/tomcat
299
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/install_jdk.yml", "content": "---\n\n# installs whatever version ubuntu has of default-jdk\n# will not install if it already finds its there\n- name : 02 / install default-jdk\n apt:\n name: default-jdk\n state: present\n update_cache: true\n", "license_type": "no...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3733, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/airflow
299
[ "no_license" ]
[ { "path": "roles/airflow/tasks/main.yml", "content": "---\n- local_action: command ansible-playbook Dockerfiles/airflow/playbook.yml\n become: false\n- stat:\n path: '/tmp/airflow.tar'\n register: check\n- name: 'Image install'\n when: check.stat.exists == False\n block:\n - name: 'Copy file'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3418, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/k3s-agent
299
[ "no_license" ]
[ { "path": "roles/k3s-agent/tasks/main.yml", "content": "---\n- stat:\n path: '{{ systemd_dir }}/k3s-agent.service'\n register: check\n- name: 'Download k3s binary'\n when: check.stat.exists == False\n shell:\n cmd: /usr/local/bin/k3s-install.sh\n environment:\n INSTALL_K3S_SKIP_START: \"true\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/k3s-base
299
[ "no_license" ]
[ { "path": "roles/k3s-base/defaults/main.yml", "content": "---\nk3s-version: \"v1.26.9+k3s1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/k3s-base/tasks/main.yml", "content": "---\n#- name: Disable UFW\n# community.general.ufw:\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 752, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/k3s-server
299
[ "no_license" ]
[ { "path": "roles/k3s-server/tasks/main.yml", "content": "---\n- stat:\n path: '{{ systemd_dir }}/k3s.service'\n register: check\n- name: 'Download k3s binary'\n when: check.stat.exists == False\n shell:\n cmd: /usr/local/bin/k3s-install.sh\n environment:\n INSTALL_K3S_SKIP_START: \"true\"\n ch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2608, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/minio
299
[ "no_license" ]
[ { "path": "roles/minio/templates/values.yaml", "content": "secrets:\n name: myminio-env-configuration\n accessKey: \"{{ MINIO_ROOT_USER }}\"\n secretKey: \"{{ MINIO_ROOT_PASSWORD }}\"\ntenant:\n buckets: \n - name: {{ MINIO_BUCKET_NAME }}\n - name: {{ MINIO_SECOND_BUCKET_NAME }}\n pools:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5436, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/mlflow
299
[ "no_license" ]
[ { "path": "roles/mlflow/tasks/main.yml", "content": "---\n- name: 'Add mlflow-operator chart repo'\n kubernetes.core.helm_repository:\n name: community-charts\n repo_url: https://community-charts.github.io/helm-charts\n\n# вроде бы хорошо подключилась к s3, но к database? вообще подключение работает\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1917, "all_permissive": false }
ansible_role
Danil-Sharipov/CI-minimal-setup
4d48942af8be0b0d556d19c39dcf1d93fb7f463e
0
roles/postgresql
299
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install necessary packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - postgresql\n - postgresql-contrib\n - python3-pip\n- name: Enable and check postgres se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1343, "all_permissive": false }
ansible_role
manisekark/AnsiblePlaybooks-Sep2021
d77841d32b76f69623fe2c4ccca1445cd91f5007
0
playbook/roles/testrole
299
[ "no_license" ]
[ { "path": "playbook/roles/testrole/tasks/main.yml", "content": "# task section\n\n- name: installing httpd on hosts\n yum: pkg=httpd state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
sMuro/vagrantRoboJenkins
1fa7d1997eaa465216404fa968932580771b9b2a
0
provisioning/roles/apt
299
[ "no_license" ]
[ { "path": "provisioning/roles/apt/tasks/main.yml", "content": "# Update apt packages\n\n - name: Update apt packages cache\n action: apt update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
sMuro/vagrantRoboJenkins
1fa7d1997eaa465216404fa968932580771b9b2a
0
provisioning/roles/jenkins
299
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/main.yml", "content": "# Jenkins installer\n\n\n - name: Set Jenkins key\n apt_key: url=http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key state=present\n\n - name: Set debian package\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://pkg.jenkins-ci.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": false }
ansible_role
sMuro/vagrantRoboJenkins
1fa7d1997eaa465216404fa968932580771b9b2a
0
provisioning/roles/python
299
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "# Install python\n\n - name: Install python 2.7\n apt: pkg=python2.7 state=latest\n\n - name: Install pip\n apt: pkg=python-pip state=latest\n\n\n - name: Install virtualenv\n pip: name={{ item }} state=latest\n with_items:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
sMuro/vagrantRoboJenkins
1fa7d1997eaa465216404fa968932580771b9b2a
0
provisioning/roles/robotframework
299
[ "no_license" ]
[ { "path": "provisioning/roles/robotframework/tasks/main.yml", "content": "# Install robotframework with necessary components\n\n - name: Install RobotFramework and Selenium components\n pip: name={{ item }} state=latest\n with_items:\n - robotframework\n - selenium\n - robotframework-sel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/provision/roles/common
299
[ "no_license" ]
[ { "path": "Ansible/provision/roles/common/tasks/main.yml", "content": "---\n- import_tasks: tasks.yml\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 43, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/provision/roles/master
299
[ "no_license" ]
[ { "path": "Ansible/provision/roles/master/tasks/tasks.yml", "content": " - name: initialize the cluster\n shell: kubeadm init\n args:\n chdir: $HOME\n creates: cluster_initialized.txt\n\n - name: create .kube directory\n become: yes\n become_user: kube\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1624, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/common
299
[ "no_license" ]
[ { "path": "Ansible/roles/common/files/hosts", "content": "\n\n#added by Ansible\n192.168.1.81 sabretooth sabretooth\n192.168.1.8 nas2 nas2\n192.168.1.9 nas3 nas3\n192.168.1.10 nas4 nas4\n192.168.1.11 nas5 nas5\n192.168.1.228 khadas\tkhadas\n192.168.1.40 pi1 pi1\n192.168.1.31 pi2 pi2\n192.168.1.3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4453, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/microk8s
299
[ "no_license" ]
[ { "path": "Ansible/roles/microk8s/tasks/main.yml", "content": "---\n- name: Ensure snapd is installed\n apt:\n name: snapd\n state: present\n\n- name: Install MicroK8s\n snap:\n name: microk8s\n state: present\n classic: yes\n\n- name: Add user to microk8s group\n user:\n name: \"{{ ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/monitoring
299
[ "no_license" ]
[ { "path": "Ansible/roles/monitoring/tasks/main.yml", "content": "---\n- name: Install Node Exporter\n become: true\n apt:\n name: prometheus-node-exporter\n state: present\n ignore_errors: yes\n\n- name: Install Prometheus\n become: true\n apt:\n name: prometheus\n state: present\n ignore_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1517, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/plex
299
[ "no_license" ]
[ { "path": "Ansible/roles/plex/handlers/main.yml", "content": "---\n# handlers file for plex\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "Ansible/roles/plex/README.md", "content": "Role Name\n=========\n\ninstalls plex as a service, running...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1232, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/tailscale
299
[ "no_license" ]
[ { "path": "Ansible/roles/tailscale/tasks/main.yml", "content": "---\n- name: Install Tailscale\n apt:\n name: tailscale\n state: present\n become: true\n\n- name: Enable Tailscale\n systemd:\n name: tailscale\n enabled: true\n state: started\n become: true\n\n- name: Accept Tailscale rout...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/turing
299
[ "no_license" ]
[ { "path": "Ansible/roles/turing/tasks/main.yml", "content": "---\n- name: Install Snapd\n ansible.builtin.apt:\n name: snapd\n update_cache: yes\n state: present\n\n- name: Install MicroK8s\n ansible.builtin.command:\n cmd: snap install microk8s --classic\n\n- name: Enable MicroK8s Services\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1126, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/update
299
[ "no_license" ]
[ { "path": "Ansible/roles/update/tasks/main.yml", "content": "---\n# tasks file for update\n\n- name: Update package lists\n apt:\n update_cache: yes\n become: true\n ignore_errors: true\n retries: 5\n delay: 10\n register: update_result\n until: update_result is succeeded\n\n- name: Upgrade all pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
Neilrw86/Nas-Automation
7f425b965d9cf1e8543b8a2e4ea64e22fac9c984
1
Ansible/roles/workstations
299
[ "no_license" ]
[ { "path": "Ansible/roles/workstations/tasks/workstations.yml", "content": "---\n- name: add google chrome repo to workstations\n become: yes\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main\n state: present\n\n- name: add nordvpn repo to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1063, "all_permissive": false }
ansible_role
sktechnologiesadl/SKTech-Ansible
54ff3c352496cf9ecfbc85591870fa038ca2fcd3
0
maven/roles/redhat
299
[ "no_license" ]
[ { "path": "maven/roles/redhat/vars/main.yml", "content": "# variables \n---\ninstall_dir: '/opt/maven'\nmvn_version: 3.8.8\nzip_url: 'https://dlcdn.apache.org/maven/maven-3/{{mvn_version}}/binaries/apache-maven-{{mvn_version}}-bin.tar.gz'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2475, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/add_mac_list
299
[ "no_license" ]
[ { "path": "roles/add_mac_list/tasks/add_mac.yml", "content": "- name: Get reserved address list\n uri:\n url: \"{{ url }}{{ access }}\"\n method: GET\n headers:\n Accept: \"application/json\"\n register: reserved_address_response\n\n- name: Extract ID from results\n set_fact:\n id_value:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1773, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/change_name
299
[ "no_license" ]
[ { "path": "roles/change_name/defaults/main.yml", "content": "---\n# defaults file for change_name\nname: change name\nhosts: \"{{ target_host | default('fortigate01') }}\"\ncollections:\n - fortinet.fortios\nconnection: httpapi\n\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 472, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/forti_get_conf
299
[ "no_license" ]
[ { "path": "roles/forti_get_conf/handlers/main.yml", "content": "---\n# handlers file for fortigate_mac_filtering\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/forti_get_conf/tests/test.yml", "content": "---\n- hosts: localhost\n remo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 698, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/fortigate_change_hostname
299
[ "no_license" ]
[ { "path": "roles/fortigate_change_hostname/vars/main.yaml", "content": "---\nfortigate_hostname: \"newhostname\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/fortigate_change_hostname/tasks/change_hostname.yaml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 242, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/fortigate_common
299
[ "no_license" ]
[ { "path": "roles/fortigate_common/tasks/log_in.yaml", "content": "---\n- name: Login\n httpapi_request:\n url: \"/logincheck\"\n method: POST\n body_format: form-urlencoded\n body:\n username: \"{{ fortigate_username }}\"\n password: \"{{ <PASSWORD> }}\"", "license_type": "no_lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 494, "all_permissive": false }
ansible_role
ruslan-deriv/nacfortivm
66a77c3d2e8b7d739bb994b40b4ae56bd7a4fa77
0
roles/fortigate_mac_filtering
299
[ "no_license" ]
[ { "path": "roles/fortigate_mac_filtering/vars/main.yml", "content": "---\n# vars file for fortigate_mac_filtering\nurl: http://192.168.141.1/api/v2/cmdb/system.dhcp/server/2/reserved-address?access_token=\nserver: \"2\"\nmac_address: \"44:66:33:22:99:33\"\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1436, "all_permissive": false }
ansible_role
smiledt/Ansible-Staging-V2
c01426f33af89206090e8fe4fb91e3bc3bec92cc
1
roles/vmware-deploy
299
[ "no_license" ]
[ { "path": "roles/vmware-deploy/vars/main.yml", "content": "---\n# vars file for vmware-deploy\n\nvsphere_host: vcsa01.plumbus.lab\nvsphere_datacenter: Plumbus Labs\nguest_dns_servers:\n - 192.168.1.8\n - 192.168.1.9\n - 192.168.1.6\nguest_domain_name: plumbus.lab\n\nvsphere_user: <EMAIL>\nvsphere_passwor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7602, "all_permissive": false }
ansible_role
paulombcosta/ansible-docker-php
5a42a46805efc8a6b0888971c396245c29476fce
0
roles/docker-provision
459
[ "no_license" ]
[ { "path": "roles/docker-provision/tasks/main.yml", "content": "---\n # Installing Docker on a Debian distrubution according to the official docs at:\n # https://docs.docker.com/engine/installation/linux/debian/\n\n- name: Ensure backports are available\n copy: src=../files/backports.list dest=/etc/apt/so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1326, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/playbooks/roles/nginx
459
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nginx/tasks/main.yml", "content": "---\r\n- name: installation nginx\r\n become: yes\r\n apt:\r\n name: nginx\r\n state: latest\r\n notify: nginx start\r\n\r\n- name: backup du fichier default\r\n command: mv /etc/nginx/sites-enabled/default /etc/nginx/sites-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/playbooks/roles/nginx_domains
459
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nginx_domains/tasks/sites.yml", "content": "---\r\n- name: Serveur\r\n debug:\r\n msg: \"System {{ inventory_hostname }}\"\r\n\r\n- name: creation du répertoire\r\n file:\r\n path: \"/var/www/{{ item }}\"\r\n state: directory\r\n\r\n- name: copie du fichier inde...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 650, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/playbooks/roles/user
459
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/user/tasks/main.yml", "content": "---\r\n- name: log\r\n debug:\r\n msg: \"Creation de {{ username }}\"\r\n\r\n- name: nouvel utilisateur\r\n when: username is defined\r\n user:\r\n name: \"{{ username }}\"\r\n comment: \"\"\r\n shell: /usr/bin/zsh\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 720, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/playbooks/roles/utils
459
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/utils/tasks/main.yml", "content": "---\r\n- name: uilitaires\r\n apt:\r\n name: \"{{item}}\"\r\n update_cache: yes\r\n loop:\r\n - zsh\r\n - htop\r\n - sudo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress/installation/roles/mysql
459
[ "no_license" ]
[ { "path": "ansible/wordpress/installation/roles/mysql/tasks/main.yml", "content": "---\n# Variable configuration.\n- include_tasks: variables.yml\n\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Check if MySQL packages were installed.\n set_fact:\n mysql_install_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress/installation/roles/nginx
459
[ "no_license" ]
[ { "path": "ansible/wordpress/installation/roles/nginx/handlers/main.yml", "content": "---\r\n- name: nginx start\r\n become: yes\r\n service:\r\n name: nginx\r\n state: started\r\n\r\n- name: nginx reload\r\n become: yes\r\n service:\r\n name: nginx\r\n state: reloaded", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress/installation/roles/php7
459
[ "no_license" ]
[ { "path": "ansible/wordpress/installation/roles/php7/tasks/main.yml", "content": "---\r\n# Debian-specific tasks.\r\n- name: Add dependencies for PHP versions (Debian).\r\n apt:\r\n name: \"{{ item }}\"\r\n with_items:\r\n - apt-transport-https\r\n - ca-certificates\r\n when: ansible_distributio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1498, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress_with_roles/roles/mysql
459
[ "no_license" ]
[ { "path": "ansible/wordpress_with_roles/roles/mysql/tasks/configure.yml", "content": "---\r\n\r\n- name: Get MySQL version.\r\n command: 'mysql --version'\r\n register: mysql_cli_version\r\n\r\n- name: Generate new root password\r\n command: openssl rand -hex 7\r\n register: mysql_new_root_pass\r\n\r\n-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1790, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress_with_roles/roles/nginx
459
[ "no_license" ]
[ { "path": "ansible/wordpress_with_roles/roles/nginx/handlers/main.yml", "content": "---\r\n- name: Hostname\r\n debug: msg=\"hostname {{ansible_hostname}} inventory name {{ansible_hostname}}\"\r\n\r\n- name: nginx start\r\n become: yes\r\n service:\r\n name: nginx\r\n state: started\r\n\r\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4307, "all_permissive": false }
ansible_role
formation-devop/tp
64f2867dbed5f0c1b519504e2c690af0866055bb
0
ansible/wordpress_with_roles/roles/php7
459
[ "no_license" ]
[ { "path": "ansible/wordpress_with_roles/roles/php7/tasks/main.yml", "content": "---\r\n- name: update cache before install php7\r\n apt: update_cache=yes\r\n\r\n- name: Add dependencies for PHP versions (Debian).\r\n apt:\r\n name: \"{{ item }}\"\r\n loop:\r\n - apt-transport-https\r\n - ca-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
InformaticsMatters/okd-orchestrator
153c5f6b079aeb450c3989112b23f9fbab44f924
0
ansible/post-okd/roles/acme-controller
459
[ "no_license" ]
[ { "path": "ansible/post-okd/roles/acme-controller/tasks/main.yaml", "content": "---\n\n# Login (as admin), check and create the ACME Controller project...\n\n- name: Login (admin)\n shell: oc login {{ okd_api_hostname }} -u {{ okd_admin }} -p {{ okd_admin_password }}\n changed_when: False\n\n- name: Check...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1970, "all_permissive": false }
ansible_role
InformaticsMatters/okd-orchestrator
153c5f6b079aeb450c3989112b23f9fbab44f924
0
ansible/post-okd/roles/kube-ops-view
459
[ "no_license" ]
[ { "path": "ansible/post-okd/roles/kube-ops-view/tasks/main.yaml", "content": "---\n\n# Login (as admin), check and create the ACME Controller project...\n\n- name: Login (admin)\n shell: oc login {{ okd_api_hostname }} -u {{ okd_admin }} -p {{ okd_admin_password }}\n changed_when: False\n\n- name: Check t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 963, "all_permissive": false }
ansible_role
bitorscanner/Bitor
bf1a23297b298e2ba2cadd82156a80cca7503feb
395
backend/ansible/roles/generate
459
[ "no_license" ]
[ { "path": "backend/ansible/roles/generate/tasks/inventory.yml", "content": "---\n- name: Generating os inventory\n template:\n mode: '0755'\n src: templates/os.yml.j2\n dest: \"{{ generate_scan_folder }}/inventory/os.yml\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9511, "all_permissive": false }
ansible_role
bitorscanner/Bitor
bf1a23297b298e2ba2cadd82156a80cca7503feb
395
backend/ansible/roles/nuclei
459
[ "no_license" ]
[ { "path": "backend/ansible/roles/nuclei/templates/vars.yml.j2", "content": "current_time: \"{% raw %}{{ ansible_date_time.date | replace('-', '') }}_{{ ansible_date_time.time | replace(':', '') }}{% endraw %}\"\nsimple_date: \"{% raw %}{{ ansible_date_time.date }}{% endraw %}\"\n\nnuclei_template_repo: \"ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 23683, "all_permissive": false }
ansible_role
bitorscanner/Bitor
bf1a23297b298e2ba2cadd82156a80cca7503feb
395
backend/ansible/roles/terraform
459
[ "no_license" ]
[ { "path": "backend/ansible/roles/terraform/templates/aws/cloud-init-aws.yaml.j2", "content": "#cloud-config\n# Create a user with SSH key and permissions\nusers:\n - name: ansible\n ssh-authorized-keys:\n - \"{{ lookup('file', 'keys/key.pub') }}\"\n sudo: ['ALL=(ALL) NOPASSWD:ALL']\n groups: ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 16065, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/anchor_redis
459
[ "no_license" ]
[ { "path": "roles/anchor_redis/tasks/main.yml", "content": "---\n- include: updateFacts.yml\n when:\n - \"'updateFacts' in taskname\"\n- include: updateMacip_linsol.yml\n when:\n - \"'updateMacip_linsol' in taskname\"\n- include: updateMacip_vmware.yml\n when:\n - \"'updateMacip_vmware' in taskna...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2618, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/anchor_test
459
[ "no_license" ]
[ { "path": "roles/anchor_test/tasks/main.yml", "content": "---\n- name: test \n anchor_fact:\n ansible_facts: \"{{hostvars[inventory_hostname]}}\"\n register: facts\n\n- name: debug\n debug:\n var: facts['value']\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/arpscan
459
[ "no_license" ]
[ { "path": "roles/arpscan/tasks/main.yml", "content": "- name: Arpscan get ip mac\n shell: arp-scan -I {{item}} 10.228.{{hostvars[inventory_hostname][item]}}.0/24 | egrep '([0-9]+\\.){3}' | awk '{print $1\" \"$2}'\n register: vlanipmac\n with_items:\n - \"{{ansible_interfaces}}\"\n when:\n - item !...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/esxi_facts
459
[ "no_license" ]
[ { "path": "roles/esxi_facts/tasks/main.yml", "content": "---\n- name: gather vmk0 ip address\n shell:\n esxcli network ip interface ipv4 get |grep vmk0| awk '{print $2}'\n register: vmk0_ip\n\n- name: gather mac address if vmk0 ip is the same as managementIP\n shell: \n esxcli network ip interface ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/ip_inventory
459
[ "no_license" ]
[ { "path": "roles/ip_inventory/tasks/main.yml", "content": "---\n- include: dhcp_ip_inventory.yml\n when: \n - \"'dhcp' in taskname\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/ip_inventory/tasks/dhcp_ip_inventory.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 165, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/linux_facts
459
[ "no_license" ]
[ { "path": "roles/linux_facts/tasks/main.yml", "content": "---\n- name: setup\n setup:\n gather_subset: all\n async: 30\n poll: 10\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
hiphopying/ansible_Anchor
e822ec3a54ba7d9919a1a4b702d106d4e8307523
0
roles/render
459
[ "no_license" ]
[ { "path": "roles/render/filter_plugins/hostname.py", "content": "def hostname(ip):\n\n def padding(sector):\n if len(sector) == 2:\n return '0' + sector\n return sector\n\n name_pattern = 'E2E-{}-{}'\n\n if ip.startswith('10.228'):\n lab_number = '02'\n elif ip.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1830, "all_permissive": false }
ansible_role
luongdd98/seminar
c58fe7bc45179ff973da23290330a72432e46d87
0
ansible/roles/seminar
459
[ "no_license" ]
[ { "path": "ansible/roles/seminar/defaults/main.yml", "content": "---\n# defaults file for seminar\nindex_content: \"Welcom to sminar /roles/defaults/\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible/roles/seminar/templates/seminar.conf.j2"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1514, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/alarm
459
[ "no_license" ]
[ { "path": "roles/alarm/tasks/main.yml", "content": "--- \n- name: Show System Alarm RPC\n juniper_junos_rpc:\n provider: \"{{ credentials }}\"\n rpcs: get-system-alarm-information\n format: xml\n register: result\n \n- name: Save to file\n copy:\n content: \"{{ result['parsed_output']['alarm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/commit
459
[ "no_license" ]
[ { "path": "roles/commit/tasks/main.yml", "content": " \n- name: Show System Commits RPC\n juniper_junos_rpc: \n provider: \"{{ credentials }}\"\n rpcs: get-commit-information\n format: xml\n register: result\n\n- name: Save to file\n copy: \n content: \"{{ result['parsed_output']['commit-info...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/config
459
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "- name: Show config rpc\n juniper_junos_command:\n provider: \"{{credentials}}\"\n commands:\n - \"show configuration\"\n dest_dir: \"temp\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/ethernet
459
[ "no_license" ]
[ { "path": "roles/ethernet/tasks/main.yml", "content": "---\n- name: Show Ethernet Switching Table RPC\n juniper_junos_rpc:\n provider: \"{{ credentials }}\"\n rpcs: get-ethernet-switching-table-information\n format: xml\n register: result\n \n- name: Save to file\n copy:\n content: \"{{ resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/interface
459
[ "no_license" ]
[ { "path": "roles/interface/tasks/main.yml", "content": "--- \n- name: Show interfaces RPC\n juniper_junos_rpc: \n provider: \"{{ credentials }}\"\n rpcs: get-interface-information\n kwargs: \n extensive: true\n format: xml\n register: result\n\n- name: Save to file\n copy: \n content:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/lacp
459
[ "no_license" ]
[ { "path": "roles/lacp/tasks/main.yml", "content": "---\n- name: Show LACP Interfaces RPC\n juniper_junos_rpc:\n provider: \"{{ credentials }}\"\n rpcs: get-lacp-interface-information\n format: xml\n register: result\n ignore_errors: yes\n\n- name: Save to file\n copy:\n content: \"{{ result[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/multicast
459
[ "no_license" ]
[ { "path": "roles/multicast/tasks/main.yml", "content": "---\n- name: Show IGMP Snooping Membership RPC\n juniper_junos_rpc:\n provider: \"{{ credentials }}\"\n rpcs: get-igmp-snooping-membership-information\n format: xml\n register: result\n- name: Save to file\n copy: \n content: \"{{ result...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/rollback
459
[ "no_license" ]
[ { "path": "roles/rollback/tasks/main.yml", "content": "---\n- name: Show Rollback RPC\n juniper_junos_rpc: \n provider: \"{{ credentials }}\"\n rpcs: get-rollback-information\n kwargs: \n compare: '2'\n rollback: '9'\n format: xml\n register: result\n\n- name: Save to file\n copy: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/version
459
[ "no_license" ]
[ { "path": "roles/version/tasks/main.yml", "content": "---\n- name: Show Version RPC\n juniper_junos_rpc:\n provider: \"{{ credentials }}\"\n rpcs: get-software-information\n format: xml\n register: result\n \n- name: Save to file\n copy:\n content: \"{{ result['parsed_output']['multi-routing...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
seanlangley/junos-automation
78927cd1a50381f6591a267d3ada35aa0c9dfc3e
0
roles/vlan
459
[ "no_license" ]
[ { "path": "roles/vlan/tasks/main.yml", "content": "---\n- name: Get Vlan Information RPC\n juniper_junos_rpc: \n provider: \"{{ credentials }}\"\n rpcs: get-vlan-information\n format: xml\n register: result\n\n- name: Save to file\n copy:\n content: \"{{ result['parsed_output']['l2ng-l2ald-vl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
blatinier/objectifzero
62f46182f13267860f636e4ae0f7c3b1f0b13244
0
deployment/roles/deployment
459
[ "no_license" ]
[ { "path": "deployment/roles/deployment/tasks/main.yml", "content": "- name: Initialize the deploy\n deploy_helper:\n path: /var/www/objectifzero-react\n\n- name: Download the project archive\n get_url:\n url: https://api.github.com/repos/blatinier/objectifzero/tarball/{{ branch }}\n dest: '{{ dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2044, "all_permissive": false }
ansible_role
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/bind9
459
[ "no_license" ]
[ { "path": "playbooks/roles/bind9/tasks/main.yaml", "content": "---\n# - hosts: 172.16.31.10\n# - become: yes\n# - vars_files:\n# - main.yml\n# - tasks:\n- name: Install bind9 if needed\n apt:\n name: bind9\n update_cache: yes\n\n- name: Adding conf file for {{domain}} zone\n template:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/ec2
459
[ "no_license" ]
[ { "path": "playbooks/roles/ec2/tasks/main.yaml", "content": "---\n- name: Get EC2 instance information\n ec2_metadata_facts:\n- debug:\n msg: \"IAM: {{ansible_ec2_iam_security_credentials__accesskeyid}}\"\n- debug: \n msg: \"Local IPv4: {{ansible_ec2_local_ipv4}}\"\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }