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
gaol/servers-lab
1e575e314a46912fb89236df1eff72e46aab4c3b
0
roles/docker
8,161
[ "permissive" ]
[ { "path": "roles/docker/README.md", "content": "Install Docker and run the service\n==\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 38 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install docker packages\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": true }
ansible_role
gaol/servers-lab
1e575e314a46912fb89236df1eff72e46aab4c3b
0
roles/javabasic
8,161
[ "permissive" ]
[ { "path": "roles/javabasic/tasks/main.yml", "content": "---\n\n- name: Install EPEL\n yum: name=epel-release state=installed\n\n- name: Install Basic Java related packages\n yum: name={{ item }} state=installed\n with_items:\n - java-1.8.0-openjdk-devel\n - maven\n - groovy\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": true }
ansible_role
gaol/servers-lab
1e575e314a46912fb89236df1eff72e46aab4c3b
0
roles/ldap
8,161
[ "permissive" ]
[ { "path": "roles/ldap/defaults/main.yml", "content": "---\nldap_suffix: dc=jboss,dc=org\nldap_rootdn: cn=Manager,dc=jboss,dc=org\nldap_rootpw: <PASSWORD>\n\nldap_user: ldap\n\nldap_ssl: true\nldap_certificate_country: CN\nldap_certificate_city: Beijing\nldap_certificate_address: Fangshan\nldap_certificate_o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11950, "all_permissive": true }
ansible_role
gaol/servers-lab
1e575e314a46912fb89236df1eff72e46aab4c3b
0
roles/mongodb
8,161
[ "permissive" ]
[ { "path": "roles/mongodb/README.md", "content": "Install MongoDB Server and import initial data\n==\n\nInstalled Packages\n===\n\n* mongodb mongodb-server\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 }, { "path": "roles/mongodb/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 610, "all_permissive": true }
ansible_role
gaol/servers-lab
1e575e314a46912fb89236df1eff72e46aab4c3b
0
roles/mysql
8,161
[ "permissive" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n#- name: Import Mariadb rpm key\n# rpm_key: key=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB\n\n- name: Install Mariadb packages\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - mariadb\n - MySQL-python\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6986, "all_permissive": true }
ansible_role
stancel/add-server-to-bareos-backups
c0a4530bf00e19672f20bade54368b1678f42245
0
roles/stancel.install-bareos-client
8,161
[ "no_license" ]
[ { "path": "roles/stancel.install-bareos-client/tasks/main.yml", "content": "---\n# tasks file for install-bareos-client\n\n\n# Credit to the author of this post: https://schroeffu.ch/2018/05/workaround-bareos-backup-server-client-unter-ubuntu-18-04/\n- name: \"Bareos client currently does not have a release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3907, "all_permissive": false }
ansible_role
pewo/rke2-ansible-prereq
c5531fee2cdcdbd482d0af728b612cc45cd9ffc3
0
roles/localuser
8,161
[ "no_license" ]
[ { "path": "roles/localuser/tasks/main.yml", "content": "- name: Add the local group\n group:\n name: \"{{ groupname }}\"\n local: true\n gid: \"{{ groupgid }}\"\n state: present\n when: groupname is defined and groupgid is defined\n\n- name: Add the local account \n user:\n name: \"{{ user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
pewo/rke2-ansible-prereq
c5531fee2cdcdbd482d0af728b612cc45cd9ffc3
0
roles/rke2-ansible-prereq
8,161
[ "no_license" ]
[ { "path": "roles/rke2-ansible-prereq/tasks/install_rke2-canal_conf.yml", "content": "---\n\n- name: Create /etc/NetworkManager/conf.d if it does not exist\n file:\n path: /etc/NetworkManager/conf.d\n state: directory\n mode: '0755'\n register: confdir\n\n- name: Check directory\n stat:\n path...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3716, "all_permissive": false }
ansible_role
KongrooParadox/ansible-linux-pc
c7e2059b20b6249f6f54f5b6ee439751ed267829
0
roles/config
8,161
[ "no_license" ]
[ { "path": "roles/config/files/alacritty/alacritty.toml", "content": "import = [\"/home/robot/.config/alacritty/themes/themes/github_dimmed.yaml\"]\n\n[env]\nTERM = \"alacritty\"\n\n[font]\nsize = 14.0\n\n[font.bold]\nfamily = \"FiraCodeNerdFont\"\nstyle = \"Bold\"\n\n[font.bold_italic]\nfamily = \"FiraCodeN...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 35079, "all_permissive": false }
ansible_role
KongrooParadox/ansible-linux-pc
c7e2059b20b6249f6f54f5b6ee439751ed267829
0
roles/packages
8,161
[ "no_license" ]
[ { "path": "roles/packages/vars/main.yml", "content": "packages_common:\n - apparmor\n - blueman\n - buildah\n - clamav\n - clamtk\n - cmake\n - curl\n - direnv\n - dnsutils\n - evolution\n - evtest\n - flatpak\n - fping\n - fzf\n - gcc\n - git\n - gnupg\n - gpodder\n - htop\n - hugo\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8122, "all_permissive": false }
ansible_role
KongrooParadox/ansible-linux-pc
c7e2059b20b6249f6f54f5b6ee439751ed267829
0
roles/system
8,161
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: \"Create user {{ user }}\"\n become: true\n ansible.builtin.user:\n name: \"{{ user }}\"\n comment: \"{{ user }}\"\n groups: \"{{ user }},cdrom,floppy,audio,dip,video,plugdev,users,netdev,bluetooth,lpadmin,scanner,sudo\"\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1917, "all_permissive": false }
ansible_role
Danuka92/aws_automation
b14e26061b65d303518b6eafecbdfae92d0862a2
0
roles/start
8,161
[ "no_license" ]
[ { "path": "roles/start/meta/main.yml", "content": "galaxy_info:\n author: Danuka \n description: This is an ansible script to START a cluster of STOPPED aws ec2 instances\n company: WSO2Telco\n\n min_ansible_version: 1.2\n\n # Optionally specify the branch Galaxy will use when accessing the GitHub\n #...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1850, "all_permissive": false }
ansible_role
Danuka92/aws_automation
b14e26061b65d303518b6eafecbdfae92d0862a2
0
roles/stop
8,161
[ "no_license" ]
[ { "path": "roles/stop/tasks/main.yml", "content": "---\n\n - name: Stop the running ec2 instances \n ec2:\n aws_access_key: '{{access_key}}' \n aws_secret_key: '{{secret_key}}'\n instance_ids: \"{{item.0}}\"\n region: \"{{item.1}}\"\n state: stopped\n wait: True\n as...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 560, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster/ansible/roles/common
8,161
[ "no_license" ]
[ { "path": "practical_cluster/ansible/roles/common/tasks/hosts.yml", "content": "---\n- name: Build hosts file\n lineinfile: dest=/etc/hosts regexp='.*{{ hostvars[item][\"ansible_fqdn\"] }}$' line=\"{{ hostvars[item].ansible_all_ipv4_addresses[0] }} {{ hostvars[item].ansible_hostname }} {{ hostvars[item].an...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2407, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster/ansible/roles/ganglia-node
8,161
[ "no_license" ]
[ { "path": "practical_cluster/ansible/roles/ganglia-node/handlers/main.yml", "content": "---\n# handlers file for ganglia-client\n- name: restart gmond\n service: name=gmond state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "practica...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster/ansible/roles/ganglia-server
8,161
[ "no_license" ]
[ { "path": "practical_cluster/ansible/roles/ganglia-server/tasks/main.yml", "content": "---\n# tasks file for ganglia-server\n- name: Update selinux-policy to latest version\n yum: name=selinux-policy state=latest\n\n- name: Install Ganglia components\n yum: name={{ item }} state=present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2024, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster/ansible/roles/ntp
8,161
[ "no_license" ]
[ { "path": "practical_cluster/ansible/roles/ntp/templates/ntp.conf.j2", "content": "## NTP configuration\n## Please note: ANSIBLE MANAGED!\n\n# Force NTP to keep going even if a big time gap is detected\ntinker panic 0\n\n# Set driftfile path\ndriftfile {{ ntp_config_driftfile }}\n\n# Set restrict access\n{%...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 979, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster/ansible/roles/unattended-upgrades
8,161
[ "no_license" ]
[ { "path": "practical_cluster/ansible/roles/unattended-upgrades/vars/main.yml", "content": "---\n# vars file for unattended-upgrades\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "practical_cluster/ansible/roles/unattended-upgrades/defaults/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1207, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster_full_network/ansible/roles/common
8,161
[ "no_license" ]
[ { "path": "practical_cluster_full_network/ansible/roles/common/tasks/nfs_clients.yml", "content": "---\n- name: install nfs client\n yum: pkg=nfs-utils state=present\n\n- name: ensure {{nfsmount}} directory exists\n file: path={{nfsmount}} state=directory\n tags: ['live']\n\n- name: set NFS options\n se...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1991, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster_full_network/ansible/roles/fail2ban
8,161
[ "no_license" ]
[ { "path": "practical_cluster_full_network/ansible/roles/fail2ban/tasks/main.yml", "content": "---\n# tasks file for fail2ban\n- name: Install fail2ban\n yum: pkg=fail2ban state=present\n\n- name: Copy fail2ban customization file\n copy: src=customization.local dest=/etc/fail2ban/jail.d/\n notify: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster_full_network/ansible/roles/openlava
8,161
[ "no_license" ]
[ { "path": "practical_cluster_full_network/ansible/roles/openlava/tasks/main.yml", "content": "---\n# tasks file for openlava\n- name: Install environment packages\n yum: name=\"{{ item }}\" state=present\n with_items: \"{{ environment_packages }}\"\n\n- name: Install packages required by OpenLava\n yum: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5778, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/resops_workshop
f5eb54a595d9ff8de6be0e008a1eab97aa56f389
2
practical_cluster_full_network/ansible/roles/users
8,161
[ "no_license" ]
[ { "path": "practical_cluster_full_network/ansible/roles/users/tasks/main.yml", "content": "---\n- name: Creating groups\n group: name=\"{{item}}\"\n with_items: \"{{groups_to_create}}\"\n tags: ['users','groups','configuration']\n\n- name: Per-user group creation\n group: name=\"{{item.username}}\" gid=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4936, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/apt-allow-relinfo-change
8,161
[ "no_license" ]
[ { "path": "ansible/roles/apt-allow-relinfo-change/README.md", "content": "---\nWhen the suite of one debian release changes from stable to oldstable, apt\nstops working with the following error:\n\n```\nW:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/docker
8,161
[ "no_license" ]
[ { "path": "ansible/roles/docker/files/Dockerfile", "content": "ARG\tREGISTRY=docker.io\nFROM\t${REGISTRY}/alpine:3.15\nARG\tDOCKER_GID\n\nRUN\tapk add \\\n\t\tcargo \\\n\t\tdocker-cli\n\n# Create user and docker group with same group-id as on host system, create\n# /opt/docuum dir owned by user\nRUN\tset -x...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4576, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/gsm-tester
8,161
[ "no_license" ]
[ { "path": "ansible/roles/gsm-tester/templates/quad_modem_power_cycle.sh", "content": "#!/bin/sh\nset -ex\n\nlocations=\"$(uhubctl -n 1d50:4002 | grep \"Current status for hub\" | awk '{print $5}')\"\nfor l in $locations; do\n\tuhubctl -p 1,2,3,4,5,6 -a 0 -n 1d50:4002 -l $l\ndone\n# give a lot of time to dis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10338, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/gsm-tester-bts
8,161
[ "no_license" ]
[ { "path": "ansible/roles/gsm-tester-bts/tasks/main.yml", "content": "---\n- name: update apt-cache\n apt:\n cache_valid_time: 3600\n update_cache: yes\n\n- name: ip.access install apt dependencies\n apt:\n name: python3-usb\n\n- name: ip.access install pip3 dependencies\n pip:\n name: pysispm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1236, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/gsm-tester-modems
8,161
[ "no_license" ]
[ { "path": "ansible/roles/gsm-tester-modems/README.md", "content": "# Install drivers for multiple modems or BTS's\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/gsm-tester-modems/tasks/main.yml", "content": "---\n# modems\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/gsm-tester-network
8,161
[ "no_license" ]
[ { "path": "ansible/roles/gsm-tester-network/tasks/main.yml", "content": "---\n\n- name: setup the network configuration\n template:\n src: interface.j2\n dest: /etc/network/interfaces.d/gsm-tester\n register: gsm_tester_network_interface\n\n- name: start all network interface\n command: ifup -a\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3464, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/install-coverity
8,161
[ "no_license" ]
[ { "path": "ansible/roles/install-coverity/defaults/main.yml", "content": "---\n\ncoverity_version: 2024.6.1\ncoverity_installer_file: \"cov-analysis-linux64-{{ coverity_version }}.tar.gz\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/install-poky-sdk
8,161
[ "no_license" ]
[ { "path": "ansible/roles/install-poky-sdk/defaults/main.yml", "content": "---\n# OS user\njenkins_user: jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/install-poky-sdk/tasks/main.yml", "content": "---\n- name: install d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1949, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/ntpd
8,161
[ "no_license" ]
[ { "path": "ansible/roles/ntpd/tasks/main.yml", "content": "---\n- name: install ntp from debian\n apt:\n name: ntp\n\n- name: start and enable ntp daemon\n systemd:\n name: ntp\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 181, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/osmocom-jenkins-slave
8,161
[ "no_license" ]
[ { "path": "ansible/roles/osmocom-jenkins-slave/defaults/main.yml", "content": "---\n\n# OS user\njenkins_user: jenkins\n\n# install usefull utilities including qemu/debootstrap/fakeroot\ninstall_jenkins_utilities: true\n\n# E.g. a generic_slave requires different tasks as a\n# special slave including the gs...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7350, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/osmocom-obs-worker
8,161
[ "no_license" ]
[ { "path": "ansible/roles/osmocom-obs-worker/tasks/openvpn.yml", "content": "- name: Install openvpn\n zypper:\n name:\n - openvpn\n\n- name: copy openvpn config\n copy:\n src: obs.conf\n dest: /etc/openvpn/\n mode: 0600\n\n- name: copy openvpn CA certificate\n copy:\n src: obs-ca.crt\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1734, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/osmocom-workstation
8,161
[ "no_license" ]
[ { "path": "ansible/roles/osmocom-workstation/tasks/main.yml", "content": "---\n\n- name: add user\n user:\n name: \"{{ osmocom_user }}\"\n generate_ssh_key: yes\n ssh_key_bits: 4096\n ssh_key_type: rsa\n shell: /usr/bin/zsh\n groups: docker\n\n- name: import git repos\n import_tasks: git...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3628, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/podman
8,161
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/main.yml", "content": "---\n\n- name: install podman\n apt:\n pkg:\n - podman\n - buildah\n - fuse-overlayfs\n # Has reasonable recommends needed for dns resolving etc.\n install_recommends: yes\n\n- name: install mknod-fuse.service\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/qemu
8,161
[ "no_license" ]
[ { "path": "ansible/roles/qemu/files/qemu-create-vms.sh", "content": "#!/bin/sh -e\n# Create qcow2 images with ssh root login enabled for repo-install-test and\n# store them in /opt/qemu.\n# Set KEEP_CACHE=1 during development, so virt-builder only needs to download\n# the image once.\n\n# Distribution names...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2053, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/testenv-coredump-helper
8,161
[ "no_license" ]
[ { "path": "ansible/roles/testenv-coredump-helper/handlers/main.yml", "content": "---\n- name: restart testenv-coredump-helper\n service:\n name: testenv-coredump-helper\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "an...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6508, "all_permissive": false }
ansible_role
osmocom/osmo-ci
1262888d49057d212a16a29506e8a30b79202510
4
ansible/roles/udhcpd
8,161
[ "no_license" ]
[ { "path": "ansible/roles/udhcpd/defaults/main.yml", "content": "---\n\nudhcpd_range_start: 192.168.1.100\nudhcpd_range_end: 192.168.1.200\n\nudhcpd_subnet: 255.255.255.0\nudhcpd_router: 192.168.1.1\nudhcpd_dns: \"{{ udhcpd_router }}\"\n\n# in seconds\n# default: 10 days\nudhcpd_lease_time: 864000\n\nudhcpd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1215, "all_permissive": false }
ansible_role
mrk21/cpp-exec-env
a62ac19bff70305088aa8c0a5188c45a6d34fcb5
0
ansible/roles/base
8,161
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: install basic packages\n when: ansible_os_family == \"Debian\"\n apt: update_cache=yes name=\"{{ item }}\" state=present\n with_items:\n - python-software-properties\n - vim\n - wget\n - tree\n - git\n - subversion\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
mrk21/cpp-exec-env
a62ac19bff70305088aa8c0a5188c45a6d34fcb5
0
ansible/roles/boost
8,161
[ "no_license" ]
[ { "path": "ansible/roles/boost/tasks/main.yml", "content": "---\n- name: install dependencies\n when: ansible_os_family == \"Debian\"\n apt: update_cache=yes name={{ item }} state=present\n with_items:\n - python-dev\n - libbz2-dev\n \n- name: install Boost 1.57.0\n shell: |\n creates=/usr/inc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
mrk21/cpp-exec-env
a62ac19bff70305088aa8c0a5188c45a6d34fcb5
0
ansible/roles/gcc
8,161
[ "no_license" ]
[ { "path": "ansible/roles/gcc/tasks/main.yml", "content": "---\n- name: add apt repository\n when: ansible_os_family == \"Debian\"\n apt_repository: repo=ppa:ubuntu-toolchain-r/test state=present validate_certs=no\n \n- name: install GCC 4.9\n when: ansible_os_family == \"Debian\"\n apt: update_cache=ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
mrk21/cpp-exec-env
a62ac19bff70305088aa8c0a5188c45a6d34fcb5
0
ansible/roles/llvm
8,161
[ "no_license" ]
[ { "path": "ansible/roles/llvm/tasks/main.yml", "content": "---\n- name: add apt key\n when: ansible_os_family == \"Debian\"\n apt_key: url=http://llvm.org/apt/llvm-snapshot.gpg.key state=present\n \n- name: add apt repository\n when: ansible_os_family == \"Debian\"\n apt_repository: repo=\"deb http://l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": false }
ansible_role
devopssolver/ansible-molecule-vagrant
b27f9eabdffa3ee41b4138c80ec94db959946ca2
5
roles/arillso.ntp
8,161
[ "no_license" ]
[ { "path": "roles/arillso.ntp/README.md", "content": "# Ansible Role: NTP\n\n[![Build Status](https://img.shields.io/travis/arillso/ansible.ntp.svg?branch=master&style=popout-square)](https://travis-ci.org/arillso/ansible.ntp) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popo...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 10013, "all_permissive": false }
ansible_role
senorbeast/infra-gitops
9aacb7425077d10d1f1d5c8333c611e8046197e7
1
ansible/roles/k3s
8,153
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/main.yaml", "content": "- name: Install MetalLB\n k8s:\n state: present\n definition: \"{{ lookup('url', 'https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml') }}\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_vlan
3e82648121f643d6a808d049d36f01dfbf2202d6
0
dz/roles/lacp
8,153
[ "no_license" ]
[ { "path": "dz/roles/lacp/templates/ifcfg-eth2.j2", "content": "DEVICE={{ device2 }}\nONBOOT=yes\nBOOTPROTO=none\nMASTER={{ device_lacp }}\nSLAVE=yes\nNM_CONTROLLED=no\nUSERCTL=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "dz/roles/lacp/task...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 2883, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_vlan
3e82648121f643d6a808d049d36f01dfbf2202d6
0
dz/roles/vlan
8,153
[ "no_license" ]
[ { "path": "dz/roles/vlan/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/vlan", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "dz/roles/vlan/defaults/main.yml", "content": "---\n# defaults file fo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 873, "all_permissive": false }
ansible_role
MattKempfert/smarthome-analytics-platform
d4f433e751e2a9cb3fe7ba26751dea120b91fbbc
0
roles/grafana
8,153
[ "no_license" ]
[ { "path": "roles/grafana/templates/grafana.ini.j2", "content": "########################################\n### This file was created by Ansible ###\n### Do not modify by hand ###\n########################################\n\n;app_mode = production\n;instance_name = ${HOSTNAME}\n\n##################...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4863, "all_permissive": false }
ansible_role
MattKempfert/smarthome-analytics-platform
d4f433e751e2a9cb3fe7ba26751dea120b91fbbc
0
roles/influxdb
8,153
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n- name: Create the InfluxDB directory\n ansible.builtin.file:\n path: /media/pi/raspberry-pi/influxdb\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Create the settings directory (/etc/influxdb2)\n ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2023, "all_permissive": false }
ansible_role
MattKempfert/smarthome-analytics-platform
d4f433e751e2a9cb3fe7ba26751dea120b91fbbc
0
roles/setup
8,153
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Install additional OS required packages\n ansible.builtin.apt:\n update_cache: true\n name:\n - python3\n - python3-pip\n - python3-docker\n\n- name: Install python libraries\n ansible.builtin.pip:\n name: docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
MattKempfert/smarthome-analytics-platform
d4f433e751e2a9cb3fe7ba26751dea120b91fbbc
0
roles/telegraf
8,153
[ "no_license" ]
[ { "path": "roles/telegraf/templates/telegraf.conf.j2", "content": "########################################\n### This file was created by Ansible ###\n### Do not modify by hand ###\n########################################\n\n[agent]\n interval = \"10s\"\n round_interval = true\n metric_batch_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3384, "all_permissive": false }
ansible_role
daithanhtran2912/udacity-projects
da68214846bbc171a76ed1c7d1f38823bf0e8263
0
Cloud-DevOps-Engineer/Project-Give-Your-Application-Auto-Deploy-Superpowers/.circleci/ansible/roles/configure-server
8,153
[ "no_license" ]
[ { "path": "Cloud-DevOps-Engineer/Project-Give-Your-Application-Auto-Deploy-Superpowers/.circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n - name: Update apt\n become: true\n apt:\n update_cache: yes\n\n - name: Upgrade apt\n become: true\n apt:\n upgrade: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
daithanhtran2912/udacity-projects
da68214846bbc171a76ed1c7d1f38823bf0e8263
0
Cloud-DevOps-Engineer/Project-Give-Your-Application-Auto-Deploy-Superpowers/.circleci/ansible/roles/deploy
8,153
[ "no_license" ]
[ { "path": "Cloud-DevOps-Engineer/Project-Give-Your-Application-Auto-Deploy-Superpowers/.circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: Create directory \n become: true\n file: \n path: /home/ubuntu/backend\n state: directory\n mode: 0755\n\n - name: Copy arti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
epokora/ansible-dtzd
cbdf8a49ba46eea58bf0e6a88b8e459bcf00f0d7
0
roles/ceph
8,153
[ "no_license" ]
[ { "path": "roles/ceph/tasks/docker.yml", "content": "---\n\n- name: Add Docker’s official GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n keyring: /usr/share/keyrings/docker-archive-keyring.gpg\n state: present\n\n- name: Set up the stable repository\n apt_repository:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1377, "all_permissive": false }
ansible_role
epokora/ansible-dtzd
cbdf8a49ba46eea58bf0e6a88b8e459bcf00f0d7
0
roles/ceph-client
8,153
[ "no_license" ]
[ { "path": "roles/ceph-client/defaults/main.yml", "content": "---\n\nceph_utils:\n - ceph-common\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/ceph-client/tasks/main.yml", "content": "---\n\n#- include_tasks: docker.yml\n- include_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 102, "all_permissive": false }
ansible_role
epokora/ansible-dtzd
cbdf8a49ba46eea58bf0e6a88b8e459bcf00f0d7
0
roles/common
8,153
[ "no_license" ]
[ { "path": "roles/common/tasks/utils.yml", "content": "---\n\n- name: Install common utilities\n apt:\n name: \"{{ system_utils }}\"\n state: present\n update_cache: yes\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/common/...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2685, "all_permissive": false }
ansible_role
epokora/ansible-dtzd
cbdf8a49ba46eea58bf0e6a88b8e459bcf00f0d7
0
roles/network
8,153
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n\n- debug:\n msg: \"{{ ansible_facts['ibs2f0']['active'] }}\"\n ignore_errors: True\n\n- include_tasks: netplan.yml\n- include_tasks: hosts.yml\n- include_tasks: cloud-init.yml\n\n...\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2513, "all_permissive": false }
ansible_role
epokora/ansible-dtzd
cbdf8a49ba46eea58bf0e6a88b8e459bcf00f0d7
0
roles/ofed
8,153
[ "no_license" ]
[ { "path": "roles/ofed/defaults/main.yml", "content": "---\n# defaults file for mlnx-ofed\nmlnx_ofed_url: https://content.mellanox.com/ofed/MLNX_OFED-5.3-1.0.0.1/MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.tgz \nmlnx_ofed_tgz_checksum: sha256:60ebda2e8f038fa199d85d5e3f7abaa7f479a6ca8eaa3883a1ea41f5a35afd8...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1711, "all_permissive": false }
ansible_role
tydar/gitlab-ansible-role
c57da345f3dc3ebc5318a7e5e4e9b3fa5022a856
0
roles/conjurer_build
8,153
[ "no_license" ]
[ { "path": "roles/conjurer_build/tasks/main.yml", "content": "---\n- name: update apt cache\n become: yes\n apt:\n update_cache: yes\n\n- name: install qemu-system\n become: yes\n apt:\n pkg:\n - qemu-system\n - libvirt-clients\n - libvirt-daemon-system\n install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
tydar/gitlab-ansible-role
c57da345f3dc3ebc5318a7e5e4e9b3fa5022a856
0
roles/debian_utils
8,153
[ "no_license" ]
[ { "path": "roles/debian_utils/tasks/main.yml", "content": "---\n- name: install sudo\n apt:\n name: sudo\n update_cache: yes\n\n- name: add users from vars with sudo priv\n user:\n name: \"{{ item }}\"\n state: present\n groups: \"sudo\"\n append: yes\n loop: \"{{ users_list }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 884, "all_permissive": false }
ansible_role
tydar/gitlab-ansible-role
c57da345f3dc3ebc5318a7e5e4e9b3fa5022a856
0
roles/gitlab_runner
8,153
[ "no_license" ]
[ { "path": "roles/gitlab_runner/defaults/main.yml", "content": "---\nrun_untagged: True\nrunner_tag_list: [\"linux\", \"runner\", \"kvm\"]\nrunner_description: \"KVM Runner\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/gitlab_runner/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2008, "all_permissive": false }
ansible_role
kmerisushma/expense-ansible
679d5e079623352c832fd0e24808b8d152b2a458
0
roles/backend
8,153
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable NodeJS default Version\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS 20 Version\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n name: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1181, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/auto_reboot
8,153
[ "no_license" ]
[ { "path": "roles/auto_reboot/defaults/main.yml", "content": "---\n# defaults file for client_reboot\n\n# Cron task scheduling for auto reboot\ncron_reboot_minute: \"0\"\ncron_reboot_hour: \"3\"\ncron_reboot_day: \"*\"\ncron_reboot_month: \"*\"\ncron_reboot_weekday: \"*\"\n\n# Set to true if you want to enab...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2661, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/auto_upgrade
8,153
[ "no_license" ]
[ { "path": "roles/auto_upgrade/handlers/main.yml", "content": "---\n# handlers file for auto_upgrade\n\n- name: \"restart cron\"\n service:\n name: \"{{ cron_service_name }}\"\n enabled: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3505, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/backup_client
8,153
[ "no_license" ]
[ { "path": "roles/backup_client/meta/main.yml", "content": "galaxy_info:\n author: nemo\n description: Set up backup client for GNU/Linux.\n company: Wirebrass\n\n license: license (BSD)\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Debian\n versions:\n - stretch\n - buste...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 8543, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/backup_server
8,153
[ "no_license" ]
[ { "path": "roles/backup_server/meta/main.yml", "content": "galaxy_info:\n author: nemo\n description: Set up backup server for GNU/Linux.\n company: Wirebrass\n\n license: license (BSD)\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Debian\n versions:\n - stretch\n - buste...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 8771, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/client_iptables
8,153
[ "no_license" ]
[ { "path": "roles/client_iptables/handlers/main.yml", "content": "---\n- name: save iptables v4 rules\n shell: iptables-save > {{ iptables_save_file }}\n listen: persist iptables\n\n- name: save iptables v6 rules\n shell: ip6tables-save > {{ ip6tables_save_file }}\n listen: persist iptables\n", "lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 6762, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/client_ntp
8,153
[ "no_license" ]
[ { "path": "roles/client_ntp/tasks/service.yml", "content": "---\n- name: NTP client enabled\n service:\n name: \"{{ ntp_service_name }}\"\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/client_ntp/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 1639, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/client_resolvers
8,153
[ "no_license" ]
[ { "path": "roles/client_resolvers/tasks/resolv_conf.yml", "content": "---\n- name: configure resolvers\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/client_resolvers/README...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1849, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/client_tools
8,153
[ "no_license" ]
[ { "path": "roles/client_tools/defaults/main.yml", "content": "---\n# defaults file for client_tools\n\n# All packages (tools) to install on the server\ntools_package:\n - sudo\n - curl\n - sed\n - grep\n - net-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1406, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/icinga2_server
8,153
[ "no_license" ]
[ { "path": "roles/icinga2_server/templates/ido-mysql.conf.j2", "content": "/**\n * The db_ido_mysql library implements IDO functionality\n * for MySQL.\n */\n\nlibrary \"db_ido_mysql\"\n\nobject IdoMysqlConnection \"ido-mysql\" {\n user = \"icinga_user\",\n password = \"{{ <PASSWORD> }}\",\n host = \"loca...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 29, "total_bytes": 57156, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/ldap_server
8,153
[ "no_license" ]
[ { "path": "roles/ldap_server/tasks/main.yml", "content": "---\n\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- include_tasks: package.yml\n- include_tasks: service.yml\n- include_tasks: cert.yml\n- include_tasks: ldap_tls.yml\n- include_tasks: ldap_entries.yml\...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 18000, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/munin-async
8,153
[ "no_license" ]
[ { "path": "roles/munin-async/README.md", "content": "Ansible Role: mnin-async\n=========\n\nThis role set up munin-async service for a GNU/Linux server.\n\nRequirements\n------------\n\nMunin node installed on nodes.\n\nRole Variables\n--------------\n\nAll variables and default values are defined in `defau...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 2969, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/munin-node
8,153
[ "no_license" ]
[ { "path": "roles/munin-node/vars/OpenBSD.yml", "content": "---\nmunin_node_log: /var/log/munin/munin-node.log\nmunin_node_pid: /var/run/munin-node.pid\nmunin_plugin_src_path: /usr/local/libexec/munin/plugins\nmunin_node_service: munin_node\nmunin_node_group: wheel\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2771, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/munin_server
8,153
[ "no_license" ]
[ { "path": "roles/munin_server/defaults/main.yml", "content": "---\n# defaults file for munin_async_server\n\n# Private/Public SSH keys of Munin async server to access all Munin async client account\nprivate_key_munin_user_host: \"\"\npublic_key_munin_user_host: \"\"\n\n# Munin user and group\nmunin_user: \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2336, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/postfix
8,153
[ "no_license" ]
[ { "path": "roles/postfix/handlers/main.yml", "content": "---\n- name: restart postfix\n service: name=postfix state=restarted\n\n- name: update aliases\n command: postalias {{ aliases_config_file }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3106, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/sysctl_customizations
8,153
[ "no_license" ]
[ { "path": "roles/sysctl_customizations/README.md", "content": "Ansible Role: systctl customization\n=========\n\nThis role set up sysctl customization for a GNU/Linux server.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nAll variables and default values are defined in `defaults...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1445, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/users_sudo
8,153
[ "no_license" ]
[ { "path": "roles/users_sudo/tasks/main.yml", "content": "---\n# Main tasks file for users_sudo\n\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- import_tasks: package.yml\n- import_tasks: group.yml\n- import_tasks: users.yml\n\n", "license_type": "no_license...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 2708, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/web_as208585.net
8,153
[ "no_license" ]
[ { "path": "roles/web_as208585.net/meta/main.yml", "content": "galaxy_info:\n author: nemo\n description: as208585 webfiles for GNU/Linux.\n company: Wirebrass\n\n license: license (BSD)\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Debian\n versions:\n - stretch\n - buste...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1876, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/workstation_mutt
8,153
[ "no_license" ]
[ { "path": "roles/workstation_mutt/tasks/mutt.yml", "content": "---\n- name: Mailcap configured\n template:\n src: mailcap.j2\n dest: \"{{ workstation_mutt_home }}/.mailcap\"\n owner: \"{{ workstation_mutt_user }}\"\n group: \"{{ workstation_mutt_group }}\"\n mode: 0600\n\n- name: Mutt config...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8094, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/workstation_portage
8,153
[ "no_license" ]
[ { "path": "roles/workstation_portage/templates/package.accept_keywords.ansible.j2", "content": "net-nds/ApacheDirectoryStudio ~amd64\n=x11-themes/arc-theme-20190917 ~amd64\nmedia-sound/ardour ~adm64\nnet-analyzer/arp-scan ~amd64\nx11-wm/awesome ~amd64\napp-misc/crunch ~amd64\napp-admin/haskell-updater ~amd6...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5320, "all_permissive": false }
ansible_role
Wirebrass/ansible-base-mirror
a1071099f040ce5b380befa9ccb31f6c7b4a53dd
0
roles/workstation_xdesktop
8,153
[ "no_license" ]
[ { "path": "roles/workstation_xdesktop/tasks/package.yml", "content": "---\n- name: X environment package (awesome, Xorg, Xscreensaver, Xrb, ...)\n package:\n name: \"{{ workstation_xdesktop_packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3334, "all_permissive": false }
ansible_role
dawitsis2/devops-project3
191a2c6254c09e1ae7924b33880c74d922435af5
0
.circleci/ansible/roles/configure-server
8,153
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n - name: \"update apt packages.\"\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n - name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n - name: Install the gpg ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
mekanix/jail-webconsul
57cb4e186055a0559121a1d9dfdab85c2361d62c
0
ansible/roles/webconsul
8,153
[ "no_license" ]
[ { "path": "ansible/roles/webconsul/vars/main.yml", "content": "---\nwebconsul_packages:\n - name: curl\n\nwebconsul_install_prefix: /mnt\n\nwebconsul_consul_template_prefix: webconsul\n\nwebconsul_consul_templates:\n - destination: \"{{ webconsul_install_prefix }}/domains.conf\"\n filename: \"domains.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2846, "all_permissive": false }
ansible_role
platonic-realm/dstone
551aeb5e43f05401ebb9429098ba31a9eb8740f0
0
ansible/roles/base_packages
8,153
[ "permissive" ]
[ { "path": "ansible/roles/base_packages/tasks/main.yml", "content": "---\n- name: Install base packages\n become: true\n package:\n name:\n - sudo\n - git\n - htop\n - fzf\n - tldr\n - neofetch\n - thefuck\n - net-tools\n - iftop\n - iotop\n - sysst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": true }
ansible_role
platonic-realm/dstone
551aeb5e43f05401ebb9429098ba31a9eb8740f0
0
ansible/roles/bash_config
8,153
[ "permissive" ]
[ { "path": "ansible/roles/bash_config/files/bashrc", "content": "#\n# ~/.bashrc\n#\n\n[[ $- != *i* ]] && return\n\n[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion\n\n# Change the window title of X terminals\ncase ${TERM} in\n\txterm*|rxvt*|Eterm*|aterm|kterm|...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10543, "all_permissive": true }
ansible_role
platonic-realm/dstone
551aeb5e43f05401ebb9429098ba31a9eb8740f0
0
ansible/roles/neovim_config
8,153
[ "permissive" ]
[ { "path": "ansible/roles/neovim_config/files/nvim/lua/vix/set.lua", "content": "vim.opt.relativenumber = true\nvim.opt.number = true\n\nvim.opt.tabstop = 2\nvim.opt.softtabstop = 2\nvim.opt.shiftwidth = 2\nvim.opt.expandtab = true\n\nvim.opt.smartindent = true\n\nvim.opt.wrap = false\n\n-- Esc button delay ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7798, "all_permissive": true }
ansible_role
platonic-realm/dstone
551aeb5e43f05401ebb9429098ba31a9eb8740f0
0
ansible/roles/tmux_config
8,153
[ "permissive" ]
[ { "path": "ansible/roles/tmux_config/files/tmux.conf", "content": "# To install tmp\n# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\n\n# Setting the prefix from C-b to C-a\nset -g prefix C-a\n\n# Setting the delay between prefix and command\n# set -s escape-time 5\n\n# Free the original...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2173, "all_permissive": true }
ansible_role
platonic-realm/dstone
551aeb5e43f05401ebb9429098ba31a9eb8740f0
0
ansible/roles/user_management
8,153
[ "permissive" ]
[ { "path": "ansible/roles/user_management/tasks/main.yml", "content": "---\n- name: Create the user\n user:\n name: \"{{ user_name }}\"\n groups: root\n shell: /bin/bash\n become: true\n when: create_user | default(true)\n\n- name: Add ssh key for the user\n authorized_key:\n user: \"{{ user_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": true }
ansible_role
ecormaksin/cheering-local-restaurant
65eadaeabaf260af7aa36c1a1e874507836ac98d
0
ansible/roles/vault
8,153
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/main.yml", "content": "- name: \"HashiCorp Vault | zipファイルをダウンロードする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n get_url:\n url: \"{{ hashicorp_vault_zip_url }}\"\n dest: \"{{ hashicorp_vault_zip_dest }}\"\n checksum: \"{{hashicorp_vault_zi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4587, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/binancecoin-mainnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/binancecoin-mainnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for binancecoin plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: binancecoin-plugin-{{ target_environment }}\n wallet_plugin_contract: ''\n wallet_plugin_env_coin_type: binancecoi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/binancecoin-testnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/binancecoin-testnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for binancecoin plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: binancecoin-plugin-{{ target_environment }}\n wallet_plugin_contract: ''\n wallet_plugin_env_coin_type: binancecoi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/binanceusd-mainnet-plugin
8,153
[ "no_license" ]
[ { "path": "roles/binanceusd-mainnet-plugin/tasks/main.yml", "content": "- name: Deploy docker for binanceusd plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: binanceusd-plugin-{{ target_environment }}\n wallet_plugin_contract: '0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/bitcoin-chain
8,153
[ "no_license" ]
[ { "path": "roles/bitcoin-chain/tasks/main.yml", "content": "- name: Check wallet info\n command: 'bitcoin-cli -rpcuser={{ bitcoin_rpcuser }} -rpcpassword={{ bitcoin_rpcpassword }} getwalletinfo'\n ignore_errors: true\n register: check_wallet\n\n- name: Download bitcoin tarball\n get_url:\n url: '{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2710, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/bitcoin-plugin
8,153
[ "no_license" ]
[ { "path": "roles/bitcoin-plugin/tasks/main.yml", "content": "- name: Deploy docker for bitcoin plugin\n import_role:\n name: chain-plugin\n vars:\n container_name: bitcoin-plugin-{{ target_environment }}\n wallet_plugin_contract: ''\n wallet_plugin_env_coin_type: bitcoin\n wallet_plugin_env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/build-chain
8,153
[ "no_license" ]
[ { "path": "roles/build-chain/meta/main.yml", "content": "dependencies:\n - role: docker-installer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/build-chain/tasks/main.yml", "content": "- name: Deploy docker for build chain\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/chain-plugin
8,153
[ "no_license" ]
[ { "path": "roles/chain-plugin/tasks/main.yml", "content": "- name: Deploy docker for coin plugin\n become: yes\n become_user: root\n become_method: sudo\n docker_container:\n name: '{{ container_name }}'\n image: 'uhub.service.ucloud.cn/entropypool/sphinx-plugin:{{ chain_plugin_version }}'\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/common
8,153
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Print home directory\n debug: var=source_dir\n\n- name: Print output directory\n debug: var=output_dir\n\n- name: Print inventory directory\n debug: var=inventory_dir\n\n- name: Create output directory\n ansible.builtin.file:\n path: '{{ ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/disk-collector
8,153
[ "no_license" ]
[ { "path": "roles/disk-collector/tasks/main.yml", "content": "- name: Generate devices and mounts\n set_fact:\n devices: '{{ ansible_facts.devices.keys() | list | select(\"search\", device_pattern) | list }}'\n mounts: '{{ ansible_facts.mounts | selectattr(\"device\", \"search\", device_pattern) | lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2314, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/disk-setup
8,153
[ "no_license" ]
[ { "path": "roles/disk-setup/tasks/main.yml", "content": "- name: Precheck mount point\n fail:\n msg: '{{ item }} mount point is not defined'\n when: item.mount is not defined\n with_items:\n - '{{ devices }}'\n\n- name: Precheck partition label\n fail:\n msg: '{{ item }} label is not defined'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2291, "all_permissive": false }
ansible_role
chenmiao531/easy-deploy
5ea6d1242945bedb417c0fe71e9bc7b2ff90d373
0
roles/disk-umount
8,153
[ "no_license" ]
[ { "path": "roles/disk-umount/tasks/main.yml", "content": "- name: Get all nvme mountpoint\n set_fact:\n mounts: '{{ ansible_facts.mounts | selectattr(\"device\", \"search\", device_pattern) | list }}'\n\n- name: Umount all nvme mountpoint\n become: yes\n become_user: root\n become_method: sudo\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }