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
gbolo/deploy-sensu
bb0832ec1b6f76c788dd573d6cbd0b5845ab3896
0
ansible/roles/etcd
255
[ "no_license" ]
[ { "path": "ansible/roles/etcd/defaults/main.yml", "content": "# deployment -------------------------------------------------------------------\netcd_home: \"/opt/etcd\"\netcd_data_directory: \"{{ etcd_home }}/data\"\n\netcd_client_port: \"2379\"\netcd_peer_port: \"2380\"\n\netcd_user:\n id: 30002\n name: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5900, "all_permissive": false }
ansible_role
MSU-Courses/frameworks-for-web-development
af4ec9aa43aa489ae46c897ef2dda6bfee205720
1
ru/ci_cd_example/_ansible/playbooks/roles/student
255
[ "no_license" ]
[ { "path": "ru/ci_cd_example/_ansible/playbooks/roles/student/templates/student_nginx.conf.j2", "content": "location /{{ student_name }} {\n alias /home/{{ student_name }}/website/public;\n\n index index.php index.html;\n\n try_files $uri $uri/ /index.php?$query_string;\n\n locati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2803, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/calico
255
[ "no_license" ]
[ { "path": "roles/calico/tasks/calico.yml", "content": "- name: calico | create dir\n file: path=/opt/calico state=directory\n\n\n- name: calico | copying templates files\n template:\n src: calico.yaml\n dest: /opt/calico\n\n\n- name: calico | get etcd_key base64\n shell: cat {{ kubernetes_dir }}/ku...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2121, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/common
255
[ "no_license" ]
[ { "path": "roles/common/templates/ntp.conf.j2", "content": "##################################################\n#\n# {{ ansible_managed }}\n#\n##################################################\n\ndriftfile /var/lib/ntp/drift\n\nstatistics loopstats peerstats clockstats\nfilegen loopstats file loopstats typ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2793, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/control-plane
255
[ "no_license" ]
[ { "path": "roles/control-plane/templates/kube-scheduler.yaml", "content": "apiVersion: kubescheduler.config.k8s.io/v1alpha1\nkind: KubeSchedulerConfiguration\nclientConnection:\n kubeconfig: \"{{ kubernetes_dir }}/kube-scheduler.kubeconfig\"\nleaderElection:\n leaderElect: true\n", "license_type": "no...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5705, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/docker-ce
255
[ "no_license" ]
[ { "path": "roles/docker-ce/defaults/main.yml", "content": "---\n## DOCKER\ndeploy_docker: false\ndeploy_docker_lvm_storage: false\n\ndocker_version: 18.09.7\ndocker_lvm_device: /dev/sdb\ndocker_lvm_device_number: 1\ninsecure_registry:\n - 127.0.0.1/8\n\n## PROXY Settings\nproxy_enabled: false\nproxy_server...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/glusterfs
255
[ "no_license" ]
[ { "path": "roles/glusterfs/defaults/main.yml", "content": "---\ndeploy_glusterfs: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/glusterfs/README.md", "content": "## KUBERNETES STORAGE\n\nHere are the steps to deploy glusterfs in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6367, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/kube-addons
255
[ "no_license" ]
[ { "path": "roles/kube-addons/templates/istio-grafana-pvc.yaml", "content": "kind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: istio-grafana-pvc\n namespace: istio-system\n labels:\n app: istio-grafana\n chart: grafana-1.1.2\n release: istio\n heritage: Tiller\nspec:\n storageCla...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12451, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/node-custom
255
[ "no_license" ]
[ { "path": "roles/node-custom/tasks/swapoff.yml", "content": "---\n- name: Remove swapfile from /etc/fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n\n- name: swap - remove current swaps from fstab\n lineinfile:\n dest: /etc/fstab\n regexp: '^/[\\S]+\\s+none\\s+swap'\n state...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1561, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/post-install
255
[ "no_license" ]
[ { "path": "roles/post-install/tasks/main.yml", "content": "---\n- name: addons | labels node\n include: label-node.yml\n when:\n - \"'master' in group_names\"\n\n\n- name: addons | autocomplete\n include: autocomplete.yml\n when:\n - \"'master' in group_names\"\n\n\n- name: addons | taint node\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1164, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/sslcert
255
[ "no_license" ]
[ { "path": "roles/sslcert/tasks/kubeconfig.yml", "content": "---\n- name: kubeconfig | Download kubectl \n get_url:\n url: \"{{ kubernetes_install_url }}/kubectl\"\n dest: /usr/bin/kubectl\n mode: 0755\n force: true\n\n\n- name: kubeconfig | Create directories\n file:\n path: \"{{ item }}\"\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7328, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/sslcert-scale
255
[ "no_license" ]
[ { "path": "roles/sslcert-scale/defaults/main.yml", "content": "---\ndeploy_certificates: false\ncfssl_install_url: https://pkg.cfssl.org/R1.2\nkubernetes_version: 1.15.3\nkubernetes_install_url: https://storage.googleapis.com/kubernetes-release/release/v{{ kubernetes_version }}/bin/linux/amd64\nkubernetes_d...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5718, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/upgrade
255
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/upgrade_master.yml", "content": "---\n- name: master | stop services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n with_items:\n - kube-apiserver\n - kube-controller-manager\n - kube-scheduler\n\n\n- name: master | upgrade binaries\n get_url:\n url:...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2020, "all_permissive": false }
ansible_role
jenciso/ansible-kube-cluster
4f4e296056371ddcef64e0374164eba6d6f17545
0
roles/workers
255
[ "no_license" ]
[ { "path": "roles/workers/tasks/node.yml", "content": "---\n- name: node | setup kubelet-config.yaml\n template:\n src: kubelet-config.yaml\n dest: \"{{ kubernetes_kubelet_dir }}\"\n notify: \n - restart kubelet\n \n\n- name: node | setup kubelet.service\n template:\n src: kubelet.service\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4499, "all_permissive": false }
ansible_role
calmowner/ansible_test
7a00ee81606b888846fafafc2caeeeeac65ec317
0
roles/haproxy
255
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n - name: Installing haproxy\n apt: name=haproxy state=latest\n\n - name: Add haproxy to autoload\n service: name=haproxy state=started enabled=yes\n\n - name: Creating haproxy config file\n template: src=haproxy.cfg.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
calmowner/ansible_test
7a00ee81606b888846fafafc2caeeeeac65ec317
0
roles/nginx
255
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n - name: Adding repo key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n - name: Adding nginx repo\n blockinfile:\n dest: /etc/apt/sources.list\n insertafter: EOF\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2369, "all_permissive": false }
ansible_role
UKISS-TechOps/technical-assessment
f8eea77f8b9964c70fa8ab874c0e43ddfc3467f5
0
vm/roles/composer-install
255
[ "no_license" ]
[ { "path": "vm/roles/composer-install/tasks/main.yml", "content": "---\n\n- name: Composer install as candidate\n composer:\n command: install\n working_dir: /var/www/technical-assessment", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
UKISS-TechOps/technical-assessment
f8eea77f8b9964c70fa8ab874c0e43ddfc3467f5
0
vm/roles/install-yum-packages
255
[ "no_license" ]
[ { "path": "vm/roles/install-yum-packages/tasks/main.yml", "content": "---\n\n- name: Install the Webtatic Repo\n yum:\n name: https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n state: present\n become: yes\n\n- name: Remove PHP if installed\n yum:\n pkg: \"php*\"\n state: removed\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
UKISS-TechOps/technical-assessment
f8eea77f8b9964c70fa8ab874c0e43ddfc3467f5
0
vm/roles/install-yum-packages-testing
255
[ "no_license" ]
[ { "path": "vm/roles/install-yum-packages-testing/tasks/main.yml", "content": "---\n\n- name: Install php xdebug as required for testing\n yum:\n pkg: \"php70w-pecl-xdebug\"\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
UKISS-TechOps/technical-assessment
f8eea77f8b9964c70fa8ab874c0e43ddfc3467f5
0
vm/roles/setup-project
255
[ "no_license" ]
[ { "path": "vm/roles/setup-project/tasks/main.yml", "content": "---\n\n- name: Create web root directory\n file:\n path: /var/www/sites\n recurse: yes\n state: directory\n owner: candidate\n group: candidate\n mode: 0775\n become: yes\n\n- name: Create symlinks from webroot to projectroot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 837, "all_permissive": false }
ansible_role
UKISS-TechOps/technical-assessment
f8eea77f8b9964c70fa8ab874c0e43ddfc3467f5
0
vm/roles/setup-users
255
[ "no_license" ]
[ { "path": "vm/roles/setup-users/tasks/main.yml", "content": "---\n# tasks file for setup-users.yml\n\n- name: Create candidate user\n user:\n name: candidate\n uid: 4665\n groups: vagrant\n password: \"{{ <PASSWORD> }}\"\n\n#- name: Add my SSH key to my new User\n# authorized_key:\n# user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
davidristov/ansible-wordpress
f1b99484798f91a2858197100e418fd3491595ae
0
roles/mysql
248
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n- name: Creating mysql database\n mysql_db: name={{ wp_mysql_db }} state=present\n\n- name: Creating mysql user\n mysql_user:\n name={{ wp_mysql_user }}\n password={{ <PASSWORD> }}\n priv=*.*:ALL\n\n- name: Restart...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 419, "all_permissive": false }
ansible_role
davidristov/ansible-wordpress
f1b99484798f91a2858197100e418fd3491595ae
0
roles/nginx
248
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Backing up nginx.conf\n command: mv /etc/nginx/nginxTest.conf /etc/nginx/nginxTest.conf.ORIG\n\n- name: Copying nginx.conf\n copy:\n src: ../configurations/nginxTest.conf\n dest: /etc/nginx/\n\n- name: Creatin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
davidristov/ansible-wordpress
f1b99484798f91a2858197100e418fd3491595ae
0
roles/php
248
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n- name: Installing php extensions\n apt: name={{ item }} state=present\n with_items:\n - php-json\n - php-xmlrpc\n - php-curl\n - php-gd\n - php-xml\n - php-mbstring\n\n- name: Creating /var/run/php-fpm\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1064, "all_permissive": false }
ansible_role
davidristov/ansible-wordpress
f1b99484798f91a2858197100e418fd3491595ae
0
roles/server
248
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n\n- name: Adding nginx repo\n apt_repository:\n repo: ppa:nginx/stable\n\n- name: Updating and upgrading\n apt:\n update_cache: yes\n upgrade: yes\n cache_valid_time: 86400 #one day\n\n- name: Installing require...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
davidristov/ansible-wordpress
f1b99484798f91a2858197100e418fd3491595ae
0
roles/wordpress
248
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: Creating user log dir\n file:\n state: directory\n path: /home/user/logs\n\n- name: Copying nginx vgost config file\n copy:\n src: ../configurations\n dest: /etc/nginx/conf.d/yoursite.conf\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1384, "all_permissive": false }
ansible_role
smhhoseinee/bootstrapcluster
19e733ca9bde34015d4e5b28006a71734b24e6a0
0
bootstraping/roles/kubekey
248
[ "no_license" ]
[ { "path": "bootstraping/roles/kubekey/files/github-secret.yaml", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: sky-github-token-secret\n namespace: argocd\n labels:\n argocd.argoproj.io/secret-type: repo-creds\nstringData:\n url: https://github.com/SkyroomOnline\n type: git\n password...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9017, "all_permissive": false }
ansible_role
smhhoseinee/bootstrapcluster
19e733ca9bde34015d4e5b28006a71734b24e6a0
0
kube-prerequirements/roles/prerequirements-installation
248
[ "no_license" ]
[ { "path": "kube-prerequirements/roles/prerequirements-installation/tasks/main.yml", "content": "---\n- name: apt update\n apt:\n update_cache: true\n cache_valid_time: 3600\n force_apt_get: true\n ignore_errors: yes\n\n- name: remove docker.io\n apt:\n name: \"{{ item }}\"\n purge: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1127, "all_permissive": false }
ansible_role
xephrox/homelab
0b53b2c0245d7ffeef519a105d3ac7c901430861
0
infrastructure/ansible/roles/bootstrap_cluster
248
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/bootstrap_cluster/templates/calico-ipv4-pool.yaml.j2", "content": "apiVersion: projectcalico.org/v3\nkind: IPPool\nmetadata:\n name: internal-ipv4\nspec:\n cidr: 10.123.10.0/24\n disabled: true", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 11370, "all_permissive": false }
ansible_role
xephrox/homelab
0b53b2c0245d7ffeef519a105d3ac7c901430861
0
infrastructure/ansible/roles/common
248
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/README.md", "content": "# Common Role\n\nThis role is created to perform certain tasks on ALL hosts. This include hardening, etc.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "infrastructure/ansible...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4378, "all_permissive": false }
ansible_role
xephrox/homelab
0b53b2c0245d7ffeef519a105d3ac7c901430861
0
infrastructure/ansible/roles/prereq
248
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/prereq/tasks/ipvs-arp-sysctl.yml", "content": "---\n#https://purelb.gitlab.io/purelb/install/install/\n- name: Enable IPVS ARP sysctl\n ansible.builtin.copy:\n content: |\n net.ipv4.conf.all.arp_ignore=1\n net.ipv4.conf.all.arp_announce=2\n dest: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/apt
248
[ "no_license" ]
[ { "path": "roles/apt/handlers/main.yml", "content": "---\n\n- name: Apt update\n apt:\n update_cache: true\n cache_valid_time: 180\n when: not ansible_check_mode\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/apt/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1981, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/brook
248
[ "no_license" ]
[ { "path": "roles/brook/templates/docker-compose.yml", "content": "version: \"3.3\"\nservices:\n\n brook:\n image: teddysun/brook:{{ brook_version }}\n container_name: brook\n ports:\n - \"{{ brook_tcp_port }}:9000/tcp\"\n - \"{{ brook_udp_port }}:9000/udp\"\n environment:\n - ARG...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2161, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/docker
248
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Remove old compose\n apt:\n name:\n - docker\n - docker-engine\n - docker-compose\n - docker.io\n - containerd\n - runc\n purge: true\n state: absent\n notify:\n - Remove useless packages from the...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3809, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/filebrowser
248
[ "no_license" ]
[ { "path": "roles/filebrowser/defaults/main.yml", "content": "---\n\nfilebrowser_image: filebrowser/filebrowser\nfilebrowser_data: ./data\nfilebrowser_db: ./filebrowser.db\nfilebrowser_json: ./filebrowser.json\nfilebrowser_host:\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2344, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/ipsec
248
[ "no_license" ]
[ { "path": "roles/ipsec/defaults/main.yml", "content": "---\n\nipsec_psk:\nipsec_first_login:\nipsec_first_password:\n\nipsec_logins:\nipsec_passwords:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/ipsec/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1902, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/nextcloud
248
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/dot.env.j2", "content": "NEXTCLOUD_ADMIN_USER={{ nextcloud_admin_user }}\nNEXTCLOUD_ADMIN_PASSWORD={{ nextcloud_admin_password }}\n\nNEXTCLOUD_REDIS_HOST={{ nextcloud_redis_host }}\n\nNEXTCLOUD_TRUSTED_DOMAINS={{ nextcloud_trusted_domains }}\nNEXTCLOUD_TRUSTED_PROXIES={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6162, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/resilio
248
[ "no_license" ]
[ { "path": "roles/resilio/templates/dot.env.j2", "content": "RESILIO_IMAGE={{ resilio_image }}\nRESILIO_DATA={{ resilio_data }}\nRESILIO_WEBUI={{ resilio_webui }}\nRESILIO_PORT={{ resilio_port }}\nRESILIO_HOST={{ resilio_host }}\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2518, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/shadowsocks
248
[ "no_license" ]
[ { "path": "roles/shadowsocks/defaults/main.yml", "content": "---\n\nshadowsocks_encryption_method:\nshadowsocks_password:\ntcp_port: 8388\nudp_port: 8388\nshadowsocks_config: ./config.json\nshadowsocks_image: ghcr.io/shadowsocks/ssserver-rust:latest\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2184, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/traefik
248
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yml", "content": "---\n\ntraefik_image: traefik\ntraefik_logs: ./logs\ntraefik_conf: ./conf\ntraefik_cert_email:\ntraefik_digestauth_user:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/traefik/templ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 17879, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/watchtower
248
[ "no_license" ]
[ { "path": "roles/watchtower/defaults/main.yml", "content": "---\n\nwatchtower_image: containrrr/watchtower\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/watchtower/vars/main.yml", "content": "---\n\nwatchtower_service_dir: \"{{ servic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1755, "all_permissive": false }
ansible_role
ruslan-safin/ansible_playbook
c551f41a9321e270d846914535eebdf88f9039b7
0
roles/wireguard
248
[ "no_license" ]
[ { "path": "roles/wireguard/templates/dot.env.j2", "content": "WG_IMAGE={{ wg_image }}\nWG_HOST={{ wg_host }}\nWG_PASS={{ wg_pass }}\nWG_PORT={{ wg_port }}\nWG_DEFAULT_DNS={{ wg_default_dns }}\nWG_ALLOWED_IPS={{ wg_allowed_ips }}\nWG_DATA={{ wg_data }}\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2859, "all_permissive": false }
ansible_role
nikhilpatne/day2
b0304cc6f7f19696b77bb128a2aeb279a7ab6833
0
roles/aws
248
[ "no_license" ]
[ { "path": "roles/aws/tasks/power_on.yml", "content": "---\n - name: To power on EC2 instance.\n ec2:\n # aws_access_key: \"{{ aws_access_key | b64decode }}\"\n # aws_secret_key: \"{{ aws_secret_key | b64decode }}\"\n instance_ids: \"{{ resource_config.instance_id }}\"\n region: \"{{ re...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2129, "all_permissive": false }
ansible_role
nikhilpatne/day2
b0304cc6f7f19696b77bb128a2aeb279a7ab6833
0
roles/azure
248
[ "no_license" ]
[ { "path": "roles/azure/handlers/main.yml", "content": "---\n# handlers file for azure", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/azure/vars/main.yml", "content": "---\n# vars file for azure\nresource_group: nikhil_group\nvm_name: Tes...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3130, "all_permissive": false }
ansible_role
nikhilpatne/day2
b0304cc6f7f19696b77bb128a2aeb279a7ab6833
0
roles/gcp
248
[ "no_license" ]
[ { "path": "roles/gcp/vars/main.yml", "content": "---\n# vars file for gcp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/gcp/tasks/terminate_instance.yml", "content": "---\n - name: Terminating instance\n gcp_compute_instance:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 498, "all_permissive": false }
ansible_role
aurorak/vertica-ansible
648418a96bb96eb578154c3e28243cf91987b547
0
vertica-ansible/playbooks/roles/vertica
248
[ "no_license" ]
[ { "path": "vertica-ansible/playbooks/roles/vertica/templates/install.properties.j2", "content": "accept_eula = True\nlicense_file = CE\nvertica_dba_group = verticadba\nvertica_dba_user = {{ dbadmin_user | default('dbadmin') }}\nvertica_dba_user_password = {{ dbadmin_password | default('<PASSWORD>') }}\nhost...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6881, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/ac_backup
248
[ "no_license" ]
[ { "path": "roles/ac_backup/README.md", "content": "## ac_backup\n\nPulls archive files off another server with rsync and crontab. Cleans local files and remote files after specific time windows.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4803, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/assetto-files
248
[ "no_license" ]
[ { "path": "roles/assetto-files/README.md", "content": "# Assetto Files\n\nSamba share setup for Assetto Corsa file sharing\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/assetto-files/tasks/main.yaml", "content": "# install assetto-fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1658, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/base-nginx
248
[ "no_license" ]
[ { "path": "roles/base-nginx/templates/401-error.html.j2", "content": "<!DOCTYPE html>\n\n<html>\n\n <head>\n <style>\n html {font-family: Helvetica, Arial, sans-serif;}\n body {background-color: white;}\n h1 {color: black;}\n </style>\n\n <title>Err...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 15530, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/blog
248
[ "no_license" ]
[ { "path": "roles/blog/tasks/blog.yml", "content": "# blog install\n---\n- name: create container volume directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0755'\n state: directory\n with_items:\n - \"{{ containers_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2967, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/common
248
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# main.yml\n# common role, all systems\n---\n- name: print facts\n ansible.builtin.debug:\n msg:\n - \"nodename: {{ansible_facts.nodename}}\"\n - \"os_family: {{ansible_os_family}}\"\n when: verbose\n\n- name: set hostname\n ansible.builti...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 12932, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/dnf
248
[ "no_license" ]
[ { "path": "roles/dnf/README.md", "content": "# DNF package manager tweaks\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/dnf/vars/main.yaml", "content": "# dnf vars main.yaml\n---\ndnf_max_parallel_downloads: 10\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 624, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/file_store
248
[ "no_license" ]
[ { "path": "roles/file_store/tasks/file_store.yml", "content": "# file_store install\n---\n- name: create directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0755'\n state: directory\n with_items:\n - \"{{ containers...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5975, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/gitea
248
[ "no_license" ]
[ { "path": "roles/gitea/tasks/gitea.yml", "content": "# gitea install\n---\n- name: create gitea directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0755'\n state: directory\n with_items:\n - \"{{ containers_path }}/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3679, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/grafana
248
[ "no_license" ]
[ { "path": "roles/grafana/vars/main.yml", "content": "# grafana var\n---\napp_user: grafana\napp_uid: 1212\napp_group: grafana\napp_gid: 1212\n\napp_port: 3000\napp_name: grafana\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/grafana/tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2060, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/hd-idle
248
[ "no_license" ]
[ { "path": "roles/hd-idle/tasks/main.yml", "content": "# hd-idle main.yml\n---\n- name: install hd-idle and related tools\n ansible.builtin.package:\n name:\n - smartmontools\n - hdparm\n - hd-idle\n state: latest # noqa package-latest\n tags:\n - hd-idle\n\n- name: update hd-idle ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/irssi
248
[ "no_license" ]
[ { "path": "roles/irssi/tasks/main.yml", "content": "# irssi main.yml\n---\n- name: install hd-idle and related tools\n ansible.builtin.package:\n name:\n - irssi\n state: latest # noqa package-latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/isos
248
[ "no_license" ]
[ { "path": "roles/isos/README.md", "content": "# ISOs\n\nSamba share for ISO files.\n\nCreates a user for file permissions but does not enable linger.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/isos/templates/centos_smb.isos.conf.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1914, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/jenkins
248
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "# jenkins controller install\n---\n- name: create isolation user and group. Enable linger\n ansible.builtin.include_role:\n name: common\n tasks_from: create_user.yml\n vars:\n user: \"{{ app_user }}\"\n uid: \"{{ app_uid }}\"\n group: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2773, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/jenkins-agent
248
[ "no_license" ]
[ { "path": "roles/jenkins-agent/tasks/main.yml", "content": "# jenkins agent install\n---\n- name: create isolation user and group. Enable linger\n ansible.builtin.include_role:\n name: common\n tasks_from: create_user.yml\n vars:\n user: \"{{ app_user }}\"\n uid: \"{{ app_uid }}\"\n group: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1639, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/kvm
248
[ "no_license" ]
[ { "path": "roles/kvm/README.md", "content": "# kvm-host\n\n\n### ref:\nhttps://gist.github.com/joseluisq/2fcf26ff1b9c59fe998b4fbfcc388342 -- Resize qcow2\nhttps://cloud.centos.org/centos/9-stream/x86_64/images/\nhttps://www.redhat.com/sysadmin/build-lab-quickly\nhttps://www.redhat.com/sysadmin/build-VM-fast...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7565, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/minio
248
[ "no_license" ]
[ { "path": "roles/minio/tasks/minio.yml", "content": "# minio install\n---\n- name: create minio directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0755'\n state: directory\n with_items:\n - \"{{ containers_path }}/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2848, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/munin-node
248
[ "no_license" ]
[ { "path": "roles/munin-node/templates/10-plugins.j2", "content": "# This file is used to configure how the plugins are invoked.\n# Place in /etc/munin/plugin-conf.d/ or corresponding directory.\n#\n# PLEASE NOTE: Changes in the plugin-conf.d directory are only\n# read at munin-node startup, so restart at an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5743, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/munin-server
248
[ "no_license" ]
[ { "path": "roles/munin-server/templates/nginx_munin_conf_http.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name {{ app_name }}.{{ site_fqdn }};\n client_max_body_size 256m;\n\n # limit access by source IP\n {% for source_ip in limit_source_ips %}\n allow {{ source_ip }};\n {% en...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 13041, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/navidrome
248
[ "no_license" ]
[ { "path": "roles/navidrome/vars/main.yml", "content": "# navidrome\n---\napp_user: navidrome\napp_uid: 1215\napp_group: navidrome\napp_gid: 1215\n\napp_name: music\napp_port: 4533\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/navidrome/R...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2426, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/outbound_ip
248
[ "no_license" ]
[ { "path": "roles/outbound_ip/tasks/main.yml", "content": "# set outbound traffic to use reserved IP instead of the default one\n#\n# https://docs.digitalocean.com/products/networking/reserved-ips/how-to/enable-old/#enable-anchor-ips-immediately\n# https://docs.digitalocean.com/products/networking/reserved-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1336, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/piglow
248
[ "no_license" ]
[ { "path": "roles/piglow/README.md", "content": "# PiGlow for Raspberry Pi\n\n\"[PiGlow][1] is a spiral nebula of 18 coloured, individually-controllable LEDs for your Raspberry Pi. Use it for all sorts of things. And, of course, it fits inside a Pibow case!\" -- from pimoroni's web site.\n\nPiGlow is based r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2364, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/pihole
248
[ "no_license" ]
[ { "path": "roles/pihole/templates/setupVars.conf.j2", "content": "PIHOLE_INTERFACE=eth0\nPIHOLE_DNS_1=8.8.8.8\nPIHOLE_DNS_2=8.8.4.4\nQUERY_LOGGING=true\nINSTALL_WEB_SERVER=true\nINSTALL_WEB_INTERFACE=true\nLIGHTTPD_ENABLED=true\nCACHE_SIZE=10000\nDNS_FQDN_REQUIRED=true\nDNS_BOGUS_PRIV=true\nDNSMASQ_LISTENIN...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7499, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/pihole-clone
248
[ "no_license" ]
[ { "path": "roles/pihole-clone/tasks/main.yml", "content": "# pihole-clone main.yml\n---\n- name: create isolation user and group. Enable linger\n ansible.builtin.include_role:\n name: common\n tasks_from: create_user.yml\n vars:\n user: \"{{ clone_user }}\"\n uid: \"{{ clone_uid }}\"\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2032, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/plex
248
[ "no_license" ]
[ { "path": "roles/plex/templates/yt-dlp-batch.sh.j2", "content": "#!/bin/bash -e\n\n# # # #\n#\n# Sync youtube playlists to plex\n#\n# v20200421 first pass\n# v20201006 update paths, add checks\n# v20201023 add --no-progress flag\n# v20201128 add flags for json metadata\n# v20220825 exclude av1 video codec\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 17581, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/rpi2b_setup
248
[ "no_license" ]
[ { "path": "roles/rpi2b_setup/templates/10-network-device.rules.j2", "content": "# update ethernet name\n\nSUBSYSTEM==\"net\", ACTION==\"add\", ATTR{address}==\"{{ ansible_eth0.macaddress }}\", NAME=\"eth0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/samba
248
[ "no_license" ]
[ { "path": "roles/samba/README.md", "content": "# Samba\n\nBase install Samba and Avahi on Centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/samba/tasks/main.yaml", "content": "# samba/tasks/main.yaml\n---\n- name: install samba, av...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3920, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/sshd
248
[ "no_license" ]
[ { "path": "roles/sshd/README.md", "content": "# sshd configuration\n\nSimple setup tweaks and a little fun.\n\nDisables:\n* root login\n* password login\n\nEnables:\n* motd with last updated by ansible timestamp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4136, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/tenable
248
[ "no_license" ]
[ { "path": "roles/tenable/tasks/nessus.yml", "content": "# nessus container\n---\n\n- name: create nessus conf directory\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0775'\n state: directory\n with_items:\n - \"{{ contain...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/timecap
248
[ "no_license" ]
[ { "path": "roles/timecap/templates/centos_smb.timecap.conf.j2", "content": "# include files must be listed in smb.conf\n#\n\n[{{ app_name }}]\n comment = Timecapsule\n path = {{ app_path }}/{{ app_name }}/%U\n valid users = %U\n writable = yes\n durable handles = yes\n guest ok = no\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5247, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/transmission
248
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "# install transmission\n---\n- name: base setup samba and avahi\n ansible.builtin.include_role:\n name: samba\n tasks_from: main.yaml\n tags:\n - transmission\n\n- name: create isolation user and group. Enable linger\n ansible.builtin.in...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 16562, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/uptime-kuma
248
[ "no_license" ]
[ { "path": "roles/uptime-kuma/tasks/main.yml", "content": "# Uptime Kuma install\n\n---\n- name: create isolation user and group. Enable linger\n ansible.builtin.include_role:\n name: common\n tasks_from: create_user.yml\n vars:\n user: \"{{ app_user }}\"\n uid: \"{{ app_uid }}\"\n group: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2276, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/wakeonwin
248
[ "no_license" ]
[ { "path": "roles/wakeonwin/tasks/main.yml", "content": "# wakeonwin main.yml\n---\n\n- name: install wakeonlan\n ansible.builtin.package:\n name:\n - wakeonlan\n state: latest # noqa package-latest\n when: ansible_os_family == 'Debian'\n\n- name: check for bash_aliases file\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 741, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/zfs
248
[ "no_license" ]
[ { "path": "roles/zfs/tasks/main.yml", "content": "# main.yml\n#\n# # # # # #\n# On Centos 9 Stream, use DKMS and not kABI. Stream os updates can break kABI installs\n#\n# Docs:\n# https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html\n# https://docs.ansible.com/ansible/late...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5941, "all_permissive": false }
ansible_role
ianhaddock/homelab
6c8ddf27f1cacac81190cc10316b988d1a502a43
1
roles/zram
248
[ "no_license" ]
[ { "path": "roles/zram/defaults/main.yml", "content": "# zram defaults main\n---\n\nzram_swapfile_size: \"512M\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/zram/tasks/main.yml", "content": "# zram/tasks/main.yml\n#\n# Edit swap file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2975, "all_permissive": false }
ansible_role
azimuth-cloud/azimuth-sample-appliance
dfc169a005ce5f8b352378052925ef0bf4b358f9
0
roles/backend
248
[ "permissive" ]
[ { "path": "roles/backend/templates/nginx.conf.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n server_name _;\n\n root /opt/sample-appliance/html;\n index index.html;\n}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 975, "all_permissive": true }
ansible_role
azimuth-cloud/azimuth-sample-appliance
dfc169a005ce5f8b352378052925ef0bf4b358f9
0
roles/cluster_infra
248
[ "permissive" ]
[ { "path": "roles/cluster_infra/templates/outputs.tf.j2", "content": "# This is used to determine the image to use unless explicitly patching\noutput \"cluster_image\" {\n description = \"The id of the image used to build the cluster nodes\"\n value = \"{{ cluster_previous_image | default(cluster_ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6010, "all_permissive": true }
ansible_role
azimuth-cloud/azimuth-sample-appliance
dfc169a005ce5f8b352378052925ef0bf4b358f9
0
roles/load_balancer
248
[ "permissive" ]
[ { "path": "roles/load_balancer/tasks/main.yml", "content": "---\n- name: Install Nginx site config\n ansible.builtin.template:\n src: nginx.conf.j2\n dest: /etc/nginx/conf.d/sample-appliance.conf\n mode: '0644'\n notify: Restart Nginx\n", "license_type": "permissive", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 465, "all_permissive": true }
ansible_role
azimuth-cloud/azimuth-sample-appliance
dfc169a005ce5f8b352378052925ef0bf4b358f9
0
roles/nginx_install
248
[ "permissive" ]
[ { "path": "roles/nginx_install/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install Nginx # noqa package-latest\n ansible.builtin.package:\n name: nginx\n state: latest\n register: nginx_package\n\n- name: Remove default site\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": true }
ansible_role
solo-securing/ansible-practice
49b460b14f867e71d5d29808fd54245e3c4ca1c6
0
roles/practice_1
248
[ "no_license" ]
[ { "path": "roles/practice_1/tasks/main.yml", "content": "---\n- import_tasks: install_nginx.yml\n- import_tasks: create_user.yml\n- import_tasks: copy_file.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/practice_1/tasks/copy_file.yml"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1880, "all_permissive": false }
ansible_role
solo-securing/ansible-practice
49b460b14f867e71d5d29808fd54245e3c4ca1c6
0
roles/practice_2
248
[ "no_license" ]
[ { "path": "roles/practice_2/tasks/backup_log.yml", "content": "---\n- name: Create a backup directory - {{backup_dir}}\n file:\n path: \"{{ backup_dir }}\"\n state: directory\n become: yes\n\n- name: Find old log than {{ days_old }} file in {{ log_dir }}\n find:\n paths: \"{{ log_dir }}\"\n p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1733, "all_permissive": false }
ansible_role
jdheyburn/ansible
be3b9cda3764d8853440dfee661e2ad34073e0be
0
roles/common
248
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install req packages\n become: yes\n apt:\n name: \"{{ debian_req_packages }}\"\n update_cache: true\n\n- name: Disallow password authentication\n become: yes\n lineinfile: \n dest: /etc/ssh/sshd_config\n regexp: \"^PasswordAu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
jdheyburn/ansible
be3b9cda3764d8853440dfee661e2ad34073e0be
0
roles/pihole
248
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n- name: Set non-root port for admin panel\n replace:\n path: /etc/lighttpd/lighttpd.conf\n regexp: '^server\\.port .* = 80$'\n replace: 'server.port = 8093'\n backup: yes\n\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
ssvshrivyas/Ansible
1c7a202905153189f524b9c4294379007cfa749b
0
roles/apache
248
[ "no_license" ]
[ { "path": "roles/apache/tasks/ec2.yml", "content": "---\n - name: Provision an EC2 Instance\n hosts: local\n connection: local\n gather_facts: False\n tags: provisioning\n # Necessary Variables for creating/provisioning the EC2 Instance\n vars:\n instance_type: t2.micro\n image:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7675, "all_permissive": false }
ansible_role
ssvshrivyas/Ansible
1c7a202905153189f524b9c4294379007cfa749b
0
roles/apache_ins
248
[ "no_license" ]
[ { "path": "roles/apache_ins/files/main.yml", "content": "#!/bin/bash\nyum install httpd -y\nservice httpd -y\nservice httpd start\nmkdir /var/www/html/hello\necho 'Hello World.' > /var/www/html/hello/index.html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, {...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 728, "all_permissive": false }
ansible_role
ZolaraProject/minikube
8b5de775635556b18c008a2300dc7148db00e135
0
ansible/roles/build-project
248
[ "no_license" ]
[ { "path": "ansible/roles/build-project/tasks/main.yml", "content": "- name: Build db image running ./runDB.sh script in db directory\n ansible.builtin.shell:\n cmd: ./runDB.sh\n args:\n chdir: \"{{ work_dir }}/db\"\n become_user: root\n\n- name: Build front image\n community.docker.docker_image_bu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
ZolaraProject/minikube
8b5de775635556b18c008a2300dc7148db00e135
0
ansible/roles/clone-repo
248
[ "no_license" ]
[ { "path": "ansible/roles/clone-repo/tasks/main.yml", "content": "- name: Define the base workspace\n stat:\n path: \"{{ base_work_dir }}\"\n register: base_workspace\n\n- name: Create the base workspace if it does not exist\n ansible.builtin.file:\n path: \"{{ base_work_dir }}\"\n state: directo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1297, "all_permissive": false }
ansible_role
ZolaraProject/minikube
8b5de775635556b18c008a2300dc7148db00e135
0
ansible/roles/install-requirements
248
[ "no_license" ]
[ { "path": "ansible/roles/install-requirements/tasks/main.yml", "content": "- name: Gather the packager facts\n package_facts:\n \n- name: Check the package git\n ansible.builtin.package:\n name: git\n state: present\n become_user: root\n when: \"'git' not in ansible_facts.packages\"\n \n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2621, "all_permissive": false }
ansible_role
ZolaraProject/minikube
8b5de775635556b18c008a2300dc7148db00e135
0
ansible/roles/unlock-repositories
248
[ "no_license" ]
[ { "path": "ansible/roles/unlock-repositories/tasks/main.yml", "content": "- name: Unlock the db repository\n ansible.builtin.shell:\n cmd: git-crypt unlock\n args:\n chdir: \"{{ work_dir }}/db\"\n\n- name: Unlock the back repository\n ansible.builtin.shell:\n cmd: git-crypt unlock\n args:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 410, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/configure_iptables
248
[ "no_license" ]
[ { "path": "roles/configure_iptables/tasks/main.yml", "content": "---\n - name: Transfer IPtables file with whitelist ips\n template:\n src: templates/iptables.j2\n dest: /etc/sysconfig/iptables\n owner: root\n group: root\n mode: 0600\n\n - name:\n systemd:\n name: ipta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/configure_redcap_mysql
248
[ "no_license" ]
[ { "path": "roles/configure_redcap_mysql/tasks/main.yml", "content": "---\n - name: Install MySQL-Python\n yum:\n name: MySQL-python\n state: latest\n\n - name: Create redcap db\n mysql_db:\n login_user: \"{{ mysql_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/etc_resolv
248
[ "no_license" ]
[ { "path": "roles/etc_resolv/tasks/main.yml", "content": "---\n# Configure AWS resolv.conf\n- name: Configure resolv.conf\n copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/install_apache
248
[ "no_license" ]
[ { "path": "roles/install_apache/tasks/main.yml", "content": "---\n - name: Install Apache (HTTPD)\n yum:\n name: httpd\n state: latest\n\n - name: Enable Apache\n systemd:\n name: httpd\n enabled: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/install_iptables
248
[ "no_license" ]
[ { "path": "roles/install_iptables/tasks/main.yml", "content": "---\n - name: Install iptables\n yum:\n name: iptables-services\n state: latest\n\n - name: enable iptables\n systemd:\n name: iptables\n enabled: yes\n state: started\n\n - name: disable firewalld\n systemd:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
mstroehle/ansible-redcap-aws
3b6d10d0a70c0008ad4e70e91c093b464377a7f7
0
roles/install_mysql_client
248
[ "no_license" ]
[ { "path": "roles/install_mysql_client/tasks/main.yml", "content": "---\n - name: Install mysql client\n yum:\n name: mysql\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }