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
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/networking
392
[ "no_license" ]
[ { "path": "roles/networking/handlers/main.yml", "content": "---\n- name: restart networking\n service:\n name:\n - systemd-networkd\n - systemd-resolved\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/ne...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 4506, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/office
392
[ "no_license" ]
[ { "path": "roles/office/tasks/main.yml", "content": "---\n- name: Install libreoffice\n community.general.pacman:\n name:\n - libreoffice-still\n state: present\n tags: libreoffice\n\n- name: Install fend-bin\n community.general.pacman:\n name: fend-bin\n state: present\n tags:\n - a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/play
392
[ "no_license" ]
[ { "path": "roles/play/tasks/music.yml", "content": "---\n- name: Install music packages\n community.general.pacman:\n name:\n - mpd\n - ncmpcpp\n - playerctl\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1491, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/print
392
[ "no_license" ]
[ { "path": "roles/print/defaults/main.yml", "content": "---\nprint_driver: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/print/tasks/main.yml", "content": "---\n- name: Install cups\n community.general.pacman:\n name: cups\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1726, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/ricing
392
[ "no_license" ]
[ { "path": "roles/ricing/tasks/main.yml", "content": "---\n- name: Install rice packages\n community.general.pacman:\n name:\n - rofi\n - dunst\n - nsxiv\n - feh\n state: present\n\n- name: Install Nerd Font\n community.general.pacman:\n name: \"{{ ricing_nerd_font }}\"\n st...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2122, "all_permissive": false }
ansible_role
kencx/arch
d8fd1518f11854b26d8a8781e9d7e4bdf78ccda6
0
roles/security
392
[ "no_license" ]
[ { "path": "roles/security/tasks/ufw.yml", "content": "---\n- name: Setup nftables\n import_tasks: nftables.yml\n tags: nftables\n\n- name: Setup iptables\n when: \"'nftables' not in ansible_run_tags\"\n block:\n - name: Install iptables\n community.general.pacman:\n name:\n - ipt...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3569, "all_permissive": false }
ansible_role
jkosik/gke-deployer
bac1ca3bc35fe647b93fb2ad70259404d54a761a
1
configuration/includes/jumphost/roles/ansible-apt
392
[ "no_license" ]
[ { "path": "configuration/includes/jumphost/roles/ansible-apt/vars/main.yml", "content": "---\n# vars file for ansible-apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "configuration/includes/jumphost/roles/ansible-apt/defaults/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2658, "all_permissive": false }
ansible_role
behrooz/k3s-ansible
a5991bb05679ea4618c35447474e4afd06aaa17b
0
roles/installing
392
[ "permissive" ]
[ { "path": "roles/installing/vars/main.yml", "content": "remote_path: /tmp/\npackage_path: https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/\npackages:\n - containerd.io_1.6.28-1_amd64.deb\n - docker-ce-cli_25.0.4-1~debian.12~bookworm_amd64.deb\n - docker-ce_25.0.4-1~debian.12~boo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1083, "all_permissive": true }
ansible_role
behrooz/k3s-ansible
a5991bb05679ea4618c35447474e4afd06aaa17b
0
roles/master
392
[ "permissive" ]
[ { "path": "roles/master/vars/main.yaml", "content": "K3S_KUBECONFIG_MODE: \"644\"\nINSTALL_K3S_VERSION: \"v1.26.6+k3s1\"\nINSTALL_K3S_EXEC: \"--disable=traefik\"\nk3s_token: \"\"\nmaster_node_ip: \"\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": true }
ansible_role
behrooz/k3s-ansible
a5991bb05679ea4618c35447474e4afd06aaa17b
0
roles/preparing
392
[ "permissive" ]
[ { "path": "roles/preparing/tasks/main.yml", "content": "---\n- include_tasks: preparing.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/preparing/tasks/preparing.yml", "content": "---\n\n- name: set local user ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1254, "all_permissive": true }
ansible_role
behrooz/k3s-ansible
a5991bb05679ea4618c35447474e4afd06aaa17b
0
roles/workers
392
[ "permissive" ]
[ { "path": "roles/workers/tasks/worker.yml", "content": "--- \n- name: Download k3s installer\n get_url:\n url: \"https://get.k3s.io\"\n dest: /tmp/install_k3s.sh\n mode: '0755'\n\n- name: Join to master\n shell: /tmp/install_k3s.sh - server --server {{ hostvars['master']['master_node_ip'] }}\n e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": true }
ansible_role
GaithMtiri/hadoop
d0008487d88d71de70841cd364a5a83b6764546a
0
roles/common
392
[ "no_license" ]
[ { "path": "roles/common/tasks/postgres.yml", "content": "---\r\n\r\n- name: Define postgresql_packages.\r\n set_fact:\r\n postgresql_packages: \"{{ __postgresql_packages | list }}\"\r\n when: postgresql_packages is not defined\r\n\r\n- name: Define postgresql_version.\r\n set_fact:\r\n postgresql_v...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 11793, "all_permissive": false }
ansible_role
cofiem/nutrition-vision
d142d46c0d535a11193b22fee20512196471f5cf
0
dev/ansible/roles/nodejs
392
[ "permissive" ]
[ { "path": "dev/ansible/roles/nodejs/defaults/main.yml", "content": "---\nnodejs_ubuntu_gpg_url: 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'\nnodejs_ubuntu_gpg_text_path: '/tmp/nodejs-archive-keyring.gpg'\nnodejs_ubuntu_gpg_keyring_path: '/usr/share/keyrings/nodejs-archive-keyring.gpg'\nnodejs_ubu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1724, "all_permissive": true }
ansible_role
cofiem/nutrition-vision
d142d46c0d535a11193b22fee20512196471f5cf
0
dev/ansible/roles/opencv
392
[ "permissive" ]
[ { "path": "dev/ansible/roles/opencv/tasks/main.yml", "content": "---\n\n# Building by following: https://docs.opencv.org/4.7.0/d4/da1/tutorial_js_setup.html\n\n- name: Install required packages\n become_user: 'root'\n ansible.builtin.apt:\n name:\n - 'git'\n - 'jq'\n state: 'latest'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3756, "all_permissive": true }
ansible_role
n1klze/postgres-deployer
3749ec8b04df6a22eba68d12dbd1f7cc8b0c9e25
0
ansible/roles/postgres
392
[ "no_license" ]
[ { "path": "ansible/roles/postgres/templates/pg_hba.conf.j2", "content": "# TYPE DATABASE USER ADDRESS METHOD\n\n# \"local\" is for Unix domain socket connections only\nlocal all all peer\n\n# Allow student user from other s...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4058, "all_permissive": false }
ansible_role
khaerulanam296/playbook
e54702d931ffda7a019629690dfeca6602b9fc91
0
playbook2/roles/os-centos
392
[ "no_license" ]
[ { "path": "playbook2/roles/os-centos/tasks/main.yml", "content": "---\n### SSH Management\n- name: Include the ssh tasks file\n include: ssh.yml\n when: use_ssh is defined and use_ssh == true\n tags: sshd\n\n\n- name: YUM Task | Ensuring that yum packages are installed and kept updated\n yum:\n name:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
zebulasampedro/singularity-jupyter-demo
6559623c87252d1641b3e6fdd49c33763823aa84
0
demo-playbook/roles/jupyterhub
391
[ "no_license" ]
[ { "path": "demo-playbook/roles/jupyterhub/tasks/main.yml", "content": "---\n# Set Facts\n\n# All dev roles assume this jupyter project root\n- name: Set Jupyter project root\n set_fact:\n jupyter_root: \"/home/vagrant\"\n\n- name: Set Jupyter virtualenv path\n set_fact:\n jupyter_venv: \"{{ jupyter_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3134, "all_permissive": false }
ansible_role
zebulasampedro/singularity-jupyter-demo
6559623c87252d1641b3e6fdd49c33763823aa84
0
demo-playbook/roles/resources
391
[ "no_license" ]
[ { "path": "demo-playbook/roles/resources/tasks/main.yml", "content": "---\n\n- name: Install git\n yum:\n name: git\n state: latest\n\n\n- name: Clone singularity-jupyter-demo\n git:\n repo: https://github.com/zebulasampedro/singularity-jupyter-demo.git\n dest: \"/home/vagrant/singularity-jupy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
praveen1994dec/Ansible
f6da187bd9135f117d6346553d8f43c2cf701c44
9
roles/create-user
391
[ "no_license" ]
[ { "path": "roles/create-user/tasks/main.yml", "content": "---\n- name: set group with name shadow\n group:\n name: shadow\n\n- name: set group with name sudo\n group:\n name: sudo\n \n- name: Adding new user\n user: name=devops groups=sudo,shadow shell=/bin/bash append=yes generate_ssh_key=yes ssh_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
Syta/RTSD-project
099d9c288bef7009eb1d61dc37c5da7e8d27ec33
1
provision/roles/common
391
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: apt-get update\n apt: update_cache=yes\n\n- name: install tools\n apt: name={{ item }}\n with_items:\n - git\n - htop\n - vim\n - nano\n - openssl\n - python-software-properties\n - software-properties-common\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
Syta/RTSD-project
099d9c288bef7009eb1d61dc37c5da7e8d27ec33
1
provision/roles/nodejs
391
[ "no_license" ]
[ { "path": "provision/roles/nodejs/tasks/main.yml", "content": "---\n- name: install nodejs (1/2)\n shell: \"curl -sL https://deb.nodesource.com/setup_5.x | bash -\"\n\n- name: install nodejs (2/2)\n apt:\n name: nodejs\n state: present\n update_cache: yes\n\n#- name: Install packages based on pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
alexis974/openstack-homelab
dce8c01e70851f8e8066ba7ab267df316802e818
5
openstack/roles/deploy-user-setup
391
[ "no_license" ]
[ { "path": "openstack/roles/deploy-user-setup/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: deploy_user_setup\n author: <NAME>\n description: >-\n \"A role for configuring a passwordless sudo user on a machine for deployment\n purposes.\"\n\n license: MIT\n\n min_ansible_version: \"2....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
alexis974/openstack-homelab
dce8c01e70851f8e8066ba7ab267df316802e818
5
openstack/roles/openstack-veth-config
391
[ "no_license" ]
[ { "path": "openstack/roles/openstack-veth-config/tasks/netplan.yml", "content": "---\n- name: list netplan files to delete\n ansible.builtin.find:\n paths: /etc/netplan\n file_type: file\n excludes:\n - \"00-openstack-config.yaml\"\n register: found_files\n\n- name: delete netplan files\n a...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2987, "all_permissive": false }
ansible_role
tonyprawiro/kube-myhomelab
77f70dd4c2d14e00c8e6a1695bdc168aef83a44f
1
playbooks/roles/host-inits
391
[ "no_license" ]
[ { "path": "playbooks/roles/host-inits/tasks/main.yaml", "content": "- name: update all packages\n yum:\n name: \"*\"\n state: latest\n\n- name: basic packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: [\"vim\", \"telnet\", \"wget\", \"curl\", \"git\", \"net-tools\", \"bind-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
tonyprawiro/kube-myhomelab
77f70dd4c2d14e00c8e6a1695bdc168aef83a44f
1
playbooks/roles/kubernetes
391
[ "no_license" ]
[ { "path": "playbooks/roles/kubernetes/tasks/passwordless_ssh.yaml", "content": "- block:\n\n - name: ensure .ssh directory exists\n file:\n path: /root/.ssh\n owner: root\n group: root\n state: directory\n mode: 0700\n\n - name: ensure default rsa keypair is absent\n file:\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2809, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
elasticsearch/roles/elasticsearch
391
[ "no_license" ]
[ { "path": "elasticsearch/roles/elasticsearch/tasks/compatibility-variables.yml", "content": "---\n\n# It is possible to set these are defaults with messy jinja templating one liners however:\n# 1. That is really hard to read and debug\n# 2. When running multiple plays with the same role the defaults are not...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5257, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
mongo_cluster_setup/roles/initiate-replica-set
391
[ "no_license" ]
[ { "path": "mongo_cluster_setup/roles/initiate-replica-set/tasks/main.yml", "content": "---\n- name: copy initRS script\n template: src=initRS.j2 dest=/tmp/initRS.js\n\n- name: initiate replica set from first primary\n shell: mongo < /tmp/initRS.js\n\n- name: restart monogd\n shell: service mongodb restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1000, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
mongo_cluster_setup/roles/install-mongod-wt-rs
391
[ "no_license" ]
[ { "path": "mongo_cluster_setup/roles/install-mongod-wt-rs/tasks/main.yml", "content": "---\n- name: check if mongo already installed\n stat: path=/usr/bin/mongo\n register: mongo_bin\n\n- name: check if apt lock\n stat: path=/var/lib/apt/lists/lock\n register: aptlock\n\n- name: MongoDB | Fetch 10Gen si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3908, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
mongo_cluster_setup/roles/mount-mongodb
391
[ "no_license" ]
[ { "path": "mongo_cluster_setup/roles/mount-mongodb/tasks/main.yml", "content": "---\n- name: create data dir\n shell: sudo mkdir -p /mongodata \n\n- name: Mount datadir\n shell: sudo mount /dev/sdb /mongodata\n ignore_errors: yes\n \n\n- name: change owner to mongodb\n shell: sudo chown -R mongodb:mong...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
mongo_cluster_setup/roles/restart_mongod
391
[ "no_license" ]
[ { "path": "mongo_cluster_setup/roles/restart_mongod/tasks/main.yml", "content": "---\n- name: MongoDB | Insure deamon is running correctly\n service: name=mongodb state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
moreshital/ansible_playbooks
00779321f827db7576582bea7f2158499861b7f6
0
solr_cluster_setup/roles/install-solr
391
[ "no_license" ]
[ { "path": "solr_cluster_setup/roles/install-solr/tasks/main.yml", "content": "---\n - name: Apt-get update\n shell: sudo apt-get update\n become: yes\n become_user: root\n\n - name: create a new user\n user: name=solr\n state=present\n groups=\"sudo\"\n password={{ <PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1907, "all_permissive": false }
ansible_role
vasiapol/Ansible_API_Server
fdf04d15288378d221d5c9a46a75b1f63b3e0989
0
roles/dependencies
391
[ "no_license" ]
[ { "path": "roles/dependencies/templates/API.service.j2", "content": "[Unit]\nDescription=API\n\n[Service]\nType=simple\nExecStart=/usr/bin/python {{working_directory}}/API_Server_Demo/API.py\nWorkingDirectory={{working_directory}}/API_Server_Demo/\n\n[Install]\nWantedBy=multi-user.target\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2198, "all_permissive": false }
ansible_role
vasiapol/Ansible_API_Server
fdf04d15288378d221d5c9a46a75b1f63b3e0989
0
roles/deploy_key
391
[ "no_license" ]
[ { "path": "roles/deploy_key/tasks/main.yml", "content": " - name: Set authorized key taken from file\r\n authorized_key:\r\n user: \"{{ remote_username }}\"\r\n state: present\r\n key: \"{{ lookup('file', '/home/{{ current_user }}/.ssh/id_rsa.pub') }}\"\r\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
vasiapol/Ansible_API_Server
fdf04d15288378d221d5c9a46a75b1f63b3e0989
0
roles/node_exporter
391
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "- name: Unarchive node Exporter that needs to be downloaded\r\n unarchive:\r\n src: \"{{node_explorer_url}}\"\r\n dest: \"{{working_directory}}\"\r\n owner: \"{{remote_username}}\"\r\n mode: 0755\r\n remote_src: yes\r\n\r\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 944, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/aquaskk
391
[ "no_license" ]
[ { "path": "roles/aquaskk/tasks/main.yml", "content": "---\n\n-\n name: Install Tap\n homebrew_tap:\n name: aereal/aereal_casks\n\n-\n name: Install AquaSKK\n homebrew_cask:\n name: aquaskk\n\n-\n name: Create AquaSKK directory\n file:\n state: directory\n path: \"/Users/{{ user.name }}/Lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/docker
391
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n-\n name: Install Docker\n homebrew:\n name: docker\n\n-\n name: Install docker-compose\n homebrew:\n name: docker-compose\n\n-\n name: Install docker-machine\n homebrew:\n name: docker-machine\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/fonts
391
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n-\n name: Install Homebrew Cask font\n homebrew_tap:\n name: caskroom/fonts\n\n-\n name: Install Fonts\n homebrew_cask:\n name: \"{{ item }}\"\n with_items: fonts.casks\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/git
391
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n-\n name: Install Git\n homebrew:\n name: git\n state: latest\n install_options:\n - with-brewed-openssl\n - with-pcre\n\n-\n name: Install git-diff-highlight\n file:\n dest: /usr/local/bin/git-diff-highlight\n state: link...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/homebrew
391
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n\n-\n name: Prepare Homebrew root\n file:\n state: directory\n path: \"{{ homebrew.root }}\"\n recurse: yes\n group: admin\n mode: g+rwx\n sudo: yes\n\n-\n name: Clone Homebrew\n git:\n repo: git://github.com/Homebrew/homebre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/homebrew_casks
391
[ "no_license" ]
[ { "path": "roles/homebrew_casks/tasks/main.yml", "content": "---\n\n-\n name: Tap caskroom/versions\n homebrew_tap:\n name: 'caskroom/versions'\n\n-\n name: Install Cask\n homebrew_cask:\n state={{ item.state | default('present') }}\n name={{ item.name }}\n with_items: homebrew_cask.casks\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/homebrew_packages
391
[ "no_license" ]
[ { "path": "roles/homebrew_packages/defaults/main.yml", "content": "---\n\nhomebrew_packages:\n taps: []\n packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/homebrew_packages/tasks/main.yml", "content": "---\n\n-\n name: In...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/karabiner
391
[ "no_license" ]
[ { "path": "roles/karabiner/tasks/main.yml", "content": "---\n\n-\n name: Configure Karabiner\n command: \"/Applications/Karabiner.app/Contents/Library/bin/karabiner set {{ item.key }} {{ item.value }}\"\n with_dict: karabiner.config\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/mackerel-agent
391
[ "no_license" ]
[ { "path": "roles/mackerel-agent/handlers/main.yml", "content": "---\n\n-\n name: restart mackerel-agent\n command: launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mackerel-agent.plist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1282, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/osx-defaults
391
[ "no_license" ]
[ { "path": "roles/osx-defaults/handlers/main.yml", "content": "---\n\n-\n name: restart Dock\n command: killall Dock\n\n-\n name: restart SystemUIServer\n command: killall SystemUIServer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/plenv
391
[ "no_license" ]
[ { "path": "roles/plenv/tasks/main.yml", "content": "---\n\n-\n name: Install plenv\n homebrew:\n name: plenv\n state: latest\n\n-\n name: Instal perl-build\n homebrew:\n name: perl-build\n state: latest\n\n-\n name: Install Perl\n command: plenv install {{ item }}\n args:\n creates: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/rbenv
391
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n\n-\n name: Install rbenv\n homebrew:\n name: rbenv\n state: latest\n\n-\n name: Install ruby-build\n homebrew:\n name: ruby-build\n state: latest\n\n-\n name: Install Ruby\n command: rbenv install --skip-existing --keep {{ item }}\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/ssh_key
391
[ "no_license" ]
[ { "path": "roles/ssh_key/tasks/main.yml", "content": "---\n\n-\n name: Add SSH key\n authorized_key:\n key: \"https://github.com/{{ user.name }}.keys\"\n user: \"{{ user.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
aereal/izanagi
f85cd50cf9878f898e143b5006189ac4dbb008b4
1
roles/zsh
391
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n-\n name: Install zsh via Homebrew\n homebrew:\n state: latest\n name: zsh\n install_options: --disable-etcdir\n\n-\n name: Install zsh plugins\n homebrew:\n state: latest\n name: \"{{ item }}\"\n with_items:\n - zsh-history-sub...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
Kaputt4/hardening_server
0842e6c9255d4b1c34ea00840bec7526a88e7720
4
ansible/roles/crowdsec
391
[ "no_license" ]
[ { "path": "ansible/roles/crowdsec/tasks/install_el7.yml", "content": "---\r\n# CrowdSec installation tasks for EL/CentOS 7 and Amazon Linux\r\n\r\n- name: Check if CrowdSec is already installed\r\n stat:\r\n path: /etc/crowdsec/\r\n register: crowdsec_installed\r\n\r\n- name: Download CrowdSec repo ins...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 13686, "all_permissive": false }
ansible_role
Kaputt4/hardening_server
0842e6c9255d4b1c34ea00840bec7526a88e7720
4
ansible/roles/hardening
391
[ "no_license" ]
[ { "path": "ansible/roles/hardening/tasks/sysctl.yml", "content": "---\r\n# Configure low-level protective Linux kernel parameters at runtime\r\n\r\n- name: Protect sysctl.conf\r\n file:\r\n path: '/etc/sysctl.conf'\r\n owner: 'root'\r\n group: 'root'\r\n mode: '0440'\r\n state: touch\r\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 49841, "all_permissive": false }
ansible_role
Kaputt4/hardening_server
0842e6c9255d4b1c34ea00840bec7526a88e7720
4
ansible/roles/notify
391
[ "no_license" ]
[ { "path": "ansible/roles/notify/templates/inotify.service.j2", "content": "[Unit]\r\nDescription=inotifywait script for {{ item.item.log }}\r\n\r\n[Service]\r\nExecStart=/tmp/{{ item.item.dest }}.sh\r\n\r\n[Install]\r\nWantedBy=multi-user.target", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5502, "all_permissive": false }
ansible_role
ivanaivana/articioc
61d66464630a4723ba332dc63f6b36e054a0171d
0
roles/common
391
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Create group - owner of data files\n group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ data_owner_group }}\"\n - docker\n\n- name: Create user - owner of data files\n user:\n name: \"{{ data_owner_user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
ivanaivana/articioc
61d66464630a4723ba332dc63f6b36e054a0171d
0
roles/wordpress
391
[ "no_license" ]
[ { "path": "roles/wordpress/vars/main.yml", "content": "---\ndocker_compose_content: \"{{ lookup('template', 'docker-compose') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/wordpress/handlers/main.yml", "content": "---\n- name: Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1029, "all_permissive": false }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/elasticsearch
391
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Install Elasticsearch\n become: true\n apt:\n name: elasticsearch\n state: present\n\n- name: Copy elasticsearch configuration\n become: true\n copy:\n src: elasticsearch.yml\n dest: /etc/elasticsearch/elasticse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/filebeat
391
[ "permissive" ]
[ { "path": "ansible/roles/filebeat/tasks/main.yml", "content": "---\n- name: Install Filebeat\n become: true\n apt:\n name: filebeat\n state: present\n\n- name: Set Filebeat configuration\n become: true\n template:\n src: filebeat.yml.j2\n dest: /etc/filebeat/filebeat.yml\n\n- name: Restart a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/grafana
391
[ "permissive" ]
[ { "path": "ansible/roles/grafana/vars/main.yml", "content": "---\ngrafana_version: \"10.4.0\"\n\nguest_password: \"<PASSWORD>\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 59 }, { "path": "ansible/roles/grafana/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1940, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/initialisation
391
[ "permissive" ]
[ { "path": "ansible/roles/initialisation/tasks/main.yml", "content": "---\n- name: Wait for connection (120 seconds max)\n wait_for_connection:\n timeout: 120\n\n- name: Remove apt lock file\n become: true\n file:\n state: absent\n path: \"/var/lib/dpkg/lock\"\n\n- name: Update apt packages\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/kibana
391
[ "permissive" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n- name: Install Kibana\n become: true\n apt:\n name: kibana\n state: present\n\n- name: Copy kibana configuration\n become: true\n template:\n src: kibana.yml\n dest: /etc/kibana/kibana.yml\n\n- name: Restart and enable Kibana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/nginx
391
[ "permissive" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n become: true\n apt:\n name: nginx\n state: present\n\n- name: Copy nginx.conf\n become: true\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n\n- name: Create directory if doesn't exists\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1379, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/nginx-exporter
391
[ "permissive" ]
[ { "path": "ansible/roles/nginx-exporter/tasks/main.yml", "content": "---\n- name: Open access to access.log\n become: true\n file:\n path: /var/log/nginx/access.log\n mode: '0644'\n\n- name: Get Nginx Log Exporter\n get_url:\n url: \"https://github.com/martin-helmich/prometheus-nginxlog-exporter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/node-exporter
391
[ "permissive" ]
[ { "path": "ansible/roles/node-exporter/tasks/main.yml", "content": "---\n- name: \"Create group {{ node_exporter_group }}\"\n become: true\n group:\n name: \"{{ node_exporter_group }}\"\n state: present\n\n- name: \"Add user {{ node_exporter_user }}\"\n become: true\n ansible.builtin.user:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1839, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/prometheus
391
[ "permissive" ]
[ { "path": "ansible/roles/prometheus/vars/main.yml", "content": "---\nprometheus_version: \"2.50.1\"\n\nprometheus_user: \"prometheus\"\nprometheus_group: \"prometheus\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 95 }, { "path": "ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2499, "all_permissive": true }
ansible_role
RedRatInTheHat/termPaper
87e409176be4063fd930b574c99f03186f71080f
0
ansible/roles/yandex-efk-mirror
391
[ "permissive" ]
[ { "path": "ansible/roles/yandex-efk-mirror/vars/main.yml", "content": "---\nelastic_major_version: \"8\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 31 }, { "path": "ansible/roles/yandex-efk-mirror/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": true }
ansible_role
nieldejonghe/nieldejonghe.com
597a561e357839f73c8e2b301961de74f5bef9b9
0
roles/pi-setup
391
[ "no_license" ]
[ { "path": "roles/pi-setup/vars/main.yml", "content": "---\npackages:\n - nginx\n - htop\n - vim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/pi-setup/tasks/main.yml", "content": "---\n- name: Update cache.\n apt: \n update_cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
rhpds/lb1212.instruct_lab
21a7d1725601252f554edb3fd305155d3ff1dbb6
0
roles/bastion_role
391
[ "no_license" ]
[ { "path": "roles/bastion_role/defaults/main.yml", "content": "---\nbastion_role_student_name: \"{{ student_name | default('instruct') }}\"\nbastion_role_huggingface_ro_token: \"{{ huggingface_ro_token }}\"\nbastion_role_model_download_list:\n- repository: instructlab/granite-7b-lab-GGUF\n filename: granite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1293, "all_permissive": false }
ansible_role
dischord01/Ansible_Tower_WorkshopJD
bb038c5eafdf518938653ce43046418f9e7fe52b
0
build_vm/roles/clone_vm
391
[ "no_license" ]
[ { "path": "build_vm/roles/clone_vm/tasks/main.yml", "content": "- name: suspend source VM\n command: /usr/bin/virsh suspend {{source_vm}}\n\n- name: Use virt-clone to clone existing vm\n command: /usr/bin/virt-clone --connect {{connect}} --original {{source_vm}} --name {{target_vm}} --file {{path}}\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
dischord01/Ansible_Tower_WorkshopJD
bb038c5eafdf518938653ce43046418f9e7fe52b
0
build_vm/roles/setup_new_vm
391
[ "no_license" ]
[ { "path": "build_vm/roles/setup_new_vm/tasks/main.yml", "content": "- name: set the new hostname\n hostname: name={{ hostname }}\n\n- name: Configure ssh keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/docker
391
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: include the geerlingguy-docker role\n include_role:\n name: geerlingguy-docker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/docker-rootless
391
[ "no_license" ]
[ { "path": "roles/docker-rootless/tasks/main.yml", "content": "---\n- name: include konstruktoid-docker-rootless\n include_role:\n name: konstruktoid-docker-rootless\n\n- name: deploy zsh completion\n ansible.builtin.include_tasks: zshrc.yml\n \n- name: install compose plugin\n shell: |\n DOCKER_CO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/homebrew
391
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Check if homebrew directory exists\n stat:\n path: \"/home/linuxbrew/.linuxbrew\"\n register: stat_home_linuxbrew\n\n- name: create homebrew directory\n become: true\n file:\n path: \"/home/linuxbrew\"\n state: directory\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6223, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/swap
391
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "---\n- name: Check swap size\n shell: swapon -s | head -2 | tail -1 | awk '{print $3}'\n register: swapsize\n\n- stat:\n path: /swapfile\n register: swapfile\n\n- name: Create swapfile\n shell: sudo fallocate -l 2G /swapfile\n when: swapsize.stdout|...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/traefik
391
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yml", "content": "---\ntraefik_username: \"traefik\"\ntraefik_groupname: \"traefik\"\ntraefik_error_log_path: /var/log/traefik/traefik.log\ntraefik_access_log_path: /var/log/traefik/access.log\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11903, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/user-developer
391
[ "no_license" ]
[ { "path": "roles/user-developer/defaults/main.yml", "content": "---\ndeveloper_uid: 1000\ndeveloper_username: developer\ndeveloper_password: \ndeveloper_password_hash: ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/user-developer/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5656, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/zram
391
[ "no_license" ]
[ { "path": "roles/zram/tasks/main.yml", "content": "---\n- name: Installing zram-config\n apt: \n pkg: zram-config\n state: present\n register: installation\n become: true\n\n- name: \"Enable zram-config service\"\n systemd:\n name: zram-config\n state: started\n daemon_reload: yes\n en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
digitalspacestdio/cloudcoder-ansible
7b50b95c3350dfc7b2559a730fcd13a276ea02d4
0
roles/zsh
391
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Installing Zsh and git\n apt: pkg=zsh,git state=present\n register: installation\n become: true\n\n# - name: Check if .zshrc exists\n# stat:\n# path: ~/.zshrc\n# register: stat_rc_result\n\n- name: Check if .oh-my-zsh exists\n stat:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2723, "all_permissive": false }
ansible_role
hostadelic/ansible-collections
b6817cc4b7a543577bfa301889fa505634017184
0
hostadelic/devops/roles/globals
391
[ "no_license" ]
[ { "path": "hostadelic/devops/roles/globals/vars/main.yaml", "content": "# The canonical purpose of these directories can be found here:\n# - `https://www.gnu.org/prep/standards/html_node/Directory-Variables.html`\n#\n# These are standard variables used in Autotools, thus the most portable and/or\n# agreed u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1619, "all_permissive": false }
ansible_role
rockocoop/rhev-ansible
a71cd0c5c209043fe8548a877e482bca4952238e
0
playbooks/roles/rhev_vm_disks
393
[ "no_license" ]
[ { "path": "playbooks/roles/rhev_vm_disks/tasks/main.yaml", "content": "---\n\n- name: Obtain SSO token \n ovirt_auth:\n url: \"https://{{rhvmurl}}/ovirt-engine/api\"\n username: admin@internal\n insecure: yes\n password: \"{{<PASSWORD>}}\"\n delegate_to: localhost\n when: disks is defined\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
rockocoop/rhev-ansible
a71cd0c5c209043fe8548a877e482bca4952238e
0
playbooks/roles/rhev_vm_instance
393
[ "no_license" ]
[ { "path": "playbooks/roles/rhev_vm_instance/tasks/main.yaml", "content": "---\n\n- name: Obtain SSO token \n ovirt_auth:\n url: \"https://{{rhvmurl}}/ovirt-engine/api\"\n username: admin@internal\n insecure: yes\n password: \"{{<PASSWORD>}}\"\n delegate_to: localhost\n\n- name: Virtual Machine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 780, "all_permissive": false }
ansible_role
rockocoop/rhev-ansible
a71cd0c5c209043fe8548a877e482bca4952238e
0
playbooks/roles/rhev_vm_power
393
[ "no_license" ]
[ { "path": "playbooks/roles/rhev_vm_power/tasks/main.yaml", "content": "---\n\n- name: Obtain SSO token\n ovirt_auth:\n url: \"https://{{rhvmurl}}/ovirt-engine/api\"\n username: admin@internal\n insecure: yes\n password: \"{{<PASSWORD>}}\"\n delegate_to: localhost\n\n- name: Virtual Machine {{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/change-perms
393
[ "no_license" ]
[ { "path": "final-project/roles/change-perms/tasks/main.yaml", "content": "---\n\n- name: Change ownership to the Laravel Log File\n shell: |\n echo \"\" >> /var/www/html/final-project/storage/logs/laravel.log\n chown www-data:www-data /var/www/html/final-project/storage/logs/laravel.log\n\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/compose-cmds
393
[ "no_license" ]
[ { "path": "final-project/roles/compose-cmds/tasks/main.yml", "content": "---\n\n- name: Update project dependencies\n # community.general.composer:\n # command: update\n # working_dir: /root/proj/laravel-realworld-example-app\n # become: true\n # become_user: not_root_user\n shell: |\n composer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/composer
393
[ "no_license" ]
[ { "path": "final-project/roles/composer/tasks/main.yml", "content": "---\n# tasks file for composer\n\n - name: Check if Compose exits\n stat: path=/usr/local/bin/composer\n register: fileStat\n\n\n - name: Install Compose\n shell: |\n curl -sS https://getcomposer.org/installer -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/db-actions
393
[ "no_license" ]
[ { "path": "final-project/roles/db-actions/tasks/main.yaml", "content": "---\n\n- name: create db LaravelApp\n mysql_db:\n name: LaravelApp\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/db-seed
393
[ "no_license" ]
[ { "path": "final-project/roles/db-seed/tasks/main.yaml", "content": "---\n\n- name: Seed the DB\n shell: php artisan migrate --seed\n args:\n chdir: /var/www/html/final-project/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/move-proj
393
[ "no_license" ]
[ { "path": "final-project/roles/move-proj/tasks/main.yaml", "content": "---\n\n- name: Change owner of folders and move to /var/www/html\n shell: |\n chown -R www-data:www-data final-project\n chmod -R 755 final-project\n mv final-project /var/www/html\n\n- name: \"Configure the App’s Virtual Host ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1153, "all_permissive": false }
ansible_role
nobleman97/altschool-cloud-exercises
a96a991ecc623b15a7de6ad1d3bbff35728daa56
1
final-project/roles/php8.1
393
[ "no_license" ]
[ { "path": "final-project/roles/php8.1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /home/david/Documents/altschool/projects/final-project/php8.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "final-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1009, "all_permissive": false }
ansible_role
ffirg/workshop_checks
67000089e9ec502f4d3a16289061c04f1a6feb95
2
roles/build_inventory
393
[ "no_license" ]
[ { "path": "roles/build_inventory/tasks/main.yml", "content": "---\n\n- name: Create boilerplate hosts inventory file\n template:\n src: hosts.j2\n dest: hosts\n tags: setup\n\n- name: Add student lab hosts to inventory file\n lineinfile:\n path: hosts\n line: student{{ student }}.{{ lab_url }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
ffirg/workshop_checks
67000089e9ec502f4d3a16289061c04f1a6feb95
2
roles/core_checks
393
[ "no_license" ]
[ { "path": "roles/core_checks/tasks/tower.yml", "content": "---\n\n- name: \"Check Tower front door - can we login as {{ tower_username }}\"\n uri:\n url: \"https://{{ inventory_hostname }}/api/v2/credentials?name={{tower_username}}\"\n method: GET\n user: \"{{ tower_username }}\"\n password: \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1344, "all_permissive": false }
ansible_role
ffirg/workshop_checks
67000089e9ec502f4d3a16289061c04f1a6feb95
2
roles/fixup
393
[ "no_license" ]
[ { "path": "roles/fixup/tasks/credentials.yml", "content": "---\n\n- name: slurp back SSH key\n slurp:\n src: \"~/.ssh/aws-private.pem\"\n register: sshkey\n\n- name: Correct Workshop Credential\n tower_credential:\n name: \"{{ tower_workshop_credential_name }}\"\n organization: \"{{ tower_defaul...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1141, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
3_roles/roles/mariadb
393
[ "no_license" ]
[ { "path": "3_roles/roles/mariadb/vars/main.yml", "content": "---\n# vars file for mariadb\ndb_user: ansible_user\ndb_password: <PASSWORD>\ndb_name: ansible_db", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "3_roles/roles/mariadb/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
3_roles/roles/nginx
393
[ "no_license" ]
[ { "path": "3_roles/roles/nginx/templates/ssl.conf.j2", "content": "server {\n listen 443 http2 ssl;\n listen [::]:443 http2 ssl;\n\n server_name {{ ansible_host }};\n\n ssl_certificate /etc/ssl/selfsigned.crt;\n ssl_certificate_key /etc/ssl/selfsigned.key;\n\n root /usr/share/nginx/html;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1513, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
4_wordpress/roles/certs
393
[ "no_license" ]
[ { "path": "4_wordpress/roles/certs/tasks/main.yml", "content": "---\n# tasks file for certs\n - name: Install cryptography packages\n yum:\n name:\n - python2-cryptography\n - pyOpenSSL\n update_cache: true\n state: present\n\n - name: Generate an OpenSSL private key\n opens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
4_wordpress/roles/mariadb
393
[ "no_license" ]
[ { "path": "4_wordpress/roles/mariadb/tasks/main.yml", "content": "---\n- name: Install 'mariadb-server' and 'MySQL-python' packages\n yum:\n name:\n - MySQL-python\n - mariadb-server\n update_cache: true\n state: present\n\n- name: Ensure 'mariadb' service is started and enabled\n service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
4_wordpress/roles/nginx
393
[ "no_license" ]
[ { "path": "4_wordpress/roles/nginx/vars/main.yml", "content": "---\n# vars file for nginx\nnginx_tls_port: 443\nnginx_no_tls_port: 80\nserver_hostname: ansible-node1.localdomain\n\ncert_path: /etc/ssl/selfsigned.crt\nprivatekey_path: /etc/ssl/selfsigned.key", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
4_wordpress/roles/php
393
[ "no_license" ]
[ { "path": "4_wordpress/roles/php/handlers/main.yml", "content": "---\n# handlers file for php\n- name: Retart php-fpm\n service:\n name: php-fpm\n state: restarted\n enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "4_wordpre...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
aceberg/ansible_course
55ce2fadf0ea1edbee67d4c94f71c06df38fdb34
0
4_wordpress/roles/wordpress
393
[ "no_license" ]
[ { "path": "4_wordpress/roles/wordpress/vars/main.yml", "content": "---\n# vars file for wordpress\n# wordpress version and checksum for this version\n# you can choose another at https://wordpress.org/download/releases/\nwp_version: 5.8.2\nwp_checksum: sha1:c3b1b59553eafbf301c83b14c5eeae4cf1c86044\n\n# setti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
tiernap/ansible-ldap-replicated
08cdd4b61720d5d66c64a64f9f912b123f0b5e7c
2
roles/ldap-replicated
393
[ "no_license" ]
[ { "path": "roles/ldap-replicated/tasks/trusty.yml", "content": "---\n# At the moment we do NOT want to run it twice.\n#\n# Will only run if no replication is setup on any of the servers.\n#\n\n# First install slapd server\n- include: slapd.yml\n\n# now configure replication\n- name: stop if ldap_replicated_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9797, "all_permissive": false }
ansible_role
takamario/ansible_template
1709f4481d4676a54df88914433708b4bc986e1d
1
roles/go
393
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: Download go\n tags: go\n get_url: url={{ go_tar_url }} dest=/tmp/go.tar.gz\n\n- name: Extract go.tar.gz\n tags: go\n become: true\n unarchive: src=/tmp/go.tar.gz dest=/usr/local copy=no\n\n- name: Add Path to Go in CentOS\n tags: go\n when: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1864, "all_permissive": false }
ansible_role
takamario/ansible_template
1709f4481d4676a54df88914433708b4bc986e1d
1
roles/init
393
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "- name: Install epel 7 repo\n when: ansible_distribution_major_version|int == 7 and ansible_distribution == \"CentOS\"\n become: true\n tags: yum\n yum: name={{ epel_repo_url }} state=present\n\n- name: Install epel 6 repo\n when: ansible_distribution_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5354, "all_permissive": false }
ansible_role
takamario/ansible_template
1709f4481d4676a54df88914433708b4bc986e1d
1
roles/jdk
393
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "#- name: Downloads java rpm\n# tags: jdk\n# shell: \"wget -nc -O /tmp/jdk.rpm --no-cookies --no-check-certificate --header '{{ cookie_val }}' {{ jdk_repo_url }} || true\"\n\n- name: Downloads java rpm\n when: ansible_distribution == \"CentOS\"\n tags: jd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3416, "all_permissive": false }