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
siva1369/ansible_playbooks
ced786ae4acd5512e06b5b03cc38080dd59a1bef
0
play-book/play-book/roles/Kibana-Restart
2,978
[ "no_license" ]
[ { "path": "play-book/play-book/roles/Kibana-Restart/tasks/main.yml", "content": "---\n- name: \"Executing {{ action }} on Kibana server(s)\"\n command: sudo systemctl {{ action }} kibana.service\n register: result\n become_method: sudo\n\n- debug:\n msg:\n - \"{{ result.stdout }}\"\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
siva1369/ansible_playbooks
ced786ae4acd5512e06b5b03cc38080dd59a1bef
0
play-book/play-book/roles/configure_fluentd_agent
2,978
[ "no_license" ]
[ { "path": "play-book/play-book/roles/configure_fluentd_agent/templates/td-agent-prod-msps.conf.j2", "content": "# td-agent configuration file\n# ---------------------------\n\n{% for server in servers if server.name == inventory_hostname %}\n{% for item in server.apps %}\n<source>\n @type tail\n format js...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4975, "all_permissive": false }
ansible_role
PhilCANDIDO/aruba-manager
17003e79fb0e58b383122fdf50774c6d47625b3c
0
roles/firmware_updater
2,978
[ "no_license" ]
[ { "path": "roles/firmware_updater/README.md", "content": "# Rôle Ansible: firmware_updater\n\nCe rôle permet de mettre à jour le firmware des commutateurs Aruba AOS-CX de manière sécurisée et automatisée. Il gère l'upload, le redémarrage, la vérification et le rollback en cas d'échec.\n\n## Prérequis\n\n- A...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 140118, "all_permissive": false }
ansible_role
PhilCANDIDO/aruba-manager
17003e79fb0e58b383122fdf50774c6d47625b3c
0
roles/inventory_collector
2,978
[ "no_license" ]
[ { "path": "roles/inventory_collector/tasks/export_to_excel.yml", "content": "---\n# Tâche pour exporter les données vers Excel\n\n- name: (export_to_excel) Ensure temporary directory exists\n ansible.builtin.file:\n path: \"{{ temp_inventory_path }}\"\n state: directory\n mode: '0755'\n run_once:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 31421, "all_permissive": false }
ansible_role
mothomas/networkautomation
fe1d2063755f9e5cca7ea0e5d4e3387b06dc550a
0
roles/backup
2,978
[ "no_license" ]
[ { "path": "roles/backup/tasks/nxos.yml", "content": "\n# This task will setup how ansible should connect to nxos\n- name: define connection method for ios moduke\n ansible.builtin.set_fact:\n ansible_connection: ansible.netcommon.network_cli\n\n# backup nexus\n- name: configurable backup path\n cisco....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2949, "all_permissive": false }
ansible_role
mothomas/networkautomation
fe1d2063755f9e5cca7ea0e5d4e3387b06dc550a
0
roles/notify
2,978
[ "no_license" ]
[ { "path": "roles/notify/tasks/main.yml", "content": "---\n- name: Check if a file is empty\n ansible.builtin.stat:\n path: \"{{ failed_host_list.path }}\"\n register: file_info\n delegate_to: localhost\n\n- name: Perform action based on file emptiness\n ansible.builtin.debug:\n msg: \"The file is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
y2bishop2y/vagrant-sec
f982daac8d331e9eeebcad6cecff4cd661761205
0
playbooks/roles/sec
2,978
[ "no_license" ]
[ { "path": "playbooks/roles/sec/tasks/main.yml", "content": "---\n# Main task list for webserver role\n\n- name: Update APT repo cache\n apt: update_cache=yes\n\n- name: install SSLScan \n apt: pkg=sslscan state=latest\n\n- name: install Packages\n apt: pkg={{ item }} state=latest\n with_items: required_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
Avedy/Lev-Na-Avtomate
a30cce033b7aa10b07eadc7883dfe8de23af2e2a
0
roles/pg
2,978
[ "no_license" ]
[ { "path": "roles/pg/tasks/main.yml", "content": "---\n# tasks file for pg\n\n# - name: Connect to .rpm PostgreSQL\n# yum:\n# name:\n# - epel-release\n# - https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n# validate_certs: no\n# s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1405, "all_permissive": false }
ansible_role
Avedy/Lev-Na-Avtomate
a30cce033b7aa10b07eadc7883dfe8de23af2e2a
0
roles/web
2,978
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# tasks file for web\n\n# - name: Install software\n# yum:\n# name: \n# - epel-release\n# - http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n# - nano\n# - net-tools\n# state: present\n \n- name: Install nginx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4291, "all_permissive": false }
ansible_role
LW945/traffic-analysis-2
fa450c88b641bdddaeee19c9da9af87b046ee6bb
0
roles/traffic
2,978
[ "no_license" ]
[ { "path": "roles/traffic/tasks/docker.yml", "content": "---\n- name: add repository for docker ce\n yum_repository:\n name: docker-ce-stable\n description: Docker CE Stable - $basearch\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\n gpgkey: https://download.docker.com/l...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 31648, "all_permissive": false }
ansible_role
o-kamiye/ansible-nagios-config
cbb8451f81a5612243f7b8179d87ae02c239c62c
0
playbooks/roles/common
2,978
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "# Setup the common environment\n- name: Update apt cache\n apt: update_cache=yes\n tags:\n - common\n\n- name: Update OS\n apt: upgrade=dist force=yes\n tags:\n - common\n\n- name: Install python-passlib library\n apt: name=python-pas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
o-kamiye/ansible-nagios-config
cbb8451f81a5612243f7b8179d87ae02c239c62c
0
playbooks/roles/lamp
2,978
[ "no_license" ]
[ { "path": "playbooks/roles/lamp/tasks/main.yml", "content": "# Install Apache\n- name: Install Apache\n apt: name=apache2 state=latest\n tags:\n - apache\n\n# Install MySQL\n- name: Install MySQL\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server\n - php5-mysql\n tags:\n - m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
o-kamiye/ansible-nagios-config
cbb8451f81a5612243f7b8179d87ae02c239c62c
0
playbooks/roles/nagios
2,978
[ "no_license" ]
[ { "path": "playbooks/roles/nagios/tasks/nagios_core.yml", "content": "- name: Check if nagios core is installed on the server\n command: bash -c \"/usr/local/nagios/bin/nagios --version | grep ^Nagios | awk '{print $3}'\"\n register: nagios_core_version\n tags:\n - nagios_core\n\n- debug: var=nagios_c...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6408, "all_permissive": false }
ansible_role
SajjanCloudTech/Internship
7866a67f1e1841f9362c93d1acd2322dd15ee3db
0
Week-5/Ansible/django-deploy/roles/common
2,978
[ "no_license" ]
[ { "path": "Week-5/Ansible/django-deploy/roles/common/tasks/main.yml", "content": "---\n- name: Update yum cache\n yum:\n update_cache: yes\n become: yes\n\n- name: Install required packages\n yum:\n name:\n - python3\n - python3-pip\n - python3-virtualenv\n - git\n - nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
SajjanCloudTech/Internship
7866a67f1e1841f9362c93d1acd2322dd15ee3db
0
Week-5/Ansible/django-deploy/roles/django
2,978
[ "no_license" ]
[ { "path": "Week-5/Ansible/django-deploy/roles/django/tasks/main.yml", "content": "---\n- name: Ensure Python3, pip, and virtualenv are installed\n dnf:\n name:\n - python3\n - python3-pip\n - python3-virtualenv\n state: present\n become: yes\n\n- name: Generate requirements.txt from t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2929, "all_permissive": false }
ansible_role
SajjanCloudTech/Internship
7866a67f1e1841f9362c93d1acd2322dd15ee3db
0
Week-5/Ansible/django-deploy/roles/firewall
2,978
[ "no_license" ]
[ { "path": "Week-5/Ansible/django-deploy/roles/firewall/tasks/main.yml", "content": "---\n- name: Install firewalld\n dnf:\n name: firewalld\n state: present\n become: yes\n\n- name: Enable and start firewalld\n systemd:\n name: firewalld\n state: started\n enabled: yes\n become: yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
SajjanCloudTech/Internship
7866a67f1e1841f9362c93d1acd2322dd15ee3db
0
Week-5/Ansible/django-deploy/roles/nginx
2,978
[ "no_license" ]
[ { "path": "Week-5/Ansible/django-deploy/roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ ansible_host }};\n\n location / {\n proxy_pass http://unix:/run/gunicorn.sock;\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
reversesigh/ibc-relayer-ansible
4f89281156c9803d4c8b754a8660f5e5124b93d3
0
roles/configure_hermes
2,978
[ "no_license" ]
[ { "path": "roles/configure_hermes/templates/fragments/quicksilver.toml.j2", "content": "[[chains]]\nid = 'quicksilver-2'\n{% include 'ports.toml.j2' %}\n\nrpc_timeout = '10s'\naccount_prefix = 'quick'\nkey_name = 'relayer'\nstore_prefix = 'ibc'\ndefault_gas = 750000\nmax_gas = 1500000\ngas_price = { price =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 46, "total_bytes": 33965, "all_permissive": false }
ansible_role
reversesigh/ibc-relayer-ansible
4f89281156c9803d4c8b754a8660f5e5124b93d3
0
roles/coordinate
2,978
[ "no_license" ]
[ { "path": "roles/coordinate/tasks/main.yml", "content": "---\n- name: save relayer configs\n run_once: true\n block:\n - name: change ansible_host to main relayer server\n set_fact:\n host_ip: '{{ ansible_host }}'\n ansible_host: '{{ masterrelayer }}'\n\n - name: compress relayer ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1891, "all_permissive": false }
ansible_role
reversesigh/ibc-relayer-ansible
4f89281156c9803d4c8b754a8660f5e5124b93d3
0
roles/define_ports
2,978
[ "no_license" ]
[ { "path": "roles/define_ports/tasks/main.yml", "content": "---\n- name: define port prefixes\n when: port_prefix_url is defined\n block:\n - name: get port prefixes\n uri:\n url: '{{ port_prefix_url }}'\n method: GET\n return_content: true\n status_code: 200\n bo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
reversesigh/ibc-relayer-ansible
4f89281156c9803d4c8b754a8660f5e5124b93d3
0
roles/install_hermes
2,978
[ "no_license" ]
[ { "path": "roles/install_hermes/tasks/main.yml", "content": "---\n- name: install rust\n import_tasks: install_rust.yml\n\n- name: check if hermes is already installed\n stat:\n path: '{{ user_dir }}/.cargo/bin/hermes'\n register: hermes \n\n- name: check if current hermes version is already instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1764, "all_permissive": false }
ansible_role
reversesigh/ibc-relayer-ansible
4f89281156c9803d4c8b754a8660f5e5124b93d3
0
roles/install_rly
2,978
[ "no_license" ]
[ { "path": "roles/install_rly/tasks/install_rly.yml", "content": "---\n- name: Clone rly repo\n git:\n repo: '{{ rly_repo }}'\n dest: '{{ user_dir }}/rly'\n version: '{{ rly_version }}'\n update: yes\n force: yes\n recursive: no\n\n- name: Change go folder permission\n become: true\n fil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1202, "all_permissive": false }
ansible_role
Guilherme-silvestri/ci-project
bde713f9b8b05392a34d52ae8fda03c10b7e6089
0
ansible/install-k3s/roles/download
2,978
[ "no_license" ]
[ { "path": "ansible/install-k3s/roles/download/tasks/main.yml", "content": "---\n- name: Download Binario K3S\n get_url:\n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s\n dest: /usr/local/bin/k3s\n owner: root\n group: root\n mode: 0755\n when: ansible_facts.arch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
Guilherme-silvestri/ci-project
bde713f9b8b05392a34d52ae8fda03c10b7e6089
0
ansible/install-k3s/roles/prereq
2,978
[ "no_license" ]
[ { "path": "ansible/install-k3s/roles/prereq/tasks/main.yml", "content": "---\n- name: Instala sshpass 'Ubuntu'\n apt:\n name: sshpass\n state: latest\n\n- name: Desativa SELinux\n selinux:\n state: disabled\n when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux']\n\n- name: Ativa I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1531, "all_permissive": false }
ansible_role
a0s/ansible-smarthome
82b2b9f8da5f1b8c5286c9a427104e6657914370
0
roles/docker
2,898
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# Other releases: stable, test, nightly\n\n- name: Set edge\n set_fact:\n release: edge\n\n- name: Set armhf\n set_fact: arch=armhf\n when: ansible_machine == 'armv7l'\n\n- name: Set amd64\n set_fact: arch=amd64\n when: ansible_machine == 'x86_64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
jupyter/nature-demo
3e7c63833c262d0bcdf154b899765afa7f6a11a4
12
deploy/roles/common
2,898
[ "no_license" ]
[ { "path": "deploy/roles/common/tasks/main.yml", "content": "---\n- name: install vim for ops sanity\n apt: update_cache=yes cache_valid_time=600 name=vim state=latest\n sudo: yes\n\n- name: YOLO system upgrade\n apt: upgrade=safe\n sudo: yes\n\n- name: sshd configuration\n copy: src=sshd_config dest=/e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
jupyter/nature-demo
3e7c63833c262d0bcdf154b899765afa7f6a11a4
12
deploy/roles/notebook
2,898
[ "no_license" ]
[ { "path": "deploy/roles/notebook/tasks/main.yml", "content": "---\n- name: tweak grub settings\n lineinfile:\n dest: /etc/default/grub\n regexp: GRUB_CMDLINE_LINUX=.*\n line: GRUB_CMDLINE_LINUX=\"cgroup_enable=memory swapaccount=1\"\n register: grubbed\n sudo: yes\n\n- name: apply changed grub s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3390, "all_permissive": false }
ansible_role
jupyter/nature-demo
3e7c63833c262d0bcdf154b899765afa7f6a11a4
12
deploy/roles/proxy
2,898
[ "no_license" ]
[ { "path": "deploy/roles/proxy/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ inventory_hostname }};\n rewrite ^ https://$host$request_uri? permanent;\n}\n\nserver {\n listen 443;\n\n client_max_body_size 50M;\n\n server_name {{ inventory_hostname }};\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2255, "all_permissive": false }
ansible_role
scholzj/aws-jump-host
ea95e800e419a8e67ea6056699f9bb8690989912
1
ansible/roles/jumphost
2,898
[ "no_license" ]
[ { "path": "ansible/roles/jumphost/tasks/main.yaml", "content": "---\n\n####################\n# Set hostname\n####################\n\n# Set hostname to internal DNS FQN. Default name is not fully qualified.\n# As nodes register themselves using hostname, if not FQN other nodes will not be able to resolve it....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
i0cloud/ansible
ccd05e1f2c73434d5ae8a8f00fba531d77551db7
0
roles/docker
2,898
[ "no_license" ]
[ { "path": "roles/docker/tasks/config.yml", "content": "- name: config file\n copy: src=daemon.json dest=/etc/docker/daemon.json\n notify: restart service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/docker/tasks/main.yml", "content...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 558, "all_permissive": false }
ansible_role
i0cloud/ansible
ccd05e1f2c73434d5ae8a8f00fba531d77551db7
0
roles/k8s-kubeadm
2,898
[ "no_license" ]
[ { "path": "roles/k8s-kubeadm/tasks/master_install.yml", "content": "- name: Master Yum\n yum:\n name:\n - kubelet-{{ VERSION }}\n - kubeadm-{{ VERSION }}\n - kubectl-{{ VERSION }}\n state: present\n when: ansible_facts.default_ipv4.address == (MASTER_IP)", "license_type": "no_lice...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 2290, "all_permissive": false }
ansible_role
i0cloud/ansible
ccd05e1f2c73434d5ae8a8f00fba531d77551db7
0
roles/kubernetes
2,898
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/kube-apiserver_service.yml", "content": "- name: 设置kube-apiserver的systemd服务配置文件\n copy: src=kube-apiserver.service dest=/usr/lib/systemd/system mode=0644\n when: ansible_facts.default_ipv4.address == (MASTER_IP)\n- name: 添加apiserver的启动参数\n copy: src=apiserver dest=/etc/k...
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 6197, "all_permissive": false }
ansible_role
i0cloud/ansible
ccd05e1f2c73434d5ae8a8f00fba531d77551db7
0
roles/python
2,898
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "VERSION: 3.8.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/python/tasks/rely.yml", "content": "- name: \"安装依赖\"\n yum: \n name: \n - zlib-devel\n - bzip2-devel\n -...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1066, "all_permissive": false }
ansible_role
Hehk/dcos-ansible
06c8154cacff3072ee44e5b0036d66394760f37b
0
roles/common
2,898
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Tasks for setting up standard server\n\n- name: Upgrade all packages\n yum: name=* state=latest\n\n- name: Install prerequisite packages for DC/OS\n yum: name={{ item }} state=present\n with_items:\n - ntp\n - tar\n - xz\n - unzip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1750, "all_permissive": false }
ansible_role
Hehk/dcos-ansible
06c8154cacff3072ee44e5b0036d66394760f37b
0
roles/master
2,898
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n# Setup for master node, post common install steps\n\n- name: Make /tmp/dcos directory\n file:\n path: /tmp/dcos\n state: directory\n\n- name: Download installer from bootstrap\n get_url:\n url: \"{{ bootstrap_url }}:{{ bootstrap_port }}/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
Hehk/dcos-ansible
06c8154cacff3072ee44e5b0036d66394760f37b
0
roles/public
2,898
[ "no_license" ]
[ { "path": "roles/public/tasks/main.yml", "content": "---\n# Setup for public agent node, post common install steps\n\n- name: Make /tmp/dcos directory\n file:\n path: /tmp/dcos\n state: directory\n\n- name: Download installer from bootstrap\n get_url:\n url: \"{{ bootstrap_url }}:{{ bootstrap_por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/accumulo
2,898
[ "no_license" ]
[ { "path": "roles/accumulo/defaults/main.yml", "content": "---\naccumulo_version: \"1.8.1\"\n\naccumulo_installation_dir: \"/home/{{ deploy_user }}\"\naccumulo_home: \"{{ accumulo_installation_dir}}/accumulo-{{ accumulo_version }}\"\n\naccumulo_source_dir: \"accumulo-{{ accumulo_version }}\"\naccumulo_tar: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4639, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/api
2,898
[ "no_license" ]
[ { "path": "roles/api/tasks/main.yml", "content": "---\n- name: Pull newest code from github\n remote_user: \"{{ deploy_user }}\"\n git:\n repo: <EMAIL>:basiszwo/flak-example-api.git\n accept_hostkey: yes\n clone: yes\n dest: \"~/flak-example-api\"\n tags: [\"install\", \"deploy\"]\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1259, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/base
2,898
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Upgrade apt packages\n apt: update_cache=yes upgrade=yes\n ignore_errors: True\n tags: ['install']\n\n- name: Install basic packages\n apt: pkg={{item}} state=installed\n with_items:\n - aptitude\n - autoconf\n - automake\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/deploy_user
2,898
[ "no_license" ]
[ { "path": "roles/deploy_user/README.md", "content": "# Role: deploy-user\n\nThis role creates a ssh user `deploy` which is being used for (mainly) deploying a ruby on rails\napplication. It basically can be used for any kind of application deployments.\n\nThe name of the deployment user can be changed in ea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1096, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/digitalocean
2,898
[ "no_license" ]
[ { "path": "roles/digitalocean/tasks/main.yml", "content": "---\n- name: Ramp up droplets\n digital_ocean:\n state: present\n command: droplet\n name: \"{{ item }}\"\n api_token: \"{{ do_api_token }}\"\n size_id: \"{{ item.do_size_id | default(do_default_size_id) }}\"\n region_id: \"{{ do_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1867, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/flink
2,898
[ "no_license" ]
[ { "path": "roles/flink/templates/slaves.j2", "content": "{% for host in groups['taskmanagers'] %}\n{{ host }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/flink/defaults/main.yml", "content": "---\nflink_version: \"1.3....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3120, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/geomesa
2,898
[ "no_license" ]
[ { "path": "roles/geomesa/defaults/main.yml", "content": "---\ngeomesa_version: \"1.3.2\"\ngeomesa_source_dir: \"geomesa-accumulo_2.11-{{ geomesa_version }}\"\ngeomesa_source_tar: \"geomesa-accumulo-dist_2.11-{{ geomesa_version }}-bin.tar.gz\"\ngeomesa_release_url: \"http://repo.locationtech.org/content/repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2189, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/geoserver
2,898
[ "no_license" ]
[ { "path": "roles/geoserver/tasks/main.yml", "content": "---\n# we only want to install GeoServer on the hostnames that are specified\n# while running GeoServer next to Geomesa and Accumulo\n- include: ./geoserver.yml\n when: inventory_hostname in groups['geoserver']\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2967, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/hdfs
2,898
[ "no_license" ]
[ { "path": "roles/hdfs/defaults/main.yml", "content": "---\nhdfs_hadoop_version: \"2.7.3\"\n\nhdfs_installation_dir: \"/home/{{ deploy_user }}\"\nhdfs_home: \"{{ hdfs_installation_dir}}/hadoop-{{ hdfs_hadoop_version }}\"\n\nhdfs_source_dir: \"hadoop-{{ hdfs_hadoop_version }}\"\nhdfs_tar: \"{{ hdfs_source_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4415, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/kafka
2,898
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n\n- name: Check if kafka is already installed\n remote_user: \"{{ deploy_user }}\"\n stat:\n path: \"{{ kafka_home }}\"\n register: kafka_exists\n tags: ['install']\n\n- name: Fetch kafka sources\n remote_user: \"{{ deploy_user }}\"\n get_url...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2759, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/maven
2,898
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n- name: Ensure maven is installed\n apt:\n package: \"{{ item }}\"\n state: present\n update_cache: yes\n install_recommends: yes\n with_items:\n - default-jdk\n - maven\n tags: [\"install\"]\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/ntp
2,898
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Update cache\n apt: update_cache=yes\n tags: ['install']\n\n- name: Update timezone to Europe/Berlin\n copy: src=timezone\n dest=/etc/timezone\n tags: ['install']\n\n- name: Update localtime configuration\n command: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/ssh
2,898
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Reconfigure SSH to only allow access using key-based authentication\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"^#?PasswordAuthentication\"\n line=\"PasswordAuthentication no\"\n notify: Restart SSH\n tags: ['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/swap-space
2,898
[ "no_license" ]
[ { "path": "roles/swap-space/tasks/main.yml", "content": "---\n\n- name: Check for swapfile\n command: swapon -s | grep '\\/swapfile'\n register: swap_exists\n tags: ['install']\n\n- name: Create the swapfile\n # command: dd if=/dev/zero of=/swapfile bs=1024 count=512k\n command: fallocate -l {{ swap_si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1948, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/telegraf
2,898
[ "no_license" ]
[ { "path": "roles/telegraf/templates/telegraf.conf.j2", "content": "# Telegraf Configuration\n#\n# Telegraf is entirely plugin driven. All metrics are gathered from the\n# declared inputs, and sent to the declared outputs.\n#\n# Plugins must be declared in here to be active.\n# To deactivate a plugin, commen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 11034, "all_permissive": false }
ansible_role
basiszwo/flak-ansible
6b24151d8fabd34c74bc0ca59c236ef07487d580
0
roles/zookeeper
2,898
[ "no_license" ]
[ { "path": "roles/zookeeper/defaults/main.yml", "content": "---\n\nzookeeper_version: \"3.4.9\"\nzookeeper_source_dir: \"zookeeper-{{ zookeeper_version }}\"\nzookeeper_installation_dir: \"/home/{{ deploy_user }}\"\nzookeeper_home: \"{{ zookeeper_installation_dir}}/{{ zookeeper_source_dir }}\"\nzookeeper_tar:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2547, "all_permissive": false }
ansible_role
Arvel04/azure-keycloak-project
384b6876a9c856f6b43b939e4bc4e00f830c88fd
0
ansible/roles/common
2,898
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n register: result_update_cache\n- debug:\n var: result_update_cache\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
Arvel04/azure-keycloak-project
384b6876a9c856f6b43b939e4bc4e00f830c88fd
0
ansible/roles/docker
2,898
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure pip is installed\n apt:\n name: python3-pip\n state: present\n\n- name: Install Docker SDK for Python using raw command\n raw: |\n pip3 install docker\n register: docker_sdk_install_raw\n ignore_errors: yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1728, "all_permissive": false }
ansible_role
Arvel04/azure-keycloak-project
384b6876a9c856f6b43b939e4bc4e00f830c88fd
0
ansible/roles/keycloak
2,898
[ "no_license" ]
[ { "path": "ansible/roles/keycloak/tasks/main.yml", "content": "---\n- name: Wait for PostgreSQL to be ready\n wait_for:\n host: \"webserver\"\n port: 5432\n state: started\n delay: 10\n\n- name: Configure Keycloak DB container\n docker_container:\n name: keycloak\n image: jboss/keycloak:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
Arvel04/azure-keycloak-project
384b6876a9c856f6b43b939e4bc4e00f830c88fd
0
ansible/roles/webserver
2,898
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n\n- name: Deploy Nginx configuration file\n template:\n src: \"{{ nginx_config_file }}\"\n dest: /etc/nginx/nginx.conf\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/computed_fields
2,898
[ "permissive" ]
[ { "path": "ansible/roles/computed_fields/defaults/main.yml", "content": "---\ncomputed_fields_data: []\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 29 }, { "path": "ansible/roles/computed_fields/tasks/main.yml", "content": "---\n\n-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2107, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/custom_field_choices
2,898
[ "permissive" ]
[ { "path": "ansible/roles/custom_field_choices/defaults/main.yml", "content": "---\n\ncustom_field_choices_data:\n - value: active\n weight: 100\n custom_field: ironic_provision_state\n state: present\n - value: adopting\n weight: 100\n custom_field: ironic_provision_state\n state: presen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2907, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/custom_fields
2,898
[ "permissive" ]
[ { "path": "ansible/roles/custom_fields/tasks/main.yml", "content": "---\n- name: Create Custom Field Chassis MAC Address\n networktocode.nautobot.custom_field:\n state: present\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n description: MAC address advertised to LLDP neighbor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1894, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/git_repos
2,898
[ "permissive" ]
[ { "path": "ansible/roles/git_repos/defaults/main.yaml", "content": "---\ngit_repos_nb_git_repos: {}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 31 }, { "path": "ansible/roles/git_repos/README.md", "content": "# Adding Git Repos\n\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1627, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/jobs
2,898
[ "permissive" ]
[ { "path": "ansible/roles/jobs/tasks/main.yml", "content": "---\n\n- name: \"Lookup Rackspace Jobs\"\n ansible.builtin.uri:\n url: \"{{ nautobot_url }}/api/extras/jobs/\"\n method: GET\n headers:\n Authorization: \"Token {{ nautobot_token }}\"\n register: rackspace_jobs\n check_mode: false\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/keystone_bootstrap
2,898
[ "permissive" ]
[ { "path": "ansible/roles/keystone_bootstrap/defaults/main.yml", "content": "---\nkeystone_bootstrap_dex_url: \"{{ dex_url | default('https://dex.' + lookup('ansible.builtin.env', 'DNS_ZONE', default='localnet')) }}\"\n\nkeystone_bootstrap_groups:\n - name: ucadmin\n desc: 'Users Federated with Admin'\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8034, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/location_types
2,898
[ "permissive" ]
[ { "path": "ansible/roles/location_types/tasks/main.yml", "content": "---\n\n- name: Create Global location type which has no parent\n networktocode.nautobot.location_type:\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n name: \"Global\"\n description: \"Global\"\n content_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1227, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/locations
2,898
[ "permissive" ]
[ { "path": "ansible/roles/locations/tasks/main.yml", "content": "---\n\n# Create a \"Global\" location which has no parent and will be\n# the parent for all other locations.\n# Note: there's no 'parent_location' in this block\n- name: Create Global Location\n networktocode.nautobot.location:\n url: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/openstack_network
2,898
[ "permissive" ]
[ { "path": "ansible/roles/openstack_network/tasks/main.yml", "content": "---\n\n- name: Get network info\n openstack.cloud.networks_info:\n name: \"{{ item.network_name }}\"\n loop: \"{{ fabric_wide_layer_3_infrastructure_networks }}\"\n loop_control:\n label: \"{{ item.network_name }}\"\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/permissions
2,898
[ "permissive" ]
[ { "path": "ansible/roles/permissions/tasks/main.yml", "content": "---\n\n- name: Set up nautobot groups\n networktocode.nautobot.admin_group:\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n name: \"{{ item.name }}\"\n state: present\n loop: \"{{ permissions_groups }}\"\n loo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3738, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/platforms
2,898
[ "permissive" ]
[ { "path": "ansible/roles/platforms/defaults/main.yml", "content": "---\n\nplatforms_defaults:\n - man: Arista\n name: \"Arista EOS\"\n driver: eos\n - man: Cisco\n name: \"Cisco IOS\"\n driver: ios\n - man: Dell\n name: \"Dell iDRAC9\"\n driver: idrac9\n - man: HPE\n name: \"HPE iLO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/relationships
2,898
[ "permissive" ]
[ { "path": "ansible/roles/relationships/tasks/main.yml", "content": "---\n\n- name: \"Create Relationships\"\n ansible.builtin.uri:\n url: \"{{ nautobot_url }}/api/extras/relationships/\"\n method: POST\n headers:\n Authorization: \"Token {{ nautobot_token }}\"\n body_format: json\n body...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1475, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/roles
2,898
[ "permissive" ]
[ { "path": "ansible/roles/roles/tasks/main.yml", "content": "---\n\n- name: Create Default Roles\n networktocode.nautobot.role:\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n name: \"{{ item.name }}\"\n content_types: \"{{ item.types }}\"\n color: \"{{ item.color }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2241, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/secrets
2,898
[ "permissive" ]
[ { "path": "ansible/roles/secrets/README.md", "content": "# Adding Secrets\n\nIn your variables you'll need to define something like:\n\n```yaml\nsecrets_nb_secrets_groups:\n gh_dev_type_pat:\n - access_type: \"HTTP(S)\"\n secret_type: token\n name: test_pw\n provider: pwsafe\n parame...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2403, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/statuses
2,898
[ "permissive" ]
[ { "path": "ansible/roles/statuses/tasks/main.yaml", "content": "---\n\n- name: Create Understack specific Device Statuses\n networktocode.nautobot.status:\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3015, "all_permissive": true }
ansible_role
rackerlabs/understack
471c5089f47773f8d4a08127bfeffb09995a9e4a
10
ansible/roles/tags
2,898
[ "permissive" ]
[ { "path": "ansible/roles/tags/tasks/main.yaml", "content": "---\n\n- name: Create Tags\n networktocode.nautobot.tag:\n url: \"{{ nautobot_url }}\"\n token: \"{{ nautobot_token }}\"\n name: \"{{ item.name }}\"\n content_types: \"{{ item.content_types }}\"\n color: \"{{ item.color }}\"\n loop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": true }
ansible_role
KudoShogo/vagrantsetup
ee7af86577c447005fe2443a8b4d55818530e414
0
ansible/roles/phpMyAdmin
2,898
[ "no_license" ]
[ { "path": "ansible/roles/phpMyAdmin/tasks/main.yml", "content": "---\n# install phpMyAdmin\n\n- name: phpMyAdmin DownLoad\n get_url:\n url: \"{{ phpMyAdmin.url }}\"\n dest: \"{{ phpMyAdmin.deploy_dir }}\"\n validate_certs: no\n\n- name: phpMyAdmin unarchive file\n command: tar zxf \"{{ phpMyAdmi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
Litocruz/kubeadm-ansible
76879e16146c5502dc46d5939292bb98e321dff6
0
roles/docker
2,898
[ "no_license" ]
[ { "path": "roles/docker/tasks/pkg.yml", "content": "---\n#- name: Install apt-transport-https\n# when: ansible_os_family == \"Debian\"\n# apt:\n# name: \"apt-transport-https\"\n# state: present\n# update_cache: yes\n\n- name: Install Docker dependencies\n when: ansible_os_family == \"Debian\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2509, "all_permissive": false }
ansible_role
guenter-hesse/KafkaAnalysisTools
607b2d8587e3161c6624a76417af8977bae46a75
2
tools/configuration/roles/benchmark
2,898
[ "no_license" ]
[ { "path": "tools/configuration/roles/benchmark/tasks/compile.yml", "content": "---\n\n- name: Compile complete project\n shell: sbt assembly\n args:\n chdir: \"{{ repository_root_directory }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 488, "all_permissive": false }
ansible_role
guenter-hesse/KafkaAnalysisTools
607b2d8587e3161c6624a76417af8977bae46a75
2
tools/configuration/roles/kafka-topic
2,898
[ "no_license" ]
[ { "path": "tools/configuration/roles/kafka-topic/tasks/reassign.yml", "content": "- name: Run local scala script to reassign kafka topics.\n shell: java -jar tools/util/target/scala-2.12/Util-assembly-0.1.0-SNAPSHOT.jar reassign\n args:\n chdir: \"{{ repository_root_directory }}\"\n\n", "license_ty...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 398, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/central
2,898
[ "no_license" ]
[ { "path": "roles/central/vars/main.yml", "content": "dbuser: twino\ndbname: twino\ndbpath: /var/lib/pgsql/9.4/data\npw: twino\nrepl_pw: twinorepl\ninitdb:\n \"7\": /usr/pgsql-9.4/bin/postgresql94-setup initdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1423, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/common
2,898
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n- name: Install pgdg94 yum repo\n yum: name=http://yum.postgresql.org/9.4/redhat/rhel-7.2-x86_64/pgdg-centos94-9.4-2.noarch.rpm state=present\n\n- name: Ensure packages are installed\n yum: name={{ item }}\n with_items: \"{{ pg_packages }}\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 431, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/docker
2,898
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n\n - name: Install Docker\n shell: curl -fsSL https://get.docker.com/ | sh\n\n - name: Add docker group for vagrant user\n user: name=vagrant groups=docker append=yes\n\n - name: Start and enable Docker\n service: name=docker state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/image-build
2,898
[ "no_license" ]
[ { "path": "roles/image-build/vars/main.yml", "content": "buildroot: /vagrant/dockerfiles\ntomcatdir: tomcat\nnginxdir: nginx\nhaproxydir: haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/image-build/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/webapp
2,898
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "---\n - name: Build and run webapp containers\n become: yes\n become_user: vagrant\n shell: /vagrant/dockerfiles/webctl.sh deploy\n\n# - name: Start tomcat container\n# docker_container:\n# name: tomcat\n# image: twino/tomcat\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
vdribadan/hometwin
dfa67c561c8c1d9bfaa0098f8b4c8a7866e6611d
0
roles/worker
2,898
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: Setup Auth\n copy:\n dest: '/var/lib/pgsql/.pgpass'\n content: \"10.10.10.3:5432:replication:repl:{{ repl_pw }}\"\n mode: 0600\n\n- name: Check for recovery.conf\n stat:\n path: \"{{ dbpath }}/recovery.conf\"\n register: recovery\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1278, "all_permissive": false }
ansible_role
Vortexdude/srelia
5710444025c925f71524da53e5231b85fc3d6970
0
ansible/roles/create_users
2,898
[ "no_license" ]
[ { "path": "ansible/roles/create_users/defaults/main.yml", "content": "users:\n - { name: user1, password: <PASSWORD>, admin: true }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/create_users/tasks/main.yml", "content": "\n- inc...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 901, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/gem
2,958
[ "no_license" ]
[ { "path": "ansible/roles/gem/tasks/main.yml", "content": "- name: bundler install\n gem:\n name: \"{{ item }}\"\n with_items: \"{{ packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/gem/vars/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 107, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/homebrew
2,958
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/main.yml", "content": "- name: brew install\n homebrew:\n name: \"{{ packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/homebrew/vars/main.yml", "content": "packages:\n - z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/homebrew_cask
2,958
[ "no_license" ]
[ { "path": "ansible/roles/homebrew_cask/vars/main.yml", "content": "packages:\n - karabiner-elements\n - google-chrome\n - visual-studio-code\n - jetbrains-toolbox\n - iterm2\n - powershell\n - fork\n - unity-hub\n - dotnet-sdk\n - google-cloud-sdk\n - docker\n - charles\n - android-platform-too...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/macos
2,958
[ "no_license" ]
[ { "path": "ansible/roles/macos/tasks/main.yml", "content": "- name: set common\n osx_defaults:\n domain: \"{{ item.domain }}\"\n key: \"{{ item.key }}\"\n type: \"{{ item.type }}\"\n value: \"{{ item.value }}\"\n with_items: \"{{ common }}\"\n\n- name: set common ui\n osx_defaults:\n domai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5746, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/mas
2,958
[ "no_license" ]
[ { "path": "ansible/roles/mas/tasks/main.yml", "content": "- name: mas get installed list\n command: mas list\n register: mas_installed_list\n changed_when: False\n check_mode: no\n\n- name: mas install items\n command: \"mas install {{ item.id }}\"\n when: (item.id | string) not in mas_installed_list....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/ssh
2,958
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "- name: create .ssh directory\n file:\n path: '~/.ssh'\n state: directory\n mode: 0700\n\n- name: generate ssh keypair\n openssh_keypair:\n path: '~/.ssh/id_rsa'\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
kanais7/SetupMyMac
91f156c8dbd0230d397a27c8d9a4ea38b73bbff8
0
ansible/roles/terminal
2,958
[ "no_license" ]
[ { "path": "ansible/roles/terminal/tasks/main.yml", "content": "# 毎回追記しちゃう\n- name: add zsh from brew\n command: \"sudo sh -c 'echo '/usr/local/bin/zsh' >> /etc/shells'\"\n\n- name: change login shell\n command: \"chsh -s '/usr/local/bin/zsh'\"\n\n- name: install oh-my-zsh\n command: \"sh -c '$(curl -fsSL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
hoolies/Cohort
f2a5963f85786c4bf08a7e0f63f52b0c74eef67f
0
Ansible/galaxy/roles/arista_backup
2,958
[ "no_license" ]
[ { "path": "Ansible/galaxy/roles/arista_backup/tasks/main.yml", "content": "---\n# tasks file for /home/student/galaxy/roles/arista_backup\n# define current date\n- name: Arista EOS fact collection\n eos_facts:\n gather_subset: all # IMPORTANT! Look at the Return values at the bottom of the eos_facts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
Jesssullivan/timberbuddy
913a870cd9a8991a7c7484850fb8baa32623b7aa
0
deploy/roles/kiosk
2,958
[ "no_license" ]
[ { "path": "deploy/roles/kiosk/tasks/main.yml", "content": "---\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n become: true\n- name: install piconnect\n apt:\n pkg:\n - \"rpi-connect\"\n- name: setup gh depends\n shell: |\n GITHUB_CLI_VERSION=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3413, "all_permissive": false }
ansible_role
Jesssullivan/timberbuddy
913a870cd9a8991a7c7484850fb8baa32623b7aa
0
deploy/roles/node-server
2,958
[ "no_license" ]
[ { "path": "deploy/roles/node-server/tasks/main.yml", "content": "---\n- name: install pnpm needs\n apt:\n pkg:\n - \"ca-certificates\"\n - \"gnupg\"\n - \"curl\"\n become: true\n- name: Check if node key exists\n stat:\n path: /usr/share/keyrings/nodesource.gpg\n register: stat_resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3807, "all_permissive": false }
ansible_role
Jesssullivan/timberbuddy
913a870cd9a8991a7c7484850fb8baa32623b7aa
0
deploy/roles/pi-setup
2,958
[ "no_license" ]
[ { "path": "deploy/roles/pi-setup/tasks/main.yml", "content": "---\n- name: check i2c status\n command: raspi-config nonint get_i2c\n register: i2c_state\n become: true\n- name: enable linger\n command: loginctl enable-linger\n become: true\n- name: enable i2c\n shell: |\n raspi-config nonint do_i2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1754, "all_permissive": false }
ansible_role
Jesssullivan/timberbuddy
913a870cd9a8991a7c7484850fb8baa32623b7aa
0
deploy/roles/splash-kernel
2,958
[ "no_license" ]
[ { "path": "deploy/roles/splash-kernel/tasks/main.yml", "content": "---\n## @todo add sed -i `\"s~console=tty1~console=tty3~\" /boot/firmware/cmdline.txt` task\n- name: ensure pix script is updated\n template:\n src: pix.script\n dest: \"/usr/share/plymouth/themes/pix/pix.script\"\n become: yes\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
Jesssullivan/timberbuddy
913a870cd9a8991a7c7484850fb8baa32623b7aa
0
deploy/roles/waveshare-dsi
2,958
[ "no_license" ]
[ { "path": "deploy/roles/waveshare-dsi/tasks/main.yml", "content": "---\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n become: true\n- name: Check Brightness.zip exists\n stat:\n path: Brightness.zip\n register: stat_result_brightness\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1155, "all_permissive": false }
ansible_role
mritunjayemail-test/ansible
77bf9b93b614e50eb5e605f18607f123884846d7
0
roles/httpd
2,958
[ "no_license" ]
[ { "path": "roles/httpd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/httpds", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/httpd/templates/example.j2", "content": "system={{ ansible_syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 931, "all_permissive": false }
ansible_role
mritunjayemail-test/ansible
77bf9b93b614e50eb5e605f18607f123884846d7
0
roles/terraform
2,958
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "---\nterraform_version: \"0.12.21\"\nterraform_arch: \"amd64\"\nterraform_bin_path: /usr/local/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/terraform/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
rippa86/demo
b43113bf74e98cbbf5170183a94b61d614be14e2
0
playpen/roles/dns
2,958
[ "no_license" ]
[ { "path": "playpen/roles/dns/defaults/main.yml", "content": "---\n# defaults file for dns\ndomains: \n voltron-net: false\n optimus-au: false\n gundam-nz: false\n \nvoltron_net: false\noptimus_au: false\ngundam_nz: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 841, "all_permissive": false }
ansible_role
manasrinivasa/tf_project
1c7ed630a77d352a44936fce6244b03d00274b7b
1
ansible/roles/apache2
2,958
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "# install apache \n- name: install apache2 package \n apt: \n name: apache2 ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }