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
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/aws-elb
258
[ "no_license" ]
[ { "path": "roles/aws-elb/tasks/main.yml", "content": "---\n# tasks file for ELB\n- include: sec_group.yml\n- include: ec2_create.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/aws-elb/defaults/main.yml", "content": "---\n# defaults...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1099, "all_permissive": false }
ansible_role
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/aws-vpc
258
[ "no_license" ]
[ { "path": "roles/aws-vpc/tasks/create-igw.yml", "content": "---\n- name: create IGW\n ec2_vpc_igw:\n vpc_id: \"{{ my_vpc.vpc.id }}\"\n region: \"{{ region }}\"\n state: \"present\"\n tags:\n Name: \"{{ igw_name }}\"\n register: my_igw\n", "license_type": "no_license", "detected_license...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2257, "all_permissive": false }
ansible_role
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/lb_cmd
258
[ "no_license" ]
[ { "path": "roles/lb_cmd/vars/main.yml", "content": "---\nbigip_env:\n F5_SERVER: \"loadbalancer\"\n F5_SERVER_PORT: 443\n F5_USER: \"root\"\n F5_PASSWORD: \"<PASSWORD>\"\n F5_VALIDATE_CERTS: \"no\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 398, "all_permissive": false }
ansible_role
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/lb_poolmem
258
[ "no_license" ]
[ { "path": "roles/lb_poolmem/tasks/main.yml", "content": "- name: Adjust pool member state\n bigip_pool_member:\n pool: \"{{ pool }}\"\n name: \"{{ node_name }}\"\n port: \"{{ node_port }}\"\n session_state: \"{{ state }}\"\n monitor_state: \"{{ state }}\"\n\n- name: Query active connections\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/lb_web
258
[ "no_license" ]
[ { "path": "roles/lb_web/tasks/pool_play.yml", "content": "- name: Adjust a pool\n bigip_pool:\n name: \"pool_Web\"\n monitors: \"/Common/http\"\n monitor_type: \"and_list\"\n slow_ramp_time: \"120\"\n lb_method: \"ratio-member\"\n state: \"{{ state }}\"\n", "license_type": "no_license...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2135, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/authelia
264
[ "no_license" ]
[ { "path": "roles/authelia/templates/users.j2", "content": "users:\n walden2:\n displayname: walden2\n password: \"{{ <PASSWORD> }}\"\n email: {{ email }}\n groups: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/authelia/ta...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5637, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/containers
264
[ "no_license" ]
[ { "path": "roles/containers/tasks/essential.yml", "content": "- name: Install required packages for Docker\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n state: latest\n update_cache...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/home_assistant
264
[ "no_license" ]
[ { "path": "roles/home_assistant/tasks/reverse_proxy.yml", "content": "- name: Create Traefik required directories\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"/home/{{ username }}/traefik\"\n - \"/home/{{ username }}/traefik/config\"\n\n- name: Register Home Assistant with T...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 750, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/jackett
264
[ "no_license" ]
[ { "path": "roles/jackett/templates/docker-compose.j2", "content": "version: '3'\n\nservices:\n jackett:\n image: linuxserver/jackett:latest\n container_name: jackett\n restart: unless-stopped\n ports:\n - \"9117:9117\"\n environment:\n - \"PUID=1000\"\n - \"PGID=1000\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/jellyfin
264
[ "no_license" ]
[ { "path": "roles/jellyfin/templates/jellyfin.j2", "content": "http:\n routers:\n jellyfin:\n rule: \"Host(`jellyfin.{{ domain }}`)\"\n service: jellyfin\n entrypoints:\n - https\n tls:\n certResolver: letsencrypt\n middlewares:\n - authelia\n - jellyf...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3007, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/lidarr
264
[ "no_license" ]
[ { "path": "roles/lidarr/tasks/main.yml", "content": "- include_tasks: init.yml\n- include_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/lidarr/tasks/install.yml", "content": "- name: Get Lidarr docker-compose templa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1724, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/photoprism
264
[ "no_license" ]
[ { "path": "roles/photoprism/tasks/install.yml", "content": "- name: Create photos mount path\n file:\n path: /mnt/photos\n state: directory\n\n- name: Mount network share for photos\n lineinfile:\n path: /etc/fstab\n line: \"{{ nas_host }}:/mnt/Data/Photos\t\t/mnt/photos\tnfs rw,user,auto, 0 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8798, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/pihole
264
[ "no_license" ]
[ { "path": "roles/pihole/templates/etc-dnsmasq.d/03-pihole-wildcard-dns.j2", "content": "address=/internal.{{ domain }}/{{ ansible_default_ipv4.address }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/pihole/templates/etc-pihole/custom.j2", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3150, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/portainer
264
[ "no_license" ]
[ { "path": "roles/portainer/templates/portainer.j2", "content": "http:\n routers:\n portainer:\n rule: \"Host(`portainer.{{ domain }}`)\"\n service: portainer\n entryPoints:\n - https\n tls:\n certResolver: letsencrypt\n middlewares:\n - authelia\n\n service...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2174, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/portainer_stack
264
[ "no_license" ]
[ { "path": "roles/portainer_stack/tasks/main.yml", "content": "- include_tasks: setup.yml\n- include_tasks: install_stack.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/portainer_stack/tasks/setup.yml", "content": "- name: Build Por...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1726, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/servarr
264
[ "no_license" ]
[ { "path": "roles/servarr/tasks/prowlarr.yml", "content": "- name: Create Prowlarr required directories\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"/home/{{ username }}/prowlarr\"\n - \"/home/{{ username }}/prowlarr/config\"\n \n- name: Copy Prowlarr docker-compose\n tem...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4542, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/system
264
[ "no_license" ]
[ { "path": "roles/system/tasks/ssh.yml", "content": "- name: Disable password authentication for root\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^#?PermitRootLogin\"\n line: \"PermitRootLogin prohibit-password\"\n\n- name: Disable SSH password auth\n lineinfile:\n dest: /etc/ssh/ssh...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1054, "all_permissive": false }
ansible_role
svillamonte/homeserver-iac
9b0860ca6a59079abe1864acac4adfcd7acd57ca
0
roles/traefik
264
[ "no_license" ]
[ { "path": "roles/traefik/templates/config/authelia.j2", "content": "http:\n middlewares:\n authelia:\n forwardAuth:\n address: \"http://authelia:9091/api/verify?rd=https://auth.{{ domain }}\"\n trustForwardHeader: true\n authResponseHeaders:\n - \"Remote-User\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3342, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/blockinfile
264
[ "no_license" ]
[ { "path": "roles/blockinfile/tasks/main.yml", "content": "---\n- name: Blockinfile {{ block }} path {{ path }} state {{ state }}\n blockinfile:\n create: yes\n path: \"{{ path }}\"\n block: \"{{ block }}\"\n marker: \"# {mark} {{ mark_name }}\"\n state: \"{{ state }}\"\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/copy
264
[ "no_license" ]
[ { "path": "roles/copy/tasks/main.yml", "content": "---\n- name: Copy {{ src }} to {{ dest }} owner {{ owner }} group {{ group }} mode {{ mode }} remote_src {{ remote_src }}\n copy:\n src: \"{{ src }}\"\n dest: \"{{ dest }}\"\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: '{{ mode ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/dnf
264
[ "no_license" ]
[ { "path": "roles/dnf/tasks/main.yml", "content": "---\n- name: dnf {{ name }} state {{ state }}\n dnf:\n name: \"{{ name }}\"\n state: \"{{ state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/file
264
[ "no_license" ]
[ { "path": "roles/file/tasks/main.yml", "content": "---\n- name: file {{ path }} state {{ state }} with mode {{ mode }}\n file:\n path: \"{{ path }}\"\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n state: \"{{ state }}\"\n mode: \"{{ mode }}\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/find
264
[ "no_license" ]
[ { "path": "roles/find/tasks/main.yml", "content": "---\n- name: Find {{ patterns }} in {{ paths }}\n find:\n paths: \"{{ paths }}\"\n patterns: \"{{ patterns }}\"\n register: result\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/lineinfile
264
[ "no_license" ]
[ { "path": "roles/lineinfile/tasks/lineinfile_regexp.yml", "content": "---\n- name: lineinfile regexp {{ regexp }} to file {{ path }} state {{ state }}\n lineinfile:\n path: \"{{ path }}\"\n regexp: \"{{ regexp }}\"\n state: \"{{ state }}\"", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 323, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/replace
264
[ "no_license" ]
[ { "path": "roles/replace/tasks/main.yml", "content": "---\n- name: replace {{ regexp }} with {{ replace }} in {{ path }}\n replace:\n path: \"{{ path }}\"\n regexp: \"{{ regexp }}\"\n replace: \"{{ replace }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/shell
264
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Run shell {{ command }}\n shell: \"{{ command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/systemd
264
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n- name: systemd {{ name }} state {{ state }} enabled {{ enabled }}\n systemd:\n name: \"{{ name }}\"\n state: \"{{ state }}\"\n enabled: \"{{ enabled }}\"\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": 159, "all_permissive": false }
ansible_role
Ramzuous/ceph-octopus-podman
e3a1d761b9b2629689c46acf76798896ad050e31
0
roles/uri
264
[ "no_license" ]
[ { "path": "roles/uri/tasks/main.yml", "content": "---\n- name: uri {{ url }} to {{ dest }}\n uri:\n url: \"{{ url }}\"\n dest: \"{{ dest }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/dracula
264
[ "no_license" ]
[ { "path": "roles/dracula/tasks/main.yml", "content": "- name: Create themes directory\n file:\n path: \"{{ lookup('env', 'HOME')}}/.themes/dracula\"\n state: directory\n\n- name: Install GTK theme for Dracula\n unarchive:\n src: https://github.com/dracula/gtk/archive/master.tar.gz\n dest: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/kitty
264
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "- name: Install Kitty\n package:\n name: kitty\n state: present\n become: true\n\n- name: Create config directory\n file:\n path: \"{{ config_dir }}\"\n state: directory\n\n- name: Configure Kitty\n copy:\n src: kitty.conf\n dest: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/neovim
264
[ "no_license" ]
[ { "path": "roles/neovim/files/init.vim", "content": "set nocompatible \" be iMproved, required\nfiletype off \" required\n\ncall plug#begin(stdpath('data') . '/plugged')\n\n\" let Vundle manage Vundle, required\nPlug 'scrooloose/syntastic'\nPlug 'scrooloose/nerdtree'\nPlug 'Xuy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5182, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/nerdfonts
264
[ "no_license" ]
[ { "path": "roles/nerdfonts/tasks/main.yml", "content": "---\n# tasks file for ansible-role-nerdfonts\n\n- name: Set fonts directory fact.\n set_fact:\n nf_fonts_dir: \"{{ (ansible_facts['os_family'] == 'Darwin')|ternary(nf_macos_fonts_dir, nf_linux_fonts_dir) }}\"\n\n- name: Ensure fonts directory exist...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2831, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/polybar
264
[ "no_license" ]
[ { "path": "roles/polybar/templates/modules/rofi_powermenu.j2", "content": "[module/rofi_powermenu]\ntype = custom/script\nformat = <label>\nexec = echo \"襤\"\nline-size = 1 \nformat-foreground = ${colors.secondary}\nclick-left = \"~/.config/rofi/scripts/powermenu.sh\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 9187, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/regolith
264
[ "no_license" ]
[ { "path": "roles/regolith/templates/Xresources.j2", "content": "! Dracula Xresources palette\n*.foreground: #F8F8F2\n*.background: #282A36\n*.color0: #000000\n*.color8: #4D4D4D\n*.color1: #FF5555\n*.color9: #FF6E67\n*.color2: #50FA7B\n*.color10: #5AF78E\n*.color3: #F1FA8C\n*.color...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2342, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/regolith2
264
[ "no_license" ]
[ { "path": "roles/regolith2/templates/Xresources.j2", "content": "! Dracula Xresources palette\n*.foreground: #F8F8F2\n*.background: #282A36\n*.color0: #000000\n*.color8: #4D4D4D\n*.color1: #FF5555\n*.color9: #FF6E67\n*.color2: #50FA7B\n*.color10: #5AF78E\n*.color3: #F1FA8C\n*.colo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3220, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/rofi
264
[ "no_license" ]
[ { "path": "roles/rofi/tasks/main.yml", "content": "- name: Install Rofi\n package:\n name: rofi\n state: present\n become: yes\n\n- name: Install scrot\n package:\n name: scrot\n state: present\n become: yes\n\n- name: Create Rofi configuration directory\n file:\n path: \"{{ rofi_config_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/standard
264
[ "no_license" ]
[ { "path": "roles/standard/handlers/main.yml", "content": "- name: fc-cache\n shell: fc-cache -fv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/standard/tasks/main.yml", "content": "- name: Add repo\n apt_repository:\n repo: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
beudbeud/myconfig
abe9c40194eef69631d9c3412b46cbbb94e59c79
1
roles/zsh
264
[ "no_license" ]
[ { "path": "roles/zsh/defaults/main.yml", "content": "oh_my_zsh_plugins_dir: \"{{ lookup('env', 'HOME')}}/.oh-my-zsh/custom/plugins\"\noh_my_zsh_themes_dir: \"{{ lookup('env', 'HOME')}}/.oh-my-zsh/custom/themes\"\n\nzsh_plugins: []\nzsh_themes: []\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7498, "all_permissive": false }
ansible_role
Otus-DevOps-2018-11/404notfoundhard_infra
77e0fd9ef4ebe64ba32712601764e5c4c2671860
0
ansible/roles/app
264
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Show info about the env this host to belongs to\n debug:\n msg: \"This host is in {{ env }}\"\n\n- name: Add unit file for Puma\n copy:\n src: puma.service\n dest: /etc/systemd/system/puma.service\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 562, "all_permissive": false }
ansible_role
Otus-DevOps-2018-11/404notfoundhard_infra
77e0fd9ef4ebe64ba32712601764e5c4c2671860
0
ansible/roles/db
264
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: Show info about the env this host to belongs to\n debug:\n msg: \"This host is in {{ env }}\"\n\n- name: Change mongo config file\n template:\n src: mongod.conf.j2\n dest: /etc/mongod.conf\n mode: 0644\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
pichuang/vm_pool
6903110f9ab21ef1ad8fd25f20ebc4e0d460c838
0
opennet_workstation/provisioning/roles/ansible
264
[ "no_license" ]
[ { "path": "opennet_workstation/provisioning/roles/ansible/tasks/main.yml", "content": "- name: Install Ansible ppa\n apt_repository: repo='ppa:ansible/ansible'\n tags: ansible\n\n- name: Update APT Cache\n apt: update_cache=yes\n\n- name: Install Ansible\n apt: name={{ item }} state=present\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
pichuang/vm_pool
6903110f9ab21ef1ad8fd25f20ebc4e0d460c838
0
opennet_workstation/provisioning/roles/apt
264
[ "no_license" ]
[ { "path": "opennet_workstation/provisioning/roles/apt/tasks/main.yml", "content": "- name: Replace APT source list\n replace:\n dest=/etc/apt/sources.list\n regexp='us.archive.ubuntu.com'\n replace='ubuntu.cs.nctu.edu.tw'\n backup=yes\n\n- name: Update APT Cache\n apt: update_cache=yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/acct
264
[ "no_license" ]
[ { "path": "playbooks/roles/acct/tasks/main.yml", "content": "---\n\n- name: Install Acct\n apt: name=acct state=present\n become: yes\n tags: [\"acct\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/common
264
[ "no_license" ]
[ { "path": "playbooks/roles/common/templates/nanorc", "content": "set tabsize 4\nset tabstospaces\nset autoindent\nset const\nset nowrap\nset smooth\nset softwrap\nset smarthome\nset nonewlines\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "play...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1339, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/denyhosts
264
[ "no_license" ]
[ { "path": "playbooks/roles/denyhosts/tasks/main.yml", "content": "---\n\n- name: Install denyhosts\n apt: name=denyhosts state=present\n become: yes\n tags: [\"denyhosts\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/fail2ban
264
[ "no_license" ]
[ { "path": "playbooks/roles/fail2ban/tasks/main.yml", "content": "---\n\n- name: Install fail2ban\n apt: name=fail2ban state=present\n become: yes\n tags: [\"fail2ban\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/git
264
[ "no_license" ]
[ { "path": "playbooks/roles/git/tasks/main.yml", "content": "---\n\n- name: Install git\n apt: name=git state=present\n become: yes\n tags: [\"git\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/khro_app
264
[ "no_license" ]
[ { "path": "playbooks/roles/khro_app/templates/khro_app.run.sh", "content": "#!/usr/bin/env bash\n\ncd {{install_dir}}\nsource {{venv_dir}}/bin/activate\nsource {{install_dir}}/env.sh\n\nworkers=$(expr $(nproc) \\* 2 + 1)\n\nexec gunicorn --workers $workers --bind 127.0.0.1:{{khro_app_port}} khro_app.wsgi -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5594, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/letsencrypt
264
[ "no_license" ]
[ { "path": "playbooks/roles/letsencrypt/defaults/main.yml", "content": "---\ncertbot_url: https://dl.eff.org/certbot-auto\ncertbot_location: /opt/certbot-auto\ncertbot_email: \"<EMAIL>\"\n# dont change the name unless\n# you want to have more than one certbot-auto running\n# the name is just used to uniquely...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1431, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/letsencrypt_cert
264
[ "no_license" ]
[ { "path": "playbooks/roles/letsencrypt_cert/defaults/main.yml", "content": "---\ncertbot_location: /opt/certbot-auto\ncertbot_email: \"<EMAIL>\"\ncertbot_prehook: \"service nginx stop\"\ncertbot_posthook: \"service nginx start\"\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/logrotate
264
[ "no_license" ]
[ { "path": "playbooks/roles/logrotate/tasks/main.yml", "content": "---\n\n- name: Install logrotate\n apt: name=logrotate state=present\n become: yes\n tags: [\"logrotate\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/mysql
264
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install mysql (and friends)\n apt: name={{ item }} state=present\n with_items:\n - python-mysqldb\n - mysql-client\n - mysql-common\n - mysql-server\n - default-libmysqlclient-dev\n become: yes\n tags: [\"mysql\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/nginx
264
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/handlers/main.yml", "content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: stop nginx\n service: name=nginx state=stopped\n\n- name: start nginx\n service: name=nginx state=started\n\n- name: confirm nginx config\n command: nginx -t\n be...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3691, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/os-hardening
264
[ "no_license" ]
[ { "path": "playbooks/roles/os-hardening/tasks/file_access.yml", "content": "---\n\n- name: find directories for minimizing access\n stat:\n path: \"{{ item }}\"\n register: minimize_access_directories\n become: yes\n with_items:\n - '/usr/local/sbin'\n - '/usr/local/bin'\n - '/usr/sbin'\n ...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8301, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/postgresql
264
[ "no_license" ]
[ { "path": "playbooks/roles/postgresql/defaults/main.yml", "content": "---\n\npg_unix_socket: \"/var/run/postgresql/\"\npg_ubuntu_version: \"xenial\"\npg_version: \"10\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "playbooks/roles/postgresql/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/python
264
[ "no_license" ]
[ { "path": "playbooks/roles/python/tasks/main.yml", "content": "---\n\n- name: Add python3.6 ppa\n apt_repository: repo=\"ppa:jonathonf/python-3.6\" state=present\n become: yes\n tags: [\"python\"]\n\n- name: Install python, python-dev, python-setuptools, python3-pip and virtualenv\n apt: name={{ item }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/rabbitmq
264
[ "no_license" ]
[ { "path": "playbooks/roles/rabbitmq/tasks/main.yml", "content": "---\n\n- name: Add Rabbit APT keys\n apt_key: url=https://www.rabbitmq.com/rabbitmq-release-signing-key.asc state=present\n become: yes\n tags: [\"rabbitmq\"]\n\n- name: Add Rabbit APT repos\n apt_repository: repo='deb http://www.rabbitmq....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/ssh
264
[ "no_license" ]
[ { "path": "playbooks/roles/ssh/defaults/main.yml", "content": "---\n\nssh_port: 22\nallow_users: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "playbooks/roles/ssh/files/ssh_config", "content": "Host *\n Protocol 2\n ClientAliveInte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 479, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/sudoers
264
[ "no_license" ]
[ { "path": "playbooks/roles/sudoers/defaults/main.yml", "content": "---\n\nsudo_magick_needed: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "playbooks/roles/sudoers/tasks/main.yml", "content": "---\n\n- name: deploy user can become oth...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 199, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/supervisor
264
[ "no_license" ]
[ { "path": "playbooks/roles/supervisor/defaults/main.yml", "content": "---\nsupervisor_conf_dir: /etc/supervisor/conf.d/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "playbooks/roles/supervisor/tasks/main.yml", "content": "---\n\n- name: Ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 485, "all_permissive": false }
ansible_role
smburu/KHRO_DCT
7d0e1de0e40b3f7a434e9095931e2dc3af98e18a
0
playbooks/roles/ufw
264
[ "no_license" ]
[ { "path": "playbooks/roles/ufw/handlers/main.yml", "content": "---\n\n- name: disable ufw\n ufw: state=disabled\n become: yes\n tags: [\"ufw\"]\n\n- name: enable ufw\n ufw: state=enabled\n become: yes\n tags: [\"ufw\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1051, "all_permissive": false }
ansible_role
victoriiastee/Hometask-7-Hardening
9ae61bd6ba3060f1c9783963687bb72ecd608940
0
roles/hardening-password
264
[ "no_license" ]
[ { "path": "roles/hardening-password/tasks/main.yml", "content": "---\n# tasks file for hardening-password\n- name: Hardening password\n ansible.builtin.replace:\n path: /etc/pam.d/common-password\n regexp: 'pam_pwquality.so retry=3'\n replace: 'pam_pwquality.so retry=3 minlen=8 usercheck = 1 enfor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
victoriiastee/Hometask-7-Hardening
9ae61bd6ba3060f1c9783963687bb72ecd608940
0
roles/install-packages
264
[ "no_license" ]
[ { "path": "roles/install-packages/tasks/main.yml", "content": "---\n# tasks file for install-packages\n- name: Install pam packages\n apt:\n name:\n - libpam-pwquality\n - cracklib-runtime\n state: present\n update_cache: 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": 175, "all_permissive": false }
ansible_role
nbandi7/NagiosWithAnsible
dd4436b2d4558c87726b3813d7e52c8291b01cd6
0
roles/nagios_core
264
[ "no_license" ]
[ { "path": "roles/nagios_core/defaults/main.yml", "content": "---\n# defaults file for nagios_core\n\n# Nagios Core Version \nnagios_version: \"4.4.5\"\n\n# Download directory\nnagios_download_dir: /tmp\n\n# Nagios Core downloading link \nnagios_download_source_link: \"https://github.com/NagiosEnterprises/na...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 12076, "all_permissive": false }
ansible_role
nbandi7/NagiosWithAnsible
dd4436b2d4558c87726b3813d7e52c8291b01cd6
0
roles/nagios_nrpe
264
[ "no_license" ]
[ { "path": "roles/nagios_nrpe/handlers/main.yml", "content": "---\n# handlers file for nagios_nrpe", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/nagios_nrpe/README.md", "content": "Nagios NRPE\n=========\n\nThis role enables you to insta...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3746, "all_permissive": false }
ansible_role
nbandi7/NagiosWithAnsible
dd4436b2d4558c87726b3813d7e52c8291b01cd6
0
roles/nagios_plugins
264
[ "no_license" ]
[ { "path": "roles/nagios_plugins/tasks/rhel.yml", "content": "---\n\n- include_vars: vars/rhel_vars.yml\n\n# tasks file for nagios_plugins\n- name: Ensure Prerequisites for Nagios Plugins are present\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n \"{{ plugin_prerequisites }}\"\n\n- name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3741, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/basics
264
[ "no_license" ]
[ { "path": "roles/basics/tasks/main.yml", "content": "---\n- name: Update\n become: yes\n shell: \"yum update -y\"\n\n- name: Install epel-release\n become: yes\n yum:\n name: epel-release\n state: present\n\n#- name: install python2-pip\n# become: yes\n# yum:\n# name: python2-pip\n# state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 738, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/conf_instances
264
[ "no_license" ]
[ { "path": "roles/conf_instances/meta/main.yml", "content": "---\ndependencies:\n - role: common\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/conf_instances/tasks/provide.yml", "content": "---\n- name: \"Creation de {{ machine.cou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1781, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/docker_install
264
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\n- name: remove old docker packages\n become: yes\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1978, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/gitlab_install
264
[ "no_license" ]
[ { "path": "roles/gitlab_install/tasks/main.yml", "content": "---\n\n- name: create gitlab home directories\n file:\n path: \"./{{ item }}\"\n state: directory\n owner: centos\n group: centos\n loop:\n - gitlab/config\n - gitlab/logs\n - gitlab/\n\n# Installation du conteneur Gitlab Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/httpd_install
264
[ "no_license" ]
[ { "path": "roles/httpd_install/tasks/main.yml", "content": "---\n# Installation httpd et configuration du volume\n\n- name: creation du volume website\n file:\n path: ./website\n state: directory\n owner: centos\n group: centos\n\n- name: installation du conteneur httpd\n become: yes\n docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/init_mainserv
264
[ "no_license" ]
[ { "path": "roles/init_mainserv/tasks/main.yml", "content": "---\n- name: install python package boto and boto3\n pip:\n name:\n - botocore\n - boto\n - boto3\n state: present\n\n- name: Create Access Key\n ec2_key:\n aws_access_key: \"{{ aws.access_key }}\"\n aws_secret_key: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/jenkins_install
264
[ "no_license" ]
[ { "path": "roles/jenkins_install/tasks/main.yml", "content": "---\n- name: Create jenkins directory\n file: path=\"{{ jenkins_dir }}\" recurse=yes state=directory owner=centos group=centos\n\n- name: Install Jenkins container\n become: yes\n docker_container:\n name: jenkins\n image: \"{{ jenkins_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/python_serv_install
264
[ "no_license" ]
[ { "path": "roles/python_serv_install/files/Jenkinsfile", "content": "\nnode {\n def app\n\n stage('Clone repository') {\n /* Let's make sure we have the repository cloned to our workspace */\n\n checkout scm\n }\n\n stage('Initialize'){\n def dockerHome = tool 'docker'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
Hrodwald/PoeProjetFinal
6054238bbb1f6b2f14075ca595bbb1de9d29a100
0
roles/tomcat_serv_install
264
[ "no_license" ]
[ { "path": "roles/tomcat_serv_install/tasks/main.yml", "content": "---\n- name: copy war file\n copy: \n src: \"target/\"\n dest: \"/srv/tomcat/webapps/\"\n\n- name: copy sql file\n copy: \n src: \"USER.sql\"\n dest: \"/srv/mysql/mysql-dump/\"\n\n- name: Install container mysql\n# become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1273, "all_permissive": false }
ansible_role
ipedrohenrick/dot.sh
f1f63b12e07ed4f44589f845f53feb243305e758
0
roles/fedora
264
[ "no_license" ]
[ { "path": "roles/fedora/files/zsh/.zshrc", "content": "# vi: ft=sh\n\nif [[ -r \"${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh\" ]]; then\n source \"${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh\"\nfi\n\nZINIT_HOME=\"${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zin...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 12312, "all_permissive": false }
ansible_role
aroun/appsmithorg-deploy
dd8cf65239c4bcdeef2f86605135fcc8389955b3
3
deploy/ansible/appsmith_playbook/roles/setup-appsmith
264
[ "no_license" ]
[ { "path": "deploy/ansible/appsmith_playbook/roles/setup-appsmith/tasks/setup-appsmith.yml", "content": "---\n- name: Create installation folder\n file:\n path: '{{ install_dir }}'\n state: directory\n\n- name: Download docker-compose.yml\n get_url:\n url: https://raw.githubusercontent.com/appsmit...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3566, "all_permissive": false }
ansible_role
CPE232-MarkAngelo/Hands-On-Activity-11
d9ca50564b3e8a736389d0508c43f4328b257026
0
roles/Docker
264
[ "no_license" ]
[ { "path": "roles/Docker/tasks/main.yml", "content": "#Ubunntu server installation main.yml\n---\n- name: Install docker\n apt:\n name: docker.io\n state: latest\n\n- name: Enable docker socket\n service:\n name: docker\n state: restarted\n enabled:\n\n- name: Start docker service \n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
augustine-tran/phalcon-ansible
bb3174ee1bd62a33c7f94f8f3c67731e692a7f12
0
roles/doctrine-migration
264
[ "no_license" ]
[ { "path": "roles/doctrine-migration/vars/main.yml", "content": "---\n# vars file for doctrine-migration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/doctrine-migration/handlers/main.yml", "content": "---\n# handlers file for doctrine...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 799, "all_permissive": false }
ansible_role
augustine-tran/phalcon-ansible
bb3174ee1bd62a33c7f94f8f3c67731e692a7f12
0
roles/gucms
264
[ "no_license" ]
[ { "path": "roles/gucms/vars/main.yml", "content": "---\n# vars file for gucms\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/gucms/handlers/main.yml", "content": "---\n# handlers file for gucms\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 742, "all_permissive": false }
ansible_role
augustine-tran/phalcon-ansible
bb3174ee1bd62a33c7f94f8f3c67731e692a7f12
0
roles/sarrubia.phalcon
264
[ "no_license" ]
[ { "path": "roles/sarrubia.phalcon/tasks/main.yml", "content": "- name: check phalcon version\n shell: php -i | grep Phalcon\n register: current_phalcon_extension\n ignore_errors: True\n\n- name: Add Phalcon PHP Framework PPA repository\n apt_repository: repo='ppa:phalcon/stable'\n tags: phalcon\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
pacocampo/batch6_cloud
635fa26eb18df140195b6eaaad8dd18c66299f11
2
08_IaC/Ansible/06_roles/roles/create
264
[ "no_license" ]
[ { "path": "08_IaC/Ansible/06_roles/roles/create/vars/main.yaml", "content": "keypair: ansible-ec2-key #Key Pair name\ninstance_type: t2.micro\nsecurity_group: launch-wizard-1 #Security group (SSH must be enabled)\nimage: ami-07d0cf3af28718ef8 #OS id image\nregion: us-east-1", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }
ansible_role
pacocampo/batch6_cloud
635fa26eb18df140195b6eaaad8dd18c66299f11
2
08_IaC/Ansible/06_roles/roles/ssh
264
[ "no_license" ]
[ { "path": "08_IaC/Ansible/06_roles/roles/ssh/tasks/main.yaml", "content": "---\n# Add host to group \"launched\" we can use them later\n- name: Add new instance to host group\n add_host:\n hostname: \"{{ item.public_ip }}\"\n groupname: launched\n with_items: \"{{ instance.instances }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
pacocampo/batch6_cloud
635fa26eb18df140195b6eaaad8dd18c66299f11
2
08_IaC/Ansible/06_roles/roles/updateinstance
264
[ "no_license" ]
[ { "path": "08_IaC/Ansible/06_roles/roles/updateinstance/tasks/main.yaml", "content": "---\n- name: Update apt\n shell: apt update\n \n with_items: \"{{ instance.instances }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
moritoki-study/prometheus-playbook-cloudformation
3aab7b789d8bb2b1a9d9e98cffc65019e63fee28
0
roles/common
264
[ "no_license" ]
[ { "path": "roles/common/tasks/common.yml", "content": "---\n- name: yum install multi-list\n yum:\n name:\n - git\n - nc\n - stress\n state: latest\n # state: present\n#- name: yum Upgrade all packages\n# yum:\n# name: '*'\n# state: latest\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
moritoki-study/prometheus-playbook-cloudformation
3aab7b789d8bb2b1a9d9e98cffc65019e63fee28
0
roles/test_httpserver
264
[ "no_license" ]
[ { "path": "roles/test_httpserver/files/grok_exporter.yml", "content": "# matchするデータをa_httpserver_log_hello_totalとしてprometheusに送る\n# おそらくだが、別のログを監視したい場合、ymlを増やす必要がある。\n\n# これがわかりやすい\n# https://recruit.gmo.jp/engineer/jisedai/blog/prometheus-grok-log-monitoring/\n# https://grokdebug.herokuapp.com/\n\n# HTTPSE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2583, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/apt
264
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yaml", "content": "---\n- name: update apt package cache\n apt: update_cache=yes cache_valid_time=3600\n- name: ensure aptitude is present\n apt: pkg=aptitude state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/common
264
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: use apt to update packages\n apt: upgrade=safe\n tags: security update\n\n- name: ensure user neal is present\n user:\n name: neal\n state: present\n shell: /bin/bash\n groups: neal,sudo\n tags: neal\n- name: set pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 561, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/git-users
264
[ "no_license" ]
[ { "path": "ansible/roles/git-users/tasks/main.yaml", "content": "---\n- name: install git\n apt: pkg=git state=present\n tags: dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/hg
264
[ "no_license" ]
[ { "path": "ansible/roles/hg/tasks/main.yaml", "content": "---\n- name: install hg\n apt: pkg=mercurial state=present\n tags: dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/java-dev
264
[ "no_license" ]
[ { "path": "ansible/roles/java-dev/tasks/main.yaml", "content": "---\n- name: install jdk\n apt: pkg=default-jdk state=present\n tags: dev java\n- name: install gradle\n apt: pkg=gradle state=present\n tags: dev java\n- name: enable gradle daemon for neal\n sudo: yes\n sudo_user: neal\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/master
264
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yaml", "content": "---\n- name: ensure ansible is present\n apt: pkg=ansible state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/neal
264
[ "no_license" ]
[ { "path": "ansible/roles/neal/files/.vimrc", "content": "runtime bundle/vim-pathogen/autoload/pathogen.vim\n\nexecute pathogen#infect()\nexecute pathogen#helptags()\n\nfiletype plugin indent on\nsyntax on\n\nset number\nset background=dark\ncolorscheme solarized\nhi Normal ctermbg=none\n\nset rtp+=/usr/shar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1814, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/python
264
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yaml", "content": "---\n- name: ensure pip is installed\n apt: pkg=python-pip state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/server
264
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yaml", "content": "---\n- name: ensure ufw is installed\n apt: pkg=ufw state=present\n tags: ufw firewall security\n- name: deny requests\n ufw: state=enabled policy=deny\n tags: ufw firewall security\n- name: allow ssh traffic\n ufw: rule=allow port=22 proto=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1755, "all_permissive": false }
ansible_role
nealfinne/configuration
fe5f7573179bf9a42d2ad40bed3232600c3546fa
0
ansible/roles/vim-users
264
[ "no_license" ]
[ { "path": "ansible/roles/vim-users/tasks/main.yaml", "content": "---\n- name: ensure vim is present\n apt: pkg=vim state=present\n tags: vim editor\n- name: set vim as default text editor\n alternatives: name=editor path=/usr/bin/vim.basic\n tags: vim editor\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
ihcsof/VirtualizationAndCloud
8dcba8c64cf3bf01c1318063880555ec3e6ef917
0
project/roles/docker
266
[ "no_license" ]
[ { "path": "project/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n\n# TASK 1\n- name: Add Docker apt repository key.\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n # we need dest for the signed-by option in the next task\n dest: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1455, "all_permissive": false }
ansible_role
ihcsof/VirtualizationAndCloud
8dcba8c64cf3bf01c1318063880555ec3e6ef917
0
project/roles/nfs
266
[ "no_license" ]
[ { "path": "project/roles/nfs/handlers/main.yml", "content": "---\n# handlers file for roles/nfs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "project/roles/nfs/tasks/main.yml", "content": "---\n# tasks file for roles/nfs\n\n# TASK 6\n# task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2631, "all_permissive": false }
ansible_role
ihcsof/VirtualizationAndCloud
8dcba8c64cf3bf01c1318063880555ec3e6ef917
0
project/roles/refresh-local-images
266
[ "no_license" ]
[ { "path": "project/roles/refresh-local-images/tasks/main.yml", "content": "---\n- name: List all images\n community.docker.docker_image_info:\n register: images\n\n- name: Pull again local images\n community.docker.docker_image:\n name: \"{{ item }}\"\n source: pull\n force_source: true\n loop:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
ihcsof/VirtualizationAndCloud
8dcba8c64cf3bf01c1318063880555ec3e6ef917
0
project/roles/registry
266
[ "no_license" ]
[ { "path": "project/roles/registry/defaults/main.yml", "content": "---\n# defaults file for roles/registry\nregistry_name: registry.vcc.local\nregistry_port: 5000\nregistry_metrics_port: 5051\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "projec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5832, "all_permissive": false }