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
Yanick-M/Ansible_Module_Netfilter_logs_archiving
25f3f120f767e9f721e86757c469c8e3ccc22b5e
0
roles/Logs_transfer
7,212
[ "no_license" ]
[ { "path": "roles/Logs_transfer/vars/main.yml", "content": "---\nARCHIVING_COMMANDS_LIST: [\n \"#!/bin/bash\",\n \"\",\n \"date=`date +%d_%m_%Y`\",\n \"month=`date +%B%Y`\",\n \"hostname=`hostname`\",\n \"\",\n \"echo \\\"Compressing logs files\\\"\",\n \"sudo tar -zcv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
Yanick-M/Ansible_Module_Netfilter_logs_archiving
25f3f120f767e9f721e86757c469c8e3ccc22b5e
0
roles/Persistent_firewall
7,212
[ "no_license" ]
[ { "path": "roles/Persistent_firewall/tasks/main.yml", "content": "- name: \"create repo directory for archives on dedicated machine\"\n file:\n path: \"/LogsArchiving_REPO/\"\n state: \"directory\"\n owner: \"aic\"\n group: \"aic\"\n mode: \"0770\"\n connection: local\n\n- name: \"saving fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2802, "all_permissive": false }
ansible_role
daeuniverse/galaxy-collections
8738b34aeb1dd90d5538251749ba7d01d8ec957c
0
collections/general/roles/geodata
7,212
[ "no_license" ]
[ { "path": "collections/general/roles/geodata/meta/main.yml", "content": "---\ngalaxy_info:\n authors:\n - kev (@yqlbu)\n description: ansible role to geodata artifacts\n min_ansible_version: \"2.8\"\n license: \"MIT\"\n tags:\n - daeuniverse\n - general\n - role\n platforms:\n - name: G...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2375, "all_permissive": false }
ansible_role
daeuniverse/galaxy-collections
8738b34aeb1dd90d5538251749ba7d01d8ec957c
0
collections/general/roles/update
7,212
[ "no_license" ]
[ { "path": "collections/general/roles/update/tasks/main.yml", "content": "- import_tasks: ./prerequisites.yml\n- import_tasks: ./update.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "collections/general/roles/update/README.md", "content":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4386, "all_permissive": false }
ansible_role
Red-M/dotfiles
353980043e9350cbbab32965e6cd9132cc0ffcf6
1
.ansible/dotfiles/roles/mise
7,212
[ "no_license" ]
[ { "path": ".ansible/dotfiles/roles/mise/tasks/main.yaml", "content": "---\n- name: Install mise\n ansible.builtin.shell: curl https://mise.run | sh\n args:\n executable: /bin/bash\n creates: ~/.local/share/mise/shims\n register: mise\n- debug: var=mise.stderr_lines\n- debug: var=mise.stdout_lines\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
Red-M/dotfiles
353980043e9350cbbab32965e6cd9132cc0ffcf6
1
.ansible/dotfiles/roles/my_user
7,212
[ "no_license" ]
[ { "path": ".ansible/dotfiles/roles/my_user/tasks/main.yaml", "content": "---\n\n- name: Update repo\n ansible.builtin.shell: git pull\n args:\n chdir: ~/git/dotfiles\n register: git_out\n- debug: var=git_out.stdout_lines\n\n- name: Run manage_git_repo_home\n ansible.builtin.shell: ./manage_git_repo_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
harisjmd/home-lab-deployment
558eca8da018bdb346dc8be940fc426eb592b94b
0
roles/homeassistant
7,212
[ "no_license" ]
[ { "path": "roles/homeassistant/tasks/main.yml", "content": "---\n- name: Create Directories for Home Assistant\n ansible.builtin.file:\n path: \"{{ hassio_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Install Home Assistant Deps\n become: true\n ansible.builtin.apt:\n name: \"{{ has...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2702, "all_permissive": false }
ansible_role
harisjmd/home-lab-deployment
558eca8da018bdb346dc8be940fc426eb592b94b
0
roles/pivpn
7,212
[ "no_license" ]
[ { "path": "roles/pivpn/defaults/main.yml", "content": "vpn_user: \"pi\"\nvpn_server_sel: \"wireguard\"\nvpn_port: \"51820\"\nvpn_dns_1: \"1.1.1.1\"\nvpn_dns_2: \"1.1.1.1\"\nvpn_clients:\n - test\nvpn_dir: \"/opt/pivpn\"\nvpn_git: \"https://github.com/pivpn/pivpn.git\"\nvpn_pivpn_options_file: \"/home/{{ vp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2626, "all_permissive": false }
ansible_role
maxamin/psychic-parakeet-3
f08d3397ef9e23998e716ef3d53376fcea515c46
1
primero/ansible/roles/application-primero
7,212
[ "no_license" ]
[ { "path": "primero/ansible/roles/application-primero/meta/main.yml", "content": "---\ndependencies:\n\n- name: 'quoin.infrastructure.install_docker'\n\n- name: 'quoin.infrastructure.install_python3_docker_compose'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4494, "all_permissive": false }
ansible_role
maxamin/psychic-parakeet-3
f08d3397ef9e23998e716ef3d53376fcea515c46
1
primero/ansible/roles/manage-users
7,212
[ "no_license" ]
[ { "path": "primero/ansible/roles/manage-users/tasks/main.yml", "content": "---\n- name: 'Ensure group {{ application_container_username }} exists'\n group:\n name: '{{ application_container_username }}'\n gid: 1100\n become: yes\n\n- name: 'create application container user'\n user:\n name: '{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2080, "all_permissive": false }
ansible_role
maxamin/psychic-parakeet-3
f08d3397ef9e23998e716ef3d53376fcea515c46
1
primero/ansible/roles/primero-external-certs
7,212
[ "no_license" ]
[ { "path": "primero/ansible/roles/primero-external-certs/tasks/main.yml", "content": "---\n- name: 'create the /srv/primero/external-certs directory'\n file:\n path: '/srv/primero/external-certs'\n state: 'directory'\n become: yes\n tags:\n - 'external-certs'\n\n- name: 'Copy ssl key to remote host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
renidantass/learning-ansible
b121a8977c8ead20b6244949bb15187a915f5462
0
roles/webserver
7,212
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependência do sistema operacional'\n apt:\n name:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-mcrypt\n - php5-mysql\n - unzip\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
renidantass/learning-ansible
b121a8977c8ead20b6244949bb15187a915f5462
0
roles/wordpress
7,212
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependência do sistema operacional'\n apt:\n name:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-mcrypt\n - php5-mysql\n - unzip\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/binfiles
7,212
[ "no_license" ]
[ { "path": "roles/binfiles/tasks/main.yml", "content": "- name: Extract Elasticsearch\n ansible.builtin.unarchive:\n src: \"./files/elasticsearch-{{ es_version }}-linux-{{ es_arch }}.tar.gz\"\n dest: \"{{ es_bin_dir }}\"\n remote_src: no\n owner: elasticsearch\n group: elasticsearch\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/bootstrap
7,212
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "- name: systemctl start\n tags: systemd, startup\n systemd:\n name: elasticsearch\n enabled: yes\n state: started\n daemon_reload: yes\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/certificates
7,212
[ "no_license" ]
[ { "path": "roles/certificates/tasks/main.yml", "content": "- name: Deploy certificates | CA\n tags: conf, certificates\n copy:\n src: ./certs/{{ ssl_ca }}\n dest: \"{{ es_conf_dir }}/{{ ssl_ca }}\"\n owner: \"{{ es_user }}\"\n group: \"{{ es_group }}\"\n mode: '0400'\n backup: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/conffiles
7,212
[ "no_license" ]
[ { "path": "roles/conffiles/tasks/main.yml", "content": "- name: Deploy elasticsearch.yml configuration\n tags: conf, elasticsearch\n template:\n src: ./templates/elasticsearch.yml.j2\n dest: \"{{ es_conf_dir }}/elasticsearch.yml\"\n owner: \"{{ es_user }}\"\n group: \"{{ es_group }}\"\n mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1404, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/directories
7,212
[ "no_license" ]
[ { "path": "roles/directories/tasks/main.yml", "content": "- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ es_user }}\"\n group: \"{{ es_group }}\"\n mode: '0755'\n loop:\n - \"{{ es_bin_dir }}\"\n - \"{{ es_conf_dir }}\"\n - \"{{ es_data_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/kibana_binfiles
7,212
[ "no_license" ]
[ { "path": "roles/kibana_binfiles/tasks/main.yml", "content": "- name: Download Kibana\r\n ansible.builtin.get_url:\r\n url: https://artifacts.elastic.co/downloads/kibana/kibana-{{ kibana_version }}-linux-{{ es_arch }}.tar.gz\r\n dest: \"{{ ki_bin_dir }}/kibana-{{ kibana_version }}-linux-{{ es_arch }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1389, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/kibana_certificates
7,212
[ "no_license" ]
[ { "path": "roles/kibana_certificates/tasks/main.yml", "content": "- name: Deploy certificates | CA\r\n tags: conf, certificates\r\n copy:\r\n src: ./certs/{{ ki_ssl_ca }}\r\n dest: \"{{ ki_conf_dir }}/{{ ki_ssl_ca }}\"\r\n owner: \"{{ kibana_user }}\"\r\n group: \"{{ kibana_group }}\"\r\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/kibana_conffiles
7,212
[ "no_license" ]
[ { "path": "roles/kibana_conffiles/tasks/main.yml", "content": "- name: Backup old keystore\r\n command: \"mv {{ ki_bin_dir }}/kibana/config/kibana.keystore {{ ki_bin_dir }}/kibana/config/kibana.keystore.backup\"\r\n ignore_errors: yes\r\n\r\n- name: Create Kibana keystore\r\n command: \"{{ ki_bin_dir }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1390, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/kibana_directories
7,212
[ "no_license" ]
[ { "path": "roles/kibana_directories/tasks/main.yml", "content": "- name: Create Kibana installation directory\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n owner: \"{{ kibana_user }}\"\r\n group: \"{{ kibana_group }}\"\r\n mode: 0755\r\n loop:\r\n - \"{{ kibana_home }}\"\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/kibana_systemd
7,212
[ "no_license" ]
[ { "path": "roles/kibana_systemd/tasks/main.yml", "content": "- name: Create systemd service file\r\n tags: kibana_systemd\r\n template:\r\n src: templates/kibana.service.j2\r\n dest: /etc/systemd/system/{{ kibana_service_name }}.service\r\n owner: root\r\n group: root\r\n mode: 0644\r\n no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
pedromgsanches/elasticsearch_ansible
8b9c5cbf283bfd61fe0eac3197285572cbaabc97
0
roles/usergroup
7,212
[ "no_license" ]
[ { "path": "roles/usergroup/tasks/main.yml", "content": "- name: Ensure elasticsearch group exists\n ansible.builtin.group:\n name: \"{{ es_group }}\"\n state: present\n become: yes\n\n- name: Ensure elasticsearch user exists\n ansible.builtin.user:\n name: \"{{ es_user }}\"\n group: \"{{ es_g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/common
7,212
[ "no_license" ]
[ { "path": "roles/common/tasks/install_python.yml", "content": "- name: apt update upgrade\n shell: apt-get update && apt-get upgrade\n become: yes\n\n- name: installing python-apt\n shell: apt-get install python python3 python-apt python3-apt -y\n become: yes\n", "license_type": "no_license", "d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 912, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/elastic
7,212
[ "no_license" ]
[ { "path": "roles/elastic/tasks/main.yml", "content": "- name: upgrade\n apt:\n upgrade: dist\n state: present\n become: yes\n\n\n- name: installing jdk\n apt:\n name: \"default-jdk\"\n state: present\n become: yes\n\n- name: adding repokey for logstash\n apt_key:\n url: \"https://artifac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/elastic-balancer
7,212
[ "no_license" ]
[ { "path": "roles/elastic-balancer/files/elasticsearch.yml", "content": "network.host: 10.0.4.212\ndiscovery.zen.ping.unicast.hosts: [\"10.0.4.212\", \"10.0.4.218\", \"10.0.4.219\", \"10.0.4.220\", \"10.0.4.221\"]\ndiscovery.zen.minimum_master_nodes: 1\ncluster.name: KOLBASA\nnode.name: Balancer Node SIEM_ES...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/elastic-master
7,212
[ "no_license" ]
[ { "path": "roles/elastic-master/tasks/main.yml", "content": "\n- name: enabling and restart elasticsearch\n service:\n name: elasticsearch.service\n enabled: yes\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/haproxy
7,212
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "- name: upgrade\n apt:\n upgrade: dist\n state: present\n become: yes\n\n- name: haproxy is installed\n apt:\n name: haproxy\n state: present\n become: yes\n\n- name: configure haproxy\n template:\n src: \"haproxy.cfg.ji2\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/logstash_filters
7,212
[ "no_license" ]
[ { "path": "roles/logstash_filters/tasks/main.yml", "content": "- name: remofing config files for logstash\n file:\n path: \"/etc/logstash/conf.d/\"\n state: absent\n become: yes\n\n- name: creating conf directory for logstash\n file:\n path: \"/etc/logstash/conf.d/\"\n state: directory\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
ivdmitriev/ans-kolbasa
2f76cd29bab68caf8872cb447bcd240fe56740ab
0
roles/logstash_listeners
7,212
[ "no_license" ]
[ { "path": "roles/logstash_listeners/tasks/main.yml", "content": "- name: remofing config files for logstash\n file:\n path: \"/etc/logstash/conf.d/\"\n state: absent\n become: yes\n\n- name: creating conf directory for logstash\n file:\n path: \"/etc/logstash/conf.d/\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.common
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.common/tasks/main.yml", "content": "---\n- name: Make sure that connection to the machine can be established\n ping:\n\n- name: Update package lists # sudo apt update\n apt:\n update_cache: yes\n cache_valid_time: 3600 # Update the apt cache if its older tha...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 981, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.cuda
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.cuda/tasks/install_cuda_toolkit.yml", "content": "---\n- name: Check if CUDA Toolkit is already installed\n ansible.builtin.stat:\n path: \"/usr/share/keyrings/cuda-archive-keyring.gpg\"\n register: file_stat\n\n- name: Download CUDA Toolkit\n command: \"wget -P /tm...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5251, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.hadoop
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.hadoop/defaults/main.yml", "content": "---\n# defaults file for mheap.hadoop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "provisioning/roles/ffdez.hadoop/vars/main.yml", "content": "---\n# vars file for ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5244, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.java
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.java/tasks/main.yml", "content": "---\n- name: Install Java # sudo apt install default-jdk -y\n apt:\n name: default-jdk\n state: present # Asegura que esté instalado\n force_apt_get: yes\n\n- name: Check and show Java version\n command: java -versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1316, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.mysql
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.mysql/defaults/main.yml", "content": "mysql_root_password: '<PASSWORD>'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "provisioning/roles/ffdez.mysql/tasks/main.yml", "content": "---\n# - name: Generate new ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1435, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.pdsh
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.pdsh/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - provisioning/roles/mheap.pdsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provisioning/roles/ffdez.pdsh/defaul...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2515, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.python
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.python/tasks/main.yml", "content": "---\n- name: Ensure python3 is installed\n apt:\n name: python3\n state: present\n update_cache: yes\n- name: Ensure pip3 is installed\n apt:\n name: python3-pip\n state: present\n update_cache: yes", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.spark
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.spark/tasks/install_latest_spark_version.yml", "content": "---\n- name: Get Apache Spark URL\n ansible.builtin.uri:\n url: \"https://dlcdn.apache.org/spark/\"\n method: GET\n return_content: yes\n register: spark_page\n\n# - name: Show Spark page content\n# d...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 14179, "all_permissive": false }
ansible_role
FernandoFdezdC/ansible-ubuntu-setup
5bd5a6acb420a4ab3a3105e4764ec0aff8c3bbb9
0
provisioning/roles/ffdez.torch
7,212
[ "no_license" ]
[ { "path": "provisioning/roles/ffdez.torch/tasks/install_11.8_torch.yml", "content": "---\n- name: Install a specific version of torch, torchvision, and torchaudio\n # webpage: https://pytorch.org/get-started/locally/\n pip:\n name:\n - torch\n - torchvision\n - torchaudio\n executable...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2260, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmc-add
7,211
[ "no_license" ]
[ { "path": "roles/vbmc-add/tasks/main.yml", "content": "- name: add and start for each hacluster nodes\n include_tasks: add-node.yml\n with_items: \"{{ groups['hacluster_vbmc'] }}\"\n loop_control:\n loop_var: nodename\n tags: always\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1614, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmc-delete
7,211
[ "no_license" ]
[ { "path": "roles/vbmc-delete/tasks/delete-node.yml", "content": "- debug:\n msg: \"Stopping virtualbmc for {{ nodename }}\"\n\n- set_fact:\n IPMI_IP: \"{{ hostvars[nodename]['IPMI_IP'] }}\"\n IPMI_USER: \"{{ hostvars[nodename]['IPMI_USER'] }}\"\n IPMI_PASS: \"{{ hostvars[nodename]['IPMI_PASS'] }...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1481, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmc-install
7,211
[ "no_license" ]
[ { "path": "roles/vbmc-install/tasks/install-wsl2.yml", "content": "- name: checkout virtualbmc (vbox patched version)\n shell: |\n git clone https://github.com/kskmori/virtualbmc-vbox\n cd virtualbmc-vbox\n git checkout {{ VBMC_VERSION }}\n become: false\n\n- name: create virtual env\n shell: |\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3706, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmc-status
7,211
[ "no_license" ]
[ { "path": "roles/vbmc-status/tasks/main.yml", "content": "- name: check if vbmcd is already running\n shell: kill -0 $(cat $HOME/.vbmc/master.pid)\n changed_when: false\n failed_when: false\n register: vbmcd_status\n tags: always\n\n- name: vbmcd status\n fail:\n msg: vbmcd is not running\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmc-uninstall
7,211
[ "no_license" ]
[ { "path": "roles/vbmc-uninstall/tasks/main.yml", "content": "- include_tasks: uninstall-centos.yml\n when: ansible_os_family == 'RedHat'\n tags: always\n## nothing special to do on other platforms for now\n#- include_tasks: uninstall-darwin.yml\n# when: ansible_os_family == 'Darwin'\n# tags: always\n#- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1204, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmcd-start
7,211
[ "no_license" ]
[ { "path": "roles/vbmcd-start/tasks/main.yml", "content": "- name: check if vbmcd is already running\n shell: kill -0 $(cat $HOME/.vbmc/master.pid)\n changed_when: false\n failed_when: false\n register: vbmcd_status\n tags: always\n\n- name: start vbmcd daemon\n command: \"{{ VBMC_VENV_DIR }}/bin/vbmcd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/vbmcd-stop
7,211
[ "no_license" ]
[ { "path": "roles/vbmcd-stop/tasks/main.yml", "content": "- name: stop vbmcd daemon\n shell: kill -TERM $(cat $HOME/.vbmc/master.pid)\n failed_when: false\n register: vbmcd_status\n changed_when: vbmcd_status.rc == 0\n tags: stop-daemon\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/wsl2-subnet-cleanup
7,211
[ "no_license" ]
[ { "path": "roles/wsl2-subnet-cleanup/tasks/main.yml", "content": "- name: check if WSL2 subnet is already cleaned up\n command: powershell.exe -Command \"Get-NetIPAddress -IPAddress {{ VBMC_WSL2_SUBNET_IP }} -InterfaceAlias 'vEthernet (WSL (Hyper-V firewall))'\"\n changed_when: false\n failed_when: false...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
kskmori/ansible-virtualbmc
52c3006a50eb76984cce97cd87f0f99b96654468
0
roles/wsl2-subnet-setup
7,211
[ "no_license" ]
[ { "path": "roles/wsl2-subnet-setup/tasks/main.yml", "content": "- name: check if WSL2 subnet is already configured\n command: powershell.exe -Command \"Get-NetIPAddress -IPAddress {{ VBMC_WSL2_SUBNET_IP }} -InterfaceAlias 'vEthernet (WSL (Hyper-V firewall))'\"\n changed_when: false\n failed_when: false\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/dotfiles
7,211
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Clone dotfiles\n git:\n repo: <EMAIL>:{{ my_github_account }}/dotfiles.git\n dest: \"{{ lookup('env','HOME') }}/src/github.com/{{ my_github_account }}/dotfiles\"\n version: master\n\n- name: Make dot directories\n file:\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/golang
7,211
[ "no_license" ]
[ { "path": "roles/golang/tasks/tools.yml", "content": "---\n- name: set repository and cmd path\n set_fact:\n repositories:\n - repo: github.com/x-motemen/ghq\n version: v1.1.5\n cmd: \"\"\n bin: ghq\n - repo: github.com/peco/peco\n version: v0.5.8\n cmd: cmd/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2063, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/nodejs
7,211
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Remove ndenv\n file:\n state: absent\n path: \"{{ lookup('env','HOME') }}/.ndenv\"\n\n- name: Clone nodenv\n git:\n repo: <EMAIL>:nodenv/nodenv.git\n dest: \"{{ lookup('env','HOME') }}/.nodenv\"\n version: master\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/packages
7,211
[ "no_license" ]
[ { "path": "roles/packages/tasks/Darwin.yml", "content": "---\n\n- homebrew:\n state: present\n name:\n - coreutils\n - q\n - jq\n - wget\n - peco\n - packer\n - ag\n - jd\n - percona-toolkit # pt-query-digest\n - emacs\n - ghq\n - direnv\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3815, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/python
7,211
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: clone pyenv\n git:\n repo: <EMAIL>:pyenv/pyenv.git\n dest: \"{{ lookup('env','HOME') }}/.pyenv\"\n version: master\n\n- name: Set pip config link to Library path when Darwin\n file: state=link src=\"{{ lookup('env','HOME') }}/.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/ruby
7,211
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n# https://github.com/rbenv/ruby-build/wiki\n- name: Install rbenv dependencies for Debian\n apt:\n name:\n - gcc\n - autoconf\n - bison\n - build-essential\n - libssl-dev\n - libyaml-dev\n - libreadline6-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 971, "all_permissive": false }
ansible_role
rmanzoku/ansible-mybootstrap
fb0db0044b486ac77102325a9439353b0ca1985b
1
roles/solidity
7,211
[ "no_license" ]
[ { "path": "roles/solidity/tasks/main.yml", "content": "---\n- name: add tap ethereum/ethereum\n homebrew_tap:\n name: ethereum/ethereum\n state: present\n when: ansible_os_family == \"Darwin\"\n\n- name: install from solidity bin for Darwin\n homebrew: name=solidity state=present\n when: ansible_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
Boyu-Li/SteamAnalytic
255a0782b700cfe6212dae7898b3203778414bca
0
deployment/ansible_playbooks/roles/crawling
7,211
[ "no_license" ]
[ { "path": "deployment/ansible_playbooks/roles/crawling/templates/run_crawler.sh.j2", "content": "nohup python3 review_crawler.py {{hostname}} >> output 2>&1 &", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "deployment/ansible_playbooks/roles/crawli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
Boyu-Li/SteamAnalytic
255a0782b700cfe6212dae7898b3203778414bca
0
deployment/ansible_playbooks/roles/patch
7,211
[ "no_license" ]
[ { "path": "deployment/ansible_playbooks/roles/patch/templates/review_crawler.py.j2", "content": "import re\nimport string\nimport urllib\nimport time\nimport sys\nimport urllib.request\nfrom time import sleep\nimport requests\nfrom couchdb import Server\nfrom couchdb.design import ViewDefinition\n\ndef get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10233, "all_permissive": false }
ansible_role
vdupain/ansible-proxmox
40ec723fb479162e4e57b5caee57a2b197648915
0
roles/scaphandre
7,211
[ "no_license" ]
[ { "path": "roles/scaphandre/handlers/main.yml", "content": "---\n- name: Restart scaphandre\n ansible.builtin.systemd:\n name: scaphandre\n state: restarted\n daemon_reload: true\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1264, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/ansible
7,211
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "- name: Add debian repository\n apt_repository:\n repo: deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main\n state: present\n\n- name: Install ansible packages.\n apt:\n name: \"{{ item }}\"\n state: present\n force:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/app
7,211
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/nginx.vhost.j2", "content": "server {\n listen {{ app_nginx_port }};\n server_name {{ app_hostname }};\n root {{ app_project_path }}/{{ app_relative_webroot }};\n\n client_max_body_size {{ app_max_body_size }};\n\n location / {\n # try to serve fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3507, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/mysql
7,211
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install mysql packages.\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n- name: ensure mysql user\n mysql_user:\n name: \"{{ item.name }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/php
7,211
[ "no_license" ]
[ { "path": "ansible/roles/php/handlers/main.yml", "content": "- name: restart php-fpm\n become: true\n service:\n name: php7.0-fpm\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/php/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1895, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/tools
7,211
[ "no_license" ]
[ { "path": "ansible/roles/tools/tasks/nodejs.yml", "content": "---\n- name: install nodejs packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - npm\n\n- name: install npm tools\n npm:\n name: \"{{ item }}\"\n global: true\n with_items:\n - gulp-cli\n - bower\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
MitsoukoTakahashi/symfony-minecraft-sponge
69e0adf053b4f1ccb04a92efe30018a403f2aa64
0
ansible/roles/varnish
7,211
[ "no_license" ]
[ { "path": "ansible/roles/varnish/tasks/main.yml", "content": "---\n- name: Install varnish packages.\n apt:\n name: varnish\n state: present\n\n- name: ensure default.vcl configuration file.\n template:\n src: varnish.vcl.j2\n dest: /etc/varnish/default.vcl\n notify:\n - restart varnish\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9043, "all_permissive": false }
ansible_role
stealthHat/k3s-ansible
4892d52d3073a80d275f9ffbd19c5a2867db8b63
0
roles/k3s
7,211
[ "no_license" ]
[ { "path": "roles/k3s/defaults/main.yaml", "content": "---\nk3s_version: v1.17.5+k3s1\nsystemd_dir: /etc/systemd/system\nmaster_ip: 192.168.15.190\nextra_server_args: \"--disable traefik --disable servicelb --no-deploy traefik\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1801, "all_permissive": false }
ansible_role
stealthHat/k3s-ansible
4892d52d3073a80d275f9ffbd19c5a2867db8b63
0
roles/k3s-config
7,211
[ "no_license" ]
[ { "path": "roles/k3s-config/tasks/main.yaml", "content": "---\n- name: Activating cgroup support\n lineinfile:\n path: /boot/cmdline.txt\n regexp: '^((?!.*\\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\\b).*)$'\n line: '\\1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
stealthHat/k3s-ansible
4892d52d3073a80d275f9ffbd19c5a2867db8b63
0
roles/k3s-nodes
7,211
[ "no_license" ]
[ { "path": "roles/k3s-nodes/defaults/main.yaml", "content": "---\nk3s_version: v1.17.5+k3s1\nsystemd_dir: /etc/systemd/system\nmaster_ip: 192.168.15.190\nextra_agent_args: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/k3s-nodes/tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
stealthHat/k3s-ansible
4892d52d3073a80d275f9ffbd19c5a2867db8b63
0
roles/pi-config
7,211
[ "no_license" ]
[ { "path": "roles/pi-config/tasks/main.yaml", "content": "---\n- name: Set hostname to inventory hostname\n hostname: \n name: \"{{inventory_hostname}}\"\n\n- name: Set hosts file\n lineinfile:\n path: /etc/hosts\n regexp: '{{ item.regexp }}'\n line: '{{ item.line }}'\n state: present\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": false }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/bcrypt
7,211
[ "permissive" ]
[ { "path": "ansible/roles/bcrypt/tasks/main.yml", "content": "- name: bcrypt Install\n yum: pkg=bcrypt state=installed\n tags: bcrypt\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/git
7,211
[ "permissive" ]
[ { "path": "ansible/roles/git/templates/gitconfig.j2", "content": "[user]\n user = {{ git.user }}\n email = {{ git.email }}\n[color]\n ui = auto\n[alias]\n st = status\n co = checkout\n ci = commit\n br = branch\n graph = log --graph --date-order -C -M --pretty=format:\\\"<%h> %ad [%a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 567, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/imagemagick
7,211
[ "permissive" ]
[ { "path": "ansible/roles/imagemagick/tasks/main.yml", "content": "- name: Install dependency ImageMagick\n yum: name={{ item }} state=present\n with_items:\n - libpng-devel\n - libjpeg-devel\n tags: imagemagick\n\n- name: downloads imagemagick\n get_url: dest=/tmp/ImageMagick.tar.gz url=http://www...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/jmeter
7,211
[ "permissive" ]
[ { "path": "ansible/roles/jmeter/vars/main.yml", "content": "remote_hosts: 127.0.0.1", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 23 }, { "path": "ansible/roles/jmeter/files/jmeter.sh", "content": "#!/bin/sh\nif [ -d /usr/local/jmeter/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 929, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/postgresql
7,211
[ "permissive" ]
[ { "path": "ansible/roles/postgresql/tasks/install.yml", "content": "- name: Install Depencecy packages\n yum: pkg={{ item }} state=installed\n with_items:\n - postgresql93-server\n - postgresql93-devel\n - postgresql93-contrib\n tags: postgresql\n\n- name: Check Installed PostgreSQL\n shell: |\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/resolv
7,211
[ "permissive" ]
[ { "path": "ansible/roles/resolv/tasks/main.yml", "content": "- name: resolve options added\n template: src=resolv.conf.j2 dest=/etc/resolv.conf mode=0644\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 93 }, { "path": "ansible/roles/resol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 143, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/sshd
7,211
[ "permissive" ]
[ { "path": "ansible/roles/sshd/handlers/main.yml", "content": "- name: start sshd\n service: name=sshd state=running\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 54 }, { "path": "ansible/roles/sshd/tasks/main.yml", "content": "- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": true }
ansible_role
ryurock/versicolor
ec9f371f01dac233d953da0b2d8753ba0207995d
0
ansible/roles/xcode
7,211
[ "permissive" ]
[ { "path": "ansible/roles/xcode/tasks/main.yml", "content": "- name: Check Xcode CommandLineTools installed\n shell: |\n if which xcode-select >/dev/null 2>&1; then\n echo \"installed\"\n else\n echo \"not installed\"\n fi\n register: installed\n changed_when: installed.stdout!='install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": true }
ansible_role
loosecannon93/ansible
69f26d53622e9d2b8583b246059f749ae69eeea8
0
roles/common
7,211
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- include: pkgs.yml\n- include: vim.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/common/tasks/vim.yml", "content": "- name: Install vimrc to cannonmatthews\n copy: > \n src...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6024, "all_permissive": false }
ansible_role
loosecannon93/ansible
69f26d53622e9d2b8583b246059f749ae69eeea8
0
roles/gentoo-hypervisor
7,211
[ "no_license" ]
[ { "path": "roles/gentoo-hypervisor/tasks/main.yml", "content": "---\n- name: Emerge app-emulation/qemu\n portage: > \n package=app-emulation/qemu\n state=present\n- name: Emerge app-emulation/libvirt\n portage: > \n package=app-emulation/libvirt\n state=emerged\n- name: Emerge app-emulation/vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
loosecannon93/ansible
69f26d53622e9d2b8583b246059f749ae69eeea8
0
roles/raspian
7,211
[ "no_license" ]
[ { "path": "roles/raspian/tasks/main.yml", "content": "---\n- include: apt.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/raspian/vars/main.yml", "content": "packages: \n - git\n - vim \n\n\n", "license_type": "no_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 288, "all_permissive": false }
ansible_role
loosecannon93/ansible
69f26d53622e9d2b8583b246059f749ae69eeea8
0
roles/wiki
7,211
[ "no_license" ]
[ { "path": "roles/wiki/handlers/main.yml", "content": "---\n- name: reload supervisor\n service: name=supervisor state=restarted\n- name: start wiki\n supervisorctl: name=wiki state=started\n- name: reload nginx\n service: name=nginx state=reloaded\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1949, "all_permissive": false }
ansible_role
ThibGit99/projet-CI-CD
487c6df84d1bfb31bfcc31b4980a8da193b1806f
0
roles/app
7,211
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "- name: Installer Node.js\r\n apt:\r\n name: nodejs\r\n state: present\r\n\r\n- name: Installer npm\r\n apt:\r\n name: npm\r\n state: present\r\n\r\n- name: Cloner le projet\r\n git:\r\n repo: https://github.com/rsinghcodes/Bulletin-Board.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
ThibGit99/projet-CI-CD
487c6df84d1bfb31bfcc31b4980a8da193b1806f
0
roles/database
7,211
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: Installer MongoDB\r\n apt:\r\n name: mongodb\r\n state: present\r\n\r\n- name: S'assurer que MongoDB est démarré\r\n service:\r\n name: mongodb\r\n state: started\r\n enabled: true\r\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
ThibGit99/projet-CI-CD
487c6df84d1bfb31bfcc31b4980a8da193b1806f
0
roles/webserver
7,211
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Installer Nginx\r\n apt:\r\n name: nginx\r\n state: present\r\n\r\n- name: Configurer le vhost\r\n copy:\r\n src: files/nginx.conf\r\n dest: /etc/nginx/sites-available/bulletinboard\r\n notify: restart nginx\r\n\r\n- name: Active...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/darkServer
7,211
[ "no_license" ]
[ { "path": "roles/darkServer/templates/login.txt.j2", "content": "{{ darkServer.pia.username }}\n{{ darkServer.pia.password }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/darkServer/vars/main.yml", "content": "---\r\n# vars file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 14867, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/linuxSetup
7,211
[ "no_license" ]
[ { "path": "roles/linuxSetup/defaults/main.yml", "content": "---\r\n#========================\r\n# File defaults/main.yml\r\n#\r\n# Description: default variables for role\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================\r\n\r\nlinuxSetup:\r\n user:\r\n name: \"{{ ansible_user }}\"\r\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4011, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/newClusterVm
7,211
[ "no_license" ]
[ { "path": "roles/newClusterVm/tasks/main.yml", "content": "---\r\n#========================\r\n# File tasks/main.yml\r\n#\r\n# Description: Creates a VM on the failover cluster\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================\r\n\r\n- name: WIN_FILE | Ensure Directories are present for ne...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9899, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/nginx
7,211
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\r\n#========================\r\n# File defaults/main.yml\r\n#\r\n# Description: default variables for role\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1765, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/nginx_domain
7,211
[ "no_license" ]
[ { "path": "roles/nginx_domain/templates/domainName.conf.j2", "content": "server {\n listen 443 ssl default_server;\n server_name {{ nginx_domain.url }};\n\n root /var/www/{{ nginx_domain.url }};\n\n ssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n ssl_ciphers \"ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SH...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2812, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/transcoder
7,211
[ "no_license" ]
[ { "path": "roles/transcoder/defaults/main.yml", "content": "---\r\n#========================\r\n# File defaults/main.yml\r\n#\r\n# Description: default variables for role\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================\r\ntranscoder:\r\n user: \"{{ ansible_user }}\"\r\n fqdn: \"{{ host...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3787, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/ubuntuCifsClient
7,211
[ "no_license" ]
[ { "path": "roles/ubuntuCifsClient/templates/smbCredentials.j2", "content": "username={{ item.username }}\npassword={{ <PASSWORD> }}\ndomain={{ item.domain }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/ubuntuCifsClient/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3736, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/ubuntuDesktop
7,211
[ "no_license" ]
[ { "path": "roles/ubuntuDesktop/tasks/main.yml", "content": "---\r\n#========================\r\n# File tasks/main.yml\r\n#\r\n# Description: Updates ubuntu server\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================\r\n\r\n- name: APT | Install Ubuntu Desktop On the System\r\n become: true\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
dinosaurhead/ansible-site-01
577b3f3859125bc6abab8263d46ace894dfaca75
0
roles/ubuntuUpdate
7,211
[ "no_license" ]
[ { "path": "roles/ubuntuUpdate/tasks/main.yml", "content": "---\r\n#========================\r\n# File tasks/main.yml\r\n#\r\n# Description: Updates ubuntu server\r\n#\r\n# Author: Derek 'dRock' Halsey\r\n#========================\r\n\r\n- name: APT | Update, Upgrade, and Autoremove Packages on Ubuntu System...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
koh789/Vagrant
d5f92d4169f62938288446fd13d8667241ae97ca
0
Playbook/roles/common
7,211
[ "no_license" ]
[ { "path": "Playbook/roles/common/tasks/setup.yml", "content": " - include: ./yum.yml\n - name: wget,vim,telnetをインストール\n yum: name={{item}} state=latest\n with_items: \n - wget\n - vim\n - telnet \n\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 305, "all_permissive": false }
ansible_role
koh789/Vagrant
d5f92d4169f62938288446fd13d8667241ae97ca
0
Playbook/roles/memcached
7,211
[ "no_license" ]
[ { "path": "Playbook/roles/memcached/tasks/memcached.yml", "content": "- name: rpmを使用して memcached!\n yum: name=http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm state=present\n- name: yum でmemcahedをインストール\n yum: name=memcached state=latest\n \n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
koh789/Vagrant
d5f92d4169f62938288446fd13d8667241ae97ca
0
Playbook/roles/mysql
7,211
[ "no_license" ]
[ { "path": "Playbook/roles/mysql/templates/my_slave1.cnf", "content": "[mysqld]\nbasedir = /usr\ndatadir = /var/lib/mysql\nport = 3307\nsocket = /var/lib/mysql/mysql.sock\n\n# -------------------\n# Repl\n# -------------------\nlog-bin = mysql-bin\n#master-host=127.0.0.1\n#master-user=repl\n#master-passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2492, "all_permissive": false }
ansible_role
koh789/Vagrant
d5f92d4169f62938288446fd13d8667241ae97ca
0
Playbook/roles/redis
7,211
[ "no_license" ]
[ { "path": "Playbook/roles/redis/tasks/redis3_ins.yml", "content": "#- name: libselinux-pythonをインストールします。\n# yum: name=libselinux-python state=latest\n#\n#- name: gccをインストールします。\n# yum: name=gcc state=latest\n\n- name: redis3.0をソースからインストールします。\n get_url: url=http://download.redis.io/releases/redis-3.0.0.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
koh789/Vagrant
d5f92d4169f62938288446fd13d8667241ae97ca
0
Playbook/roles/web
7,211
[ "no_license" ]
[ { "path": "Playbook/roles/web/tasks/tomcat8.yml", "content": " - include: ../../common/tasks/jdk1.8.yml\n\n - name: download tomcat8\n get_url: dest=/home/vagrant/ url=http://ftp.yz.yamagata-u.ac.jp/pub/network/apache/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz\n - name: tar to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-asg
7,215
[ "no_license" ]
[ { "path": "roles/create-asg/tasks/main.yml", "content": "---\n- name: Provisioning Auto Scaling Group for Production Environment\n ec2_asg:\n name: production-asg\n state: present \n region: '{{ region }}'\n load_balancers: [ 'prod-elb-asg' ]\n# provide availability zone for the public/pri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2852, "all_permissive": false }
ansible_role
submah/ansible-infra
4767b57ff8d444e0890871d42fb5150b5bd42f20
1
roles/create-aslc
7,215
[ "no_license" ]
[ { "path": "roles/create-aslc/tasks/main.yml", "content": "---\n- name: Provisioning Auto-Scalling-Launch-Configuration\n ec2_lc:\n name: Production-ansible-Launch-Configuration\n image_id: \"{{ ami_id }}\"\n region: \"{{ region }}\"\n assign_public_ip: yes\n key_name: \"{{ key_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }