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
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/common
433
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "- name: restart networking\n service: name=networking state=restarted\n\n# TODO why is this here..?\n- name: install pip\n include: pip.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1610, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/consuls
433
[ "no_license" ]
[ { "path": "ansible/roles/consuls/tasks/main.yml", "content": "- ufw: rule=allow port=8500 proto=tcp\n- name: consul container\n docker:\n name: consul\n image: progrium/consul\n command: \"-server -bootstrap\"\n state: started\n count: 1\n ports:\n - 8500:8500\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
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/docker
433
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C52609D\n- file: path=/etc/apt/sources.list.d/ state=directory\n- name: Copying docker list for Ubuntu\n copy: src=docker.list dest=/etc/apt/sources.lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/managers
433
[ "no_license" ]
[ { "path": "ansible/roles/managers/templates/.bash_profile.j2", "content": "export PATH=/usr/local/bin:$PATH\nexport DOCKER_HOST=tcp://{{ansible_host}}:4000\nexport DOCKER_TLS_VERIFY=1\nexport DOCKER_CERT_PATH=/home/{{ansible_user}}/.docker\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2130, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/workers
433
[ "no_license" ]
[ { "path": "ansible/roles/workers/templates/docker.conf.j2", "content": "[Service]\nExecStart= \nExecStart=/usr/bin/docker daemon -H=0.0.0.0:2376 -H unix:///var/run/docker.sock --tlsverify --tlscacert=/home/{{ansible_user}}/.certs/ca.pem --tlscert=/home/{{ansible_user}}/.certs/cert.pem --tlskey=/home/{{ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1441, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ceph-ansible/roles/ceph-common
433
[ "no_license" ]
[ { "path": "ceph-ansible/roles/ceph-common/defaults/main.yml", "content": "---\n# You can override vars by using host or group vars\n\n###########\n# GENERAL #\n###########\n\nfetch_directory: fetch/\ncluster: ceph # cluster name\n\n###########\n# INSTALL #\n###########\n\nmon_group_name: mons\nosd_group_nam...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 30707, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ceph-ansible/roles/ceph-osd
433
[ "no_license" ]
[ { "path": "ceph-ansible/roles/ceph-osd/tasks/docker/main.yml", "content": "---\n- name: check if a cluster is already running\n shell: \"docker ps | grep -sq 'ceph/daemon'\"\n register: ceph_health\n changed_when: false\n failed_when: false\n\n- include: checks.yml\n when:\n - ceph_health.rc != 0\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10742, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ceph-ansible/roles/ceph-rbd-mirror
433
[ "no_license" ]
[ { "path": "ceph-ansible/roles/ceph-rbd-mirror/tasks/main.yml", "content": "---\n- include: pre_requisite.yml\n- include: start_rbd_mirror.yml\n- include: configure_mirroring.yml\n when: ceph_rbd_mirror_configure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
intelliqittrainings/Ansible_7pm_playbooks
141f701d6f1ab95efcf5c2e34dee5b1b3d4ad452
1
roles/apache
433
[ "no_license" ]
[ { "path": "roles/apache/tasks/check_url_response.yml", "content": "---\n- name: Check url response\n uri:\n url: \"{{item}}\"\n status_code: 200\n with_items:\n - http://172.31.10.26\n - http://172.31.0.103\n...\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": 145, "all_permissive": false }
ansible_role
intelliqittrainings/Ansible_7pm_playbooks
141f701d6f1ab95efcf5c2e34dee5b1b3d4ad452
1
roles/tomcat
433
[ "no_license" ]
[ { "path": "roles/tomcat/handlers/main.yml", "content": "---\n# handlers file for tomcat\n- name: Check url response\n uri:\n url: \"{{item.a}}\"\n status_code: \"{{item.b}}\"\n with_items:\n - {a: \"{{server1}}\",b: \"{{status1}}\"}\n - {a: \"{{server2}}\",b: \"{{status1}}\"}\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 680, "all_permissive": false }
ansible_role
makuznet/14_9_2-dnsmasq-sudo-php
e7979ed1722c54769d5c82b5fe5aa5a2635788f7
0
playbooks/roles/dnsmasq
433
[ "no_license" ]
[ { "path": "playbooks/roles/dnsmasq/handlers/main.yml", "content": "---\n- name: dnsmasq enable \n service:\n name: nginx\n state: started\n enabled: true\n\n# - name: dnsmasq stop\n# service:\n# name: dnsmasq\n# state: stopped\n\n- name: dnsmasq restart\n service:\n name: dnsmasq\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 650, "all_permissive": false }
ansible_role
makuznet/14_9_2-dnsmasq-sudo-php
e7979ed1722c54769d5c82b5fe5aa5a2635788f7
0
playbooks/roles/nginx-php
433
[ "no_license" ]
[ { "path": "playbooks/roles/nginx-php/tasks/main.yml", "content": "---\n- name: install apps\n apt:\n update_cache: yes\n name: \"{{ item }}\"\n state: present\n loop:\n - nginx\n - php\n - php-fpm\n - php-mbstring\n - php-dom \n notify:\n - enable_n_autostart_nginx\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 950, "all_permissive": false }
ansible_role
citadelict/terraform-cloud
61f936f95878dcb3dfbdeb07617e320e0112532c
0
ansible/roles/tooling
432
[ "no_license" ]
[ { "path": "ansible/roles/tooling/tasks/setup-db.yml", "content": "- name: Ensure pip3 is installed\n yum:\n name: python3-pip\n state: present\n become: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n- name: create database\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
citadelict/terraform-cloud
61f936f95878dcb3dfbdeb07617e320e0112532c
0
ansible/roles/wordpress
432
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/setup-db.yml", "content": "- name: Ensure pip3 is installed\n yum:\n name: python3-pip\n state: present\n become: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n- name: create database...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
devopsjan2021/ansible-automation
46b558640ba67d9a1a931385af57ffe7047c48b2
0
webserver/roles/apache
432
[ "no_license" ]
[ { "path": "webserver/roles/apache/tasks/main.yaml", "content": "---\n- name: install Apache\n yum:\n name: httpd\n state: present\n\n- name: Copy file with owner and permissions\n copy:\n src: index.html\n dest: /var/www/html/index.html\n remote_src: no\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
hanhan1978/mssql_ansible
dc2cce30431d8ce2db5f72c8f1e9222013139f2a
0
roles/ntp
432
[ "no_license" ]
[ { "path": "roles/ntp/templates/ntp.conf.j2", "content": "server -4 ntp.nict.jp\nserver -4 ntp1.jst.mfeed.ad.jp\nserver -4 ntp2.jst.mfeed.ad.jp\nserver -4 ntp3.jst.mfeed.ad.jp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/ntp/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
txs4444/ansible-role-vs-collection
8b5d620bf5a6000cf31c17137597eab303986045
0
collection/roles/enable_aur
432
[ "no_license" ]
[ { "path": "collection/roles/enable_aur/tasks/main.yml", "content": "- name: \"Setup user for aur\"\n import_tasks: setup_user.yml\n- name: \"Install AUR package manager - yay\"\n aur:\n name: yay\n become: yes\n become_user: \"{{ aur_builder.user }}\"\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
txs4444/ansible-role-vs-collection
8b5d620bf5a6000cf31c17137597eab303986045
0
playbook2/roles/enable_aur
432
[ "no_license" ]
[ { "path": "playbook2/roles/enable_aur/tasks/setup_user.yml", "content": "- block: \n - name: Create AUR user\n user:\n name: \"{{ aur_builder.user }}\"\n group: \"{{ aur_builder.group }}\"\n - name: \"Add AUR user to sudoers\"\n lineinfile:\n path: /etc/sudoers.d/11-aur-builder\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/docker
432
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\ndocker_user: \"{{ ansible_user | default('ubuntu') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1574, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/email
432
[ "no_license" ]
[ { "path": "ansible/roles/email/templates/email.env.j2", "content": "RABBITMQ_URL={{ email_env.RABBITMQ_URL }}\nSMTP_HOST={{ email_env.SMTP_HOST }}\nSMTP_PORT={{ email_env.SMTP_PORT }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/roles/e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 675, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/global
432
[ "no_license" ]
[ { "path": "ansible/roles/global/tasks/main.yml", "content": "---\n- name: Générer le fichier .env pour le global\n template:\n src: templates/global.env.j2\n dest: \"{{ global_path }}/.env\"\n mode: \"0600\"\n tags: [global, env]\n\n- name: Créer le traefik-net\n ansible.builtin.command: docker ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/monitoring
432
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/templates/monitoring.env.j2", "content": "POSTGRES_USER={{ monitoring_env.POSTGRES_USER }}\nPOSTGRES_PASSWORD={{ monitoring_env.POSTGRES_PASSWORD }}\nPOSTGRES_DB={{ monitoring_env.POSTGRES_DB }}\n\nGF_SECURITY_ADMIN_USER={{ monitoring_env.GF_SECURITY_ADMIN_USER }}\nGF_SEC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 659, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/software
432
[ "no_license" ]
[ { "path": "ansible/roles/software/tasks/main.yml", "content": "---\n- name: Générer le fichier .env pour Software\n template:\n src: templates/software.env.j2\n dest: \"{{ software_path }}/.env\"\n mode: \"0600\"\n tags: [software, env]\n\n- name: Déployer l'app Software\n become: true\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
BastienCouder/monorepo
929cb8100d8d5f66ab03ba5e24198f37fc0e0db4
0
ansible/roles/web
432
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n- name: Générer le fichier .env pour Web\n template:\n src: templates/web.env.j2\n dest: \"{{ web_path }}/.env\"\n mode: \"0600\"\n tags: [web, env]\n\n- name: Déployer l'app Web\n become: true\n ansible.builtin.command: docker comp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 747, "all_permissive": false }
ansible_role
adarsh-pdgt/hello-world-backend
51ffecc7244f5bc7f7393bd641a0573e584588b5
0
infra/provisioner/roles/ecr_docker_utils
432
[ "no_license" ]
[ { "path": "infra/provisioner/roles/ecr_docker_utils/tasks/login_ecr.yml", "content": "---\n\n- name: Execute AWS ECR login command\n shell: aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin .dkr.ecr.us-west-2.amazonaws.com\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
adarsh-pdgt/hello-world-backend
51ffecc7244f5bc7f7393bd641a0573e584588b5
0
infra/provisioner/roles/hello_world
432
[ "no_license" ]
[ { "path": "infra/provisioner/roles/hello_world/tasks/docker_status.yml", "content": "---\n\n- name: Check Docker installation status\n command: docker --version\n register: docker_version\n\n- name: Print Docker version\n debug:\n msg: \"{{ docker_version.stdout }}\"\n\n- name: Check Docker daemon sta...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3672, "all_permissive": false }
ansible_role
hakobera/influxdb-visualize-playground
a372da99f6c420f64a97b442b7da6c1000ee1011
2
ansible/roles/common
432
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: install common packages\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - wget\n - curl\n - build-essential\n - supervisor\n - nginx\n - nodejs\n - nodejs-legacy\n - npm\n\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
hakobera/influxdb-visualize-playground
a372da99f6c420f64a97b442b7da6c1000ee1011
2
ansible/roles/elasticsearch
432
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: add an apt signing key for elasticsearch\n apt_key: url=http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n\n- name: add elasticsearch's repository into sources list.\n apt_repository: repo='deb http://packages.elastics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
hakobera/influxdb-visualize-playground
a372da99f6c420f64a97b442b7da6c1000ee1011
2
ansible/roles/grafana
432
[ "no_license" ]
[ { "path": "ansible/roles/grafana/files/nginx.conf", "content": "server {\n listen *:80;\n server_name 192.168.77.22;\n\n location / {\n root /usr/share/nginx/grafana;\n index index.html index.htm;\n }\n\n # Proxy for InfluxDB\n location ~ ^/db/.*$ {\n proxy_pass http://127.0.0.1:8086;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1306, "all_permissive": false }
ansible_role
hakobera/influxdb-visualize-playground
a372da99f6c420f64a97b442b7da6c1000ee1011
2
ansible/roles/influga
432
[ "no_license" ]
[ { "path": "ansible/roles/influga/files/config.json", "content": "{\n \"dashboardDbPath\": \"/etc/influga/influga.db\",\n \"host\": \"127.0.0.1\",\n \"port\": 8086,\n \"database\": \"playground\",\n \"username\": \"root\",\n \"password\": \"<PASSWORD>\"\n}\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 602, "all_permissive": false }
ansible_role
hakobera/influxdb-visualize-playground
a372da99f6c420f64a97b442b7da6c1000ee1011
2
ansible/roles/influxdb
432
[ "no_license" ]
[ { "path": "ansible/roles/influxdb/tasks/main.yml", "content": "- name: download InfluxDB package\n get_url: url=http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb dest=/tmp/influxdb_latest_amd64.deb\n\n- name: install InfluxDB\n apt: deb=/tmp/influxdb_latest_amd64.deb state=installed\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
hasindum/install-openfaas
ab30104719c8c0eee311e25a192c466dbed2cc1c
0
roles/openfaas
432
[ "no_license" ]
[ { "path": "roles/openfaas/tasks/main.yml", "content": "---\n \n- include_tasks: facts.yml\n\n\n- name: set asg first node as the rally point server\n set_fact:\n rally_point_server: \"{{ rally_instances[0].private_ip_address }}\"\n tags:\n - install\n\n- name: initiate is_rally_point bool\n set_fa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3246, "all_permissive": false }
ansible_role
jdcamacho92/sdcm_homework
56adb89b8b7f8d4ce8898cc132e4f1c594e7a092
0
consul_cluster/roles/install_consul
432
[ "no_license" ]
[ { "path": "consul_cluster/roles/install_consul/main.yml", "content": "- hosts: consulservers\n remote_user: vagrant\n become: true\n vars:\n ansible_ssh_private_key_file: \"/vagrant/.vagrant/machines/ConsulServer/virtualbox/private_key\"\n ansible_python_interpreter: /usr/bin/python3\n tasks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
jdcamacho92/sdcm_homework
56adb89b8b7f8d4ce8898cc132e4f1c594e7a092
0
consul_cluster/roles/setting_up_consul
432
[ "no_license" ]
[ { "path": "consul_cluster/roles/setting_up_consul/tasks/consulagents.yml", "content": "- name: configurar consulagent\n shell: consul agent -node=agent-two -bind=192.168.56.3 -enable-script-checks=true -data-dir=/tmp/consul -config-dir=/etc/consul.d &\n poll: 0\n\n- name: configurar join server for gossip...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1728, "all_permissive": false }
ansible_role
navy-project/ami-builder
e3f0a44a0b266b28355d4bf4a6ab71169bc64a1a
1
ansible/roles/docker
432
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: ensure docker is installed\n yum: name=docker state=present\n\n- name: ensure docker service is running and enabled\n service: name=docker state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
navy-project/ami-builder
e3f0a44a0b266b28355d4bf4a6ab71169bc64a1a
1
ansible/roles/navy-host
432
[ "no_license" ]
[ { "path": "ansible/roles/navy-host/tasks/main.yml", "content": "---\n- name: ensure navyproject/container-proxy docker container is running\n docker:\n image: navyproject/container-proxy\n name: container_proxy\n ports: 8080\n restart_policy: always\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 291, "all_permissive": false }
ansible_role
SAmbadipudi/hackathon
0a53137e4817708366b18c239bd1d99385c08448
0
ansible/roles/ansibleserver
432
[ "no_license" ]
[ { "path": "ansible/roles/ansibleserver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansibleserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/ansibleserver/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1408, "all_permissive": false }
ansible_role
SAmbadipudi/hackathon
0a53137e4817708366b18c239bd1d99385c08448
0
ansible/roles/ec2-launch
432
[ "no_license" ]
[ { "path": "ansible/roles/ec2-launch/vars/main.yml", "content": "---\naws_access_key: \"AKIAIBNFTBEXO6CCABJQ\"\naws_secret_key: \"<KEY>\"\naws_region: \"us-east-2\"\n## VPC Information\nvpc_name: \"Hack_VPC\"\nvpc_cidr_block: \"172.16.0.0/16\"\n# For Security Group Rule\nmy_ip: \"0.0.0.0\"\n\n# Subnets\npubl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6981, "all_permissive": false }
ansible_role
SAmbadipudi/hackathon
0a53137e4817708366b18c239bd1d99385c08448
0
ansible/roles/user-defined-ec2-launch
432
[ "no_license" ]
[ { "path": "ansible/roles/user-defined-ec2-launch/vars/main.yml", "content": "---\naws_access_key: \"AKIAIBNFTBEXO6CCABJQ\"\naws_secret_key: \"<KEY>\"\naws_region: \"us-east-2\"\nmykey: \"mykey\"\n\n# Subnets\nsubnet_id: \"subnet-003276a919e938dfd\"\n#private_subnet_1_cidr: \"172.16.1.0/24\"\nmain_sg_id: \"s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1367, "all_permissive": false }
ansible_role
SAmbadipudi/hackathon
0a53137e4817708366b18c239bd1d99385c08448
0
ansible/roles/wordpress
432
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - wiki", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/wordpress/defaults/main.yml", "content": "---\nwp_m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1947, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/basics
432
[ "no_license" ]
[ { "path": "roles/basics/tasks/main.yml", "content": "- set_fact: role_name=basics\n\n##################################################\n### Basic system packages and firewall config\n\n\n- name: Update Yum\n yum: name=* state=latest\n\n- name: Install epel-release\n shell: yum install epel-release -y\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1393, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/cassandra
432
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/install.yml", "content": "- set_fact:\n cassandra_repo_file: /etc/yum.repos.d/cassandra.repo\n \n- rpm_key:\n state: present\n key: https://www.apache.org/dist/cassandra/KEYS\n\n- name: \"Configure the package management system\"\n copy: src=files/cassandra.repo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1671, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/elastic
432
[ "no_license" ]
[ { "path": "roles/elastic/handlers/main.yml", "content": "- name: restart iptables\n service: name=iptables state=restarted\n\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart php-fpm\n service: name=php-fpm state=restarted\n", "license_type": "no_license", "detected_...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 588, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/glusterfs
432
[ "no_license" ]
[ { "path": "roles/glusterfs/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% for host in groups.glusterfs %}\n {{ hostvars[host]['ansible_eth0']['ipv4']['addres...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2894, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/haproxy
432
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "# Global settings\n#---------------------------------------------------------------------\nglobal\n log 127.0.0.1 local2\n\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 4000\n user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6422, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/mariadb
432
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/configure.yml", "content": "- name: Add allow rule for 3306 to firewall\n firewalld: zone=public port=3306/tcp permanent=true state=enabled\n notify:\n - Restart the mariadb service\n- name: Create a new database with name \"{{ drupal_db_name }}\"\n mysql_db:\n name: \"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2007, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/mongodb
432
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/config.yml", "content": "\n- name: \"Configure the package management system\"\n file:\n path: /opt/mongo/\n state: directory\n mode: 0755\n- name: \"Copy key mongo\"\n copy: src=files/mongo-keyfile dest=/opt/mongo/mongo-keyfile owner=mongod group=mongod mode=400\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3198, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/neo4j
432
[ "no_license" ]
[ { "path": "roles/neo4j/tasks/install.yml", "content": "- set_fact:\n repo_file: /etc/yum.repos.d/neo4j.repo\n \n- name: \"Configure the package management system\"\n copy: src=files/neo4j.repo dest={{ repo_file }} owner=root mode=0600\n\n- name: Install neo4j\n yum: pkg={{ item }} state=installed\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/nginx
432
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configure.yml", "content": "# - name: Link Nginx to the shared folder\n# replace: dest=/etc/nginx/nginx.conf regexp='\\/usr\\/share\\/nginx\\/html' replace='/web'\n#\n# - name: Ensure Nginx running\n# service: name=nginx state=started enabled=yes\n- set_fact:\n key_file: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3204, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/nodejs
432
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- set_fact: role_name=nodejs\n\n##################################################\n\n---\n# tasks file for nodejs\n\n- name: Install nvm\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash\n args:\n create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/php
432
[ "no_license" ]
[ { "path": "roles/php/tasks/install.yml", "content": "- name: Install epel from remote repo\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n\n- name: Install remi from remote repo\n yum: name=http://rpms.remirepo.net/enterprise/remi-release-7.rpm state=pres...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1925, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/rabbitmp
432
[ "no_license" ]
[ { "path": "roles/rabbitmp/tasks/main.yml", "content": "- set_fact: role_name=basics\n\n##################################################\n### Basic system packages and firewall config\n\n- name: Install basic packages\n shell: yum install erlang -y\n\n- name: Install rabbitmq\n yum: \n name: https://d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
gsviec/ansible
7f1f26f9453e68e286c75ec8a786057984caa657
2
roles/redis
432
[ "no_license" ]
[ { "path": "roles/redis/tasks/configure.yml", "content": "- name: restart elasticsearch\n shell: service redis start\n- name: Bootup\n shell: chkconfig redis on", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/redis/tasks/install.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 431, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/aws
432
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- import_tasks: create_aws_security_groups.yml\n- import_tasks: create_aws_instance.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/aws/defaults/main.yml", "content": "---\napp_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3302, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/cluster-all
432
[ "no_license" ]
[ { "path": "roles/cluster-all/templates/pk-server.conf.j2", "content": "\n[clustering]\npass4SymmKey = {{ pass4SymmKey }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/cluster-all/tasks/main.yml", "content": "---\n- import_tasks: creat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1018, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/cluster-master
432
[ "no_license" ]
[ { "path": "roles/cluster-master/tasks/add_cluster_indexes.yml", "content": "---\n- name: Add indexes.conf to _cluster app \n copy:\n src: \"{{ playbook_home }}/roles/cluster-master/files/_cluster-indexes.conf\"\n dest: \"{{ splunk_home }}/etc/master-apps/_cluster/local/indexes.conf\"\n owner: splu...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3798, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/cluster-peers
432
[ "no_license" ]
[ { "path": "roles/cluster-peers/tasks/create_cp_base_app.yml", "content": "---\n- file:\n path: \"{{ splunk_home }}/etc/apps/cluster_indexer_base/local/\"\n state: directory\n mode: 0700\n\n- file:\n path: \"{{ splunk_home }}/etc/apps/cluster_indexer_base/metadata/\"\n state: directory\n mo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1153, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/common
432
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- import_tasks: create_splunk_os_user.yml\n- import_tasks: set_os_user_pam_limits.yml\n- import_tasks: init_d_thp_disable.yml\n- import_tasks: install_collectd.yml\n- import_tasks: install_pip_httplib2_4eventgen.yml\n- import_tasks: install_splunk.ym...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4845, "all_permissive": false }
ansible_role
dcarmack/splunk-ansible
2f7508292dc90d2b8f5f988f606c612d99470865
0
roles/conf-manager
432
[ "no_license" ]
[ { "path": "roles/conf-manager/templates/outputs.conf.j2", "content": "[indexAndForward]\nindex = false\n\n[indexer_discovery:cluster_master_1]\nmaster_uri = https://{{ cm_private_dns }}:8089\npass4SymmKey = {{ pass4SymmKey }}\n\n[tcpout:cluster_1]\nindexerDiscovery = cluster_master_1 \nautoLBFrequency = 30\...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5154, "all_permissive": false }
ansible_role
MathiasFM/ansible
a45deb168aaf138b0c13a07c11c71b0e9d8c41a9
0
roles/server_setup
434
[ "no_license" ]
[ { "path": "roles/server_setup/tasks/go_setup.yaml", "content": "- name: Download go tar file\n command: wget https://go.dev/dl/go{{go_version}}.linux-amd64.tar.gz\n\n- name: Delete previous installation\n command: rm -rf /usr/local/go\n become: true\n\n- name: Extract and move new go folder to /usr/local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 683, "all_permissive": false }
ansible_role
murtaza-u/lab
ea7c39529c2b405c14713cc3881c443be7c77548
0
k8s/ansible/roles/commons
434
[ "permissive" ]
[ { "path": "k8s/ansible/roles/commons/tasks/main.yaml", "content": "- name: install common packages\n apt:\n name:\n - apt-transport-https\n - curl\n\n- name: enable port forwarding\n ansible.posix.sysctl:\n name: \"net.ipv4.ip_forward\"\n value: \"1\"\n reload: true\n sysctl_set: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1116, "all_permissive": true }
ansible_role
murtaza-u/lab
ea7c39529c2b405c14713cc3881c443be7c77548
0
k8s/ansible/roles/containerd
434
[ "permissive" ]
[ { "path": "k8s/ansible/roles/containerd/tasks/main.yaml", "content": "- name: creating required directories\n file:\n state: directory\n mode: 0755\n path: \"{{ item }}\"\n with_items:\n - /tmp/containerd\n - /etc/containerd\n\n- name: downloading containerd binaries (arm64)\n unarchive:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1673, "all_permissive": true }
ansible_role
murtaza-u/lab
ea7c39529c2b405c14713cc3881c443be7c77548
0
k8s/ansible/roles/kubernetes-packages
434
[ "permissive" ]
[ { "path": "k8s/ansible/roles/kubernetes-packages/tasks/main.yaml", "content": "- name: downloading gpg key\n get_url:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n dest: /usr/share/keyrings/kubernetes.gpg\n owner: root\n group: root\n mode: 0644\n\n- name: adding kubernetes ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 854, "all_permissive": true }
ansible_role
danielsbezerra/glpi-container
e758dbb34eaae9bbba23c7841c7a8259c75cdf03
0
roles/common
434
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "# packages\ncommom_packages:\n - nano\n - wget\n - unzip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install commom packages\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 131, "all_permissive": false }
ansible_role
danielsbezerra/glpi-container
e758dbb34eaae9bbba23c7841c7a8259c75cdf03
0
roles/dbtier
434
[ "no_license" ]
[ { "path": "roles/dbtier/tasks/config.yml", "content": "---\n# - name: Copy cnf file that makes MyISAM the default engine (required by GLPI)\n# copy:\n# src: files/server.cnf\n# dest: /etc/my.cnf.d/server.cnf\n# owner: root\n# group: root\n# mode: 0644\n# become: yes\n\n# - name: Copy...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2489, "all_permissive": false }
ansible_role
danielsbezerra/glpi-container
e758dbb34eaae9bbba23c7841c7a8259c75cdf03
0
roles/glpi
434
[ "no_license" ]
[ { "path": "roles/glpi/tasks/install.yml", "content": "---\n# - name: Download glpi tar.gz file\n# get_url:\n# url: \"https://github.com/glpi-project/glpi/releases/download/9.3.3/glpi-9.3.3.tgz\"\n# dest: \"/tmp/glpi-9.3.3.tar.gz\"\n# mode: 0444\n\n# Install custom GLPI 9.1\n- copy:\n src: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1376, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/3proxy
434
[ "no_license" ]
[ { "path": "roles/3proxy/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: \"{{ item }}\"\n loop:\n - { name: net-proxy/3proxy, unstable: yes }\n tags:\n - packages\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2863, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/apcupsd
434
[ "no_license" ]
[ { "path": "roles/apcupsd/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: { name: sys-power/apcupsd }\n tags:\n - packages\n # notify:\n # - restart apcupsd\n\n - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1501, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/awesome
434
[ "no_license" ]
[ { "path": "roles/awesome/files/home/awesome/rc.lua", "content": "require(\"defines-global\")\nawful = require(\"awful\")\nif monitors_count > 1 then\n awful.spawn(\"xrandrapply.sh\")\nend\nrequire(\"screens\")\n\ngears = require(\"gears\")\nwibox = require(\"wibox\")\nbeautiful = require(\"beautiful\")\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 50035, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/bind
434
[ "no_license" ]
[ { "path": "roles/bind/handlers/main.yaml", "content": "---\n - name: restart named\n systemd:\n name: named\n state: restarted\n\n - name: reload named\n systemd:\n name: named\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 12333, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/bind_exporter
434
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: { name: app-metrics/bind_exporter, unstable: yes }\n tags:\n - packages\n\n - name: Connec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1366, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/bluetooth
434
[ "no_license" ]
[ { "path": "roles/bluetooth/handlers/main.yaml", "content": "---\n - name: restart bluetooth\n systemd:\n name: bluetooth\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/bluetooth/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/boinc
434
[ "no_license" ]
[ { "path": "roles/boinc/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: { name: sci-misc/boinc, unstable: yes, use: { enabled: [cuda] } }\n tags:\n - packages\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/cameras_site
434
[ "no_license" ]
[ { "path": "roles/cameras_site/tasks/camera.yaml", "content": "---\n - set_fact:\n f_camera_secrets: \"{{ cameras_secrets[i_camera | replace('-','_')] }}\"\n f_camera_ip: \"{{ v_camera_net_interface.ip.ipv4.ip }}\"\n f_stream_path: \"{{ v_camera.stream_paths.high }}\"\n vars:\n v_came...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5546, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/clamav
434
[ "no_license" ]
[ { "path": "roles/clamav/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: \"{{ item }}\"\n loop:\n - { name: app-antivirus/clamav, use: { enabled: [clamdtop, bzip2, iconv, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/dhcp
434
[ "no_license" ]
[ { "path": "roles/dhcp/templates/etc/systemd/system/dhcpd@.service.j2", "content": "[Unit]\nDescription=DHCPv%i Server Daemon\nAfter=network-online.target\nAfter=time-sync.target\n\n[Service]\nExecStartPre=/usr/sbin/dhcpd -%i -t -cf /etc/dhcp/dhcpd%i.conf\nExecStart=/usr/sbin/dhcpd -f -%i -cf /etc/dhcp/dhcpd...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8829, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/factorio
434
[ "no_license" ]
[ { "path": "roles/factorio/templates/opt/factorio/start.sh.j2", "content": "#!/bin/bash\n\n{{ merged_vars.factorio.paths.home }}/bin/x64/factorio \\\n --verbose \\\n --start-server-load-latest \\\n --port {{ merged_vars.factorio.port }} \\\n --server-settings {{ merged_vars.factorio.paths.home }}/server-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14814, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/fail2ban
434
[ "no_license" ]
[ { "path": "roles/fail2ban/templates/etc/fail2ban/jail.d/sshd.conf.j2", "content": "# Managed by ansible. Editing is useless\n# Sheridan\n\n[sshd]\nenabled = true\nmode = normal\nport = ssh\nfilter = sshd\nignoreip = {{ networks.home.subnet.ipv4.fu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 26209, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/firewall
434
[ "no_license" ]
[ { "path": "roles/firewall/templates/usr/local/bin/firewall-blackhole.sh.j2", "content": "#!/bin/bash\n\ncommand=$1\n\nfunction flush()\n{\n {# nft flush ruleset #}\n return $?\n}\n\nfunction ban()\n{\n ip=$2\n {# nft -cf {{ config.location }}/nftables.rules #}\n return $?\n}\n\n\ncase \"${command}\" in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 33377, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/gai
434
[ "no_license" ]
[ { "path": "roles/gai/tasks/main.yaml", "content": "---\n - name: Устанавливаем конфиг приоритета версий ip\n template:\n src: templates/etc/gai.conf.j2\n dest: /etc/gai.conf\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/gps
434
[ "no_license" ]
[ { "path": "roles/gps/handlers/main.yaml", "content": "---\n - name: restart gpsd\n systemd:\n name: gpsd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/gps/tasks/main.yaml", "content": "---\n - name: У...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1221, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/grafana
434
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: { name: www-apps/grafana-bin, unstable: yes }\n tags:\n - packages\n\n - name: deploy grafana co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3764, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/grub2
434
[ "no_license" ]
[ { "path": "roles/grub2/templates/etc/default/grub.j2", "content": "# Managed by ansible. Editing is useless\n# Sheridan\n\n{#\nTo populate all changes in this file you need to regenerate your\ngrub configuration file afterwards:\n 'grub2-mkconfig -o /boot/grub/grub.cfg'\nSee the grub info page for docume...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4593, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/homed
434
[ "no_license" ]
[ { "path": "roles/homed/templates/etc/homed/homed-web.conf.j2", "content": "[log]\nenabled=true\nfile={{ homed_log_root }}/web.log\n\n[mqtt]\nhost=localhost\nport={{ homed_mqtt_port }}\nusername={{ mqtt_users.homed.login }}\npassword={{ <PASSWORD>.<EMAIL>d.pw }}\nprefix=homed\n\n[server]\nport={{ homed_front...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11415, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/hostname
434
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yaml", "content": "---\n - name: Определение имени хоста\n shell: hostname\n register: r_host_name\n changed_when: no\n check_mode: no\n\n - name: Установка имени хоста\n shell: \"hostnamectl set-hostname {{ inventory_hostname }}.{{ networks.home.domain ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/htop
434
[ "no_license" ]
[ { "path": "roles/htop/tasks/Debian/packages.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n apt:\n name:\n - htop\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/htop/templates/home/h...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1908, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/journald
434
[ "no_license" ]
[ { "path": "roles/journald/tasks/main.yaml", "content": "---\n - name: Configuring systemd journald\n template:\n src: etc/systemd/journald.conf.j2\n dest: /etc/systemd/journald.conf\n owner: root\n group: root\n mode: 0644\n notify:\n - restart journald\n\n - name: Создан...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2166, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/kernel
434
[ "no_license" ]
[ { "path": "roles/kernel/templates/usr/src/build.sh.j2", "content": "#!/bin/bash\ncd linux\n\nfunction exit_test\n{\n if [ $1 -ne 0 ]\n then\n echo \"Failed. exiting.\"\n exit $1\n fi\n}\n\necho \"---> Building kernel <---\"\nmake -j{{ ansible_processor_vcpus }} bzImage modules\nexit_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1667, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/klipper
434
[ "no_license" ]
[ { "path": "roles/klipper/handlers/main.yaml", "content": "---\n - name: restart neolink\n systemd:\n name: klipper\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/klipper/tasks/main.yaml", "content": "--...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3409, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/letsencrypt
434
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: \"{{ item }}\"\n loop:\n - { name: app-crypt/certbot }\n - { name: app-crypt/certbot-nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/locale
434
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yaml", "content": "---\n - name: Настройка генератора локалей\n template:\n src: \"etc/locale.gen.j2\"\n dest: \"/etc/locale.gen\"\n mode: '0644'\n owner: root\n group: root\n notify:\n - regen locales\n\n - name: Установка локали\n t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 973, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/logrotate
434
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/Debian/packages.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n apt:\n name:\n - logrotate\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/logrotate/t...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2958, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/mariadb
434
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_role:\n name: portage\n tasks_from: install_package\n vars:\n package: { name: dev-db/mariadb, use: { enabled: [pam, systemd, server], disabled: [backup, debug] } }\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/mikrotik
434
[ "no_license" ]
[ { "path": "roles/mikrotik/README.md", "content": "# Statistics\n1. https://github.com/nshttpd/mikrotik-exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/mikrotik/tasks/execute-command.yaml", "content": "---\n - name: \"{{ comman...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2770, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/mikrotik_exporter
434
[ "no_license" ]
[ { "path": "roles/mikrotik_exporter/defaults/main.yaml", "content": "---\n mikrotik_exporter:\n listen:\n port: 9436\n features:\n bgp: no\n dhcp: no\n dhcpv6: no\n dhcpl: no\n routes: no\n pools: no\n optics: no\n wlansta: yes\n wlanif: yes\n", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4005, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/minecraft
434
[ "no_license" ]
[ { "path": "roles/minecraft/templates/opt/minecraft/whitelist.json.j2", "content": "[\n{% for user in merged_vars.minecraft.users %}\n {\n \"uuid\": \"{{ user.uuid }}\",\n \"name\": \"{{ user.name }}\"\n }{{ \",\" if not loop.last else '' }}\n{% endfor %}\n]\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 16059, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/mosquitto
434
[ "no_license" ]
[ { "path": "roles/mosquitto/defaults/main.yaml", "content": "---\n mosquitto_mqtt_port: 1883\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/mosquitto/templates/etc/mosquitto/conf.d/auth.conf.j2", "content": "allow_anonymous false\npass...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1811, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/mqtt-exporter
434
[ "no_license" ]
[ { "path": "roles/mqtt-exporter/handlers/main.yaml", "content": "---\n - name: restart mqtt-exporter\n systemd:\n name: mqtt-exporter\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/mqtt-exporter/templates/et...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6229, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/neolink
434
[ "no_license" ]
[ { "path": "roles/neolink/tasks/main.yaml", "content": "---\n - name: Устанавливаем необходимые пакеты\n include_tasks: \"{{ ansible_distribution }}/packages.yaml\"\n tags:\n - packages\n\n - name: Установка пользователя\n import_role:\n name: system_user\n tasks_from: setup_user\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2691, "all_permissive": false }
ansible_role
Sheridan/home-it
5030e2d97245f23557fca822a55d62aa10fd280b
2
roles/network_interfaces
434
[ "no_license" ]
[ { "path": "roles/network_interfaces/templates/usr/local/bin/interface-up.sh", "content": "#!/bin/bash\n\n{% for line in %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/network_interfaces/tasks/main.yaml", "content": "---\n - name: ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 5393, "all_permissive": false }