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
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/matrix-homeserver
7,446
[ "no_license" ]
[ { "path": "roles/matrix-homeserver/tasks/main.yml", "content": "---\n- name: install packages\n become_user: aur_builder\n aur:\n name:\n - matrix-synapse\n - python-lxml\n - python-netaddr\n\n- name: install AUR packages\n become_user: aur_builder\n become: yes\n aur: name={{ item }}\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3215, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/networking
7,446
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n- name: setup network config\n ansible.builtin.copy:\n src: 20-{{ item }}.network\n dest: /etc/systemd/network/20-{{ item }}.network\n with_items:\n - wired\n - wifi\n notify:\n - reload systemd-networkd\n\n- name: ensure systemd-netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 689, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/postgres
7,446
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: install postgres\n become_user: aur_builder\n aur: name=postgresql\n\n- name: init postgres DB\n become_user: postgres\n shell:\n cmd: initdb --locale=en_US.UTF-8 -E UTF8 -D /var/lib/postgres/data\n creates: /var/lib/postgres/data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/restic
7,446
[ "no_license" ]
[ { "path": "roles/restic/handlers/main.yml", "content": "---\n- name: restart restic-snapshot.timer\n ansible.builtin.systemd:\n name: restic-snapshot.timer\n state: restarted\n daemon_reload: yes\n\n- name: restart restic-prune.timer\n ansible.builtin.systemd:\n name: restic-prune.timer\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/sccache
7,446
[ "no_license" ]
[ { "path": "roles/sccache/tasks/server.yml", "content": "---\n- name: /etc/sccache-server.conf\n ansible.builtin.template:\n src: server.conf\n dest: /etc/sccache-server.conf\n mode: 0600\n notify: restart sccache-server.service\n\n- name: sccache-server.service\n ansible.builtin.copy:\n dest:...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1994, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/snap
7,446
[ "no_license" ]
[ { "path": "roles/snap/tasks/main.yml", "content": "---\n- name: install snapd\n become: yes\n become_user: aur_builder\n aur:\n name: snapd\n state: present\n\n- name: enable snapd.socket\n ansible.builtin.systemd:\n name: snapd.socket\n enabled: yes\n state: started\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/sshd
7,446
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: install openssh\n become_user: aur_builder\n aur: name=openssh\n\n- name: enable+start sshd\n ansible.builtin.systemd:\n name: sshd\n enabled: yes\n state: started\n\n- name: StreamLocalBindUnlink yes\n ansible.builtin.lineinfile:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/stats
7,446
[ "no_license" ]
[ { "path": "roles/stats/handlers/main.yml", "content": "---\n- name: restart grafana\n ansible.builtin.systemd:\n name: grafana\n state: restarted\n\n- name: restart prometheus\n ansible.builtin.systemd:\n name: prometheus\n state: restarted\n\n- name: reload prometheus\n ansible.builtin.syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2176, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/syncthing
7,446
[ "no_license" ]
[ { "path": "roles/syncthing/handlers/main.yml", "content": "---\n- name: restart syncthing\n ansible.builtin.systemd:\n name: syncthing@{{ syncthing_user }}.service\n state: restarted\n\n- name: restart pacman_cache.automount\n ansible.builtin.systemd:\n name: home-{{ syncthing_user }}-.cache-pacm...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2777, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/tailscale
7,446
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "---\n- name: install tailscale\n become_user: aur_builder\n aur: name=tailscale\n\n- name: enable tailscaled.service\n ansible.builtin.systemd:\n name: tailscaled.service\n enabled: yes\n\n- name: generate .private host entries\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/tls
7,446
[ "no_license" ]
[ { "path": "roles/tls/tasks/main.yml", "content": "---\n- name: install step-cli\n community.general.pacman: name=step-cli\n\n- name: root certificate\n ansible.builtin.copy:\n src: root-ca.crt\n dest: /etc/ca-certificates/extracted/cadir/wgme.pem\n notify: install root certificate\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/wekan
7,446
[ "no_license" ]
[ { "path": "roles/wekan/tasks/main.yml", "content": "---\n- name: install wekan\n community.general.snap: name=wekan\n\n- name: get wekan snap config\n shell:\n cmd: snap get wekan\n register: output\n\n- name: parse snap config\n set_fact: snapconfig=\"{{ output.stdout | from_json }}\"\n\n- name: wek...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/wireguard
7,446
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: setup wgme\n block:\n - ansible.builtin.template:\n src: 99-wgme.netdev\n dest: /etc/systemd/network/99-wgme.netdev\n mode: 0640\n group: systemd-network\n notify:\n - reload systemd-networkd\n - reconfigure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/zsh
7,446
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh\n become_user: aur_builder\n aur:\n name: zsh\n\n- name: add zsh pacman hook\n ansible.builtin.copy:\n src: zsh-rehash.hook\n dest: /etc/pacman.d/hooks/\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
aau-claaudia/ssh.strato.claaudia.aau.dk
9a0450a06844bfac3eb61f5e5d086b1cc52dc34b
0
roles/access
7,446
[ "no_license" ]
[ { "path": "roles/access/tasks/main.yml", "content": "---\n- name: empty authorized_keys\n copy:\n content: \"\"\n dest: /home/{{ ansible_user }}/.ssh/authorized_keys\n force: yes # force copy if file exists...\n \n- name: add public key to user {{ ansible_user }}\n authorized_key:\n key: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
aau-claaudia/ssh.strato.claaudia.aau.dk
9a0450a06844bfac3eb61f5e5d086b1cc52dc34b
0
roles/citen
7,446
[ "no_license" ]
[ { "path": "roles/citen/tasks/main.yml", "content": "---\n# well we should at some point have repository for deb packages, but this will do for now\n- name: move citen package\n copy:\n src: citen_0.0-20211101-1052-4cb7d27_amd64.deb\n dest: /home/{{ ansible_user }}/citen_0.0-20211101-1052-4cb7d27_amd6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
aau-claaudia/ssh.strato.claaudia.aau.dk
9a0450a06844bfac3eb61f5e5d086b1cc52dc34b
0
roles/webpage
7,446
[ "no_license" ]
[ { "path": "roles/webpage/files/index.md", "content": "![](https://www.claaudia.aau.dk/digitalAssets/420/420595_logo-upload.png)\n\nAccess instances created in Claaudia's strato environment though this ssh gateway:\n\n\tssh -J <user>@ssh.strato.claaudia.aau.dk <user>@<internal-address>\n\n## Usernames\nThe u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1352, "all_permissive": false }
ansible_role
pthornton-contact/raspi-ubuntu-k3s
6d55ac9c4c93d5fd96f7bfa8efc2aa1f24563f7a
0
ansible/roles/common
7,446
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Ensure hostname is set\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Install common packages\n apt:\n name:\n - curl\n - vim\n - git\n state: present\n update_cache: yes\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
pthornton-contact/raspi-ubuntu-k3s
6d55ac9c4c93d5fd96f7bfa8efc2aa1f24563f7a
0
ansible/roles/network
7,446
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n- name: Configure static IP\n copy:\n content: |\n interface eth0\n static ip_address={{ item }}\n static routers=10.25.3.1\n static domain_name_servers=8.8.8.8\n dest: /etc/dhcpcd.conf\n with_items: \"{{ cluster_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/caddy-ssl-proxy
7,446
[ "no_license" ]
[ { "path": "roles/caddy-ssl-proxy/handlers/main.yml", "content": "# handlers file for caddy-ansible\n- name: Restart Caddy\n service: name=caddy state=restarted\n become: true\n\n- name: Reload systemd service file\n command: systemctl daemon-reload\n notify: Restart Caddy\n become: true\n ignore_error...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3141, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/deluge-docker
7,446
[ "no_license" ]
[ { "path": "roles/deluge-docker/templates/deluge.service.j2", "content": "[Unit]\nDescription=Deluge Container\nRequires=docker.service\nAfter=docker.service\n\n[Service]\nRestart=always\nRestartSec=10\nTimeoutStartSec=5min\nExecStart=/usr/bin/docker run --memory=2g --log-driver=none --net=host --name=deluge...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1001, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/docker
7,446
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": " - name: Docker systemd daemon_reload\n command: /bin/systemctl daemon-reload\n become: true\n notify: Restart Docker\n\n - name: Restart Docker\n service: name=docker state=restarted\n become: true\n ", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1441, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/docker-openvpn
7,446
[ "no_license" ]
[ { "path": "roles/docker-openvpn/vars/main.yml", "content": "vpnconfigdir: \"/Users/jason.witting/workspace/docker-openvpn/config\"\nvpnfqdn: \"onlinebastard.chickenkiller.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/docker-openvpn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/fail2ban
7,446
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "- name: Reload systemd\n command: /bin/systemctl daemon-reload\n become: true\n notify: restart fail2ban\n\n- name: restart fail2ban \n service: name=fail2ban state=restarted\n become: true \n when: ansible_distribution == \"Ubuntu\"", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 690, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/firewall
7,446
[ "no_license" ]
[ { "path": "roles/firewall/templates/firewall.sh.j2", "content": "iptables -F\niptables -X\n\niptables -A INPUT -m state --state ESTABLISHED -j ACCEPT\n\niptables -A OUTPUT -j ACCEPT\n\niptables -A INPUT -i lo -j ACCEPT\niptables -A OUTPUT -o lo -j ACCEPT\n\n# fail2ban\niptables -N f2b-sshd\niptables -A INPU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1981, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/golang
7,446
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": " - name: Install Go Langauge\n apt: pkg=golang state=present\n become: true \n when: ansible_distribution == \"Ubuntu\"\n\n - name: Install Go OSX\n homebrew: pkg=go state=present\n when: ansible_distribution == \"MacOSX\"\n become: false \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/grafana-docker
7,446
[ "no_license" ]
[ { "path": "roles/grafana-docker/vars/main.yml", "content": "grafana_data_dir: \"/data/volumes/grafana\"\ngrafana_config_dir: \"/data/configs/grafana\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/grafana-docker/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1328, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/influxdb-docker
7,446
[ "no_license" ]
[ { "path": "roles/influxdb-docker/vars/main.yml", "content": "influxdb_data_dir: \"/data/volumes/influxdb\"\ninfluxdb_config_dir: \"/data/configs/influxdb\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/influxdb-docker/templates/influxdb.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1461, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/madsonic-docker
7,446
[ "no_license" ]
[ { "path": "roles/madsonic-docker/handlers/main.yml", "content": " - name: Madsonic systemd daemon_reload\n command: /bin/systemctl daemon-reload\n become: true\n notify: Restart Madsonic\n\n - name: Restart Madsonic\n service: name=madsonic state=restarted\n become: true", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1003, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/netdata-docker
7,446
[ "no_license" ]
[ { "path": "roles/netdata-docker/tasks/main.yml", "content": " - name: Create directories\n file: path={{netdata_config_dir}} state=directory mode=0775\n become: true\n \n - name: Copy over base config\n template: src=netdata.conf.j2 dest={{netdata_config_dir}}/netdata.conf mode=0755\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1581, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/nethogs
7,446
[ "no_license" ]
[ { "path": "roles/nethogs/tasks/main.yml", "content": "- name: Install nethog dependancies\n apt: pkg=\"{{item}}\" state=present\n become: true\n with_items:\n - build-essential \n - libncurses5-dev \n - libpcap-dev\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Pull nethogs repo fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/nginx-ssl-proxy
7,446
[ "no_license" ]
[ { "path": "roles/nginx-ssl-proxy/tasks/main.yml", "content": "- name: Install nginx\n apt: pkg={{item}} state=present\n with_items:\n - nginx\n - openssl\n become: true\n when: ansible_distribution == \"Ubuntu\"\n\n#- name: Generate SSL Certs\n# shell: \"openssl req -x509 -nodes -days 365 -ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1564, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/ohmyzsh
7,446
[ "no_license" ]
[ { "path": "roles/ohmyzsh/templates/.tmux.conf", "content": "# remap prefix to Control + a\nset -g prefix C-a\nunbind C-b\nbind C-a send-prefix\n\n# force a reload of the config file\nunbind r\nbind r source-file ~/.tmux.conf\n\n# quick pane cycling\n#unbind ^A\n#bind ^A select-pane -t :.+\n\n# switch panes ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1848, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/plex-docker
7,446
[ "no_license" ]
[ { "path": "roles/plex-docker/templates/plex.service.j2", "content": "[Unit]\nDescription=Plex Container\nRequires=docker.service\nAfter=docker.service\n\n[Service]\nRestart=always\nRestartSec=10\nTimeoutStartSec=5min\nExecStart=/usr/bin/docker run --log-driver=none --net=host --name=plex -e VERSION=latest -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 967, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/pxe-boot
7,446
[ "no_license" ]
[ { "path": "roles/pxe-boot/tasks/selinux.yml", "content": "- name: disable selinux \n selinux: state=disabled\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/pxe-boot/templates/dnsmasq.conf.j2", "content": "interface={{ a...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3730, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/sshd
7,446
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: Install sshd server\n apt: pkg=openssh-server state=present\n become: true\n\n- name: Install custom sshd_config\n template: src=sshd_config dest=/etc/ssh/sshd_config\n become: true\n notify: Reload systemd service file\n \n\n\n\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
dbnegative/ansible-scripts
ae30abb51337a059704e9d1c5e5896e78a1f9104
0
roles/terminator
7,446
[ "no_license" ]
[ { "path": "roles/terminator/tasks/main.yml", "content": " - name: Install Terminator\n apt: pkg=terminator state=present\n become: true\n \n - name: Ensure folder exisits\n file: path={{local_home|default('~')}}/.config/terminator state=directory \n\n - name: Remove default config\n file: path={{l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
thipuvaasan/glusterfs-ansible
72baf5b8d3171d5b60e217fa7c773841243ba18a
0
roles/common
7,446
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Setup Full Hostname\n hostname:\n name: '{{ inventory_hostname }}'\n\n- name: Disable SELinux\n selinux:\n policy: targeted\n state: permissive\n\n- name: Disable firewalld\n systemd:\n name: firewalld\n state: stopped\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
thipuvaasan/glusterfs-ansible
72baf5b8d3171d5b60e217fa7c773841243ba18a
0
roles/master
7,446
[ "no_license" ]
[ { "path": "roles/master/templates/create-disperse-volume.sh.jinja2", "content": "#!/usr/bin/env bash\n\nyes | gluster volume create vol_disperse disperse {{ disperse_count }} transport tcp \\\n{% for host in groups['nodes'] %} {{ host }}:/glusterfs/dispersed/brick {% endfor %}", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 596, "all_permissive": false }
ansible_role
thipuvaasan/glusterfs-ansible
72baf5b8d3171d5b60e217fa7c773841243ba18a
0
roles/nodes
7,446
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yaml", "content": "- name: \"Create partition on {{ gluster_disk }}\"\n parted:\n device: \"{{ gluster_disk }}\"\n number: 1\n state: present\n when: create_disk == \"true\"\n\n- name: \"Format disk {{ gluster_disk }}1\"\n filesystem:\n fstype: \"{{ disk_form...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/docker_registry
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/docker_registry/tasks/main.yml", "content": "---\n- name: Create self-signed SSL cert\n shell: openssl req -newkey rsa:4096 -sha256 -nodes -x509 -subj '/C=GB/ST=NA/L=London/O=Cloud.net/CN={{ ansible_fqdn }}' -days 3650 -keyout /etc/ssl/private/registry.key -out /etc/ssl/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/mongodb
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/mongodb/tasks/main.yml", "content": "---\n- name: MongoDB (standalone)\n docker:\n name: mongodb\n image: mongo\n state: started\n restart_policy: always\n volumes:\n - \"/var/lib/mongodb:/data/db\"\n ports:\n - \"127.0.0.1:27017:27017\"\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/mysql
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/mysql/tasks/main.yml", "content": "---\n- name: MySQL\n docker:\n name: mysql\n image: mariadb\n state: started\n restart_policy: always\n env:\n MYSQL_ROOT_PASSWORD: \"{{ <PASSWORD> }}\"\n volumes:\n - \"/var/lib/mysql:/var/lib/mysql\"\n por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/nodebb
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/nodebb/templates/install_nodebb_sample_data.sh", "content": "#!/bin/bash -x\n\nif [ ! -f /root/nodebb_sample_install ]; then\n /usr/local/bin/docker-weave-run -e DEBIAN_FRONTEND=noninteractive --rm mongo bash -c \"\\\n apt-get -q update && \\\n apt-get -q ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/postgres
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/postgres/tasks/main.yml", "content": "---\n- name: PostgreSQL\n docker:\n name: postgres\n image: postgres\n state: started\n restart_policy: always\n env:\n POSTGRES_PASSWORD: \"{{ <PASSWORD> }}\"\n volumes:\n - \"/var/lib/postgresql/data:/var/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/redis
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/redis/tasks/main.yml", "content": "---\n- name: Redis\n docker:\n name: redis\n image: redis\n state: started\n restart_policy: always\n ports:\n - \"127.0.0.1:6379:6379\"\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/weave
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/weave/files/docker-weave-run", "content": "#!/bin/bash\n/usr/bin/docker $(weave config) run \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "provision_profiles/roles/weave/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
gvsurenderreddy/provisioner
a5a4ca6b59aaadb70c47783cf5d74d2e476f8598
0
provision_profiles/roles/wordpress
7,446
[ "no_license" ]
[ { "path": "provision_profiles/roles/wordpress/tasks/main.yml", "content": "---\n- name: WordPress\n docker:\n name: wordpress\n image: wordpress\n state: started\n restart_policy: always\n env:\n MYSQL_ROOT_PASSWORD: \"{{ <PASSWORD> }}\"\n links:\n - \"mysql:mysql\"\n ports:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
mjmustaf/aws-ses-postfix
2c72de1d54e5a790cb3dbb80168e064a1e7db67f
1
ses-ansbile/roles/docker-deploy
7,446
[ "no_license" ]
[ { "path": "ses-ansbile/roles/docker-deploy/vars/ses-postfix.yml", "content": "--\n##################################\n# Ansible role related variables #\n##################################\n\n\naws_region: 'us-west-2'\n\n# Whether to use the AWS ECR registry.\naws_ecr_registry: true\n\n# Whether to create a...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8894, "all_permissive": false }
ansible_role
yasinozturk3580/ansible-task-3b-spring-petclinic
7e9473c8e11b1ff400276bbb1b4cd6f05a3179af
0
roles/spring-petclinic
7,449
[ "no_license" ]
[ { "path": "roles/spring-petclinic/tasks/main.yml", "content": "- name: Install Java\n yum:\n name: \n - java-17-openjdk\n - java-17-openjdk-devel\n state: present\n\n- name: Clone Spring PetClinic repository\n git:\n repo: https://github.com/spring-projects/spring-petclinic.git\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2738, "all_permissive": false }
ansible_role
banjocat/docker-registry-example
63cd6e60ea26c704a4cd91c8f6162692b827437c
0
roles/docker
7,449
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install requirements\n apt: name={{item}}\n with_items:\n - apt-transport-https\n - ca-certificates\n - python-pip\n\n- name: Upgrade pip\n pip: name=pip state=latest\n\n- name: Add apt key\n apt_key:\n keyserver: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
banjocat/docker-registry-example
63cd6e60ea26c704a4cd91c8f6162692b827437c
0
roles/docker_registery
7,449
[ "no_license" ]
[ { "path": "roles/docker_registery/tasks/main.yml", "content": "---\n\n\n- name: make docker certs directory\n file:\n path: \"{{certs_path}}\"\n state: directory\n recurse: true\n\n\n- name: create certs\n shell: |\n openssl req \\\n -newkey rsa:4096 \\\n -nodes \\\n -sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2347, "all_permissive": false }
ansible_role
banjocat/docker-registry-example
63cd6e60ea26c704a4cd91c8f6162692b827437c
0
roles/python
7,449
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: Add python\n raw: apt-get install -y python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/authentication
7,449
[ "no_license" ]
[ { "path": "roles/authentication/tasks/main.yml", "content": "- name: start authentication configsvr\n command: echo \"please wait some seconds\"\n\n- name: Wait for seconds\n ansible.builtin.pause:\n seconds: 10\n\n- name: copy keyfile to authorization\n tags: mongo,auth,key\n copy:\n src: files/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1605, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/base
7,449
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# - name: install curl\n# tags: curl,ubuntu\n# apt:\n# name:\n# - curl\n# - gnupg\n# state: latest\n# when: ansible_distribution == \"Ubuntu\"\n\n# - name: Curl Package\n# tags: curl,mongo.ubuntu\n# shell: curl -fsSL https://www.mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2900, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/db_servers_repl
7,449
[ "no_license" ]
[ { "path": "roles/db_servers_repl/templates/config.j2", "content": "# mongod.conf\n\n# for documentation of all options, see:\n# http://docs.mongodb.org/manual/reference/configuration-options/\n\n# Where and how to store data.\nstorage:\n dbPath: {{ dbpath }}\n# engine:\n# wiredTiger:\n\n# where to writ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2205, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/db_servers_shard
7,449
[ "no_license" ]
[ { "path": "roles/db_servers_shard/tasks/main.yml", "content": "# - name: Print all available facts\n# ansible.builtin.debug:\n# var: ansible_facts\n\n# - name: configuration mongo\n# tags: mongo,auth,key\n# template:\n# src: config.j2\n# dest: /etc/mongod.conf\n\n# - name: configuration mo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10388, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/pbm
7,449
[ "no_license" ]
[ { "path": "roles/pbm/templates/pbm_storage_s3.j2", "content": "storage:\n type: s3\n s3:\n region: {{region}}\n bucket: {{bucket}}\n prefix: {{prefix}}\n credentials:\n access-key-id: {{access_key}}\n secret-access-key: {{secret_key}}", "license_type": "no_license", "detected...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6903, "all_permissive": false }
ansible_role
Saeedb7203/mongodb_ansible
0759016cbc36562134ffc57ea9c5ebc137d5dba2
0
roles/tls
7,449
[ "no_license" ]
[ { "path": "roles/tls/templates/openssl.j2", "content": "[ req ]\ndefault_bits = 2048\nprompt = no\ndefault_md = sha256\nreq_extensions = req_ext\ndistinguished_name = req_distinguished_name\n\n[ req_distinguished_name ]\nC = US\nST = Massachusetts\nL = Bedford\nO = Personal\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2645, "all_permissive": false }
ansible_role
gkcsjk/AuCityAnalytics
a9c868910c12df0584767b0785dd3b1ddc09b745
0
playbook/roles/analysis
7,449
[ "no_license" ]
[ { "path": "playbook/roles/analysis/files/tweetsProcess/updateJSON.py", "content": "import getopt\nimport sys\nimport NBTraining\nimport time\nimport json\nimport re\n\nclassifier, vectorizer = NBTraining.generate_classifier()\n\ntry:\n opts, args = getopt.getopt(sys.argv[1:], 'n:f:', ['new=', 'file='])\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4987, "all_permissive": false }
ansible_role
gkcsjk/AuCityAnalytics
a9c868910c12df0584767b0785dd3b1ddc09b745
0
playbook/roles/deployment
7,449
[ "no_license" ]
[ { "path": "playbook/roles/deployment/files/webDeploy1.sh", "content": "curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -\nyes | sudo apt-get install -y nodejs\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "playbook/roles/deployme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 16909, "all_permissive": false }
ansible_role
daubers/AnsibleThings
03577a0e1aa94d4cc0a8d088ecd16faffcaf00cd
0
roles/ampache.rescan
7,449
[ "no_license" ]
[ { "path": "roles/ampache.rescan/tasks/main.yml", "content": "- include: rescan_music.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/ampache.rescan/defaults/main.yml", "content": "update_command: \"php /var/www/ampache/bin/catalog_upd...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 368, "all_permissive": false }
ansible_role
daubers/AnsibleThings
03577a0e1aa94d4cc0a8d088ecd16faffcaf00cd
0
roles/linux
7,449
[ "no_license" ]
[ { "path": "roles/linux/tasks/main.yml", "content": "- authorized_key: user=root key=\"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
daubers/AnsibleThings
03577a0e1aa94d4cc0a8d088ecd16faffcaf00cd
0
roles/nginxfastcgi
7,449
[ "no_license" ]
[ { "path": "roles/nginxfastcgi/tasks/main.yml", "content": "- name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n become: yes\n\n- name: Install php cli\n apt:\n name: php-cli\n become: yes\n\n- name: install setfacl support\n become: yes\n apt:\n name: acl\n\n\n- name: Install p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1497, "all_permissive": false }
ansible_role
daubers/AnsibleThings
03577a0e1aa94d4cc0a8d088ecd16faffcaf00cd
0
roles/phpIPAM
7,449
[ "no_license" ]
[ { "path": "roles/phpIPAM/templates/nginxsite.j2", "content": "server {\n server_name phpipam.osirium.net www.phpipam.osirium.net;\n access_log /opt/phpipam/logs/access.log;\n error_log /opt/phpipam/logs/error.log;\n root /opt/phpipam/;\n\n location /css {\n try_files $uri $uri/ =404;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4151, "all_permissive": false }
ansible_role
daubers/AnsibleThings
03577a0e1aa94d4cc0a8d088ecd16faffcaf00cd
0
roles/powerdns
7,449
[ "no_license" ]
[ { "path": "roles/powerdns/templates/pdns.local.gmysql.j2", "content": "# MySQL Configuration\n#\n# Launch gmysql backend\nlaunch=gmysql\n\n# gmysql parameters\ngmysql-host=localhost\ngmysql-port=\ngmysql-dbname=pdns\ngmysql-user=pdns\ngmysql-password=<PASSWORD>\ngmysql-dnssec=yes\n# gmysql-socket=\n\nrecurs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2381, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/api
7,449
[ "no_license" ]
[ { "path": "roles/api/tasks/main.yml", "content": "---\n- name: Include shared folder creation\n import_tasks: ../../common/tasks/shared_folder.yml\n\n- name: Include correctomatic network creation\n import_tasks: ../../common/tasks/correctomatic_network.yml\n\n- name: Setup API's database\n include_role:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2210, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/app
7,449
[ "no_license" ]
[ { "path": "roles/app/defaults/main.yml", "content": "---\n# LTI configuration, we will need to change this in the future, maybe to a database\nlti_config:\n \"http://moodle.lti\":\n - default: true\n client_id: \"ZHD2HCuDCNrSEkG\"\n auth_login_url: \"http://moodle.lti/mod/lti/auth.php\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6404, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/common
7,449
[ "no_license" ]
[ { "path": "roles/common/tasks/shared_folder.yml", "content": "# - name: Ensure /exercises exists with root ownership and writable only by root\n# file:\n# path: /exercises\n# state: directory\n# mode: '0755'\n# owner: root\n# group: root\n\n- name: Create /exercises/shared with writabl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/docker
7,449
[ "no_license" ]
[ { "path": "roles/docker/tasks/basic_installation.yml", "content": "---\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n# The systemd unit file comes with the hosts' configuration, and we want to configure everything in daemon.json\n# If we configure the hos...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4822, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/docker-registry
7,449
[ "no_license" ]
[ { "path": "roles/docker-registry/meta/main.yml", "content": "---\ndependencies:\n - { role: docker } # Replace with the name of your Docker installation role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/docker-registry/handlers/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2028, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/firewall
7,449
[ "no_license" ]
[ { "path": "roles/firewall/tasks/development.yml", "content": "---\n- name: Allow ports for development environment\n ufw:\n rule: allow\n port: \"{{ item.port }}\"\n proto: \"{{ item.proto }}\"\n comment: \"{{ item.comment }}\"\n loop:\n - { port: 2376, proto: \"tcp\", comment: \"Docker ser...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2513, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/nginx
7,449
[ "no_license" ]
[ { "path": "roles/nginx/templates/api.conf-dev.j2", "content": "# This file has the changes made by Let's Encrypt Certbot to the original configuration file\n# Please update it when you change the production file\n\nserver {\n server_name {{ correctomatic.api.domain }};\n\n # Maximum file upload size\n...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 13306, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/pino-pretty
7,449
[ "no_license" ]
[ { "path": "roles/pino-pretty/tasks/main.yml", "content": "---\n- name: Create subdirectory in /tmp\n ansible.builtin.file:\n path: /tmp/pino-pretty\n state: directory\n mode: '0755'\n\n- name: Copy Dockerfile to /tmp/pino-pretty\n ansible.builtin.copy:\n src: Dockerfile\n dest: /tmp/pino-pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/postgresql
7,449
[ "no_license" ]
[ { "path": "roles/postgresql/templates/server.conf.j2", "content": "listen_addresses = '{{ postgresql.listen_addresses }},{{ correctomatic.network.gateway }}'\t\t# what IP address(es) to listen on;\nport = {{ postgresql.port }}\t\t\t\t# (change requires restart)\nmax_connections = {{ postgresql.max_connectio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3011, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/postgresql-database-setup
7,449
[ "no_license" ]
[ { "path": "roles/postgresql-database-setup/tasks/main.yml", "content": "- block:\n - name: Ensure database for the application is present\n postgresql_db:\n name: \"{{ db_name }}\"\n encoding: \"{{ encoding }}\"\n lc_collate: \"{{ lc_collate }}\"\n lc_ctype: \"{{ lc_ctype...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/redis
7,449
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "# To get the versions, run:\n# apt-cache policy redis-server\nredis_version: \"5:7.0.*\"\n\n# Configuration file parameters\nredis_append_only: \"yes\"\nredis_port: 6379\nredis_bind_address: \"127.0.0.1\"\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 107395, "all_permissive": false }
ansible_role
correctomatic/correctomatic-in-a-box
96d121a682b8c3792a057a96d3719f7e51ac4781
0
roles/runner
7,449
[ "no_license" ]
[ { "path": "roles/runner/tasks/correctomatic_completer.yml", "content": "---\n- name: Create correctomatic completer container\n tags: debug\n docker_container:\n name: correctomatic-completer\n image: \"{{ correctomatic.runner.image }}:{{ correctomatic.runner.tag }}\"\n state: started\n restar...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8834, "all_permissive": false }
ansible_role
Kx-Bytes/todo-java-devops
5efe9c62491d734b0d065dcd4fee2a5b192d5053
0
ansible-deploy/roles/deploy
7,449
[ "no_license" ]
[ { "path": "ansible-deploy/roles/deploy/tasks/main.yml", "content": "- name: 🐳 Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: true\n\n- name: 🔄 Pull latest Docker image from Docker Hub\n docker_image:\n name: kixan123/todo-java-app\n source: pull\n\n- name: 🚀 Run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
wylee/mystops
66c9fc2338531772d724fcd95c04041441150d65
1
ansible/roles/provision
7,449
[ "no_license" ]
[ { "path": "ansible/roles/provision/tasks/main.yaml", "content": "---\n- name: Set host name\n tags:\n - provision-hostname\n hostname:\n name: \"{{ host }}\"\n\n- name: Set timezone\n tags:\n - provision-timezone\n timezone:\n name: America/Los_Angeles\n\n- name: Update packages\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4211, "all_permissive": false }
ansible_role
kewlvishnu/kubernetes-aws
7eb3933e3b9d02e45f328ac6115bc84794a309e4
0
shared/ansible/roles/kubernetes_secrets
7,449
[ "no_license" ]
[ { "path": "shared/ansible/roles/kubernetes_secrets/README.md", "content": "# kubernetes_secrets\n\n## How to Use\n1. Make a variable called `secrets` (either in a vars file or in your site.yml playbook file)\n * Format:\n ```\n ---\n secrets:\n - metadata:\n name: project-secrets\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2056, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_caddy
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_caddy/tasks/main.yml", "content": "---\n- name: Install caddy\n quera.github.install_from_github:\n repo: caddyserver/caddy\n tag: \"{{ caddy_version }}\"\n asset_regex: caddy_.*\\.tar\\.gz\n version_command: caddy version\n move_rules:\n - src_regex:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2145, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_oauth2_proxy
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_oauth2_proxy/tasks/main.yml", "content": "---\n- name: Install oauth2-proxy\n quera.github.install_from_github:\n repo: oauth2-proxy/oauth2-proxy\n tag: \"{{ oauth2_proxy_version }}\"\n asset_regex: oauth2-proxy-.*\\.tar\\.gz\n version_command: oauth2-proxy -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_oauth2_proxy_instance
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_oauth2_proxy_instance/tasks/main.yml", "content": "---\n- name: \"Copy configuration file for {{ instance_name }}\"\n ansible.builtin.template:\n src: \"etc/oauth2-proxy/{{ instance_name }}.cfg\"\n dest: \"/etc/oauth2-proxy/{{ instance_name }}.cfg\"\n become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 668, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_ory_hydra
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_ory_hydra/tasks/main.yml", "content": "---\n- name: Install hydra\n quera.github.install_from_github:\n repo: ory/hydra\n tag: \"{{ hydra_version }}\"\n asset_regex: hydra_[^-]+-[^_]+_[^_]+\\.tar\\.gz\n asset_arch_mapping:\n x86_64: 64bit\n amd64: 6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_ory_hydra_instance
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_ory_hydra_instance/tasks/main.yml", "content": "---\n- name: \"Copy configuration file for {{ instance_name }}\"\n ansible.builtin.template:\n src: \"etc/ory/hydra/{{ instance_name }}.yml\"\n dest: \"/etc/ory/hydra/{{ instance_name }}.yml\"\n owner: root\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 675, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_ory_oathkeeper
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_ory_oathkeeper/tasks/main.yml", "content": "---\n- name: Install oathkeeper\n quera.github.install_from_github:\n repo: ory/oathkeeper\n tag: \"{{ oathkeeper_version }}\"\n asset_regex: oathkeeper_[^-]+-[^_]+_[^_]+\\.tar\\.gz\n asset_arch_mapping:\n x86_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_ory_oathkeeper_instance
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_ory_oathkeeper_instance/tasks/main.yml", "content": "---\n- name: \"Copy configuration file for {{ instance_name }}\"\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: \"/etc/ory/oathkeeper/{{ instance_name }}/\"\n with_fileglob: \n - \"files/etc/ory/oathke...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 700, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_watchexec
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_watchexec/tasks/main.yml", "content": "---\n- name: Install watchexec\n quera.github.install_from_github:\n repo: watchexec/watchexec\n tag: \"{{ watchexec_version }}\"\n asset_regex: watchexec-.*-musl\\.tar\\.xz\n asset_arch_mapping:\n amd64: x86_64\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
ngyewch/ansible-installers
8877b35f059f61cd95ff09c520299a4809b8a914
0
installers/roles/install_watchexec_instance
7,449
[ "no_license" ]
[ { "path": "installers/roles/install_watchexec_instance/tasks/main.yml", "content": "---\n- name: Copy systemd unit file\n ansible.builtin.template:\n src: etc/systemd/system/watchexec.service\n dest: \"/etc/systemd/system/watchexec-{{ instance_name }}.service\"\n become: yes\n notify:\n - system...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 685, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/apt-docker
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/apt-docker/tasks/main.yml", "content": "\r\n- name: get docker apt keys\r\n apt_key: keyserver=<KEY>.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C52609D\r\n\r\n- name: update apt\r\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-agent
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-agent/tasks/main.yml", "content": "\r\n- name: leave swarm\r\n shell: docker swarm leave --force || exit 0\r\n\r\n- name: join swarm\r\n command: docker swarm join \\\r\n --token {{ hostvars['box3']['swarm_join_token'] }} \\\r\n {{ hostvars['box3']['swarm_mast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-auth
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-auth/tasks/main.yml", "content": "\r\n- name: stop\r\n shell: docker service rm auth || exit 0\r\n\r\n- name: start\r\n command: docker service create \\\r\n --network {{ overlay_network }} \\\r\n --publish {{ auth_port }}:8080 \\\r\n --mount type=bind,sour...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-config
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-config/tasks/main.yml", "content": "\r\n- name: auth config\r\n template: src=Auth.config.j2 dest=/home/{{ user }}/Auth.exe.config\r\n\r\n- name: auth secrets\r\n copy: src=/vagrant/Auth.exe.secrets dest=/home/{{ user }}/Auth.exe.secrets\r\n\r\n- name: auth certific...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2030, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-frontend
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-frontend/tasks/main.yml", "content": "\r\n- name: stop\r\n shell: docker service rm frontend || exit 0\r\n\r\n- name: start\r\n command: docker service create \\\r\n --network {{ overlay_network }} \\\r\n --publish {{ frontend_port }}:8080 \\\r\n --mount ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-gateway
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-gateway/tasks/main.yml", "content": "\r\n- name: stop\r\n shell: docker service rm gateway || exit 0\r\n\r\n- name: start\r\n command: docker service create \\\r\n --network {{ overlay_network }} \\\r\n --publish {{ gateway_port }}:8080 \\\r\n --name gatewa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-master
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-master/tasks/main.yml", "content": "\r\n- name: leave swarm\r\n shell: docker swarm leave --force || exit 0\r\n\r\n- name: start swarm\r\n command: docker swarm init --advertise-addr {{ ansible_eth0.ipv4.address }}\r\n register: swarm_init_output\r\n\r\n- name: get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-overlay
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-overlay/tasks/main.yml", "content": "\r\n- name: start\r\n command: docker network create --driver overlay \\\r\n --subnet {{ overlay_subnet }} \\\r\n {{ overlay_network }}\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-publish
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-publish/tasks/main.yml", "content": "\r\n- name: stop\r\n shell: docker service rm publish || exit 0\r\n\r\n- name: start\r\n command: docker service create \\\r\n --network {{ overlay_network }} \\\r\n --mount type=bind,source=/home/{{ user }}/Publish.exe.sec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
BristechSRM/infrastructure
f8ed40a49dfae38d7b58970f5bfb6fae8ca1ad2b
1
dataCenter/ansible/roles/srm-sessions
7,449
[ "no_license" ]
[ { "path": "dataCenter/ansible/roles/srm-sessions/tasks/main.yml", "content": "\r\n- name: stop\r\n shell: docker service rm sessions || exit 0\r\n\r\n- name: start\r\n command: docker service create \\\r\n --network {{ overlay_network }} \\\r\n --mount type=bind,source=/home/{{ user }}/Sessions.exe....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }