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
AMIS-Services/ansible_sig_1
eaacc6bca461f279e3fd1d49f3830ed2f3f4c6e9
1
ansible_completed_tutorial/roles/nodejs
7,778
[ "no_license" ]
[ { "path": "ansible_completed_tutorial/roles/nodejs/tasks/main.yml", "content": "---\n- name: ensure EPEL repository is added to yum\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n- name: ensure the gpg key ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2050, "all_permissive": false }
ansible_role
andrelohmann/vagrant-shopify-app
a125a036c33c82036d8fae7d37aa4f104ec3f964
1
ansible_vagrant/roles/next-dev
7,778
[ "no_license" ]
[ { "path": "ansible_vagrant/roles/next-dev/tasks/main.yml", "content": "---\n\n- name: add next-dev unit file\n copy:\n src: next-dev.service\n dest: /etc/systemd/system/next-dev.service\n mode: 0644\n\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: enable next-dev\n systemd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
andrelohmann/vagrant-shopify-app
a125a036c33c82036d8fae7d37aa4f104ec3f964
1
ansible_vagrant/roles/set-env
7,778
[ "no_license" ]
[ { "path": "ansible_vagrant/roles/set-env/templates/env.j2", "content": "SHOPIFY_API_KEY='{{ shopify_api_key }}'\nSHOPIFY_API_SECRET_KEY='{{ shopify_api_secret }}'\nSHOPIFY_SHOP_URL='{{ shopify_shop_url }}'\nHOST='https://{{ localtunnel_subdomain }}.localtunnel.me'\nAPI_VERSION='2019-04'\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 434, "all_permissive": false }
ansible_role
saifulwebid/playbooks
b075e9c5a43988daab0e2d90933ef2daaa1948ce
0
roles/brave
7,778
[ "no_license" ]
[ { "path": "roles/brave/tasks/main.yml", "content": "- name: install apt-transport-https and ca-certificates\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n update_cache: yes\n\n- name: add Brave repository\n become: yes\n apt_repository:\n repo: deb [arch=amd64]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
saifulwebid/playbooks
b075e9c5a43988daab0e2d90933ef2daaa1948ce
0
roles/chrome
7,778
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "- name: add Google Chrome repository\n become: yes\n apt_repository:\n repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\n filename: google-chrome\n\n# URL was retrieved from https://www.google.com/linuxrepositories/\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
saifulwebid/playbooks
b075e9c5a43988daab0e2d90933ef2daaa1948ce
0
roles/gcloud
7,778
[ "no_license" ]
[ { "path": "roles/gcloud/tasks/main.yml", "content": "- name: install apt-transport-https and ca-certificates\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n update_cache: yes\n\n- name: add Cloud SDK distribution repository\n become: yes\n apt_repository:\n repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
saifulwebid/playbooks
b075e9c5a43988daab0e2d90933ef2daaa1948ce
0
roles/personal-dotfiles
7,778
[ "no_license" ]
[ { "path": "roles/personal-dotfiles/tasks/main.yml", "content": "- name: ensure dotfiles repository is present\n git:\n repo: https://github.com/saifulwebid/dotfiles.git\n dest: \"{{ ansible_user_dir }}/dotfiles\"\n update: no\n\n- name: link gitconfig\n file:\n src: \"{{ ansible_user_dir }}/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
klin0024/apigee_port_check
48b10024d31bf1e8d87c1aa1be768f5d0e8e7357
0
roles/apigee-port-check
7,778
[ "no_license" ]
[ { "path": "roles/apigee-port-check/defaults/main.yml", "content": "---\nenable_listener: true\ntimeout_port: 10", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/apigee-port-check/tasks/main.yml", "content": "---\n- name: Setup listener\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 492, "all_permissive": false }
ansible_role
platten/bastion
572a951d7fb10bfef9b0cd35af0f1b203a49f26d
0
roles/packages
7,778
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n - name: Enable testing repo\n lineinfile: dest=/etc/apk/repositories regexp=\"^#http://dl-4.alpinelinux.org/alpine/edge/testing\" line=\"@testing http://dl-4.alpinelinux.org/alpine/edge/testing\" state=present\n register: repo_modified\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2187, "all_permissive": false }
ansible_role
platten/bastion
572a951d7fb10bfef9b0cd35af0f1b203a49f26d
0
roles/setup_users
7,778
[ "no_license" ]
[ { "path": "roles/setup_users/tasks/main.yml", "content": "---\n - name: Create wheel group\n group: name=wheel state=present\n register: wheel_exists\n\n - name: Create nobody group\n group: name=nobody state=present\n register: nobody_exists\n \n - name: Get nobody GID\n command: bash -c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1045, "all_permissive": false }
ansible_role
platten/bastion
572a951d7fb10bfef9b0cd35af0f1b203a49f26d
0
roles/ssh
7,778
[ "no_license" ]
[ { "path": "roles/ssh/files/sshd_config", "content": "Protocol 2\nHostKey /etc/ssh/ssh_host_ed25519_key\nHostKey /etc/ssh/ssh_host_rsa_key\n\nKexAlgorithms curve25519-sha256<EMAIL>,diffie-hellman-group-exchange-sha256\nCiphers <EMAIL>,<EMAIL>,<EMAIL>,aes256-ctr,aes192-ctr,aes128-ctr\nMACs <EMAIL>-sha2-512-<E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2002, "all_permissive": false }
ansible_role
power-stack/nalanda
d5827862e50a45e330e8cd7f71790a1bb85989f9
0
spark/deployment/ansible/roles/AiiR42.cassandra
7,778
[ "no_license" ]
[ { "path": "spark/deployment/ansible/roles/AiiR42.cassandra/tasks/package_configure.yml", "content": "# file: cassandra/tasks/package_configure.yml\n\n- name: Cassandra | Update the cassandra configuration\n template:\n src: \"{{item}}.j2\"\n dest: \"/etc/cassandra/{{item}}\"\n owner: \"{{cassandra...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
power-stack/nalanda
d5827862e50a45e330e8cd7f71790a1bb85989f9
0
spark/deployment/ansible/roles/azavea.java
7,778
[ "no_license" ]
[ { "path": "spark/deployment/ansible/roles/azavea.java/tasks/openjdk.yml", "content": "---\n- name: Install OpenJDK JRE (headless)\n apt: pkg=openjdk-{{ java_major_version }}-jre-headless={{ java_version }}\n state=present\n\n- name: Install OpenJDK JRE\n apt: pkg=openjdk-{{ java_major_version }}-jre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
power-stack/nalanda
d5827862e50a45e330e8cd7f71790a1bb85989f9
0
spark/deployment/ansible/roles/azavea.mesos
7,778
[ "no_license" ]
[ { "path": "spark/deployment/ansible/roles/azavea.mesos/CHANGELOG.md", "content": "## 0.2.1\n\n- Remove hard reference to Java version\n\n## 0.2.0\n\n- Add support for Ubuntu 14.04 (Trusty).\n\n## 0.1.0\n\n- Initial release.\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": 523, "all_permissive": false }
ansible_role
power-stack/nalanda
d5827862e50a45e330e8cd7f71790a1bb85989f9
0
spark/deployment/ansible/roles/azavea.spark
7,778
[ "no_license" ]
[ { "path": "spark/deployment/ansible/roles/azavea.spark/defaults/main.yml", "content": "---\nspark_version: \"1.3.0+cdh5.4.*\"\nspark_cloudera_distribution: \"cdh5.4\"\n\nspark_env_extras: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "spark/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 849, "all_permissive": false }
ansible_role
TelesCoop/smashing-alternatiba
92ac413b93e3561548102f16f48c92ca7f9fd76e
0
deploy/roles/backend
7,779
[ "no_license" ]
[ { "path": "deploy/roles/backend/templates/backend-supervisor.conf.j2", "content": "[program:{{ project_slug }}-backend]\ndirectory = {{ backend_path }} ;\ncommand = /usr/local/bin/smashing start -p {{ backend_application_port }} -e production\nuser = {{ main_user }} ; User to run as\nstdout_logfile = {{ var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3849, "all_permissive": false }
ansible_role
TelesCoop/smashing-alternatiba
92ac413b93e3561548102f16f48c92ca7f9fd76e
0
deploy/roles/frontend
7,779
[ "no_license" ]
[ { "path": "deploy/roles/frontend/tasks/main.yml", "content": "- name: Remove default nginx config\n file:\n state: absent\n dest: /etc/nginx/sites-enabled/default\n notify:\n - reload nginx\n\n- name: Copy nginx config\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-enabled/{{ pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2365, "all_permissive": false }
ansible_role
bcetinturk/terraform-ansible-minecraft-server
7a6c043ec2b06b74a7ebb93525db703453116c18
0
roles/java
7,779
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install JRE 17\n ansible.builtin.apt:\n name:\n - openjdk-17-jre-headless\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
bcetinturk/terraform-ansible-minecraft-server
7a6c043ec2b06b74a7ebb93525db703453116c18
0
roles/server
7,779
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Create Server Directory\n ansible.builtin.file:\n path: \"{{ server_directory }}\"\n mode: \"0755\"\n recurse: true\n\n- name: Download Minecraft Server File\n ansible.builtin.get_url:\n url: \"{{ download_url }}\"\n dest: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1675, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/ansible-role-mailcatcher
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/ansible-role-mailcatcher/templates/mailcatcher.service.j2", "content": "[Unit]\nDescription=Mailcatcher service\nRequires=network-online.target\nAfter=network-online.target\n\n[Service]\nWorkingDirectory=/home/mailcatcher\nExecStart=/usr/local/bin/mailcatcher --f...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 6033, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/elk-elasticsearch
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/elk-elasticsearch/defaults/main.yml", "content": "---\nelasticsearch_server: elastic.devops\nelasticsearch_server_port: 9200", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "infrastructure/provisioning/ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1279, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/elk-filebeat
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/elk-filebeat/handlers/main.yml", "content": "---\n# handlers file for hashicorp-vault\n- name: Reload systemd\n command: systemctl daemon-reload\n listen: systemd_reload\n\n- name: Restart Filebeat\n service:\n name: filebeat\n state: started\n enable...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1961, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/elk-kibana
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/elk-kibana/handlers/main.yml", "content": "---\n# handlers file for hashicorp-vault\n- name: Reload systemd\n command: systemctl daemon-reload\n listen: systemd_reload\n \n- name: Restart Kibana\n service:\n name: kibana\n state: started\n enabled: y...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1245, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/elk-logstash
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/elk-logstash/tasks/main.yml", "content": "---\n# tasks file for logstash-server\n- include_tasks: install.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "infrastructure/provisioning/roles/elk-logstas...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2225, "all_permissive": false }
ansible_role
salecharohit/devops
65c7d211ad5e0a0b6ed3ebb8b44ce3e46c86043d
13
infrastructure/provisioning/roles/hashicorp-vault
7,779
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/hashicorp-vault/templates/vault_unseal.sh", "content": "#!/bin/bash\nkey1=$(cat {{vault_config_directory}}/unseal_key_0)\nkey2=$(cat {{vault_config_directory}}/unseal_key_1)\nkey3=$(cat {{vault_config_directory}}/unseal_key_2)\ncurl -X PUT -H \"Content-Type: appl...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7163, "all_permissive": false }
ansible_role
Santh712/ansible_grafana_prometheus
a709eff10a0080d9630bbd92f630da4a3c5a2d78
0
roles/grafana
7,779
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "\n- name: Install dependency\n apt:\n name: [\"adduser\",\"libfontconfig1\",\"musl\"]\n state: latest\n update_cache: yes\n- name: Install grafana\n apt:\n deb: https://dl.grafana.com/enterprise/release/grafana-enterprise_10.2.1_amd64.deb\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
hlamp_deploy/hlamp_deploy/roles/apache
7,779
[ "no_license" ]
[ { "path": "hlamp_deploy/hlamp_deploy/roles/apache/templates/index.php.j2", "content": "<?php\n\techo \"Show Database List: <br/>\";\n{% for host in groups['db'] %}\n$link = mysqli_connect('{{hostvars[host].ansible_default_ipv4.address}}', '{{hostvars[host].user}}', '{{hostvars[host].password}}') or die(mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
hlamp_deploy/hlamp_deploy/roles/base
7,779
[ "no_license" ]
[ { "path": "hlamp_deploy/hlamp_deploy/roles/base/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 node in groups['nodes'] %}\n{{hostvars[node].inventory_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1198, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
hlamp_deploy/hlamp_deploy/roles/common
7,779
[ "no_license" ]
[ { "path": "hlamp_deploy/hlamp_deploy/roles/common/tasks/main.yaml", "content": "---\n- name: install MySQL-python\n yum: name=MySQL-python,ntpdate state=installed\n- name: Set timezone to Asia/Shanghai\n timezone:\n name: Asia/Shanghai\n- name: datetime sync\n cron:\n name: 'datetime sync'\n min...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
hlamp_deploy/hlamp_deploy/roles/haproxy
7,779
[ "no_license" ]
[ { "path": "hlamp_deploy/hlamp_deploy/roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n log\t\t127.0.0.1 local0\n log\t\t127.0.0.1 local3 info\n chroot\t/var/lib/haproxy\n pidfile\t/var/run/haproxy.pid\n maxconn\t4000\n user\troot\n group\troot\n daemon\n nbproc\t1\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1426, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
hlamp_deploy/hlamp_deploy/roles/mariadb
7,779
[ "no_license" ]
[ { "path": "hlamp_deploy/hlamp_deploy/roles/mariadb/tasks/main.yaml", "content": "---\n- name: install mariadb-server\n yum:\n name:\n - mariadb-server\n - mariadb\n state: installed\n\n- name: push file - my.cnf\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n notify:\n - 'rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/base
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/base/tasks/main.yaml", "content": "---\n- name: update sysctl.conf on the server\n template:\n src: sysctl.conf\n dest: /etc/sysctl.conf\n mode: 0600\n notify:\n - 'enable sysctl.conf'\n\n- name: update limits.conf on the server\n template:\n src: 20...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2001, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/cdh5_commons
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/cdh5_commons/templates/MasterScript.sh", "content": "#!/bin/bash\n\nsudo mkdir -p /data1/nn /data1/jn\n\nsudo chown {{hadoop_user}}.{{hadoop_group}} /data1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1524, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/cdh5_datanodes
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/cdh5_datanodes/tasks/main.yaml", "content": "---\n- name: creating datanode directory\n file: \n path: '{{item}}'\n owner: '{{hadoop_user}}'\n group: '{{hadoop_group}}'\n state: directory\n with_items: hadoop_hdfs.dfs_dir_datanode\n\n- name: creating yar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/cdh5_namenode_active
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/cdh5_namenode_active/tasks/main.yaml", "content": "---\n- name: create namenode directory\n file: \n path: '{{item}}{{hadoop_hdfs.dfs_dir_namenode}}'\n owner: '{{hadoop_user}}'\n group: '{{hadoop_group}}'\n state: directory\n with_items: '{{hadoop_hdfs.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/cdh5_resourcemanager
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/cdh5_resourcemanager/tasks/main.yaml", "content": "---\n- name: start resource manager.\n command: \"/bin/bash {{common['soft_link_base_path']}}/hadoop/sbin/yarn-daemon.sh start resourcemanager\"\n\n- name: start job history server.\n command: \"bin/bash {{common['s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/cobbler
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/cobbler/tasks/main.yaml", "content": "---\n- name: install cobbler\n yum: \n name:\n - cobbler\n - cobbler-web\n - xinetd\n - tftp\n - rsync\n - pykickstart\n - httpd\n - dhcp\n - syslinux\n state: installed\n\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1517, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/commons
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/commons/tasks/main.yaml", "content": "---\n- name: set hostname\n hostname:\n name: '{{hostname}}'\n\n- name: push file - /etc/resolv.conf\n copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n\n- name: clean old repos\n file:\n path: '{{item}}'\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1406, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/freelogin
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/freelogin/tasks/main.yaml", "content": "---\n- name: create a user `\"{{hadoop_user}}\"` for all our hadoop modules\n user:\n name: '{{hadoop_user}}'\n password: <PASSWORD>}}'\n\n- name: create a .ssh directory\n file:\n path: ~/.ssh\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/jdk
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/jdk/tasks/main.yaml", "content": "---\n- name: ensure openjdk is uninstalled\n yum:\n name: openjdk\n state: absent\n\n- name: ensure install_dir is existed\n file:\n path: '{{jdk_rootdir}}'\n state: directory\n\n- name: unarchive oracle jdk\n unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/hadoop_deploy/roles/sshknowhosts
7,779
[ "no_license" ]
[ { "path": "practice/hadoop_deploy/roles/sshknowhosts/tasks/main.yaml", "content": "---\n- name: ensure know hosts file is absent\n file:\n path: \"{{ssh_know_hosts_file}}\"\n state: absent\n\n- name: fill know hosts file\n shell: \"ssh-keyscan -t ecdsa {{item}} >> {{ssh_know_hosts_file}}\"\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/sonar_deploy/roles/env
7,779
[ "no_license" ]
[ { "path": "practice/sonar_deploy/roles/env/tasks/main.yaml", "content": "---\n- name: push environments\n copy:\n src: sonar.sh\n dest: /etc/profile.d\n owner: root\n group: root\n mode: 0755\n\n- name: enable environments\n shell: source /etc/profile.d/sonar.sh\n\n\n#- name: create runner ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1090, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/sonar_deploy/roles/mysql
7,779
[ "no_license" ]
[ { "path": "practice/sonar_deploy/roles/mysql/handlers/main.yaml", "content": "---\n- name: reload mysqld configure\n service:\n name: mysqld\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "practice/sonar_deploy/roles/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2149, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/sonar_deploy/roles/sonar
7,779
[ "no_license" ]
[ { "path": "practice/sonar_deploy/roles/sonar/tasks/main.yaml", "content": "---\n- name: create database sonar\n mysql_db:\n login_password: \"{{<PASSWORD>}}\"\n login_user: \"{{root_user}}\"\n login_host: localhost\n login_unix_socket: \"{{db_socket}}\"\n name: \"{{sonar_db_name}}\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1963, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/sonar_deploy/roles/sonar_runner
7,779
[ "no_license" ]
[ { "path": "practice/sonar_deploy/roles/sonar_runner/tasks/main.yaml", "content": "---\n- name: uncompress sonar-runner-2.4.zip\n unarchive:\n src: sonar-runner-dist-2.4.zip \n dest: /opt/sonar\n\n- name: add execute mode and link executable file\n file:\n path: /opt/sonar/sonar-runner-2.4/bin/son...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/sonar_deploy/roles/sonar_scanner
7,779
[ "no_license" ]
[ { "path": "practice/sonar_deploy/roles/sonar_scanner/templates/sonar-scanner.properties.j2", "content": "sonar.jdbc.username={{sonar_db_user}}\nsonar.jdbc.password={{<PASSWORD>}}\nsonar.jdbc.url=jdbc:mysql://{{sonar_db_host}}:{{sonar_db_port}}/{{sonar_db_name}}?useUnicode=true&characterEncoding={{sonar_db_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/zabbix_deploy/roles/base
7,779
[ "no_license" ]
[ { "path": "practice/zabbix_deploy/roles/base/templates/test.yaml", "content": "---\n- hosts: all\n gather_facts: True\n vars:\n contents: \"{{lookup('template', './hosts.j2')}}\"\n tasks:\n - name: debug inside varaibles\n debug:\n msg: \"{{ contents}}\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1563, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/zabbix_deploy/roles/mariadb
7,779
[ "no_license" ]
[ { "path": "practice/zabbix_deploy/roles/mariadb/vars/main.yaml", "content": "---\ndatadir: /var/lib/mysql\nsocket: /var/lib/mysql/mysql.sock\nlogpath: /var/log/mariadb/mariadb.log\nrundir: /var/run/mariadb/mariadb.pid\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3373, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/zabbix_deploy/roles/zabbix-agent
7,779
[ "no_license" ]
[ { "path": "practice/zabbix_deploy/roles/zabbix-agent/tasks/main.yaml", "content": "---\n- name: install zabbix-agent\n yum:\n name: zabbix-agent\n state: installed\n\n\n- name: push zabbix-agent configfile\n template:\n src: zabbix_agentd.conf.j2\n dest: /etc/zabbix/zabbix_agentd.conf\n notif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/zabbix_deploy/roles/zabbix-proxy
7,779
[ "no_license" ]
[ { "path": "practice/zabbix_deploy/roles/zabbix-proxy/tasks/main.yaml", "content": "---\n- name: install zabbix-proxy\n yum:\n name: zabbix-proxy-mysql\n state: installed\n register: result\n until: result is success\n retries: 5\n delay: 5\n\n\n- name: push zabbix-proxy configfile\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
Esun127/ansible-learn
5321a8bd24c854f2d1d02c940a956d7419e73db9
0
practice/zabbix_deploy/roles/zabbix-server
7,779
[ "no_license" ]
[ { "path": "practice/zabbix_deploy/roles/zabbix-server/tasks/main.yaml", "content": "---\n- name: install web environment\n yum:\n name:\n - httpd\n - php-bcmath\n - php-mbstring\n - php-gd\n - php-xml\n - php-mysql\n state: latest \n\n \n- name: install zabbix-server\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
obsidiandynamics/drifter
e099ae6689463f6b31d5fab61069aa47bc64568d
2
ansible/roles/run_tests
7,779
[ "no_license" ]
[ { "path": "ansible/roles/run_tests/tasks/main.yaml", "content": "---\n- name: Run build\n shell: |\n if [ {{verbose}} == \"true\" ]; then\n set -x\n fi\n\n # prepare the base dir\n mkdir -p {{drifter_home}}\n cd {{drifter_home}}\n\n # clone drifter from git; otherwise update\n if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2673, "all_permissive": false }
ansible_role
haliim/DevOps-udacity-Capstone-project
95aa084d41415fb03246ff1ad07db555a3f5f2b5
0
.circleci/ansible/roles/configure-server
7,779
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/files/web-deployment.yaml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: mywebsite-deployment\n namespace: mywebsite\n labels:\n app: mywebsite\nspec:\n replicas: 3\n selector:\n matchLabels:\n app: mywebsite\n temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1871, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/atop
7,779
[ "no_license" ]
[ { "path": "roles/atop/tasks/main.yml", "content": "- name: Install atop\n ansible.builtin.package:\n name:\n - atop\n state: present\n\n- name: Setup per-minute atop snapshot\n ansible.builtin.lineinfile:\n dest: /etc/default/atop\n state: present\n regexp: '^#?LOGINTERVAL='\n line:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/bash
7,779
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "- name: Install bash\n ansible.builtin.package:\n name:\n - bash\n state: present\n\n- name: Configure bash for <NAME>\n ansible.builtin.template:\n src: misc/dotfiles/bashrc.j2\n dest: /home/d/.bashrc\n owner: d\n group: d\n mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/blog
7,779
[ "no_license" ]
[ { "path": "roles/blog/meta/main.yml", "content": "dependencies:\n - role: certificate\n vars:\n domains:\n - blog.ilvokhin.com\n - www.blog.ilvokhin.com\n - role: nginx\n - role: rsync\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/certbot
7,779
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yml", "content": "- name: Install certbot package\n ansible.builtin.package:\n name:\n - '{{ item }}'\n state: present\n loop:\n - certbot\n\n- name: Setup certbot directories\n ansible.builtin.file:\n path: '{{ item }}'\n state: directory\n owne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/certificate
7,779
[ "no_license" ]
[ { "path": "roles/certificate/meta/main.yml", "content": "dependencies:\n - role: certbot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/certificate/tasks/main.yml", "content": "- name: Request SSL certificate from Let's Encrypt\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/cgit
7,779
[ "no_license" ]
[ { "path": "roles/cgit/meta/main.yml", "content": "dependencies:\n - role: nginx\n - role: fcgiwrap\n - role: gitserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/cgit/tasks/main.yml", "content": "- name: Install cgit\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/dev
7,779
[ "no_license" ]
[ { "path": "roles/dev/meta/main.yml", "content": "dependencies:\n - role: gdb\n - role: git\n - role: vim\n - role: go\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/dev/tasks/main.yml", "content": "- name: Install dev packages\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/dotfiles
7,779
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "# This role is a little bit different from others, because it is supposed to\n# run mostly from localhost to make and copy dotfiles that might be useful on\n# this particular machine. There is maybe not enough permissions to install\n# software, so we a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6100, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/dovecot
7,779
[ "no_license" ]
[ { "path": "roles/dovecot/tasks/main.yml", "content": "- name: Install dovecot\n ansible.builtin.package:\n name:\n - dovecot\n state: present\n\n- name: Create vmail group\n ansible.builtin.group:\n name: vmail\n gid: 5000\n state: present\n\n- name: Create vmail user\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1634, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/fcgiwrap
7,779
[ "no_license" ]
[ { "path": "roles/fcgiwrap/tasks/main.yml", "content": "- name: Install fcgiwrap\n ansible.builtin.package:\n name:\n - fcgiwrap\n state: present\n\n- name: Enable fcgiwrap.socket\n ansible.builtin.service:\n name: fcgiwrap.socket\n enabled: true\n state: started\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/gdb
7,779
[ "no_license" ]
[ { "path": "roles/gdb/tasks/main.yml", "content": "- name: Install gdb\n ansible.builtin.package:\n name:\n - gdb\n state: present\n\n- name: Configure gdb for <NAME>\n ansible.builtin.copy:\n src: misc/dotfiles/gdbinit\n dest: /home/d/.gdbinit\n owner: d\n group: d\n mode: u+rw,g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/git
7,779
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Install git\n ansible.builtin.package:\n name:\n - git\n state: present\n\n- name: Configure git for <NAME>\n ansible.builtin.copy:\n src: misc/dotfiles/{{ item }}\n dest: /home/d/.{{ item }}\n owner: d\n group: d\n mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/gitserver
7,779
[ "no_license" ]
[ { "path": "roles/gitserver/meta/main.yml", "content": "dependencies:\n - role: certificate\n vars:\n domains:\n - git.ilvokhin.com\n - role: nginx\n - role: fcgiwrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/gitserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5091, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/go
7,779
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: Install go\n ansible.builtin.package:\n name:\n - go\n state: present\n\n- name: Create go config directory for <NAME>\n ansible.builtin.file:\n path: /home/d/.config/go/\n state: directory\n owner: d\n group: d\n mode: u+r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/home
7,779
[ "no_license" ]
[ { "path": "roles/home/tasks/main.yml", "content": "- name: Create /srv/http/ilvokhin.com directory\n ansible.builtin.file:\n path: /srv/http/ilvokhin.com\n state: directory\n owner: http\n group: http\n mode: u+rw,g+rw,o+r\n\n- name: Configure nginx for ilvokhin.com\n ansible.builtin.copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 795, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/ip
7,779
[ "no_license" ]
[ { "path": "roles/ip/meta/main.yml", "content": "dependencies:\n - role: certificate\n vars:\n domains:\n - ip.ilvokhin.com\n - www.ip.ilvokhin.com\n - role: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles/ip/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/irssi
7,779
[ "no_license" ]
[ { "path": "roles/irssi/tasks/main.yml", "content": "- name: Install irssi package\n ansible.builtin.package:\n name:\n - irssi\n state: present\n\n- name: Setup irssi directory for Dmitry Ilvokhin\n ansible.builtin.file:\n path: /home/d/.irssi\n state: directory\n owner: d\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/logrotate
7,779
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: Install logrotate\n ansible.builtin.package:\n name:\n - logrotate\n state: present\n\n- name: Enable logrotate timer\n ansible.builtin.service:\n name: logrotate.timer\n enabled: true\n state: started\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/minimal
7,779
[ "no_license" ]
[ { "path": "roles/minimal/tasks/main.yml", "content": "- name: Install minimal tools\n ansible.builtin.package:\n name:\n - man-db\n - strace\n - which\n - openbsd-netcat\n - lsof\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/mutt
7,779
[ "no_license" ]
[ { "path": "roles/mutt/tasks/main.yml", "content": "- name: Install mutt\n ansible.builtin.package:\n name:\n - mutt\n state: present\n\n- name: Configure mutt for <NAME>\n ansible.builtin.copy:\n src: misc/dotfiles/muttrc\n dest: /home/d/.muttrc\n owner: d\n group: d\n mode: u+rw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/netfwd
7,779
[ "no_license" ]
[ { "path": "roles/netfwd/tasks/main.yml", "content": "- name: Configure IPv4 packet forwarding\n ansible.builtin.copy:\n src: files/99-net-ipv4-forward.conf\n dest: /etc/sysctl.d/99-net-ipv4-forward.conf\n owner: root\n group: root\n mode: u+rw,g+r,o+r\n notify:\n - Restart systemd-sysctl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/nginx
7,779
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.package:\n name:\n - nginx\n state: present\n\n- name: Setup nginx directories\n ansible.builtin.file:\n path: '{{ item }}'\n state: directory\n owner: root\n group: root\n mode: u+rw,g+r,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2921, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/opendkim
7,779
[ "no_license" ]
[ { "path": "roles/opendkim/tasks/main.yml", "content": "- name: Install opendkim\n ansible.builtin.package:\n name:\n - opendkim\n state: present\n\n- name: Configure opendkim\n ansible.builtin.copy:\n src: '{{ item }}'\n dest: /etc/opendkim/\n owner: opendkim\n group: opendkim\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 819, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/paccache
7,779
[ "no_license" ]
[ { "path": "roles/paccache/tasks/main.yml", "content": "- name: Install paccache\n ansible.builtin.package:\n name:\n - pacman-contrib\n state: present\n\n- name: Enable paccache timer\n ansible.builtin.service:\n name: paccache.timer\n enabled: true\n state: started\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/postfix
7,779
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "- name: Install postfix\n ansible.builtin.package:\n name:\n - postfix\n - postfix-pcre\n state: present\n\n- name: Setup correct alias for root mail\n ansible.builtin.lineinfile:\n dest: /etc/postfix/aliases\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2074, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/poweron
7,779
[ "no_license" ]
[ { "path": "roles/poweron/tasks/main.yml", "content": "- name: Power on droplet\n ansible.builtin.uri:\n url: \"{{ digitalocean_api_url }}/droplets/{{ droplet_id }}/actions\"\n method: POST\n headers:\n Content-Type: application/json\n Authorization: Bearer {{ digitalocean_api_token }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/rsync
7,779
[ "no_license" ]
[ { "path": "roles/rsync/tasks/main.yml", "content": "- name: Install rsync\n ansible.builtin.package:\n name:\n - rsync\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/screen
7,779
[ "no_license" ]
[ { "path": "roles/screen/tasks/main.yml", "content": "- name: Install screen\n ansible.builtin.package:\n name:\n - screen\n state: present\n\n- name: Configure screen for <NAME>\n ansible.builtin.template:\n src: misc/dotfiles/screenrc.j2\n dest: /home/d/.screenrc\n owner: d\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/snapshot
7,779
[ "no_license" ]
[ { "path": "roles/snapshot/tasks/main.yml", "content": "- name: Make droplet snapshot\n ansible.builtin.uri:\n url: \"{{ digitalocean_api_url }}/droplets/{{ droplet_id }}/actions\"\n method: POST\n headers:\n Content-Type: application/json\n Authorization: Bearer {{ digitalocean_api_token...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/ssh
7,779
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Setup SSH directory for <NAME>\n ansible.builtin.file:\n path: /home/d/.ssh\n state: directory\n owner: d\n group: d\n mode: u+rw,g-wx,o-rwx\n tags:\n - dotfiles\n\n- name: Update authorized_keys for <NAME>\n ansible.posix.author...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 816, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/sshd
7,779
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: Disable SSH password authentication\n ansible.builtin.lineinfile:\n dest: /etc/ssh/sshd_config\n state: present\n regexp: ^#?PasswordAuthentication\n line: PasswordAuthentication no\n validate: /usr/sbin/sshd -t -f %s\n owner: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/sudo
7,779
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "- name: Install sudo\n ansible.builtin.package:\n name:\n - sudo\n state: present\n\n- name: Allow wheel group to use sudo\n ansible.builtin.lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^(# )?%wheel ALL=\\(ALL:ALL\\) NO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/sysupgrade
7,779
[ "no_license" ]
[ { "path": "roles/sysupgrade/tasks/main.yml", "content": "- name: Update archlinux-keyring\n ansible.builtin.package:\n name: archlinux-keyring\n state: latest\n\n- name: Upgrade all packages in the system\n community.general.pacman:\n update_cache: true\n upgrade: true\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/tor
7,779
[ "no_license" ]
[ { "path": "roles/tor/tasks/main.yml", "content": "- name: Install tor\n ansible.builtin.package:\n name:\n - tor\n state: present\n\n- name: Create /etc/torrc.d for drop-in tor configs\n ansible.builtin.file:\n path: /etc/torrc.d\n state: directory\n owner: root\n group: root\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1134, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/users
7,779
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Remove default users\n ansible.builtin.user:\n name: '{{ item }}'\n state: absent\n loop:\n - arch\n\n- name: Create user for <NAME>\n ansible.builtin.user:\n name: d\n home: /home/d\n groups:\n - wheel\n # Group http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/vim
7,779
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: Install vim\n ansible.builtin.package:\n name:\n - vim\n state: present\n\n- name: Configure vim for <NAME>\n ansible.builtin.copy:\n src: misc/dotfiles/vimrc\n dest: /home/d/.vimrc\n owner: d\n group: d\n mode: u+rw,g+r,o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/wgnet
7,779
[ "no_license" ]
[ { "path": "roles/wgnet/templates/wgnet0.conf.j2", "content": "[Interface]\nPrivateKey = {{ wireguard_private_key }}\nAddress = 10.0.0.1/24\nListenPort = 51820\n\n# flame\n[Peer]\nPublicKey = <KEY>\nAllowedIPs = 10.0.0.2/32\n\n# water\n[Peer]\nPublicKey = <KEY>\nAllowedIPs = 10.0.0.3/32\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 835, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/wgtor
7,779
[ "no_license" ]
[ { "path": "roles/wgtor/tasks/main.yml", "content": "- name: Configure wireguard for wgtor\n ansible.builtin.template:\n src: templates/wgtor0.conf.j2\n dest: /etc/wireguard/wgtor0.conf\n owner: root\n group: root\n mode: u+rw,g-rw,o-rw\n notify: Restart wgtor\n\n- name: Enable wireguard ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1595, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/wgvpn
7,779
[ "no_license" ]
[ { "path": "roles/wgvpn/templates/wgvpn0.conf.j2", "content": "[Interface]\nPrivateKey = {{ wireguard_private_key }}\nAddress = 10.0.1.1/24\nListenPort = 51821\n\nPostUp = iptables -A FORWARD -i %i -j ACCEPT\nPostUp = iptables -A FORWARD -o %i -j ACCEPT\nPostUp = iptables -t nat -A POSTROUTING -o eth0 -j MAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1685, "all_permissive": false }
ansible_role
ilvokhin/infra
30399ff63f4b798d835ac1059dcb744cb7beddc8
0
roles/wireguard
7,779
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "- name: Install wireguard\n ansible.builtin.package:\n name:\n - wireguard-tools\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
suriyanryn/Django-Deployment
5805cf22dfe23aaa19deed92f4a86503f6115c0d
0
roles/common
7,779
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: update APT packages\n apt:\n update_cache: yes\n force_apt_get: yes\n upgrade: \"dist\"\n\n- name: Install wget, curl, unzip\n apt:\n name: [\"wget\", \"curl\", \"unzip\"]\n state: present\n\n- name: Install python3, python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
elliottt/setup-dev-env
31537e3492aa3d4094fe930be374ab95cf1f4b30
0
roles/c-dev
7,779
[ "no_license" ]
[ { "path": "roles/c-dev/tasks/main.yml", "content": "- name: Install gcc\n sudo: yes\n dnf: name=gcc state=latest\n when: ansible_distribution == 'Fedora'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
elliottt/setup-dev-env
31537e3492aa3d4094fe930be374ab95cf1f4b30
0
roles/common
7,779
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "\n- name: Change shell to zsh\n command: \"chsh {{ ansible_user_id }} -s /bin/zsh\"\n\n- name: Update vim plugins\n tags: dotfiles\n command: ./boot.sh chdir=~/.vim\n\n- name: Create .tmux.conf symlink\n tags: dotfiles\n command: ln -s ~/.tmux/tmu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1877, "all_permissive": false }
ansible_role
elliottt/setup-dev-env
31537e3492aa3d4094fe930be374ab95cf1f4b30
0
roles/haskell-dev
7,779
[ "no_license" ]
[ { "path": "roles/haskell-dev/handlers/main.yml", "content": "\n- name: Install ghc-7.10.2\n tags: haskell\n script: install-ghc.sh 7.10.2 default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/haskell-dev/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 743, "all_permissive": false }
ansible_role
sunilnaths/nornir
9a8779b6356f0d96a53e220f35b4b9e248f8b0c4
0
test/roles/leaf
7,779
[ "no_license" ]
[ { "path": "test/roles/leaf/var/main.yml", "content": "L2VNI:\n- id: 10\n ip: 10.10.10.1/24\n multicast: 172.16.17.32\n name: Name1\n segment: 100010\n tenant: PROD-1\n- id: 100\n ip: 172.16.31.10/24\n multicast: 172.16.17.32\n name: Name2\n segment: 100100\n tenant: PROD-1\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
homebot/ansible-role
c1862847866708412663aba929bcc3906b353151
0
roles/homebot
7,779
[ "no_license" ]
[ { "path": "roles/homebot/meta/main.yml", "content": "galaxy_info:\n author: <NAME> http://vedernik.ru\n description: Setup and Deply for Homebot\n\n license: GPLv3\n\n min_ansible_version: 2.3\n\n platforms:\n - name: Debian\n versions: 9\n\n galaxy_tags:\n - setup\n - deploy\n", "licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2322, "all_permissive": false }
ansible_role
Hari-Develop/ansible
d87571a05ac0f4552f4e30a57d9e40d084ef8c8b
0
roles/catalogue
7,779
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: importing the common role \n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n\n- name: Importing the common role \n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }