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
romxero/hotep_base
ed7ed6d0b263422faa08412a4d14ad084829da4c
0
roles/hotep_packs
1,039
[ "no_license" ]
[ { "path": "roles/hotep_packs/tasks/main.yml", "content": "- name: Install rpm hotep packages\n ansible.builtin.package:\n name:\n - mariadb-server\n - gcc\n - make\n - cmake\n - ethtool\n - automake\n - glibc-devel\n - autoconf\n - java-1.8.0-openjdk-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2766, "all_permissive": false }
ansible_role
charlesbrownroberts/vm-centos7-vagrant-ansible
2e2054c2767fa1baf695154e5a997a15e3d54398
0
ansible/roles/init
1,039
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "# file: roles/init/tasks/main.yml\n---\n\n- name: Set up firewall\n shell: systemctl enable firewalld\n shell: systemctl start firewalld\n\n- name: Install nano, git, emacs\n yum: pkg={{ item }} state=installed\n with_items:\n - git\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
polymorphl/iac-front-app
077084dec7efc01a931dc1d265b0e24971fd2541
0
roles/banner
1,039
[ "no_license" ]
[ { "path": "roles/banner/tasks/main.yml", "content": "---\n# tasks file for roles/motd-banner\n- name: Install Figlet\n become: yes\n become_method: su\n ansible.builtin.package:\n name: \"figlet\"\n state: latest\n tags:\n - install_packages\n \n- name: Install Lolcat\n become: yes\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
crisszkutnik/home-lab
e9170cbfaf5ba80dd1a2998e1d055d37a6a7d069
0
ansible/roles/setup_cloudflared
1,039
[ "no_license" ]
[ { "path": "ansible/roles/setup_cloudflared/tasks/main.yml", "content": "- name: Download Cloudflared binary\n command: curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64.deb\n become: true\n\n- name: Install Cloudflared\n command: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
algotrader-dotcom/ansible-the-easy-way
74b46de5ee9d24e80213f200851024558eea2a28
0
roles/sysadmin.nginx
1,039
[ "no_license" ]
[ { "path": "roles/sysadmin.nginx/templates/vhost-01.conf.j2", "content": "# amc vn\nserver {\n listen 80;\n server_name abc.com;\n return 301 https://$host$request_uri;\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/sysadmin.nginx/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3990, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/docker-install
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/docker-install/tasks/main.yml", "content": "---\n\n- name: install curl\n apt: pkg=curl update_cache=yes\n\n- name: add docker apt keys\n apt_key: keyserver=p80.pool.sks-keyservers.net id=58118E89F3A912897C070ADBF76221572C52609D\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/docker-mysql
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/docker-mysql/tasks/main.yml", "content": "---\n\n- name: start mysql container\n docker:\n name: my-wordpress-database\n image: mysql\n state: started\n net: weave\n dns: [\"172.17.0.1\"]\n hostname: mysql.weave.local\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/docker-wordpress
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/docker-wordpress/tasks/main.yml", "content": "---\n\n- include_vars: group_vars/dyn.yml\n\n- name: start wordpress container\n docker:\n name: my-wordpress-app\n image: wordpress\n state: started\n net: weave\n dns: [\"172.17....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/droplet
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/droplet/templates/dyn.yml.j2", "content": "docker_host_01: \"{{ host01.droplet.ip_address }}\"\ndocker_host_02: \"{{ host02.droplet.ip_address }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1746, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/weave-connect
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/weave-connect/tasks/main.yml", "content": "---\n\n - include_vars: group_vars/dyn.yml\n\n - name: download weave containers and launch with password\n command: weave connect {{ docker_host_02 }}", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
PacktPublishing/ExtendingDocker
b8ff8fd0a5c945e569fca8c2cacf104304fc6002
41
extending-docker-master/chapter06/docker-ansible/roles/weave-install
1,039
[ "no_license" ]
[ { "path": "extending-docker-master/chapter06/docker-ansible/roles/weave-install/tasks/main.yml", "content": "---\n\n- name: download and install weave binary\n get_url: url={{ weave_url }} dest={{ weave_bin }}\n\n- name: setup permissions on weave binary \n file: path={{ weave_bin }} mode=\"u+rx,g+rx,o+r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
CtripleU/ci-cd-project
d1ea119ac409efcd6ad70b69ace714df4c0ea3db
0
.circleci/ansible/roles/deploy
1,039
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: 'upgrade packages'\n become: yes\n apt:\n upgrade: 'yes'\n\n - name: 'update apt packages'\n become: yes\n apt:\n update_cache: yes\n\n - name: 'install dependencies'\n become: yes\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
ricardokirkner/devbox
429a8088bf8e01c5b948c7d35f77ddc658c417dd
0
ansible/roles/console
1,039
[ "no_license" ]
[ { "path": "ansible/roles/console/tasks/main.yml", "content": "- include: apt.yml\n#- include: docker.yml\n- include: gpg.yml\n- include: irc.yml\n- include: lxd.yml\n- include: python.yml\n- include: ssh.yml\n- include: sudo.yml\n- include: tmux.yml\n- include: utils.yml\n- include: vcs.yml\n- include: vim....
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 3617, "all_permissive": false }
ansible_role
ricardokirkner/devbox
429a8088bf8e01c5b948c7d35f77ddc658c417dd
0
ansible/roles/desktop
1,039
[ "no_license" ]
[ { "path": "ansible/roles/desktop/tasks/passwords.yml", "content": "- name: install password manager\n apt: name=keepassx state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/desktop/tasks/timezone.yml", "content": "---...
{ "task_files": 25, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 25, "total_bytes": 5059, "all_permissive": false }
ansible_role
Puller23/homelab
6d9d1347df66dd2500097ebd927d66668b8e91ac
0
ansible/roles/docker-apps
1,039
[ "no_license" ]
[ { "path": "ansible/roles/docker-apps/vars/main.yaml", "content": "---\ndocker_base_dir: /docker\ncontainers_base_dir: \"{{ docker_base_dir }}/containers\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/docker-apps/templates/traefik/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3181, "all_permissive": false }
ansible_role
te0s/hometask_new
6d0ff0e0e27634a146396848bf428932969beeb3
0
task06/roles/jenkins
1,039
[ "no_license" ]
[ { "path": "task06/roles/jenkins/tasks/install.yml", "content": "---\n- name: Install key for repo\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n \n- name: Add repo to repofile\n apt_repository:\n repo: deb https://pkg.jenkins.io/debian-stable binary/\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": false }
ansible_role
te0s/hometask_new
6d0ff0e0e27634a146396848bf428932969beeb3
0
task09/jenkins/files/roles/jenkins
1,039
[ "no_license" ]
[ { "path": "task09/jenkins/files/roles/jenkins/tasks/jobs.yml", "content": "- name: Make dirs\n file:\n path: \"{{ item }}\"\n state: directory\n owner: jenkins\n group: jenkins\n with_items:\n - /var/lib/jenkins/jobs/GoBuild\n\n- name: Copy config files\n copy:\n src: \"{{ item.src }}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3269, "all_permissive": false }
ansible_role
divyansh-user-hub/Ansible
9fcde1268cc390b9b3b3e04c2e3323dc2f319946
0
vprofile/exe-12/roles/post-installation
1,039
[ "no_license" ]
[ { "path": "vprofile/exe-12/roles/post-installation/vars/main.yml", "content": "---\n# vars file for post-installation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "vprofile/exe-12/roles/post-installation/handlers/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1919, "all_permissive": false }
ansible_role
RedHatGov/selenium-grid-operator
76a3ace0a0f555fc534b2405644244a43ce33da3
0
roles/selenium-grid-ocp
1,039
[ "no_license" ]
[ { "path": "roles/selenium-grid-ocp/templates/deployment.selenium-node-firefox.yml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{ _selenium_name }}-selenium-node-firefox\"\n namespace: \"{{ _selenium_namespace }}\"\nspec:\n replicas: 1\n selector:\n matchLabels:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 14960, "all_permissive": false }
ansible_role
nareshagrawal/Weather-Alert-API
e926de86aa0336b47517c215b8a9b065504bf798
0
jenkins/roles/create
1,039
[ "no_license" ]
[ { "path": "jenkins/roles/create/tasks/ec2Instance_Launch.yml", "content": "#Creating and Launching EC2 instance\n- name: Create a Ec2 Instance\n ec2_instance:\n key_name: \"{{ ssh_key_name }}\"\n instance_type : \"{{ instance_type }}\"\n image_id: ami-0817d428a6fb68645\n security_group: \"{{ se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/create_user
1,039
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yaml", "content": "- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Setup passwordless sudo\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: ^%sudo\n line: '%sudo ALL=(ALL) NOPASSWD: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2477, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/install_docker
1,039
[ "no_license" ]
[ { "path": "roles/install_docker/defaults/main.yml", "content": "---\ndocker_compose_version: 1.25.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/install_docker/tasks/main.yaml", "content": "---\n- name: Add Docker apt key.\n apt_key:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2035, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/iptables
1,039
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yaml", "content": "---\n- name: Install iptables-persistent\n apt:\n name:\n - iptables-persistent\n state: present\n update_cache: yes\n become: yes\n\n- name: Set INPUT policy to ACCEPT\n ansible.builtin.iptables:\n chain: INPUT\n policy: ACCEPT\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2938, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/packages
1,039
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yaml", "content": "---\n- name: Install package managers and dependencies\n apt:\n name:\n - aptitude\n state: present\n\n- name: Upgrade all packages to the latest version # noqa package-latest\n apt:\n name: \"*\"\n state: latest\n update_cache: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1379, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/settings
1,039
[ "no_license" ]
[ { "path": "roles/settings/defaults/main.yaml", "content": "---\nsettimezone: UTC", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/settings/tasks/main.yaml", "content": "- name: Set hostname\n hostname:\n name: \"webpay-{{ hostname }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
trushkoa/test
7f9407fbb97654bfb49443e52921237d50c7480d
0
roles/ssh_keys
1,039
[ "no_license" ]
[ { "path": "roles/ssh_keys/tasks/main.yaml", "content": "- name: Import ssh keys\n copy:\n src: authorized_keys\n dest: /home/webpay/.ssh/authorized_keys\n force: yes\n when: ('production' in group_names)\n\n- name: Import ssh keys staging\n copy:\n src: authorized_keys_staging\n dest: /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/certs
999
[ "no_license" ]
[ { "path": "ansible/roles/certs/tasks/main.yml", "content": "---\n- set_fact:\n certs_dir: \"{{ lookup('env', 'HOME') }}/.{{ sdo_user }}/certs\"\n\n- name: Ensure certificates directory exists\n file:\n path: \"{{ certs_dir }}\"\n state: directory\n\n- name: Generate certificate authority\n openss...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2000, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/common
999
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/install_rust.yml", "content": "---\n- name: Download rustup installer\n become: false\n get_url:\n url: \"{{ rust_url }}\"\n dest: /tmp/rustup-init.sh\n mode: '0755'\n\n- name: Install rustup\n become: false\n shell: /tmp/rustup-init.sh -y --default-toolcha...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5524, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/disks
999
[ "no_license" ]
[ { "path": "ansible/roles/disks/tasks/main.yml", "content": "---\n- name: Create mount points\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n state: directory\n owner: \"{{ sdo_user }}\"\n group: \"{{ sdo_user }}\"\n mode: '0755'\n loop: \"{{ mount_points }}\"\n\n- name: Get block devi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2375, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/p2p
999
[ "no_license" ]
[ { "path": "ansible/roles/p2p/templates/peers.json.j2", "content": "{\n \"primary\": {\n \"address\": \"{{ hostvars[active]['ansible_host'] }}\",\n \"identity\": \"{{hostvars[active]['validator_identity_key'] }}\",\n \"port\": \"{{ p2p_port }}\",\n \"home\": \"/home/{{ sdo_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 19728, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/sshd
999
[ "no_license" ]
[ { "path": "ansible/roles/sshd/tasks/main.yml", "content": "---\n- name: Install latest SSH server and client\n apt:\n name: \"{{ item.key }}\"\n state: \"{{ item.value }}\"\n cache_valid_time: 3600\n loop: \"{{ sshd_packages | dict2items }}\"\n\n- name: Create a secure sshd_config\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/user
999
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\n- name: Create user {{ sdo_user }}\n user:\n name: \"{{ sdo_user }}\"\n comment: \"SDO User for Validator Operations\"\n groups: sudo\n shell: /bin/bash\n generate_ssh_key: true\n state: present\n\n- name: Add {{ sdo_user }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1343, "all_permissive": false }
ansible_role
Skip-Line/sdo
426cc5d962bc0f7fa45ddfcc260d1050d514a0b7
9
ansible/roles/validator
999
[ "no_license" ]
[ { "path": "ansible/roles/validator/tasks/install_agave.yml", "content": "---\n- name: Get install script for Agave\n become: false\n get_url:\n url: \"{{ agave_install_script_url }}\"\n dest: /tmp/agave_install.sh\n mode: '0755'\n\n- name: Install Agave\n become: false\n shell: /tmp/agave_insta...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12428, "all_permissive": false }
ansible_role
sadplumber/ansible-test
92efd904cfe58b8c212644dc207ee2636d461a50
0
roles/app-test
999
[ "no_license" ]
[ { "path": "roles/app-test/templates/nginx.conf", "content": "server {\n\n# server_name {{ app_nginx_hostname }};\n access_log {{ web_root_path }}/logs/nginx/{{ app_name }}-access.log;\n error_log {{ web_root_path }}/logs/nginx/{{ app_name }}-error.log info;\n\n location / {\n # TODO Уточни...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5388, "all_permissive": false }
ansible_role
AlxZakrzewski/Nomad
01fadd7a4631e2b834a2c4eb399e6e53967b0cb7
0
roles/consul
999
[ "no_license" ]
[ { "path": "roles/consul/files/remove_service.sh", "content": "#!/bin/bash\n\nsudo systemctl stop consul.service\nsudo systemctl disable consul.service\nsudo rm /etc/systemd/system/consul.service\nsudo rm -rf /etc/systemd/system/consul.service\nsudo rm -rf /usr/lib/systemd/system/consul.service\nsudo rm -rf ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4585, "all_permissive": false }
ansible_role
AlxZakrzewski/Nomad
01fadd7a4631e2b834a2c4eb399e6e53967b0cb7
0
roles/consul_client_windows
999
[ "no_license" ]
[ { "path": "roles/consul_client_windows/tasks/stop.yml", "content": "- name: Stop Consul service\n win_service:\n name: consul\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: stopped\n start_mode: auto", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3583, "all_permissive": false }
ansible_role
AlxZakrzewski/Nomad
01fadd7a4631e2b834a2c4eb399e6e53967b0cb7
0
roles/nomad
999
[ "no_license" ]
[ { "path": "roles/nomad/templates/base.hcl", "content": "data_dir = \"{{ nomad_data_linpath }}\"\n\nbind_addr = \"0.0.0.0\"\n\nlog_level = \"INFO\"\nlog_file = \"{{ nomad_log_linpath }}\"\n\naddresses {\n http = \"0.0.0.0\"\n}\n\nadvertise {\n http = \"{% raw %}{{ GetInterfaceIP \\\"eth1\\\" }}{% endraw %}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4101, "all_permissive": false }
ansible_role
AlxZakrzewski/Nomad
01fadd7a4631e2b834a2c4eb399e6e53967b0cb7
0
roles/nomad_client_windows
999
[ "no_license" ]
[ { "path": "roles/nomad_client_windows/tasks/main.yml", "content": "- import_tasks: roles/nomad_client_windows/tasks/install.yml\n tags: install\n- import_tasks: roles/nomad_client_windows/tasks/update_config.yml\n tags: update_config\n- import_tasks: roles/nomad_client_windows/tasks/uninstall.yml\n tags:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3386, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-bootstrap-master-1st
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-bootstrap-master-1st/tasks/main.yaml", "content": "---\n- name: 'Add Google official GPG key'\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: 'Add Kubernetes Repository'\n apt_repository:\n repo: deb http://apt.kuber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3518, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-bootstrap-master-rest
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-bootstrap-master-rest/vars/main.yaml", "content": "---\nversion: 1.19.8-00\nloadbalancer: k8s-lb\nlb-api-port: 6443\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/k8s-bootstrap-master-rest/tasks/main.ya...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1820, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-bootstrap-worker
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-bootstrap-worker/tasks/main.yaml", "content": "---\n- name: 'Add Google official GPG key'\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: 'Add Kubernetes Repository'\n apt_repository:\n repo: deb http://apt.kubernete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-download-kubeconfig
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-download-kubeconfig/tasks/main.yaml", "content": "---\n- name: Create a directory if it does not exist\n file:\n path: /root/.kube\n state: directory\n mode: '0755'\n\n- name: 'Download kubeconfig from 1st master node'\n fetch:\n src: /etc/kubernetes/admin.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-hosts
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-hosts/tasks/main.yaml", "content": "- name: 'Configure /etc/hosts for all LAB hosts'\n blockinfile:\n path: /etc/hosts\n marker: \"# LAB HOSTS\"\n block: |\n 172.16.0.2 k8s-master1 etcd-1\n 172.16.0.3 k8s-master2 etcd-2\n 172.16.0.4 k8s-master3 etcd-3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-join-master
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-join-master/tasks/main.yaml", "content": "---\n- name: 'Give ability to execute master node joining script'\n file:\n path: /tmp/join-master.sh\n mode: 0700\n \n- name: 'Joining master node {{ ansible_hostname}} into cluster'\n shell: /tmp/join-master.sh\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-join-worker
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-join-worker/tasks/main.yaml", "content": "---\n- name: 'Give ability to execute worker node joining script'\n file:\n path: /tmp/join-worker.sh\n mode: 0700\n \n- name: 'Joining worker node {{ ansible_hostname}} into cluster'\n shell: /tmp/join-worker.sh\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-lb-provision
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-lb-provision/vars/main.yaml", "content": "---\nversion: 1.19.8-00", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "ansible/roles/k8s-lb-provision/files/haproxy.cfg", "content": "frontend kubernetes\n bind 172.16.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1890, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-prereq
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-prereq/tasks/main.yaml", "content": "---\n- sysctl:\n name: \"{{ item }}\"\n value: '1'\n sysctl_file: /etc/sysctl.d/kubernetes.conf\n reload: no\n with_items:\n - net.ipv6.conf.all.disable_ipv6\n - net.ipv6.conf.default.disable_ipv6\n - net.bridge.bridge-n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3065, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-pull-join-master
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-pull-join-master/tasks/main.yaml", "content": "---\n- name: 'Pull join script from master to another master (master functionality)'\n fetch:\n src: $HOME/ansible/join-master.sh\n dest: /tmp/\n flat: yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/k8s-pull-join-worker
999
[ "no_license" ]
[ { "path": "ansible/roles/k8s-pull-join-worker/tasks/main.yaml", "content": "---\n- name: 'Pull join script from master to worker (worker functionality)'\n fetch:\n src: $HOME/ansible/join-worker.sh\n dest: /tmp/\n flat: yes\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
super-jkdevops/k8s-HandsON-lab
5b479cde72ac4b5f3d642f17511d9a1a083b345c
0
ansible/roles/ssh-key
999
[ "no_license" ]
[ { "path": "ansible/roles/ssh-key/tasks/main.yaml", "content": "---\n- name: 'Create a .ssh directory if it does not exist - root'\n file:\n path: $HOME/.ssh\n state: directory\n owner: root\n group: root\n mode: '0700'\n\n- name: 'Copy ssh private and public keys - root'\n copy: src={{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/dnf_installs
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/dnf_installs/tasks/main.yml", "content": "---\n- name: Installing Packages via DNF\n ansible.builtin.dnf:\n name:\n - 'https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/g/gcc-toolset-12-build-12.0-6.el9.x86_64.rpm'\n - gcc\n - openssl\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/dnf_package_management
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/dnf_package_management/tasks/main.yml", "content": "---\n- name: Update DNF packages\n ansible.builtin.dnf:\n name: '*'\n state: latest\n tags: [\"python31014\"]\n\n- name: Enable CRB Repository\n community.general.dnf_config_manager:\n name: crb\n state: enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/dnsmasq
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/dnsmasq/tasks/main.yml", "content": "---\n- name: Check if ens123 file exists, otherwise create and configure\n ansible.builtin.lineinfile:\n path: /etc/NetworkManager/system-connections/ens123.nmconnection\n line: 'dns=1.1.1.1;8.8.8.8;208.67.222.222;172.16.17.32;9.9.9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1425, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/docker
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/docker/tasks/main.yml", "content": "---\n- name: Send dnsmasq.conf template to remote server\n ansible.builtin.copy:\n src: ../templates/daemon.json\n dest: /etc/docker/\n\n- name: Clear DNF Cache\n ansible.builtin.shell:\n cmd: 'sudo rm -r /var/cache/dnf'\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/gcc_compiler
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/gcc_compiler/tasks/main.yml", "content": "---\n- name: Install GCC\n ansible.builtin.dnf:\n name: gcc\n state: present\n\n- name: Install GCC Toolset\n ansible.builtin.dnf:\n name: 'https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/g/gcc-toolset-12-bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/perfsonar
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/perfsonar/tasks/main.yml", "content": "---\n- name: Install PerfSonar RPM\n ansible.builtin.shell:\n cmd: 'dnf install http://software.internet2.edu/rpms/el9/x86_64/latest/packages/perfsonar-repo-0.11-1.noarch.rpm -y'\n\n- name: Install PerfSonar Toolkit\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1134, "all_permissive": false }
ansible_role
daniel-arapi/ansible
b7e9e80a9634e4c65ef66a6a84c96003e4793f2c
0
jumphost-setup/roles/python_3.10.14
999
[ "no_license" ]
[ { "path": "jumphost-setup/roles/python_3.10.14/tasks/main.yml", "content": "---\n- name: Installing Python 3.10.14 dependencies\n ansible.builtin.dnf:\n name:\n - wget\n - tk-devel\n - xz-devel\n - zlib-devel\n - openssl-devel\n - sqlite-devel\n - libffi-devel\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1394, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/master_servers
999
[ "no_license" ]
[ { "path": "roles/master_servers/tasks/main.yml", "content": "- name: Update package using YUM\n yum:\n name: '*'\n state: latest \n\n- name: Install nfs-utils package\n yum:\n name: nfs-utils\n state: present\n\n- name: Create directory /mnt/external\n file:\n path: /mnt/external\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1633, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/soar_servers
999
[ "no_license" ]
[ { "path": "roles/soar_servers/tasks/main.yml", "content": "- name: Update package using YUM\n yum:\n name: '*'\n state: latest \n\n- name: Install nfs-utils package\n yum:\n name: nfs-utils\n state: present\n\n- name: Mount /opt/phantom/apps\n command: mount -t nfs4 -o nfsvers=4.1,rsize=10485...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3058, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/soar_servers_after
999
[ "no_license" ]
[ { "path": "roles/soar_servers_after/tasks/main.yml", "content": "- name: Run scp command to copy back thre splunk_config.json from Splunk server\n ansible.builtin.command: >\n scp -i /home/phantom/.ssh/2023-0804.pem phantom@10.0.1.54:/opt/phantom/bin/splunk_config.json .\n become: true\n become_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/soar_servers_after_master
999
[ "no_license" ]
[ { "path": "roles/soar_servers_after_master/tasks/main.yml", "content": "- name: Run scp command to copy back thre splunk_config.json from Splunk server\n ansible.builtin.command: >\n scp -i /home/phantom/.ssh/2023-0804.pem phantom@10.0.1.54:/opt/phantom/bin/splunk_config.json .\n become: true\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/soar_servers_after_soar3
999
[ "no_license" ]
[ { "path": "roles/soar_servers_after_soar3/tasks/main.yml", "content": "- name: Run script make_cluster_node.pyc\n command: \"/opt/phantom/bin/phenv python /opt/phantom/bin/make_cluster_node.pyc --responses /opt/phantom/bin/response.json\"\n\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
appletreecy/ansible_soar_cluster
9f9453471cfd022daa4eecf204cdea6c4955a5fd
0
roles/splunk_servers
999
[ "no_license" ]
[ { "path": "roles/splunk_servers/tasks/main.yml", "content": "- name: Run Phantom Command to convert soar server to splunk server\n command: \"/opt/phantom/bin/phenv python /opt/phantom/bin/make_server_node.pyc splunk --no-prompt\"\n when: is_run_convert_to_splunk is not defined\n\n- name: Set fact is_run_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
breakabrain/test
16910c2461cb4cded8eeb648394361dac64521fa
0
playbooks/roles/balance
999
[ "no_license" ]
[ { "path": "playbooks/roles/balance/files/nginx.conf", "content": "worker_processes auto;\nevents {\n\tworker_connections 1024;\n}\n\nhttp {\n\taccess_log /var/log/nginx/access.log;\n\terror_log /var/log/nginx/error.log;\n}\nstream {\n upstream backend {\n least_conn;\n server 192.168.1....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1881, "all_permissive": false }
ansible_role
breakabrain/test
16910c2461cb4cded8eeb648394361dac64521fa
0
playbooks/roles/keepalived
999
[ "no_license" ]
[ { "path": "playbooks/roles/keepalived/tasks/main.yml", "content": "---\n - name: Create folder for conf file\n file:\n path: /data/keepalived\n state: directory\n - name: Push config files\n copy:\n src: \"{{ item }}\"\n dest: \"/data/keepalived/{{ item }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
breakabrain/test
16910c2461cb4cded8eeb648394361dac64521fa
0
playbooks/roles/monit_nginx
999
[ "no_license" ]
[ { "path": "playbooks/roles/monit_nginx/tasks/main.yml", "content": "---\n - name: Install list of packages\n apt:\n name: monit\n state: present\n - name: Push monit GLOBAL conf file\n copy: src=monitrc dest=/etc/monit/monitrc\n - name: Push monit conf file for nginx\n copy: src=nginx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
abprakash405/Ansible-script
ea651b011017c32903d112f2d445472c67a8194e
0
roles/bhanu-apache
999
[ "no_license" ]
[ { "path": "roles/bhanu-apache/tasks/main.yml", "content": "---\n# tasks file for bhanu\n- name: Copy one file to destination server \n copy: src=sample.txt dest=/etc/sample.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/bhanu-apache/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 265, "all_permissive": false }
ansible_role
abprakash405/Ansible-script
ea651b011017c32903d112f2d445472c67a8194e
0
roles/tomcat-jenkins
999
[ "no_license" ]
[ { "path": "roles/tomcat-jenkins/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tomcat-jenkins", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/tomcat-jenkins/handlers/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 953, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/directory-structure
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/directory-structure/templates/maintenance.sh.j2", "content": "#!/bin/bash\n# ==============================================================================\n# SCRIPT DE MAINTENANCE - {{ app_name | upper }}\n# Généré automatiquement par Ansible\n# ======================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 16650, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/docker-installation
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/docker-installation/tasks/main.yml", "content": "# ==============================================================================\n# RÔLE DOCKER-INSTALLATION - INSTALLATION DOCKER & DOCKER COMPOSE\n# =====================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3253, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/firewall-security
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/firewall-security/tasks/main.yml", "content": "# ==============================================================================\n# RÔLE FIREWALL-SECURITY - CONFIGURATION SÉCURITÉ ET FIREWALL\n# ===========================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5407, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/monitoring-tools
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/monitoring-tools/tasks/main.yml", "content": "# ==============================================================================\n# RÔLE MONITORING-TOOLS - INSTALLATION OUTILS DE MONITORING\n# ==============================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4450, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/system-update
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/system-update/tasks/main.yml", "content": "# ==============================================================================\n# RÔLE SYSTEM-UPDATE - MISE À JOUR ET PRÉPARATION DU SYSTÈME\n# ==============================================================================\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2442, "all_permissive": false }
ansible_role
Dams25/tp-ci-cd
de2d28b9c401f160aa40fdc3df13f2f87bc9a847
1
tp/deployment/ansible/roles/user-configuration
999
[ "no_license" ]
[ { "path": "tp/deployment/ansible/roles/user-configuration/tasks/main.yml", "content": "# ==============================================================================\n# RÔLE USER-CONFIGURATION - CONFIGURATION UTILISATEUR DOCKER\n# ===========================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3893, "all_permissive": false }
ansible_role
znz/ansible-playbook-zabbix
a54d9acac1701b8c5cc67ed7d2201647f715a58d
0
provision/roles/zabbix
999
[ "no_license" ]
[ { "path": "provision/roles/zabbix/templates/nasne-status@.service.j2", "content": "[Unit]\nDescription=Collect nasne status for %I\n\n[Service]\nType=oneshot\nEnvironment=NOTICE_SOCK={{ zabbix_nadoka_notice_sock }}\nPermissionsStartOnly=true\nExecStartPre=/usr/bin/install -o {{ zabbix_nasne_user }} -g {{ za...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7131, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/ambariagents
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/ambariagents/tasks/main.yml", "content": "---\n- name: Download and install ambari-agent\n yum:\n name: ambari-agent\n\n- name: Edit ambari-agent.ini\n ini_file:\n path: /etc/ambari-agent/conf/ambari-agent.ini\n section: server\n option: \"{{ item.opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/ambaricommon
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/ambaricommon/tasks/main.yml", "content": "---\n- name: Configure servers network\n blockinfile:\n dest: \"/etc/sysconfig/network\"\n block: |\n NETWORKING=yes\n HOSTNAME={{ inventory_hostname }}.{{ domain }}\n NISDOMAIN={{ domain }}\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/ambariserver
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/ambariserver/meta/main.yml", "content": "---\ndependencies:\n - { role: ambaricommon }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "jumbo/core/data/playbooks/roles/ambariserver/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1147, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/ipaclient
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/ipaclient/library/ipajoin.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n# Authors:\n# <NAME> <<EMAIL>>\n#\n# Based on ipa-client-install code\n#\n# Copyright (C) 2017 Red Hat\n# see file 'COPYING' for use and warranty information\n#\n# This prog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 27330, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/ipaserver
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/ipaserver/library/ipaserver_test.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n# Authors:\n# <NAME> <<EMAIL>>\n#\n# Based on ipa-client-install code\n#\n# Copyright (C) 2017 Red Hat\n# see file 'COPYING' for use and warranty information\n#\n# Th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 35703, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/kerberos-part1
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/kerberos-part1/tasks/main.yml", "content": "---\n- name: Add the KERBEROS service to cluster\n uri:\n url: \"http://{{ hostvars[groups['ambariserver'][0]]['ansible_all_ipv4_addresses'][0] }}:8080/api/v1/clusters/{{ cluster_name }}/services/KERBEROS\"\n heade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6604, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/postblueprint
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/postblueprint/files/blueprint.json", "content": "[\n \"This file will be programmatically generated.\"\n]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "jumbo/core/data/playbooks/roles/postblueprint/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6772, "all_permissive": false }
ansible_role
adaltas/jumbo
5a4ad60fb1dcd33b7ac0a3df7c44d5c5efea8e67
19
jumbo/core/data/playbooks/roles/postgres
999
[ "no_license" ]
[ { "path": "jumbo/core/data/playbooks/roles/postgres/tasks/postgres-9.3.yml", "content": "---\n- name: Download version 9.3\n yum:\n name: \"{{ services.POSTGRESQL.url }}\"\n\n- name: Install version 9.3\n yum:\n name: [\n postgresql93,\n postgresql93-server\n ]\n\n- name: Initiate datab...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3624, "all_permissive": false }
ansible_role
biglianmao/packer-centos-clean
09b1460c9ec080e3279166584654107ae3167d90
0
ansible/roles/nfs
999
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/setup-Debian.yml", "content": "---\n- name: Ensure NFS utilities are installed.\n apt: \"name={{ item }} state=present\"\n with_items:\n - nfs-common\n - nfs-kernel-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 },...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
satyaaw/ansible-pratice
3df2e3d9366f417d199918df1d6ff817df9d8f59
0
roles/backend
999
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable Nodejs Default Version\n ansible.builtin.shell: dnf module disable nodejs -y\n- name: Enable Nodejs !8 Version\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n- name: Install Nodejs\n ansible.builtin.dnf:\n name: nodejs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
satyaaw/ansible-pratice
3df2e3d9366f417d199918df1d6ff817df9d8f59
0
roles/common
999
[ "no_license" ]
[ { "path": "roles/common/tasks/pre_require.yml", "content": "- name: Delete Old App\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: absent\n- name: Create app Direcroy\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: directory\n- name: Download and Extract\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
satyaaw/ansible-pratice
3df2e3d9366f417d199918df1d6ff817df9d8f59
0
roles/frontend
999
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n- name: Copy Expense Config File\n ansible.builtin.copy:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Import Common Role\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
satyaaw/ansible-pratice
3df2e3d9366f417d199918df1d6ff817df9d8f59
0
roles/mysql
999
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable Mysql\n ansible.builtin.shell: dnf module disable mysql -y\n- name: Copy Mysql Repo File\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n- name: Install My Sql Server\n ansible.builtin.dnf:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
venkatkasaraneni/ansible_documentation
9f2c57d4d73e531831f284c4ee260ae0274c2391
0
ansible/roles/apache
999
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: Install Apache\n yum:\n name:\n - Apache2\n - nfs-utils\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
marchof/beachhub.io
c73b7c3067fedc920016198fb4d4c54764509f8e
2
ansible/roles/gogs
1,059
[ "no_license" ]
[ { "path": "ansible/roles/gogs/tasks/main.yml", "content": "# Install and configure Gogs\n---\n\n- name: Create Gogs group\n group:\n name: \"{{ gogs_group }}\"\n\n- name: Create Gogs user\n user:\n name: \"{{ gogs_user }}\"\n group: \"{{ gogs_group }}\"\n home: \"{{ gogs_user_home }}\"\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2237, "all_permissive": false }
ansible_role
marchof/beachhub.io
c73b7c3067fedc920016198fb4d4c54764509f8e
2
ansible/roles/headless
1,059
[ "no_license" ]
[ { "path": "ansible/roles/headless/tasks/main.yml", "content": "# All interfaces disabled except Ethernet and USB ports\n---\n\n- name: Disable Bluetooth\n lineinfile:\n path: /boot/config.txt\n line: 'dtoverlay=pi3-disable-bt'\n state: present\n\n- name: Disable WiFi\n lineinfile:\n path: /boo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
marchof/beachhub.io
c73b7c3067fedc920016198fb4d4c54764509f8e
2
ansible/roles/java
1,059
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "# Install Java 10\n---\n\n- name: Download and install Java\n unarchive:\n remote_src: yes\n src: \"{{ java_binary_url }}\"\n creates: \"{{ java_install_dir }}\"\n dest: \"{{ java_install_dir | dirname }}\"\n group: root\n owner:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
marchof/beachhub.io
c73b7c3067fedc920016198fb4d4c54764509f8e
2
ansible/roles/tunneled
1,059
[ "no_license" ]
[ { "path": "ansible/roles/tunneled/defaults/main.yml", "content": "---\ntunnel_user: tunnel\ntunnel_group: tunnel\ntunnel_user_home: /home/tunnel\ntunnel_server: jcrete.beachhub.io\ntunnel_server_host_key: <KEY>\ntunnel_server_host_key_algo: ecdsa-sha2-nistp256\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1085, "all_permissive": false }
ansible_role
marchof/beachhub.io
c73b7c3067fedc920016198fb4d4c54764509f8e
2
ansible/roles/updated
1,059
[ "no_license" ]
[ { "path": "ansible/roles/updated/tasks/main.yml", "content": "# Make sure all packages are updated\n---\n\n- name: Update packages\n apt:\n update_cache: yes\n upgrade: dist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/apache
1,059
[ "no_license" ]
[ { "path": "linux/roles/apache/tasks/apache-setup.yml", "content": "---\r\n- name: Install packages\r\n yum:\r\n state: present\r\n name:\r\n - httpd\r\n\r\n- name: Enable service httpd\r\n service:\r\n name: httpd\r\n state: started\r\n enabled: yes\r\n\r\n- name: Create document root\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/app_scripts
1,059
[ "no_license" ]
[ { "path": "linux/roles/app_scripts/defaults/main.yml", "content": "#Please rename and remove the .sample\r\n---\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "linux/roles/app_scripts/tasks/main.yml", "content": "- include: app-scripts.yml\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2068, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/base
1,059
[ "no_license" ]
[ { "path": "linux/roles/base/tasks/mount-directory.yml", "content": "---\r\n- name: Create a Mount Directory\r\n file:\r\n path: \"{{ mnt_path }}\"\r\n state: directory\r\n mode: '0755'\r\n\r\n- name: Mount up device\r\n mount:\r\n path: \"{{ mnt_path }}\"\r\n src: \"{{ mnt_src }}\"\r\n f...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1606, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/cloud_passage
1,059
[ "no_license" ]
[ { "path": "linux/roles/cloud_passage/tasks/main.yml", "content": "---\r\n- include: cloud-passage-install.yml\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "linux/roles/cloud_passage/tasks/cloud-passage-install.yml", "content": "---\r\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 867, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/java
1,059
[ "no_license" ]
[ { "path": "linux/roles/java/defaults/main.yml", "content": "---\r\njava_url: https://paramountcommerce.jfrog.io/artifactory/ansible-app-local/jdk-8u251-linux-x64.tar.gz\r\njava_dest: /tmp/jdk-8u251-linux-x64.tar.gz\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1149, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/nagios
1,059
[ "no_license" ]
[ { "path": "linux/roles/nagios/molecule/default/converge.yml", "content": "---\r\n- name: Converge\r\n hosts: remit\r\n become: yes\r\n vars_files:\r\n - ../../../../inventory/dev/group_vars/remit\r\n - ../../../../inventory/dev/group_vars/vault\r\n roles:\r\n - base\r\n - nagios\r\n", "l...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1013, "all_permissive": false }