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
shreebadiger/ansi
816d18cc6f2c018f35dbd133139301413d031f4a
0
roles/elk
7,435
[ "no_license" ]
[ { "path": "roles/elk/tasks/filebeat.yml", "content": "- name: copying rsyslog config file\n ansible.builtin.template:\n src: rsyslog.conf\n dest: /etc/rsyslog.d/{{component}}.conf\n when: is_rsyslog_needed\n\n- name: restarting rsyslog\n ansible.builtin.systemd:\n name: rsyslog\n state: restarted...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
shreebadiger/ansi
816d18cc6f2c018f35dbd133139301413d031f4a
0
roles/frontend
7,435
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": " - name: Set Hostname\n ansible.builtin.shell: set-hostname {{env}}-{{component}}\n \n - name: Installing nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n - name: Copying expense conf file\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1732, "all_permissive": false }
ansible_role
shreebadiger/ansi
816d18cc6f2c018f35dbd133139301413d031f4a
0
roles/grafana
7,435
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Copy grafana dashboard\n ansible.builtin.template:\n src: dashboard.json\n dest: /tmp/dashboard.json\n\n- name: add grafana dashboard\n community.grafana.grafana_dashboard:\n grafana_url: http://172.31.37.53:3000\n grafana_api_key: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6117, "all_permissive": false }
ansible_role
shreebadiger/ansi
816d18cc6f2c018f35dbd133139301413d031f4a
0
roles/prometheus
7,435
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/node-exporter.yml", "content": "- name: Downloading and extracting node-exporter file\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-amd64.tar.gz\n dest: /opt\n remote_src: yes\n\n- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2763, "all_permissive": false }
ansible_role
sabermaraghi/ansible
f7e46e7cac22b361a585e4abb2314e5c7c1f435c
0
provision/roles/myproject
7,435
[ "no_license" ]
[ { "path": "provision/roles/myproject/tasks/main.yml", "content": "- name: create a directory in /home/saber\n file:\n path: /home/saber/dir1\n state: directory\n owner: root\n group: root\n mode: 0755\n tags: [create_dir]\n\n- name: create a file in /home/saber/dir1\n file:\n path: /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-centos71
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-centos71/tasks/main.yml", "content": "- yum: name=kubernetes-1.2.0-0.9.alpha1.gitb57e8bd.el7 state=present\n become: yes\n\n- template: src=config.j2 dest=/etc/kubernetes/config owner=root group=root mode=644\n become: yes\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-master-centos71
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-master-centos71/tasks/main.yml", "content": "- yum: name=etcd-2.2.5-1.el7 state=present\n become: yes\n\n# https://bugzilla.redhat.com/show_bug.cgi?id=1201965\n- file: path=/var/run/kubernetes state=directory owner=kube group=kube mode=755\n become: yes\n\n- template: src=etcd....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-minion-centos71
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-minion-centos71/tasks/main.yml", "content": "- yum: name=flannel-0.5.3-9.el7 state=present\n become: yes\n\n- template: src=flanneld.j2 dest=/etc/sysconfig/flanneld owner=root group=root mode=644\n become: yes\n\n- template: src={{ item }}.j2 dest=/etc/kubernetes/{{ item }} own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-yaml
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-yaml/tasks/main.yml", "content": "- file: path={{ kubernetes_yaml_directory }} state=directory owner={{ os_admin_user }} group={{ os_admin_group }} mode=755\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-yaml-grpc
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-yaml-grpc/templates/scala-grpc-test-client.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: scala-grpc-test-client\n labels:\n app: scala-grpc-test-client\nspec:\n containers:\n - name: scala-grpc-test-client\n image: {{ docker_scala_grpc_test_client }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1155, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-yaml-mariadb
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-yaml-mariadb/templates/mariadb-three-svc.yaml.j2", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: mariadb-three-svc\nspec:\n selector:\n app: mariadb-three\n type: NodePort\n ports:\n - name: mariadb\n port: 3306\n - name: gcomm\n port: 4567\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2881, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-yaml-rabbitmq
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-yaml-rabbitmq/templates/rabbitmq.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: rabbitmq\n labels:\n app: rabbitmq\nspec:\n containers:\n - name: rabbitmq\n image: {{ docker_rabbitmq }}\n env:\n - name: HOSTNAME\n value: rabbitmq-svc\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1922, "all_permissive": false }
ansible_role
nokamoto/ansible-kubernetes
58ea731c0c7bc94a94aff314876326ee8dac0ad9
0
roles/kubernetes-yaml-skydns
7,435
[ "no_license" ]
[ { "path": "roles/kubernetes-yaml-skydns/templates/skydns-svc.yaml.j2", "content": "# https://github.com/kubernetes/kubernetes/blob/v1.2.0-alpha.1/cluster/addons/dns/skydns-svc.yaml.in\napiVersion: v1\nkind: Service\nmetadata:\n name: kube-dns\n namespace: kube-system\n labels:\n k8s-app: kube-dns\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
saadmarcelo/basic_install
f4bdbfcdc8a9da99e0b6808d00944cacb34b87b9
1
roles/linux
7,435
[ "no_license" ]
[ { "path": "roles/linux/tasks/main.yaml", "content": "---\n# TODO: linux confi\n# TODO: install packages\n\n# Installar o node para poder instalar as linter do Mason\n- name: Adicionar repositório NodeSource para Node.js 18.x\n ansible.builtin.shell: |\n cuil -fsSL https://deb.nodesource.com/setup_18.x |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9936, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/backup
7,435
[ "no_license" ]
[ { "path": "roles/backup/tasks/configure.yml", "content": "---\n\n- name: Create backup config directories\n file:\n path: \"{{ item }}\"\n owner: \"{{ backup_setup.user }}\"\n group: \"{{ backup_setup.user }}\"\n state: directory\n with_items:\n - \"{{ backup_setup.config_dir }}\"\n - \...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4680, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/basics
7,435
[ "no_license" ]
[ { "path": "roles/basics/tasks/main.yml", "content": "---\n- include: ensure-os-version.yml\n- include: essential-packages.yml\n- include: locale.yml\n- include: users.yml\n- include: unattended-upgrades.yml\n- include: web.yml\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 1876, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/databases
7,435
[ "no_license" ]
[ { "path": "roles/databases/tasks/mysql.yml", "content": "---\n- name: \"MySQL: Create databases\"\n mysql_db:\n name: \"{{ item.name }}\"\n state: present\n login_user: \"{{ mysql_root_user }}\"\n login_password: \"{{ <PASSWORD>.db_<PASSWORD> }}\"\n with_items: \"{{ databases }}\"\n when: ite...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1253, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/deploy
7,435
[ "no_license" ]
[ { "path": "roles/deploy/tasks/migrate.yml", "content": "---\n- name: Migrate the database\n shell: \"{{ current_php_executable }} artisan migrate --force\"\n args:\n chdir: \"{{ deploy_helper.new_release_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 16, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 6806, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/docker
7,435
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker dependencies\n apt:\n name: python-docker\n state: present\n tags: essential-packages\n when: docker_required\n\n- name: Debug\n debug:\n var: docker_required\n\n- name: Install docker-ce\n include_role:\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/letsencrypt
7,435
[ "no_license" ]
[ { "path": "roles/letsencrypt/templates/renew-certs.py", "content": "#!/usr/bin/env python\n\nimport os\nimport sys\nimport time\n\nfrom subprocess import CalledProcessError, check_output, STDOUT\n\nfailed = False\nletsencrypt_cert_ids = {{ letsencrypt_cert_ids }}\n\nfor site in {{ apps_using_letsencrypt }}:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5691, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/logrotate
7,435
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: Generate logrotate config for apps\n set_fact:\n logrotate_scripts: \"{{ logrotate_scripts|default([]) | union( [{ 'name': 'laravan-'+item.key, 'path': webroot+'/'+item.key+'/logs/*.log', 'options': logrotate_options }] ) }}\"\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/mariadb
7,435
[ "no_license" ]
[ { "path": "roles/mariadb/templates/my.cnf.j2", "content": "# {{ ansible_managed }}\n\n[client]\nuser={{ mysql_root_user }}\npassword=\"{{ <PASSWORD> }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/mariadb/templates/mb4strings.cnf.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2322, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/network-basics
7,435
[ "no_license" ]
[ { "path": "roles/network-basics/tasks/main.yml", "content": "---\n- include: firewall.yml\n- include: fail2ban.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/network-basics/tasks/fail2ban.yml", "content": "---\n- name: Ensure fail2...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1232, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/nginx
7,435
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nnginx_path: /etc/nginx\nnginx_logs_root: /var/log/nginx\nnginx_user: \"{{ web_user }}\"\nnginx_group: \"{{ web_group }}\"\nnginx_fastcgi_buffers: 8 8k\nnginx_fastcgi_buffer_size: 8k\nnginx_ssl_path: \"{{ nginx_path }}/ssl\"\nserver_names_hash_bucke...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3340, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/per-app
7,435
[ "no_license" ]
[ { "path": "roles/per-app/defaults/main.yml", "content": "---\n# Auth Basic\napp_uses_auth_basic: \"{{ 'auth_basic' in item.value and item.value.auth_basic.enabled | default(False) }}\"\nauth_basic_htpasswd_file: \"{{ nginx_path }}/htpasswd-{{ item.key | regex_replace('[^a-zA-Z]+', '_') }}\"\n\n# Nginx inclu...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10916, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/php
7,435
[ "no_license" ]
[ { "path": "roles/php/templates/php.ini.j2", "content": "; {{ ansible_managed }}\n\n[PHP]\nerror_reporting = {{ php_error_reporting }}\ndisplay_errors = {{ php_display_errors }}\ndisplay_startup_errors = {{ php_display_startup_errors }}\nmax_execution_time = {{ php_max_execution_time }}\nmax_input_time = {{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5172, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/postgres
7,435
[ "no_license" ]
[ { "path": "roles/postgres/defaults/main.yml", "content": "postgres_required: \"'postgres' in [{% for item in databases %}'{{ item.type | default('') }}',{% endfor %}]\"\npostgres_root_user: postgres\npostgres_version: 11\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2942, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/queue
7,435
[ "no_license" ]
[ { "path": "roles/queue/tasks/main.yml", "content": "---\n- name: Make sure Supervisor is installed\n apt:\n name: supervisor\n state: present\n\n- name: Install supervisord configuration\n template:\n src: supervisord.conf.j2\n dest: /etc/supervisor/supervisord.conf\n\n- name: Start and enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
jsphpl/laravan
645167f507c8f410d6f2e7e2474b9dd7a5878ea6
74
roles/users
7,435
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Ensure sudo group is present\n group:\n name: sudo\n state: present\n\n- name: Ensure sudo group has sudo privileges\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^%sudo\"\n line: \"%sudo ALL=(ALL:ALL) ALL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
dumasmcarvalho/y2022-alura-ansible
f09089c2faa7db8f3022acaaaac4abb5fec0980f
0
roles/mysql
7,435
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencias do banco de dados\"\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - mysql-server-5.7\n - python3-mysqldb\n\n- name: \"Cria o banco do MySQL\"\n mysql_db:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
dumasmcarvalho/y2022-alura-ansible
f09089c2faa7db8f3022acaaaac4abb5fec0980f
0
roles/webserver
7,435
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependências do WordPress e PHP\"\n apt:\n name:\n - php7.2\n - apache2\n - libapache2-mod-php7.2\n - php7.2-gd\n - php-ssh2\n - libmcrypt-dev\n - php7.2-mysql\n state: latest\n update_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
arhipovea/mnt-13-08-ansible-04-role
a921a7aa82142de872aa86fc27ad16014296d768
0
ansible/playbook/roles/lighthouse
7,435
[ "no_license" ]
[ { "path": "ansible/playbook/roles/lighthouse/vars/main.yml", "content": "---\nlighthouse_uri: https://github.com/VKCOM/lighthouse.git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/playbook/roles/lighthouse/defaults/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 373, "all_permissive": false }
ansible_role
arhipovea/mnt-13-08-ansible-04-role
a921a7aa82142de872aa86fc27ad16014296d768
0
ansible/playbook/roles/vector
7,435
[ "no_license" ]
[ { "path": "ansible/playbook/roles/vector/tasks/configure.yml", "content": "---\n- name: Vector | Create config directory\n become: true\n ansible.builtin.file:\n path: \"{{ vector_config_dir }}\"\n state: directory\n mode: 0755\n\n- name: Vector | Create config\n become: true\n ansible.builtin....
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 1936, "all_permissive": false }
ansible_role
abdelrhman-hamdy/Dockerize-Node-Express-app-with-a-Mongo-Redis-database.
8c543eba3337aea695502590aad59896a5e44f0c
0
Ansible/roles/install_docker
7,435
[ "no_license" ]
[ { "path": "Ansible/roles/install_docker/tasks/main.yml", "content": "---\n - name : Add signing key for docker repo\n become: true\n ansible.builtin.rpm_key:\n key: \"https://download.docker.com/linux/centos/gpg\"\n state: present\n\n\n - name : add docker repo \n become: true\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
abdelrhman-hamdy/Dockerize-Node-Express-app-with-a-Mongo-Redis-database.
8c543eba3337aea695502590aad59896a5e44f0c
0
Ansible/roles/install_docker_compose
7,435
[ "no_license" ]
[ { "path": "Ansible/roles/install_docker_compose/tasks/main.yml", "content": "---\n - name : install Curl\n become: true\n ansible.builtin.yum:\n name: \n - curl \n state : latest\n update_cache: true\n \n - name : install docker-compose \n shell: |\n curl -L \"https://gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
abdelrhman-hamdy/Dockerize-Node-Express-app-with-a-Mongo-Redis-database.
8c543eba3337aea695502590aad59896a5e44f0c
0
Ansible/roles/install_git
7,435
[ "no_license" ]
[ { "path": "Ansible/roles/install_git/tasks/main.yml", "content": "- name: install git \n become: true\n ansible.builtin.yum: \n name : \n - git \n state: latest\n\n- name: Cloning the Repo\n shell : |\n git clone https://github.com/abdelrhman-hamdy/Dockerize-Node-Express-app-with-a-Mongo-Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/adminer
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/adminer/tasks/phpinfo.yml", "content": "---\n- name: Phpinfo | copy phpinfo.php into place\n template: src=phpinfo.php.j2 dest={{ sites_dir }}/adminer/phpinfo.php\n sudo: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2596, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/automated_testing
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/automated_testing/templates/xvfb_start.j2", "content": "#!/bin/bash\n/etc/init.d/xvfb start", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "playbooks/roles/automated_testing/tasks/selenium.yml", "content": "---\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6147, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/base
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/base/tasks/bashrc.yml", "content": "--- \n- name: Bashrc Config | add .bashrc file\n template: src=bashrc.j2 dest=/home/{{ user }}/.bashrc\n sudo: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "playbooks/roles/b...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2501, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/front
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/front/tasks/main.yml", "content": "---\n- include: nodejs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "playbooks/roles/front/tasks/nodejs.yml", "content": "---\n- name: Test | NPM is installed\n shell: npm -v\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 622, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/mysql
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/mysql.yml", "content": "---\n- name: MySQL | install mysql packages\n apt: pkg={{ item }} state=installed\n sudo: true\n with_items: \n - mysql-client\n - mysql-common\n - mysql-server\n - python-mysqldb\n\n- name: MySQL | create MySQL configuration file\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2759, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/nginx
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/default_server_block.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server ipv6only=on;\n\n server_name {{ webserver_hostname }} {{ webserver_hostname_alias }};\n\n root {{ sites_dir }}/{{ webserver_hostname }};\n\n in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1333, "all_permissive": false }
ansible_role
mkudenko/vagrant-ansible-php7
d01a9a1ec7e87241ee478f32d204f1267e073bc9
21
playbooks/roles/php
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/php/templates/opcache.ini.j2", "content": "; configuration for php opcache module\nzend_extension=opcache.so\nopcache.validate_timestamps = 1\nopcache.revalidate_freq = 0\nopcache.memory_consumption = 64\nopcache.interned_strings_buffer = 16\nopcache.max_accelerated_files = 4000\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3310, "all_permissive": false }
ansible_role
mauiroma/ansible-eap
bb3672eb88e5af18721b8d184da3bad6e438053f
0
roles/eap
7,440
[ "no_license" ]
[ { "path": "roles/eap/vars/main.yml", "content": "---\n## Package\neap_package: jboss-eap-7.3.0.zip\nartifact_name: hibernate.war\njdbc_driver: mysql-connector-java-8.0.12.jar\nrepoitory_url: \"http://192.168.178.100:8080/sw\"\nremote: true\n\n## Configure\njdbc_db_url: \"jdbc:mysql://192.168.178.100:3306/an...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7532, "all_permissive": false }
ansible_role
python-jitsu/python-jitsu.club
1fd6a76af5b8a487960422672fa368c7433bcb4e
0
roles/base
7,440
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Create my user\n user:\n name: shrimpsizemoose\n shell: /bin/bash\n\n- name: Add my ssh keys\n authorized_key:\n user: shrimpsizemoose\n state: present\n key: \"{{ lookup('file', lookup('env', 'HOME') + '/.ssh/id_rsa.pub') }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1308, "all_permissive": false }
ansible_role
python-jitsu/python-jitsu.club
1fd6a76af5b8a487960422672fa368c7433bcb4e
0
roles/jitsu
7,440
[ "no_license" ]
[ { "path": "roles/jitsu/tasks/main.yml", "content": "---\n\n- name: Ensure directory exists\n file:\n path: /webapps/{{ domain_name }}\n mode: 0755\n state: directory\n\n- name: Copy index.html\n template:\n src: \"{{ domain_name}}/index.html\"\n dest: \"/webapps/{{ domain_name }}/index.html...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
Romera14/my_own_collection
55dd3cd0b3b43c416cf3fe65a57755eda3ade5a8
0
my_own_module/netology/roles/test_file
7,440
[ "no_license" ]
[ { "path": "my_own_module/netology/roles/test_file/tasks/main.yml", "content": "---\n- name: Test module\n my_own_module.netology.test_file:\n path: \"{{ path }}\"\n file_name: \"{{ file_name }}\"\n content: \"{{ content }}\"\n...", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 207, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/common
7,440
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Install nftables\r\n apt:\r\n name: nftables\r\n state: present\r\n\r\n- name: Configure nftables\r\n copy:\r\n content: |\r\n table inet filter {\r\n chain input {\r\n type filter hook input priority 0;\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/docker
7,440
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\r\n apt:\r\n name:\r\n - docker.io\r\n - docker-compose-plugin\r\n state: present\r\n\r\n- name: Add user to docker group\r\n user:\r\n name: \"{{ ansible_user }}\"\r\n groups: docker\r\n append: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/grafana
7,440
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yml", "content": "- name: Run Grafana via Docker Compose\r\n docker_compose:\r\n project_src: /path/to/docker-compose.yml\r\n\r\n- name: Import Grafana dashboards\r\n uri:\r\n url: http://localhost:3000/api/dashboards/db\r\n method: POST\r\n body_for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/mariadb
7,440
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "- name: Install MariaDB\r\n apt:\r\n name:\r\n - mariadb-server\r\n - mariadb-client\r\n state: present\r\n\r\n- name: Start and enable MariaDB\r\n service:\r\n name: mariadb\r\n enabled: yes\r\n state: started\r\n\r\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/node_exporter
7,440
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yml", "content": "- name: Install prometheus-node-exporter\r\n apt:\r\n name: prometheus-node-exporter\r\n state: present\r\n\r\n- name: Enable and start prometheus-node-exporter\r\n service:\r\n name: prometheus-node-exporter\r\n enabled: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
Akimcom2/ddos_test
e4af09786f2e7781639f583fe71f72256184ed9c
0
ansible/roles/prometheus
7,440
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "- name: Create Prometheus config directory\r\n file:\r\n path: /etc/prometheus\r\n state: directory\r\n\r\n- name: Copy Prometheus config\r\n copy:\r\n content: |\r\n global:\r\n scrape_interval: 15s\r\n scrape_conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
rapphil/bdr-test
a4633fdc62c72c88b55cb07e87f2db4af3f709fa
0
ansible/roles/bdr
7,440
[ "no_license" ]
[ { "path": "ansible/roles/bdr/tasks/main.yaml", "content": "- name: Install curl\n yum:\n name: curl\n state: present\n\n- name: Install postgres repo\n yum:\n name: https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2387, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/bootstrap
7,440
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "---\n# Check for swapfile to prevent (MariaDB) installation issues on machines with low RAM (512MB)\n- name: Check if swap exists\n command: \"grep -q 'swap' /etc/fstab\"\n register: swap\n ignore_errors: True\n changed_when: False\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/clean-up
7,440
[ "no_license" ]
[ { "path": "ansible/roles/clean-up/tasks/main.yml", "content": "---\n# Keep system clean\n- name: Autoremove unused packages\n command: apt-get -y autoremove\n\n- name: Autoclean old downloaded archive files\n command: apt-get -y autoclean\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/composer
7,440
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Check if already installed\n stat:\n path: \"{{ composer_path }}\"\n register: composer\n\n- name: Download setup\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup.php\n when: not composer....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1245, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/create-user
7,440
[ "no_license" ]
[ { "path": "ansible/roles/create-user/tasks/main.yml", "content": "---\n- name: Create group \"{{ user_group }}\"\n group:\n name: \"{{ user_group }}\"\n state: present\n system: yes\n\n- name: Create user \"{{ user_name }}\"\n user:\n name: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1384, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/default-website
7,440
[ "no_license" ]
[ { "path": "ansible/roles/default-website/tasks/main.yml", "content": "---\n- name: Create default website directory\n file:\n path: \"/home/{{ user_name }}/default\"\n state: directory\n mode: 0755\n\n- name: Copy default index.php\n template:\n src: index.php.j2\n dest: \"/home/{{ user_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/firewall
7,440
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yml", "content": "---\n- name: Enable ufw\n ufw:\n state: enabled\n\n- name: Block all incoming\n ufw:\n state: enabled\n policy: deny\n direction: incoming\n\n- name: Allow all outgoing\n ufw:\n state: enabled\n policy: allow\n direction:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/mariadb
7,440
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n- name: Install repository\n apt_repository:\n repo: \"{{ mariadb_repo }}\"\n state: present\n\n- name: Add repository key to the system\n apt_key:\n keyserver: \"{{ mariadb_keyserver }}\"\n id: \"{{ mariadb_id }}\"\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/nginx
7,440
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "user {{ user_name }};\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n # Basic Settings\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2079, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/nodejs
7,440
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install Yarn repository\n apt_repository:\n repo: \"{{ yarn_repo }}\"\n state: present\n\n- name: Download Yarn repository key\n get_url:\n url: \"{{ yarn_key_url }}\"\n dest: /tmp/yarn-pubkey.gpg\n\n- name: Add Yarn rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
Ostendorf/laravel-server
4bfb5261287c6c6a6cd0115c817a022210a0c884
0
ansible/roles/php
7,440
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Add ppa repository\n apt_repository:\n repo: \"{{ php_repo }}\"\n\n- name: Install latest version\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - \"{{ php_version }}-fpm\"\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1349, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/filesystems
7,440
[ "no_license" ]
[ { "path": "roles/filesystems/tasks/main.yml", "content": "---\n# tasks file for filesystems\n\n- name: 'partition drives'\n parted:\n device: \"{{ item.device }}\"\n number: 1\n label: gpt\n state: present\n with_flattened: \"{{ filesystems__devices }}\"\n\n- name: 'create filesystems'...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 767, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/macbook
7,440
[ "no_license" ]
[ { "path": "roles/macbook/vars/main.yml", "content": "---\n# vars file for macbook", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/macbook/tasks/automounter.yml", "content": "---\n\n# - debug: var=ansible_env.HOME\n# - debug: var=ansible_u...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3687, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/mediaserver
7,440
[ "no_license" ]
[ { "path": "roles/mediaserver/tasks/main.yml", "content": "---\n# tasks file for mediaserver\n\n- name: 'general system config'\n include_tasks: 'config.yml'\n tags: ['config']\n\n- name: 'create mounts'\n include_tasks: 'mounts.yml'\n tags: ['mounts']\n\n- name: 'create users/groups'\n include_tasks: '...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 35553, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/mergerfs
7,440
[ "no_license" ]
[ { "path": "roles/mergerfs/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mergerfs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/mergerfs/tasks/main.yml", "content": "---\n# tasks file for merg...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 972, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/restic
7,440
[ "no_license" ]
[ { "path": "roles/restic/tasks/main.yml", "content": "---\n# tasks file for restic\n\n- name: 'install restic'\n include_tasks: 'install.yml'\n\n- name: 'init restic repo'\n include_tasks: 'repo.yml'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2866, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/samba
7,440
[ "no_license" ]
[ { "path": "roles/samba/defaults/main.yml", "content": "---\n# defaults file for samba\n\nsamba__base_packages:\n - 'samba'\n - 'samba-common'\n - 'samba-common-bin'\n\nsamba__services:\n - 'smbd'\n - 'nmbd'\n\nsamba__default_global:\n 'workgroup' : 'WORKGROUP'\n 'server string': 'Sam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2410, "all_permissive": false }
ansible_role
ljohnston/mediaserver
78247e0094b3abf95400840cf09569c1905b8cc8
0
roles/snapraid
7,440
[ "no_license" ]
[ { "path": "roles/snapraid/handlers/main.yml", "content": "---\n# handlers file for snapraid", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/snapraid/vars/main.yml", "content": "---\n# vars file for snapraid", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2975, "all_permissive": false }
ansible_role
MikeKlebolt/ansible-meetup
81d824b62b3d3d3ea18f1a4bd2bbf1b3a45c6a2e
0
roles/certbotprereqs
7,440
[ "no_license" ]
[ { "path": "roles/certbotprereqs/tasks/main.yml", "content": "---\n# tasks file for certbotprereqs\n- name: Ensure epel is available\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: installed\n\n- name: Check if we've been tricked\n stat:\n path: /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 667, "all_permissive": false }
ansible_role
MikeKlebolt/ansible-meetup
81d824b62b3d3d3ea18f1a4bd2bbf1b3a45c6a2e
0
roles/webserver
7,440
[ "no_license" ]
[ { "path": "roles/webserver/handlers/main.yml", "content": "---\n# handlers file for webserver\n- name: apache restart\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/webserver/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
samryou/udaPeople
036b881b3f2a59a10bfb8eb2b104dd74fae1bb18
0
.circleci/ansible/roles/configure-server
7,440
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"download nodeJS\"\n become: true\n shell: |\n sudo apt-get update -y\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - \n\n- name: \"install node\"\n become: true\n apt:\n name: [\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
samryou/udaPeople
036b881b3f2a59a10bfb8eb2b104dd74fae1bb18
0
.circleci/ansible/roles/deploy
7,440
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/files/readme.md", "content": "# deplyment files here", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Create backend directory\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/common
7,440
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# NOTE(gyee) These task works on OpenSuSE/SLES only\n\n#- name: Install build essentials\n# become: yes\n# zypper:\n# name: pattern:devel_basis\n# state: latest\n\n- name: Install essential packages\n become: yes\n zypper:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 987, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/devstack
7,440
[ "no_license" ]
[ { "path": "ansible/roles/devstack/templates/local.conf.j2", "content": "[[local|localrc]]\n\n# IP to use\nHOST_IP={{ host_ip }}\n\n# git base URL. Use https if you are behind a corporate proxy.\nGIT_BASE={{ git_base_url }}\n\nDEST={{ devstack_dest }}\nDATA_DIR=${DEST}/data\nSERVICE_DIR=${DEST}/status\nSUBUN...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2714, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/glance
7,440
[ "no_license" ]
[ { "path": "ansible/roles/glance/tasks/_configure_glance.yml", "content": "---\n\n- name: glance | _configure_x509_tokenless | Configure glance.conf\n ini_file:\n path: /etc/glance/glance-api.conf\n section: keystone_authtoken\n option: auth_url\n value: \"{{ keystone_auth_url }}/v3\"\n\n- name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2326, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/horizon
7,440
[ "no_license" ]
[ { "path": "ansible/roles/horizon/tasks/main.yml", "content": "---\n# Since Ansible is supposed to be idempotent, we'll use _horizon_configured_\n# file to indicate that horizon has already been successfully configured\n# so that the next Ansible provision run will skip this step.\n- name: horizon | main | C...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2033, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/kerberos
7,440
[ "no_license" ]
[ { "path": "ansible/roles/kerberos/tasks/add_kerberos_user.yml", "content": "---\n\n- name: kerberos | add_kerberos_user | Copy add_user_principal\n become: yes\n template:\n src: add_user_principal.j2\n dest: /tmp/add_user_principal.{{ kerberos_user }}\n owner: root\n group: root\n mode: 06...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3736, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/keystone
7,440
[ "no_license" ]
[ { "path": "ansible/roles/keystone/tasks/_configure_keystone.yml", "content": "---\n\n- name: keystone | _configure_keystone | Configure server-side SSL\n include: _configure_server_ssl.yml\n when: enable_x509_tokenless | bool or enable_server_ssl | bool\n\n- name: keystone | _configure_keystone | Configur...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 29401, "all_permissive": false }
ansible_role
guangyee/keystone-devel
853ff5114e1567505c9330ed3b4c9df63a113190
1
ansible/roles/pki
7,440
[ "no_license" ]
[ { "path": "ansible/roles/pki/tasks/main.yml", "content": "---\n\n- name: pki | main | Check for {{ intermediate_ca_cert_file }}\n become: yes\n stat:\n path: \"{{ intermediate_ca_cert_file }}\"\n register: intermediate_ca_cert\n\n- name: pki | main | Check for {{ intermediate_ca_key_file }}\n become:...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 9645, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/pve-repositories
7,440
[ "no_license" ]
[ { "path": "roles/pve-repositories/meta/argument_specs.yml", "content": "---\nargument_specs:\n # roles/pve-repositories/tasks/main.yml entry point\n main:\n short_description: Main entry point for the pve-repositories role\n description:\n - This is the main entrypoint for the Proxmox Repositor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1132, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/service-powertop
7,440
[ "no_license" ]
[ { "path": "roles/service-powertop/vars/main.yml", "content": "---\nname: \"{{ service_powertop__service_name }}\"\nstate: \"{{ service_powertop__state }}\"\npackages: \"{{ service_powertop__packages }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1534, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/system-network
7,440
[ "no_license" ]
[ { "path": "roles/system-network/tasks/main.yml", "content": "---\n- name: Remove network configuration\n file:\n state: absent\n path: \"{{ system_network_interfaces_path }}\"\n when: system_network_state == 'absent'\n\n- name: Create network configuration\n template:\n src: interfaces.j2\n d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3844, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/system-sudo
7,440
[ "no_license" ]
[ { "path": "roles/system-sudo/defaults/main.yml", "content": "system_sudo__users: []\nsystem_sudo__state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/system-sudo/tasks/main.yml", "content": "---\n- name: Add sudo package\n bec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1078, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/system-udev-rule
7,440
[ "no_license" ]
[ { "path": "roles/system-udev-rule/templates/rule.rules.j2", "content": "{% for entry in system_udev_rule_entries -%}\n {%- for key, item in entry.items() -%}\n {%- if item is not mapping -%} \n {{ key | upper }}=\"{{ item }}\"\n {%- else -%}\n {%- for name, value in item.items() -%}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1206, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/system-user
7,440
[ "no_license" ]
[ { "path": "roles/system-user/meta/argument_specs.yml", "content": "---\nargument_specs:\n # roles/system-user/tasks/main.yml entry point\n main:\n short_description: Main entry point for the system-user role\n description:\n - This is the main entrypoint for the System User configuration role.\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2221, "all_permissive": false }
ansible_role
rymut/ansible-pve-nas
0114f2e642bb28528a93bed46a44aa83ec89aae3
0
roles/system-wlan
7,440
[ "no_license" ]
[ { "path": "roles/system-wlan/tasks/main.yml", "content": "---\n- meta: end_play\n when: not system_wlan_networks\n- name: install packages\n include_tasks: apt.yml\n- name: setup interface\n include_tasks: wpaconfig.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2476, "all_permissive": false }
ansible_role
CajuCLC/ansible-aws-ec2
ef3613ff419f0e1dfc01fb599302e2cc332e9076
0
roles/webserver
7,442
[ "permissive" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n - name: Create a security group\n local_action: \n module: ec2_group\n name: \"{{ webserver_security_group }}\"\n description: Security Group for webserver Servers\n region: \"{{ webserver_region }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2688, "all_permissive": true }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/access-hack
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/access-hack/tasks/main.yml", "content": "---\n\n#- name: Remove ssh file\n# shell: rm -f /root/.ssh\n# ignore_errors: yes\n# \n#- name: Create ssh directory\n# shell: mkdir /root/.ssh\n# ignore_errors: yes\n# \n#- name: Copy new authorized keys file\n# copy: src=authoriz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/cinder-volume
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/cinder-volume/tasks/main.yml", "content": "---\r\n\r\n- name: Create Cinder physical volume\r\n command: pvcreate --metadatasize 2048 /dev/sdb -ff -y\r\n \r\n- name: Create Cinder virtual volume\r\n command: vgcreate cinder-volumes /dev/sdb", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/custom-osic-kernel
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/custom-osic-kernel/tasks/main.yml", "content": "---\n\n- name: OS update\n command: apt-get update\n \n- name: Update OS to custom kernel for Intel NIC\n command: apt-get install -y linux-generic-lts-xenial\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/hosts-prep
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/hosts-prep/files/hosts", "content": "172.23.108.21\tinfra1\r172.23.108.22\tinfra2\r172.23.108.23\tinfra3\r172.23.108.24\tcompute1\r172.23.108.25\tcompute2\r172.23.108.26\tcompute3\r172.23.108.27\tcompute4\r172.23.108.28\tcompute5\r172.23.108.29\tcompute6\n172.23.108.30\tcinder1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": false }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/lxc-volume-infra
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/lxc-volume-infra/tasks/main.yml", "content": "---\r\n\r\n- name: Unmount nova partition\r\n command: umount /var/lib/nova\r\n ignore_errors: True\r\n \r\n- name: Remove nova directory\r\n shell: rm -rf /var/lib/nova\r\n \r\n- name: Remove nova logical volume\r\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
wbentley15/osic-lab
6a8b317e93ecac3bc037b44af3d927709cd9f5e2
0
rpcv10-cloud/roles/network-setup
7,442
[ "no_license" ]
[ { "path": "rpcv10-cloud/roles/network-setup/templates/os-interfaces copy.cfg", "content": "auto p4p1\niface p4p1 inet manual\n\nauto p1p2\niface p1p2 inet manual\n bond-master bond0\n bond-primary p1p2\n\nauto p4p2\niface p4p2 inet manual\n bond-master bond0\n\nauto bond0\niface bond0 inet manual\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3629, "all_permissive": false }
ansible_role
Vortexdude/ansible-roles
8292204d6ee9e06c17e56858610d0573c91df345
0
roles/install-docker
7,442
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "- name: update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n \n- name: Install supported packages\n apt:\n name: \"{{ support_packages }}\"\n\n- name: One way to avoid apt_key once it is removed from your distro\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1576, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab-unicorn/roles/gitlab
7,442
[ "no_license" ]
[ { "path": "gitlab-unicorn/roles/gitlab/vars/main.yml", "content": "---\ngitlab_shell_ver: \"1.7.9\"\ngitlab_shell_repo: https://github.com/gitlabhq/gitlab-shell.git\ngitlab_ver: \"6-3-stable\"\ngitlab_repo: https://github.com/gitlabhq/gitlabhq.git\ngitlab_user: git\ngitlab_host: ${inventory_hostname}\ngitla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4352, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab-unicorn/roles/nginx
7,442
[ "no_license" ]
[ { "path": "gitlab-unicorn/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n action: yum name=nginx state=installed\n\n- name: start nginx\n action: service name=nginx state=started enabled=yes\n\n- name: insert iptables rule\n lineinfile: dest=/etc/sysconfig/iptables state=present reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab-unicorn/roles/redis
7,442
[ "no_license" ]
[ { "path": "gitlab-unicorn/roles/redis/tasks/main.yml", "content": "--- \n- name: import gpg-keys\n command: rpm --import $item\n with_items: gpg_keys\n ignore_errors: True\n\n- name: install repositories\n yum: name=$item state=installed\n with_items: repo_rpms\n ignore_errors: True\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }