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
qjabparas/MidExam_PARAS
5dedfad7d141d3f86c4a348d14e5315a50926ca7
0
roles/ubuntugrafana
8,040
[ "no_license" ]
[ { "path": "roles/ubuntugrafana/defaults/main.yml", "content": "---\n# defaults file for ubuntugrafana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/ubuntugrafana/handlers/main.yml", "content": "---\n# handlers file for ubuntugrafana", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 678, "all_permissive": false }
ansible_role
qjabparas/MidExam_PARAS
5dedfad7d141d3f86c4a348d14e5315a50926ca7
0
roles/ubuntuinfluxdb
8,040
[ "no_license" ]
[ { "path": "roles/ubuntuinfluxdb/tasks/main.yml", "content": "---\n# tasks file for ubuntuinfluxdb\n\n- name: InfluxDB Apt Key on Ubuntu\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n state: present\n\n- name: Make files on Ubuntu\n file:\n path: \"/etc/apt/sources.list.d/influxdb.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
qjabparas/MidExam_PARAS
5dedfad7d141d3f86c4a348d14e5315a50926ca7
0
roles/ubuntumaria
8,040
[ "no_license" ]
[ { "path": "roles/ubuntumaria/tasks/main.yml", "content": "---\n# tasks file for ubuntumaria\n\n- name: Start mariadb\n service:\n name: mariadb\n state: started\n enabled: yes\n", "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
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/dnsmasq
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/dnsmasq/templates/hosts.j2", "content": "127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\nfc00:db20:35b:7399::5 ipv6-allnodes\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allrouters\n\n# services in this machine\n{{ server_ip }} mtls.tak.{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2677, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/dy-ddns-cron-job
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/dy-ddns-cron-job/tasks/main.yml", "content": "---\n- name: Dy.fi DDNS Cron | DDNS Cronjob\n become: yes\n template:\n src: ./roles/cron-ddns-job/templates/ddnscron.sh.j2\n dest: /etc/cron.hourly/ddnscron\n owner: root\n mode: 710\n\n- name: Dy.fi DDNS Cron | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/dy-ddns-hello
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/dy-ddns-hello/templates/ddnscron.sh.j2", "content": "#!/bin/sh\nwget --delete-after --no-check-certificate --no-proxy --user={{ dyuser }} --password {{ <PASSWORD> }} https://www.dy.fi/nic/update?hostname={{ ddns_domainname }}\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 831, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/install-rm
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/install-rm/tasks/deploy_dev_rm.yml", "content": "- name: Deploy RM | Build RM locally if so is desired\n when: build_locally == 'true'\n block:\n - name: Check if Docker Compose containers are already built\n ansible.builtin.shell:\n cmd: docker compose -f ...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 23040, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/prepare-control-node
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/prepare-control-node/tasks/first_contact.yml", "content": "---\n- name: Push target Ansible user to the target, at first contact\n delegate_to: localhost\n shell: |\n ssh-copy-id -i {{ ansible_ssh_public_key_file }} {{ target_ansible_user }}@{{ target_address }}\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1004, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/prepare-vm
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/prepare-vm/templates/resolv.conf.j2", "content": "# Managed by Ansible\nnameserver 8.8.8.8\nnameserver 1.1.1.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "source/playbooks/roles/prepare-vm/tasks/passwordless_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1859, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/rm-add-admin
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/rm-add-admin/tasks/main.yml", "content": "- name: RM Add Admin | Execute get new admin code command (dev)\n ansible.builtin.shell:\n cmd: >\n docker exec -it rmdev-rmapi-1 /bin/bash -c \"source ../.venv/bin/activate && rasenmaeher_api addcode\"\n chdir: /home/an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/rm-pull-new
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/rm-pull-new/tasks/main.yml", "content": "---\n- name: Pull new Docker images\n community.docker.docker_compose:\n project_src: \"/home/{{ ansible_user }}/docker-rasenmaeher-integration\"\n files:\n - docker-compose.yml\n pull: yes\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
pvarki/ansible-rasenmaeher-deployment
5b6f51bfa9ef6075249f15f4fc8871671407985a
1
source/playbooks/roles/rm-remove
8,040
[ "no_license" ]
[ { "path": "source/playbooks/roles/rm-remove/tasks/main.yml", "content": "- name: Remove RM | Stop and remove RM at target\n when: remove_composition == 'true'\n block:\n - name: Remove RM | List all containers\n community.docker.docker_host_info:\n containers: yes\n register: docker_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1311, "all_permissive": false }
ansible_role
DarkSide2018/ansible-works
5228ddd0babf10d48489944727097ed37a69acad
0
roles/print_variable_one
8,040
[ "no_license" ]
[ { "path": "roles/print_variable_one/tasks/main.yml", "content": "- name: Print the variable\n debug:\n msg: \"The value of my_var is {{ my_var }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
DarkSide2018/ansible-works
5228ddd0babf10d48489944727097ed37a69acad
0
roles/print_variable_two
8,040
[ "no_license" ]
[ { "path": "roles/print_variable_two/tasks/main.yml", "content": "- name: Print the variable\n debug:\n msg: \"The value of my_var is {{ my_variable }} {{my_var}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
ferrarimarco/home-lab
0719ae141222f7ebf6a00f67611f83ca5152e4b8
12
config/ansible/roles/ferrarimarco_home_lab_boot_bare_metal
8,040
[ "no_license" ]
[ { "path": "config/ansible/roles/ferrarimarco_home_lab_boot_bare_metal/tasks/wake.yaml", "content": "---\n- name: Send Wake-on-LAN magic packets\n community.general.wakeonlan:\n mac: \"{{ item.mac_address }}\"\n # Don't report changes because this task always reports a status\n # of 'changed', breaking...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 800, "all_permissive": false }
ansible_role
ferrarimarco/home-lab
0719ae141222f7ebf6a00f67611f83ca5152e4b8
12
config/ansible/roles/ferrarimarco_home_lab_bootstrap
8,040
[ "no_license" ]
[ { "path": "config/ansible/roles/ferrarimarco_home_lab_bootstrap/vars/Debian.yaml", "content": "---\napt_cache_valid_time: 3600\nbootstrap_os_packages:\n - apt-transport-https\n - ca-certificates\n - gnupg2\n # We need this for the ansible.builtin.deb822_repository task\n - python3-debian\n - rsync\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7424, "all_permissive": false }
ansible_role
ferrarimarco/home-lab
0719ae141222f7ebf6a00f67611f83ca5152e4b8
12
config/ansible/roles/ferrarimarco_home_lab_coral
8,040
[ "no_license" ]
[ { "path": "config/ansible/roles/ferrarimarco_home_lab_coral/defaults/main.yaml", "content": "---\nhas_coral_pci_accelerator: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "config/ansible/roles/ferrarimarco_home_lab_coral/meta/main.yaml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1232, "all_permissive": false }
ansible_role
ferrarimarco/home-lab
0719ae141222f7ebf6a00f67611f83ca5152e4b8
12
config/ansible/roles/ferrarimarco_home_lab_proxmox
8,040
[ "no_license" ]
[ { "path": "config/ansible/roles/ferrarimarco_home_lab_proxmox/handlers/main.yaml", "content": "---\n- name: Update proxmox boot config\n ansible.builtin.command: proxmox-boot-tool refresh\n become: true\n\n- name: Reboot the host\n become: true\n ansible.builtin.reboot:\n msg: \"Reboot initiated by A...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6364, "all_permissive": false }
ansible_role
ferrarimarco/home-lab
0719ae141222f7ebf6a00f67611f83ca5152e4b8
12
config/ansible/roles/ferrarimarco_home_lab_setup_disks
8,040
[ "no_license" ]
[ { "path": "config/ansible/roles/ferrarimarco_home_lab_setup_disks/meta/main.yaml", "content": "---\ngalaxy_info:\n author: https://github.com/ferrarimarco\n description: |\n Role to configure disks, partitions, and filesystems in my lab.\n license: MIT\n min_ansible_version: \"2.17.3\"\n platforms:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1384, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/ansible
8,040
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n#ansible\n- name: install python-pip\n package:\n name: 'python-pip'\n state: latest\n\n- name: install\n pip:\n name: ansible\n version: 2.6.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/apt
8,040
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n#apt\n- name: full upgrade\n apt:\n upgrade: full\n update_cache: yes\n force_apt_get: yes\n register: reboot_required\n retries: 10\n until: reboot_required is not changed\n\n- name: autoclean\n apt:\n autoclean: yes\n register: reboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/docker
8,040
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n#docker\n- include_role:\n name: docker-io\n when: ansible_facts['distribution'] == \"CentOS\" and ansible_facts['distribution_major_version'] == '6'\n\n- include_role:\n name: docker-ce\n when: (ansible_facts['distribution'] == \"Ubuntu\" an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/docker-ce
8,040
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "---\n#docker-ce\n- name: Add an apt key by id from a keyserver\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n when: ansible_pkg_mgr == 'apt'\n\n- apt_repository:\n repo: \"deb [arch=amd64] https://download....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1657, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/docker-io
8,040
[ "no_license" ]
[ { "path": "roles/docker-io/tasks/main.yml", "content": "---\n#docker-io\n#add epel\n- include_tasks:\n file: roles/yum/tasks/install_epel-release.yml\n\n#install docker\n- name: install docker-io\n package:\n name: docker-io\n state: present\n\n#start docker\n- name: start service\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/dropbox
8,040
[ "no_license" ]
[ { "path": "roles/dropbox/tasks/main.yml", "content": "---\n#dropbox\n- name: download and extract\n unarchive:\n src: 'https://www.dropbox.com/download?plat=lnx.x86_64'\n dest: /home/{{ vault_workstation_user }}/\n remote_src: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/factorio
8,040
[ "no_license" ]
[ { "path": "roles/factorio/vars/main.yml", "content": "---\nfactorio_name: 'factorio'\nfactorio:\n path: '{{ docker_volume_data_dir.path }}/{{ factorio_name }}'\n owner: 'root'\n group: 'root'\n mode: '0700'\n\nfactorio_config_name: 'config'\nfactorio_config:\n path: '{{ factorio.path }}/{{ fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2536, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/filezilla
8,040
[ "no_license" ]
[ { "path": "roles/filezilla/tasks/main.yml", "content": "---\n#filezilla\n- name: apt update\n apt:\n update_cache: yes\n when:\n - ansible_pkg_mgr == 'apt'\n\n- name: install package\n package:\n name: 'filezilla'\n state: latest\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/firewall
8,040
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- include_role:\n name: iptables\n when: ansible_facts['distribution'] == \"CentOS\" and ansible_facts['distribution_major_version'] == '6'\n\n- include_role:\n name: firewalld\n when: ansible_facts['distribution'] == \"CentOS\" and ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/firewalld
8,040
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/firewalld_allow.yml", "content": "---\n#firewalld\n- firewalld:\n port: '{{ item.number }}/{{ item.protocol}}'\n permanent: yes\n state: enabled\n loop: '{{ allowed_firewall_ports }}'\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/gitkraken
8,040
[ "no_license" ]
[ { "path": "roles/gitkraken/tasks/main.yml", "content": "---\n#gitkraken\n\n#need to build and implement for yum based systems\n#https://support.gitkraken.com/how-to-install\n\n- name: check if already installed\n command: dpkg-query -W gitkraken\n register: gitkraken_check_deb\n failed_when: gitkraken_ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/gitlab
8,040
[ "no_license" ]
[ { "path": "roles/gitlab/defaults/main.yml", "content": "---\n#dockerhub\ngitlab_docker_image_publisher: 'gitlab'\ngitlab_docker_image: 'gitlab-ce'\ngitlab_docker_image_version: '11.6.5-ce.0' #never use latest, gitlab restore can only be done to the same version\n\n#ports\ngitlab_port_22: '22' #the host may ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3980, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/gnome_setup
8,040
[ "no_license" ]
[ { "path": "roles/gnome_setup/tasks/main.yml", "content": "---\n#gnome_setup\n- name: adding password\n user:\n name: '{{ vault_workstation_user }}'\n password: \"{{ vault_workstation_user_password | password_hash('<PASSWORD>') if vault_workstation_user_password is not undefined else '' }}\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/host_data
8,040
[ "no_license" ]
[ { "path": "roles/host_data/tasks/main.yml", "content": "---\n#make filesystem\n\n#create directory\n- name: create {{ host_data_dir.path }}\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n loop:\n - '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/hostname
8,040
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n#hostname\n- name: set hostname\n hostname:\n name: '{{ my_hostname }}'\n register: reboot_required\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/iptables
8,040
[ "no_license" ]
[ { "path": "roles/iptables/templates/iptables_centos_6.j2", "content": "# Generated by iptables-save v1.4.7 on Mon Jan 21 08:12:01 2019\n*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [33232:1862842]\n-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -p icmp -j ACCEPT\n-A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1935, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/jenkins
8,040
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "---\n#dockerhub\njenkins_docker_image_publisher: 'jenkins'\njenkins_docker_image: 'jenkins'\njenkins_docker_image_version: '2.157-alpine'\n\n#docker ports\njenkins_port_8080: '8080'\njenkins_port_50000: '50000'\n\n#host firewall\njenkins_firewall:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2421, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/kvm
8,040
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n#https://help.ubuntu.com/community/KVM/Installation\n#https://www.cyberciti.biz/faq/installing-kvm-on-ubuntu-16-04-lts-server/\n#apt-get install qemu-kvm libvirt-bin virtinst bridge-utils cpu-checker ubuntu-vm-builder\n- name: install packages\n packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/media_drive
8,040
[ "no_license" ]
[ { "path": "roles/media_drive/tasks/main.yml", "content": "---\n- name: mount\n mount:\n src: '{{ media_drive_absolute_src }}'\n path: '{{ media_drive_absolute_path }}'\n state: mounted\n fstype: cifs\n opts: guest\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 371, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/mkfs
8,040
[ "no_license" ]
[ { "path": "roles/mkfs/tasks/main.yml", "content": "---\n#mkfs-and-mount\n- name: check for additional disks\n #call lsblk KNAME column only, greping for anything sd* BUT sda, return code is always 0 so play wont fail\n shell: 'lsblk -ido KNAME | grep -i \"sd[^a]\" || :'\n register: fdisk_output\n\n- debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1949, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/molecule
8,040
[ "no_license" ]
[ { "path": "roles/molecule/tasks/main.yml", "content": "---\n- name: install prereqs\n package:\n name: '{{ item }}'\n with_items:\n - python-pip\n\n- name: install prereqs\n pip:\n name: '{{ item }}'\n state: latest\n with_items:\n - 'pip virtualenv -U'\n - 'molecule'\n - 'ansible'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/mount-nas
8,040
[ "no_license" ]
[ { "path": "roles/mount-nas/tasks/main.yml", "content": "---\n#mount-nas\n- name: create {{ nas_data_dir.path }}\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n with_items:\n - '{{ nas_data_dir }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 925, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/nfs
8,040
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n#nfs\n#https://hub.docker.com/r/itsthenetwork/nfs-server-alpine/\n#http://nfs.sourceforge.net/nfs-howto/ar01s05.html\n- name: create directories\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2162, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/nginx
8,040
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n#nginx\n- name: create directories\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n with_items:\n - '{{ nginx_container_dir }}'\n - '{{ ngin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2818, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/notepad_plus_plus
8,040
[ "no_license" ]
[ { "path": "roles/notepad_plus_plus/tasks/main.yml", "content": "---\n#notepad++\n- name: install snapd\n package:\n name: 'snapd'\n state: present\n\n- name: check if notepad++ is installed\n command: snap list | grep notepad-plus-plus\n register: notepad_plus_plus_check_snap\n failed_when: notepa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/openssh-server
8,040
[ "no_license" ]
[ { "path": "roles/openssh-server/tasks/main.yml", "content": "---\n#openssh-server\n- name: allow hardened ssh in selinux\n seport:\n ports: '{{ hardened_ssh_port }}'\n proto: tcp\n setype: ssh_port_t\n state: present\n when: ansible_facts['distribution'] == \"CentOS\"\n register: reboot_requi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/packages
8,040
[ "no_license" ]
[ { "path": "roles/packages/vars/packages_centos_7.yml", "content": "---\npackages_to_remove:\n - qemu #we use virtualbox\n - xen-hypervisor-4.6-amd64 #we use virtualbox\n\n#standard environment packages\npackages_to_add_standard:\n #ansible prereqs\n - crontabs\n - policycoreutils-python\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3875, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/packer
8,040
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n#packer\n- name: check if already installed\n command: which packer\n register: which_packer_check\n failed_when: which_packer_check.rc > 1\n changed_when: which_packer_check.rc == 1\n\n- name: clean install path\n file:\n state: absent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/percona_server_56
8,040
[ "no_license" ]
[ { "path": "roles/percona_server_56/tasks/main.yml", "content": "---\n#percona56\n- name: create directories\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n with_items:\n - '{{ percona56_docker }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4223, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/reboot
8,040
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n#reboot\n- name: reboot\n shell: \"sleep 2 && reboot || :\"\n async: 1\n poll: 0\n when: reboot_required is defined\n\n- name: switching ansible to hardened ssh\n set_fact:\n ansible_ssh_user: \"{{ hardened_ansible_user }}\"\n ansible_ssh_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/samba
8,040
[ "no_license" ]
[ { "path": "roles/samba/defaults/main.yml", "content": "---\n#https://hub.docker.com/r/itsthenetwork/nfs-server-alpine/\nsmb_docker_image_name: 'dperson/samba'\nsmb_docker_image_tag: 'latest'\n\nsmb_share_name: 'winshr'\nsmb_docker_container_name: 'smb-{{ smb_share_name }}'\n\nsmb_local_directories:\n - pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3343, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/slack
8,040
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yml", "content": "---\n#slack\n\n#need to build and implement for yum based systems\n#https://slack.com/downloads/linux\n\n- name: check if already installed\n command: dpkg-query -W slack-desktop\n register: slack_check_deb\n failed_when: slack_check_deb.rc > 1\n chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/storage
8,040
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n#storage\n- name: zpool\n include_role:\n name: \"zpool\"\n\n- name: create directories\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/terraform
8,040
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n#terraform\n- name: check if already installed\n command: which terraform\n register: which_terraform_check\n failed_when: which_terraform_check.rc > 1\n changed_when: which_terraform_check.rc == 1\n\n- name: clean install path\n file:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/terraria
8,040
[ "no_license" ]
[ { "path": "roles/terraria/tasks/main.yml", "content": "---\n#terraria\n- name: create directories\n file:\n path: '{{ item.path }}'\n state: directory\n owner: '{{ item.owner }}'\n group: '{{ item.group }}'\n mode: '{{ item.mode }}'\n with_items:\n - '{{ terraria }}'\n - '{{ terraria_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1949, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/timezone
8,040
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n#timezone\n- name: timezone\n timezone:\n name: '{{ timezone }}'\n register: reboot_required\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/ufw
8,040
[ "no_license" ]
[ { "path": "roles/ufw/defaults/main.yml", "content": "---\nfirewall:\n service_name: 'ufw'\n\nstandard_firewall:\n allowed:\n #ssh\n - { num: '2188', proto: 'tcp'}\n\nmysql_firewall:\n allowed:\n - { num: '3306', proto: 'tcp'}\n\nproxysql_firewall:\n allowed:\n - { num...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/users
8,040
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n#users\n- name: adding users\n user:\n name: '{{ item.username }}'\n shell: /bin/bash\n when: item.state == \"present\"\n with_items: '{{ u_users }}'\n\n- name: adding users to groups\n user:\n name: '{{ item.username }}'\n groups: '{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/vagrant
8,040
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n#vagrant\n- name: check if already installed\n command: dpkg-query -W vagrant\n when: ansible_virtualization_role is match(\"host\")\n register: vagrant_check_dpkg\n failed_when: vagrant_check_dpkg.rc > 1\n changed_when: vagrant_check_dpkg.rc =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/vagrant_setup
8,040
[ "no_license" ]
[ { "path": "roles/vagrant_setup/templates/Vagrantfile.j2", "content": "Vagrant.configure(\"2\") do |config|\n #version of the box\n config.vm.box = \"{{ item.ver }}\"\n\n config.vm.provider :virtualbox do |vb|\n #name the VM\n vb.name = \"{{ item.hostname }}\"\n end\n\n #homelab uses DHCP based on...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5462, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/vault
8,040
[ "no_license" ]
[ { "path": "roles/vault/defaults/main.yml", "content": "---\n#vault\nvault_docker_image_publisher: 'library'\nvault_docker_image: 'vault'\nvault_docker_image_version: '0.11.4'\n\n#ports\nvault_port_api:\n number: 8200\n protocol: tcp\n\nvault_port_cluster:\n number: 8201\n protocol: tcp\n\n#direc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2665, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/virtualbox
8,040
[ "no_license" ]
[ { "path": "roles/virtualbox/vars/main.yml", "content": "---\nvms_path_name: 'vms'\nvmvol:\n path: '{{ vm_dir.path }}/{{ vms_path_name }}'\n owner: 'root'\n group: 'root'\n mode: '0700'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2687, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/vscode
8,040
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n#vscode\n\n#need to build and implement for yum based systems\n#https://code.visualstudio.com/docs/setup/linux\n\n- name: check if already installed\n command: dpkg-query -W code\n register: vscode_check_deb\n failed_when: vscode_check_deb.rc > 1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1028, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/yum
8,040
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": "---\n#yum\n- include_tasks:\n file: roles/yum/tasks/install_epel-release.yml\n\n- name: upgrade\n yum:\n name: '*'\n state: latest\n update_cache: yes\n register: reboot_required\n retries: 10\n until: reboot_required is not changed\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
jeremy-banks/ansible
4f1bde3bf9f438690943294f00dea143d1374cb0
0
roles/zpool
8,040
[ "no_license" ]
[ { "path": "roles/zpool/tasks/create_zpool.yml", "content": "---\n- name: create zpool\n shell: '/sbin/zpool create -f {{ zpool_name }} {{ zpool_raid }} {{ zpool_drive_1 }} {{ zpool_drive_2 }} {{ zpool_drive_3 }} {{ zpool_drive_4 }} {{ zpool_drive_5 }} {{ zpool_drive_6 }} {{ zpool_drive_7 }} {{ zpool_drive_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5195, "all_permissive": false }
ansible_role
shirisha190/ansible
803db113e43f1495a4c114c443bf52832a921d53
0
kubernetes/roles/k8
8,040
[ "no_license" ]
[ { "path": "kubernetes/roles/k8/tasks/main.yml", "content": "- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: populate service facts\n service_facts:\n tags:\n - always\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
makkus/test_repo
40fb66ea3d2f3bd0eb2f84b83688e3ffa6ab84fa
0
roles/wilmardo.plex
8,040
[ "no_license" ]
[ { "path": "roles/wilmardo.plex/.travis.yml", "content": "---\ndist: trusty\nlanguage: python\nsudo: required\ncache:\n pip: true\n\nenv:\n global:\n - fast_finish: true\n - MAKEFLAGS=\"-j 2\"\n - PIP='pip'\n - ANSIBLE_VERSION='ansible'\n - SCENARIO=default\n\nmatrix:\n include:\n - pyth...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11073, "all_permissive": false }
ansible_role
hectorj12/devops-rhel7-terraform-offline
6ee030cc328c444e242ebe5414353aa7aaabda03
0
roles/terraform
8,040
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yaml", "content": "---\n\n - name: Copy Unzip rpm\n copy:\n src: \"../bin/{{ unzip_rpm }}\"\n dest: /tmp/\n\n - name: Install Unzip pkg\n shell: rpm -ivh --force \"{{ unzip_rpm }}\"\n args:\n chdir: /tmp/\n become: yes\n\n - name: Unzip Ter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
santhoshdatti28/expense-ansible-roles-tf
4c4c4d1bf39c991248aa1ef8d4aeec00bcaaffd6
0
roles/frontend
8,040
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.package:\n name: nginx\n state: present\n- name: start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n- name: include from common\n include_role:\n name: commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
FlorentKeyce/B3Clermont2023
b2433ed25b77b50f9b75e991c8f32f6df5726342
0
roles/apache
8,040
[ "no_license" ]
[ { "path": "roles/apache/vars/RedHat.yml", "content": "---\n\napache_package_name: httpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Inclure un fichier de variable selon la famille de ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1392, "all_permissive": false }
ansible_role
FlorentKeyce/B3Clermont2023
b2433ed25b77b50f9b75e991c8f32f6df5726342
0
roles/common
8,040
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n#ansible -m apt -a \"update_cache=yes name=* state=latest\" all\n- name: Mettre à jour les paquets du système (Debian)\n apt:\n update_cache: yes\n name: \"*\"\n state: latest\n when: ansible_os_family == \"Debian\"\n\n- name: Mettre à j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
FlorentKeyce/B3Clermont2023
b2433ed25b77b50f9b75e991c8f32f6df5726342
0
roles/nfs
8,040
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n\n- name: Include Server tasks\n include_tasks: server.yml\n when: nfs_function == \"server\"\n\n- name: Include Client tasks\n include_tasks: client.yml\n when: nfs_function == \"client\"", "license_type": "no_license", "detected_licenses":...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1744, "all_permissive": false }
ansible_role
FlorentKeyce/B3Clermont2023
b2433ed25b77b50f9b75e991c8f32f6df5726342
0
roles/php-fpm
8,040
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n\n# sudo apt install php-fpm php-mysql\n- name: Installer les paquets nécessaires\n package:\n name: \n - php-fpm\n - php-mysql\n state: latest\n\n# Avec Ansible, les modules command et shell ne doivent être utilisés\n# qu'en dernie...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1182, "all_permissive": false }
ansible_role
FlorentKeyce/B3Clermont2023
b2433ed25b77b50f9b75e991c8f32f6df5726342
0
roles/wordpress
8,040
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n\nwordpress_path: /var/www/wordpress/\nwordpress_repo: https://github.com/WordPress/WordPress.git\nwordpress_version: 6.4.2\nwordpress_owner: www-data\nwordpress_group: www-data", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1311, "all_permissive": false }
ansible_role
Dits144/DevOps-Kelompok2
efb60ac83b4cb56d720fe885e33f5f9aba4045e6
0
ansible/roles/infrastructure
8,040
[ "no_license" ]
[ { "path": "ansible/roles/infrastructure/tasks/main.yml", "content": "---\n- name: Hapus Docker dan containerd lama\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n become: yes\n ignore_errors: yes\n\n- name: Install depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2081, "all_permissive": false }
ansible_role
Dits144/DevOps-Kelompok2
efb60ac83b4cb56d720fe885e33f5f9aba4045e6
0
ansible/roles/monitoring
8,040
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/files/docker-compose-monitoring.yml", "content": "services:\n prometheus:\n image: prom/prometheus:latest\n ports:\n - \"9090:9090\"\n volumes:\n - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro\n depends_on:\n - node_exporter\n - cadv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2164, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/container_network_routes
8,040
[ "no_license" ]
[ { "path": "roles/container_network_routes/tasks/main.yml", "content": "---\n - name: copy script on local desk\n copy:\n src: ip_script.sh\n dest: /tmp/ip_script.sh\n mode: 0755\n - name: Get the Routing Table\n local_action: shell ssh {{inventory_hostname}} '/tmp/ip_script.sh'\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1656, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/haproxy_setup
8,040
[ "no_license" ]
[ { "path": "roles/haproxy_setup/tasks/main.yml", "content": "---\n - name: install software-properties-common \n apt: \n name: software-properties-common \n state: present\n force: yes\n update_cache: yes\n\n - name: add repo for haproxy-1.6\n shell: add-apt-repository ppa:vbernat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3126, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/install_docker_engine
8,040
[ "no_license" ]
[ { "path": "roles/install_docker_engine/vars/main.yml", "content": "---\nhttp_proxy: http://10.144.106.132:8678\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/install_docker_engine/tasks/main.yml", "content": "---\n - name: install apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1009, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/kubernet_setup_master
8,040
[ "no_license" ]
[ { "path": "roles/kubernet_setup_master/tasks/etcd.yml", "content": "---\n - name: Provision the etcd Cluster\n shell: >\n mkdir -p /etc/etcd/;\n cp /root/ca.pem /root/kubernetes-key.pem /root/kubernetes.pem /etc/etcd/;\n tags:\n - controller\n \n - name: Download and Install...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5652, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/kubernet_setup_worker
8,040
[ "no_license" ]
[ { "path": "roles/kubernet_setup_worker/handlers/main.yml", "content": "---\n - include: docker_handlaer.yml\n - include: worker_node_handlare.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/kubernet_setup_worker/tasks/cert.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4839, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/kubernetes_client
8,040
[ "no_license" ]
[ { "path": "roles/kubernetes_client/tasks/main.yml", "content": "---\n - name: Distribute the TLS admin certificates on workers nodes\n copy: src={{ item }} dest=/root/\n with_items:\n - /etc/ansible/roles/setting_up_CA_TLS_Cert/files/ca.pem\n - /etc/ansible/roles/setting_up_CA_TLS_Cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/setting_up_CA_TLS_Cert
8,040
[ "no_license" ]
[ { "path": "roles/setting_up_CA_TLS_Cert/tasks/main.yml", "content": "---\n - name: install cfssl binaries\n get_url:\n url: https://pkg.cfssl.org/R1.2/cfssl_linux-amd64\n dest: /usr/local/bin/cfssl\n mode: 755\n tags: \n - localhost \n \n - name: install cfssljson binaries...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2450, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/setting_up_TLS_RBAC
8,040
[ "no_license" ]
[ { "path": "roles/setting_up_TLS_RBAC/tasks/main.yml", "content": "---\n - name: Download and Install kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl \n dest: /usr/local/bin/kubectl\n mode: 755\n\n - name: Create the TLS B...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2394, "all_permissive": false }
ansible_role
vilashjagani/k8s_setup_ansible
7c9096fec8f774d9f1e239f69498f99de7479a69
0
roles/sshkey
8,040
[ "no_license" ]
[ { "path": "roles/sshkey/tasks/main.yml", "content": "---\n - name: copy public key in authorized file to remote \n copy: src=id_rsa.pub dest=/root/.ssh/authorized_keys mode=0600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/apt
8,040
[ "permissive" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: Install unattended-upgrades\n become: yes\n apt:\n pkg: unattended-upgrades\n state: present\n\n- name: 'Adjust APT update intervals'\n become: yes\n copy:\n src: apt_periodic\n dest: /etc/apt/apt.conf.d/10periodic\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/docker
8,040
[ "permissive" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: Restart Docker\n service:\n name: docker\n state: restarted\n become_user: root\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 96 }, { "path": "roles/docker/default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1800, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/jenkins
8,040
[ "permissive" ]
[ { "path": "roles/jenkins/meta/main.yml", "content": "---\ndependencies:\n - { role: 'docker' }\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 41 }, { "path": "roles/jenkins/templates/jenkins-backup.sh.j2", "content": "#!/bin/bash\n\nset...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3047, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/kubernetes
8,040
[ "permissive" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: Add kuberetes repo key\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: present\n\n- name: Add kubernetes apt repo\n apt_repository:\n # no repo available for bionic, pinning to xenial\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/mail
8,040
[ "permissive" ]
[ { "path": "roles/mail/handlers/main.yml", "content": "---\n- name: Restart Postfix\n service:\n name: postfix\n state: restarted\n become_user: root\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 98 }, { "path": "roles/mail/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/newrelic
8,040
[ "permissive" ]
[ { "path": "roles/newrelic/handlers/main.yml", "content": "---\n- name: Restart newrelic\n service:\n name: newrelic-sysmond\n state: restarted\n become_user: root\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 108 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 814, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/nginx
8,040
[ "permissive" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: Reload Nginx\n service:\n name: nginx\n state: reloaded\n become_user: root\n\n- name: Restart Nginx\n service:\n name: nginx\n state: restarted\n become_user: root\n", "license_type": "permissive", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2093, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/packages
8,040
[ "permissive" ]
[ { "path": "roles/packages/vars/main.yml", "content": "---\npackages:\n - htop\n - python-virtualenv\n - python-pip\n - python-passlib\n - sharutils\n - s3cmd\n - python-magic # Make s3cmd happier\n - mosh\n - tmux\n - mc\n - python-dev\n - libffi-dev\n - libssl-dev\n - subversion\n - supervi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 989, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/papertrail
8,040
[ "permissive" ]
[ { "path": "roles/papertrail/defaults/main.yaml", "content": "---\npackage_version: \"0.20\"\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 28 }, { "path": "roles/papertrail/tasks/main.yml", "content": "---\n- name: Download remote_syslog...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 769, "all_permissive": true }
ansible_role
mdn/ansible-jenkins
de5070e9561a982f05345a778691bb881c27e6a7
29
roles/users
8,040
[ "permissive" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Create user account\n become: yes\n user:\n name: \"{{ item.user }}\"\n shell: \"/bin/bash\"\n groups: \"users,sudo\"\n system: yes\n state: present\n with_items:\n - \"{{ account_names }}\"\n\n- name: Add ssh key for user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 537, "all_permissive": true }
ansible_role
arioliandre/ansible-wordpress
31f7966d9b53dd51c1ab3b98b69b99a1c0d183fc
0
roles/mysql
8,040
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: \"Instala pacotes de dependencia MYSQL\"\n apt:\n name:\n - mysql-server-5.6\n - python-mysqldb\n state: latest\n become: yes\n\n- name: \"Cria o banco MYSQL\"\n mysql_db:\n name: \"{{ wp_db_name }}\"\n login_user: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
arioliandre/ansible-wordpress
31f7966d9b53dd51c1ab3b98b69b99a1c0d183fc
0
roles/webserver
8,040
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": " - name: 'Instala pacotes de dependencia'\n apt:\n name: \n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-mysql\n state: latest\n become: yes", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
arioliandre/ansible-wordpress
31f7966d9b53dd51c1ab3b98b69b99a1c0d183fc
0
roles/wordpress
8,040
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": " - name: 'Baixa o arquivo de instalacao do Wordpress'\n get_url:\n url: 'https://wordpress.org/wordpress-5.0.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n \n - name: 'Descompacta o zip wordpress'\n unarchive:\n src: '/tmp/wordpres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1249, "all_permissive": false }
ansible_role
faderosyad/ansible-redis
43d15893841bdcc191b3420606aeb7297698959d
0
roles/redis
8,040
[ "no_license" ]
[ { "path": "roles/redis/templates/redis-server.service.j2", "content": "[Unit]\nDescription=Advanced key-value store\nAfter=network.target\nDocumentation=http://redis.io/documentation, man:redis-server(1)\n\n[Service]\nType=forking\nExecStart={{ redis_binfile | default(\"/usr/bin/redis-server\") }} {{ redis_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4017, "all_permissive": false }
ansible_role
kokeshi92/TensorflowTraining
0626b5a81dfe78bf4eca4f51a08748f12de9f8c9
0
ansible/roles/tensorflow
8,040
[ "no_license" ]
[ { "path": "ansible/roles/tensorflow/templates/jupyter_notebook_config.py", "content": "c.NotebookApp.token = ''\nc.NotebookApp.notebook_dir = \"{{ notebook_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/tensorflow/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1247, "all_permissive": false }
ansible_role
serverhorror/ansible-deployment-scidb
f366e253f792d2151fac0ec3d1b7766c94873794
0
roles/epel
8,040
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n- name: YUM repository\n sudo: true\n sudo_user: root\n yum:\n state: present\n name: \"http://download.fedoraproject.org/pub/epel/6/{{ ansible_architecture }}/epel-release-6-8.noarch.rpm\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }