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
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/flexget
7,283
[ "no_license" ]
[ { "path": "roles/flexget/tasks/main.yml", "content": "---\n\n- name: install\n pip: name={{ item }} state=latest\n with_items:\n - flexget\n - transmissionrpc\n become: yes\n changed_when: no\n\n- name: ensure dir \n file: path=~/.flexget state=directory\n\n- name: create configuration\n copy:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/git
7,283
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[user]\n\tname = {{ git_name }}\n\temail = {{ git_email }}\n[push]\n\tdefault = simple\n[pull]\n\trebase = true\n[alias]\n\tundo = reset --soft HEAD^\n\tst = status --short --branch\n\tcommend = commit --amend --no-edit\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 587, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/gitea
7,283
[ "no_license" ]
[ { "path": "roles/gitea/handlers/main.yml", "content": "---\n\n- name: restart gitea\n docker_container: name=gitea restart=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/gitea/tasks/main.yml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2485, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/gogs
7,283
[ "no_license" ]
[ { "path": "roles/gogs/handlers/main.yml", "content": "---\n\n- name: restart gogs\n docker_container: name=gogs restart=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/gogs/templates/app.ini.j2", "content": "APP_NAME...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2440, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/golang
7,283
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n\n- name: install golang\n package: name={{ item }} state=latest\n become: yes\n with_items:\n - golang\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/golang/meta/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 193, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/jenkins
7,283
[ "no_license" ]
[ { "path": "roles/jenkins/handlers/main.yml", "content": "---\n\n- name: restart jenkins\n docker_container: name=jenkins restart=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/jenkins/meta/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/managed_sites
7,283
[ "no_license" ]
[ { "path": "roles/managed_sites/tasks/main.yml", "content": "---\n\n- name: synchronize content\n synchronize: src=files/ dest={{ caddy_root }}/html/managed/ recursive=yes delete=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/managed_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 159, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/my_packages
7,283
[ "no_license" ]
[ { "path": "roles/my_packages/tasks/packages-debian.yml", "content": "---\n\n# Only needed for Debian\n- name: install debian packages\n package: name={{ package }} state=latest\n with_items:\n - telnet\n - netcat-openbsd\n - dnsutils\n - realpath\n loop_control:\n loop_var: package\n be...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1520, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/package_cache
7,283
[ "no_license" ]
[ { "path": "roles/package_cache/tasks/setup-debian.yml", "content": "---\n\n- name: update apt cache\n apt: update_cache=yes cache_valid_time=86400\n become: yes\n changed_when: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/package_...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 572, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/package_upgrade
7,283
[ "no_license" ]
[ { "path": "roles/package_upgrade/tasks/upgrade-debian.yml", "content": "---\n\n- name: run apt upgrade\n apt:\n upgrade: safe\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/package_upgrade/tasks/main.yml", "content":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/plex_media_server
7,283
[ "no_license" ]
[ { "path": "roles/plex_media_server/tasks/main.yml", "content": "---\n\n- name: HTTPS package\n apt: name=apt-transport-https state=latest\n become: yes\n\n- name: apt key\n apt_key: url=https://dev2day.de/pms/dev2day-pms.gpg.key\n become: yes\n\n- name: apt repo\n apt_repository: repo=\"deb https://dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/postgresql
7,283
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "---\n\n- name: restart postgres\n service: name=postgresql state=restart\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/postgresql/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1006, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/python
7,283
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: pip\n package: name={{ item }} state=latest\n become: yes\n with_items:\n - python-pip\n\n- name: dev packages\n pip: name={{ item }} state=latest\n become: yes\n with_items:\n - pip\n - virtualenv\n - virtualenvwrapper\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/raspberry_pi
7,283
[ "no_license" ]
[ { "path": "roles/raspberry_pi/tasks/main.yml", "content": "---\n\n- name: sysctl settings\n sysctl:\n name: '{{ item.name }}'\n value: '{{ item.value }}'\n sysctl_file: /etc/sysctl.d/raspberry-pi.conf\n with_items:\n - { name: 'vm.swappiness', value: 15 }\n - { name: 'vm.vfs_cache_pressure'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/ssh_forwarding
7,283
[ "no_license" ]
[ { "path": "roles/ssh_forwarding/tasks/main.yml", "content": "---\n\n# GatewayPorts clientspecified\n\n- name: configuration\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^{{ item.name }} '\n line: '{{ item.name }} {{ item.value }}'\n with_items:\n - { name: 'GatewayPorts', value: 'clie...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/tmux
7,283
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n\n- name: install packages\n package: name={{ item }} state=latest\n become: yes\n with_items:\n - tmux\n\n- name: my config\n git: repo=ssh://git@github.com/belminf/dottmux.git dest=~/.tmux accept_hostkey=yes update=yes\n\n- name: link new conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/transmission
7,283
[ "no_license" ]
[ { "path": "roles/transmission/handlers/main.yml", "content": "---\n\n- name: reload transmission config\n service: name=transmission-daemon state=reloaded\n become: yes\n\n- name: reload systemd\n systemd: daemon_reload=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3158, "all_permissive": false }
ansible_role
belminf/ansible-playbooks
03ef7013e672502eb19a76e001eab4b321338daf
0
roles/vim
7,283
[ "no_license" ]
[ { "path": "roles/vim/tasks/setup-ubuntu.yml", "content": "---\n\n- name: install vim requirements\n apt: name={{ package }} state=latest\n loop_control:\n loop_var: package\n become: yes\n with_items:\n - vim-nox\n - silversearcher-ag\n - pick\n", "license_type": "no_license", "detec...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 824, "all_permissive": false }
ansible_role
hvanderlaan/bc-ctf-ansible
f187aa4ca8ac2122f7f52d6f5b796b9741340719
1
roles/bootstrap
7,283
[ "no_license" ]
[ { "path": "roles/bootstrap/templates/motd.j2", "content": "################################################################################\n## This system is for the use of authorized users only. Individuals using ##\n## this computer system without authority, or in excess of their authority, ##\n## ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4792, "all_permissive": false }
ansible_role
devspecops4real/playbooks
33c9f9f7e40a5080ed7375080c07e4a0e1111ed6
0
ansible/roles/deploy-cfn
7,282
[ "no_license" ]
[ { "path": "ansible/roles/deploy-cfn/vars/VPC/vpc-core.yaml", "content": "---\r\ncidr:\r\nEnableDNSSupport: \"true\"\r\nEnableDNSHostnames: \"true\"\r\nVpc_Tags:\r\n - Key: \"Name\"\r\n Value: \"Value\"\r\nInternetGateway:\r\n Tags:\r\n - Key: \"Name\"\r\n Value: \"Value\"\r\nInternalRouteTable:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 52247, "all_permissive": false }
ansible_role
devspecops4real/playbooks
33c9f9f7e40a5080ed7375080c07e4a0e1111ed6
0
ansible/roles/deploy-instance
7,282
[ "no_license" ]
[ { "path": "ansible/roles/deploy-instance/tasks/subtasks.build-inventory.yml", "content": "---\r\n- name: \"build inventory configuration\"\r\n local_python_script:\r\n src: \"build-inventory-configuration.py\"\r\n vars:\r\n - \"inventory_configuration\"\r\n - \"ip_addresses\"\r\n#- name: \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4231, "all_permissive": false }
ansible_role
devspecops4real/playbooks
33c9f9f7e40a5080ed7375080c07e4a0e1111ed6
0
ansible/roles/finalize
7,282
[ "no_license" ]
[ { "path": "ansible/roles/finalize/tasks/main.yml", "content": "---\r\n- name: \"Set {{app_name}} - {{env_name}} vars.\"\r\n include_vars: \"{{playbook_dir}}/vars/{{app_name}}.{{env_name}}.yml\"\r\n ignore_errors: yes\r\n\r\n#- name: Set SELinux to Permissive\r\n# selinux: policy=targeted state=permissive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
kraghupathi/ansible-roles
fbda7964f572d997a750c9fca14b67a9ed6e7d39
0
docker-ansible/roles/docker-install
7,282
[ "no_license" ]
[ { "path": "docker-ansible/roles/docker-install/README.md", "content": "Role Name\n=========\n\nThis role install docker-ce on ubuntu\n\nRole Variables\n--------------\n\n``` These values are default, which can be configured under vars/main.yml\nubuntu_release: xenial\nversion: 17.06.2~ce-0~ubuntu```\n\n\nEx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1082, "all_permissive": false }
ansible_role
kraghupathi/ansible-roles
fbda7964f572d997a750c9fca14b67a9ed6e7d39
0
docker-ansible/roles/rancher
7,282
[ "no_license" ]
[ { "path": "docker-ansible/roles/rancher/tasks/main.yml", "content": "---\n- name: Pull and run the Rancher/server container\n shell: \"docker run -d --restart=unless-stopped --name=rancher -p 8080:8080 rancher/server:{{ rancher_server_version }}\"\n\n- name: Wait for the Rancher server to start\n action: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
singhsandhu/toy-robot
65f96b5fd4cbbd80950fa2b3bb3364098f7fa5f6
0
roles/environment-core
7,282
[ "no_license" ]
[ { "path": "roles/environment-core/playbook.yml", "content": "---\n- hosts: all\n\n roles:\n - ../environment-core\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/environment-core/tasks/main.yml", "content": " # run\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/apt_installation
7,282
[ "no_license" ]
[ { "path": "roles/apt_installation/vars/main.yml", "content": "required_apt_packages:\n - name: \"wget\"\n - name: \"build-essential\"\n - name: \"gdebi\"\n - name: \"git\"\n - name: \"ssh\"\n - name: \"gnupg\"\n - name: \"openssh-server\"\n - name: \"apt-transport-https\"\n - name: \"htop\"\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/docker_installation
7,282
[ "no_license" ]
[ { "path": "roles/docker_installation/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n\n- name: Ensure folder of keyring exists\n become: true\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1261, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/dotfiles_configuration
7,282
[ "no_license" ]
[ { "path": "roles/dotfiles_configuration/tasks/main.yml", "content": "- name: Get env fact\n ansible.builtin.setup:\n gather_subset:\n - env\n\n- name: Clone dotfiles\n ansible.builtin.git:\n repo: https://github.com/SeanErvinson/dotfiles.git\n dest: \"{{ ansible_env.HOME }}/dotfiles\"\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/dotnet_9_installation
7,282
[ "no_license" ]
[ { "path": "roles/dotnet_9_installation/tasks/main.yml", "content": "- name: Add dotnet APT repository\n become: true\n ansible.builtin.apt_repository:\n codename: \"{{ ubuntu_codename }}\"\n repo: ppa:dotnet/backports\n state: present\n update_cache: true\n\n- name: Install dotnet 9\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/dotnet_installation
7,282
[ "no_license" ]
[ { "path": "roles/dotnet_installation/tasks/main.yml", "content": "- name: Get distro version\n ansible.builtin.shell: |\n if command -v lsb_release &> /dev/null; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '\"'; fi\n register: distro_version\n\n- name: Download f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/flatpak_installation
7,282
[ "no_license" ]
[ { "path": "roles/flatpak_installation/vars/main.yml", "content": "flatpak_packages:\n - name: com.microsoft.Edge\n - name: com.getpostman.Postman\n - name: org.videolan.VLC\n - name: org.chromium.Chromium\n - name: org.kde.haruna\n - name: org.audacityteam.Audacity\n - name: com.obsproject.Studio\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/fzf_installation
7,282
[ "no_license" ]
[ { "path": "roles/fzf_installation/tasks/main.yml", "content": "- name: Check if fzf is installed\n ansible.builtin.shell: command -v fzf >/dev/null 2>&1\n register: fzf_command\n ignore_errors: true\n changed_when: false\n\n- name: Clone, and install fzf\n when: fzf_command.rc != 0\n ignore_errors: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/host_configuration
7,282
[ "no_license" ]
[ { "path": "roles/host_configuration/vars/main.yml", "content": "hosts:\n - name: \"172.16.17.32 web-server\"\n - name: \"192.168.3.11 home-server\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/host_configuration/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 209, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/node_installation
7,282
[ "no_license" ]
[ { "path": "roles/node_installation/tasks/main.yml", "content": "- name: Check if fnm is installed\n ansible.builtin.shell: command -v fnm >/dev/null 2>&1\n register: fnm_command\n ignore_errors: true\n changed_when: false\n\n- name: Clone, and install fnm\n when: fnm_command.rc != 0\n ignore_errors: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/ollama_installation
7,282
[ "no_license" ]
[ { "path": "roles/ollama_installation/tasks/main.yml", "content": "- name: Check if ollama is installed\n ansible.builtin.shell: command -v ollama >/dev/null 2>&1\n register: ollama_command\n ignore_errors: true\n changed_when: false\n\n- name: Clone, and install ollama\n when: ollama_command.rc != 0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/rider_installation
7,282
[ "no_license" ]
[ { "path": "roles/rider_installation/tasks/main.yml", "content": "- name: Query JetBrains API for Rider releases\n ansible.builtin.uri:\n url: \"https://data.services.jetbrains.com/products?code=RD&release.type=release\"\n method: GET\n return_content: true\n body_format: json\n register: api_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/security_configuration
7,282
[ "no_license" ]
[ { "path": "roles/security_configuration/tasks/main.yml", "content": "- name: Enable UFW\n become: true\n community.general.ufw:\n state: enabled\n policy: allow\n logging: \"on\"\n- name: Deny default SSH port\n become: true\n community.general.ufw:\n rule: deny\n port: ssh\n proto: tc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 455, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/ssh_configuration
7,282
[ "no_license" ]
[ { "path": "roles/ssh_configuration/tasks/main.yml", "content": "- name: Disallow Root Login\n become: true\n ansible.builtin.lineinfile:\n path: \"{{ sshdconfig }}\"\n regexp: \"^[#]*PermitRootLogin\"\n line: \"PermitRootLogin no\"\n backup: true\n validate: \"/usr/sbin/sshd -T -f %s\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1088, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/transfer_ssh_key
7,282
[ "no_license" ]
[ { "path": "roles/transfer_ssh_key/tasks/main.yml", "content": "- name: Copy ssh keys to hosts\n copy:\n src: \"{{ item }}\"\n dest: ~/.ssh/\n mode: 0600\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n with_fileglob: \"~/.ssh/*key*\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/user_configuration
7,282
[ "no_license" ]
[ { "path": "roles/user_configuration/tasks/main.yml", "content": "- name: Add deafult user\n user:\n name: sean\n comment: <NAME>\n ansible.builtin.shell: /bin/bash\n groups: docker,sudo\n append: yes\n password: \"{{ user_password }}\"\n\n- name: Add ci_cd user\n user:\n name: ci_cd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/var_initialization
7,282
[ "no_license" ]
[ { "path": "roles/var_initialization/tasks/main.yml", "content": "- name: Extract OS codename\n ansible.builtin.shell:\n cmd: |\n set -o pipefail #\n grep UBUNTU_CODENAME /etc/os-release | awk -F\"=\" '{ print $2 }'\n executable: /bin/bash\n register: ubuntu_codename_output\n changed_when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
SeanErvinson/environment-setup
b3cff21ece31f64ce6b715b8279c22ff26fad4ea
0
roles/vscode_installation
7,282
[ "no_license" ]
[ { "path": "roles/vscode_installation/tasks/main.yml", "content": "- name: Download VSCode\n ansible.builtin.get_url:\n url: \"https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64\"\n dest: /tmp/vscode.deb\n mode: \"0755\"\n\n- name: Install VScode deb\n become: true\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
rsaarelm/workstation-setup
b8ddfc98c21a7ee803964387fbf431839651fdd1
0
roles/workstation
7,282
[ "no_license" ]
[ { "path": "roles/workstation/tasks/dotfiles.yml", "content": "# Make dotfiles read-only when deployed because the workflow is to only edit\n# them through Ansible.\n- name: create dotfile directories\n become_user: \"{{ user }}\"\n file: path=/home/{{ user }}/{{ item }} state=directory owner={{ user }}\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3700, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/10_MySQL_Setup
7,282
[ "no_license" ]
[ { "path": "roles/10_MySQL_Setup/vars/main.yml", "content": "---\n# vars file for 10_MySQL_Setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/10_MySQL_Setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 735, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/1_Admin_Start
7,282
[ "no_license" ]
[ { "path": "roles/1_Admin_Start/tasks/main.yml", "content": "---\n- name: Upadaing System Packages\n apt: \n name: '*'\n state: latest\n\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\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
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/2_DNS
7,282
[ "no_license" ]
[ { "path": "roles/2_DNS/tasks/main.yml", "content": "---\n- name: Add DNS entry to /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"192.168.56.12 monitoring-dashboard\"\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/3_NTP
7,282
[ "no_license" ]
[ { "path": "roles/3_NTP/tasks/main.yml", "content": "---\n- name: Enusre NTP is running\n apt:\n name: ntp\n state: present\n\n- name: Enable and Start NTP Service\n service:\n name: ntp\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/4_WebServer
7,282
[ "no_license" ]
[ { "path": "roles/4_WebServer/tasks/main.yml", "content": "---\n# tasks file for webserver\n#- name: Update package cache\n# apt:\n# update_cache: yes\n\n- name: Install NGINX webserver\n apt:\n name: nginx\n state: present\n\n- name: Enable NGINX Webserver\n service:\n name: nginx\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5074, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/5_Security
7,282
[ "no_license" ]
[ { "path": "roles/5_Security/handlers/main.yml", "content": "---\n# handlers file for monitoring_and_security\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/5_Security/tasks/main.yml", "content": "---\n# tasks file for nginx_basic_auth\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 672, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/6_Network_Interface
7,282
[ "no_license" ]
[ { "path": "roles/6_Network_Interface/defaults/main.yml", "content": "---\n# defaults file for monitoring_and_security\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/6_Network_Interface/handlers/main.yml", "content": "---\n- name: Apply...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1085, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/7_Jenkins_Container
7,282
[ "no_license" ]
[ { "path": "roles/7_Jenkins_Container/templates/jenkins.service.j2", "content": "[Unit]\nDescription=Jenkins Server\nAfter=network.target docker.service\nRequires=docker.service\n\n[Service]\nRestart=Always\nExecStartPre=-/usr/bin/docker rm {{ jenkins_container_name }}\nExecStart=/usr/bin/docker run --name {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1933, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/8_Flask_Application
7,282
[ "no_license" ]
[ { "path": "roles/8_Flask_Application/templates/Dockerfile.j2", "content": "FROM python:3.8-slim\nCOPY . /app\nWORKDIR /app\nRUN pip install --no-cache-dir -r requirements.txt\nEXPOSE 5001\nENTRYPOINT [ \"python3\" ]\nCMD [ \"demo.py\" ]\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1072, "all_permissive": false }
ansible_role
szymonizydorek/AnsibleDashboard
d17cfa17c603f6ec29d4bcfd10d606c616c98d44
0
roles/nginx
7,282
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\nnginx_service: nginx\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Docker.io\n apt:\n name: docker.io\n state: pr...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3911, "all_permissive": false }
ansible_role
overview/osp-filter
52514c1eae707fde74557590d42bd10202063277
0
deploy/roles/filter
7,282
[ "no_license" ]
[ { "path": "deploy/roles/filter/templates/nginx/osp-network.j2", "content": "\nserver {\n\n listen 80;\n server_name localhost;\n charset utf-8;\n\n location ^~ /static/ {\n root {{ filter_src }};\n }\n\n location / {\n try_files $uri @network;\n }\n\n location @network {\n include uwsgi_par...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1801, "all_permissive": false }
ansible_role
charlesj/SimplePlaybook
b6cea124943084e27100edbfb7b4b51971761c75
0
roles/foundation
7,282
[ "no_license" ]
[ { "path": "roles/foundation/tasks/main.yml", "content": "---\n- name: Touch a file\n file:\n path: ~/touchstone\n state: touch\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
Krokos11/ansible-yt
23093a9e7f14521648ed577f57f80d0dd4ec265f
0
12-roles/roles/web_servers
7,282
[ "no_license" ]
[ { "path": "12-roles/roles/web_servers/tasks/main.yml", "content": "- name: install httpd package (CentOS)\n tags: apache,centos,httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"CentOS\"\n \n- name: start and enable httpd (CentOS)\n tags: apache,cen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1085, "all_permissive": false }
ansible_role
Krokos11/ansible-yt
23093a9e7f14521648ed577f57f80d0dd4ec265f
0
13-host-variables/roles/base
7,282
[ "no_license" ]
[ { "path": "13-host-variables/roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIELqUsjLwVgL1t2OtOP7hHiD2NwaDIPI2/B3to4RMRt ansible\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
Krokos11/ansible-yt
23093a9e7f14521648ed577f57f80d0dd4ec265f
0
14-templates/roles/web_servers
7,282
[ "no_license" ]
[ { "path": "14-templates/roles/web_servers/tasks/main.yml", "content": "- name: install web server packages\n tags: apache,apache2,centos,httpd,ubuntu\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n \n- name: start and enable apache serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/install_openvpn
7,282
[ "no_license" ]
[ { "path": "roles/install_openvpn/tasks/main.yaml", "content": "---\n- name: \"install openvpn on Debian\"\n block:\n - name: \"Install openvpn Debian\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - openvpn\n - easy-rsa\n when: ansible_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/install_wireguard
7,282
[ "no_license" ]
[ { "path": "roles/install_wireguard/tasks/main.yaml", "content": "---\n- name: \"install wireguard on Debian\"\n block:\n - name: \"Add wireguard repository Debian\"\n ansible.builtin.apt_repository:\n repo: deb http://deb.debian.org/debian buster-backports main\n state: present\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1155, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/iptables
7,282
[ "no_license" ]
[ { "path": "roles/iptables/templates/iptables.j2", "content": "#!/bin/bash\n# clear existing rules\niptables -F\niptables -X\niptables -t nat -F\niptables -t nat -X\niptables -P INPUT ACCEPT\niptables -P OUTPUT ACCEPT\niptables -P FORWARD ACCEPT\n\n\niptables -A INPUT -m conntrack --ctstate RELATED,ESTABLISH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1154, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/setting_openvpn
7,282
[ "no_license" ]
[ { "path": "roles/setting_openvpn/tasks/genkeys.yml", "content": "---\n# Generate wireguard keys\n- name: \"Generate server private key\"\n ansible.builtin.shell: openvpn --genkey\n register: openvpn_key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1251, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/setting_wireguard
7,282
[ "no_license" ]
[ { "path": "roles/setting_wireguard/tasks/genkeys.yml", "content": "---\n# Generate wireguard keys\n- name: \"Generate server private key\"\n ansible.builtin.shell: wg genkey\n register: server_private_key\n\n- name: \"Get server public key\"\n ansible.builtin.shell: echo {{ server_private_key.stdout }} |...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1723, "all_permissive": false }
ansible_role
electcliff/wireguard_server
318ebafbb9d90320d041284d38f199d9ed029080
0
roles/update
7,282
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yaml", "content": "---\n# apt update\n- name: Update apt-get repo and cache\n ansible.builtin.apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n- name: Upgrade all apt packages\n ansible.builtin.apt: upgrade=dist force_apt_get=yes\n register: result\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/docker
7,282
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# file: roles/docker/tasks/main.yml\n\n\n# \"ansible_os_family\": \"Rocky\",\n\n- name: assert Rocky Linux\n assert:\n that:\n - ansible_os_family == 'Rocky'\n quiet: true \n\n- name: install repo\n shell: dnf config-manager --add-repo h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/httpd-classic
7,282
[ "no_license" ]
[ { "path": "roles/httpd-classic/templates/redirect.conf.j2", "content": "# {{ ansible_managed }}\n\n# RedirectMatch ^/$ https://{{ sspr_nodename }}/sspr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/httpd-classic/templates/test-env.pl.j2",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3541, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/java11-corretto
7,282
[ "no_license" ]
[ { "path": "roles/java11-corretto/tasks/main.yml", "content": "---\n# file: roles/java11/tasks/main.yml\n\n- name: java11 | Import Corretto public key\n ansible.builtin.rpm_key:\n state: present\n key: https://yum.corretto.aws/corretto.key\n\n- name: java11 | Install repo file\n get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/shibd-classic
7,282
[ "no_license" ]
[ { "path": "roles/shibd-classic/templates/shibboleth.repo.j2", "content": "# Generated from https://shibboleth.net/cgi-bin/sp_repo.cgi\n# {{ ansible_managed }}\n[shibboleth]\nname=Shibboleth (rockylinux8)\n# Please report any problems to https://shibboleth.atlassian.net/jira\ntype=rpm-md\nmirrorlist=https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6974, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/ssl-classic
7,282
[ "no_license" ]
[ { "path": "roles/ssl-classic/tasks/main.yml", "content": "# file: roles/ssl-classic/tasks/main.yml\n\n- name: Add SSL certs and keys\n ansible.builtin.template:\n src: \"{{ item.src }}\"\n dest: \"/etc/pki/tls/{{ item.dest }}\"\n owner: \"{{ item.owner | default('root') }}\"\n group: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/sspr-classic
7,282
[ "no_license" ]
[ { "path": "roles/sspr-classic/templates/motd.j2", "content": "{{ ansible_managed }}\n\nHost details:\n\nHost name: {{ inventory_hostname }}\nInventory file: {{ inventory_file | regex_replace('^.*/','') }}\nSSPR version: SSPR {{ sspr_app_version }}\nOther software: tomcat, httpd, Amazon Corretto (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1750, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/sspr-docker
7,282
[ "no_license" ]
[ { "path": "roles/sspr-docker/tasks/main.yml", "content": "---\n\n- name: Directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: \"o=rwX,go=rX\"\n with_items:\n - \"{{ sspr_app_home }}\"\n - \"{{ sspr_app_home }}/tomcat\"\n - \"{{ ssp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2439, "all_permissive": false }
ansible_role
Carleton-College-SIG/sspr-config
c3b427f4fe3af4a476065480adb2886c125d7144
0
roles/tomcat
7,282
[ "no_license" ]
[ { "path": "roles/tomcat/templates/tomcat.service.j2", "content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=Tomcat web servlet container\nAfter=network.target\n\n[Service]\nType=forking\n\nUser=tomcat\nGroup=tomcat\n\nExecStart=/opt/tomcat/bin/startup.sh\nExecStop=/opt/tomcat/bin/shutdown.sh\n\n[Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2605, "all_permissive": false }
ansible_role
LHS1397/AWS-SSM
daaf1209ff7909589c3f8f3ca218583c5d380165
0
roles/ec2
7,282
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n- ec2_instance_info:\n region: ap-south-1\n filters:\n \"tag:MaintainanceWindow\": 3rdMon6pm\n register: instanceId\n- debug: var=instanceId.instances[0].instance_id\n\n- name: Patching Group\n ec2_tag:\n #aws_access_key: \"{{ aws_access...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
LHS1397/AWS-SSM
daaf1209ff7909589c3f8f3ca218583c5d380165
0
roles/ssm
7,282
[ "no_license" ]
[ { "path": "roles/ssm/handlers/main.yml", "content": "---\n# handlers file for ssm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/ssm/defaults/main.yml", "content": "---\n# defaults file for ssm\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1111, "all_permissive": false }
ansible_role
LHS1397/AWS-SSM
daaf1209ff7909589c3f8f3ca218583c5d380165
0
roles/users
7,282
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\r\n- name: Add group \"patching\" to remote server\r\n become: yes\r\n become_user: root\r\n group:\r\n name: patching\r\n gid: 2010\r\n state: present\r\n \r\n- name: Add user \"unixops\" to remote server\r\n become: yes\r\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1055, "all_permissive": false }
ansible_role
eformat/argocd
c0f1385ba614bc35fbff1ddec67a42a493d4cc60
1
roles/argocd
7,282
[ "no_license" ]
[ { "path": "roles/argocd/tasks/main.yml", "content": "---\n# tasks file for argocd\n- name: OpenShift Login Admin\n command: >-\n oc login -u admin -p {{ admin_pwd }} {{ ocp_api_url }} --insecure-skip-tls-verify=true\n ignore_errors: no\n\n- name: Create Argocd Project\n k8s_raw:\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5082, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/02_common
7,282
[ "no_license" ]
[ { "path": "roles/02_common/templates/hosts.j2", "content": "{% for item in ansible_play_batch %}\n{{ hostvars[item].ansible_facts.default_ipv4.address }} {{ item }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/02_common/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1796, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/03_docker
7,282
[ "no_license" ]
[ { "path": "roles/03_docker/tasks/main.yaml", "content": "---\n\n- name: Install pre-req packages\n yum:\n name: ['yum-utils', 'device-mapper-persistent-data', 'lvm2']\n state: latest\n\n- name: Transferring docker-ce.repo\n copy:\n src: docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/04_dockerComposer
7,282
[ "no_license" ]
[ { "path": "roles/04_dockerComposer/tasks/main.yaml", "content": "---\n\n- name: Installing pip\n yum:\n name: ['python2-pip', 'python-setuptools']\n state: latest\n\n- name: Installing docker-compose\n pip:\n name: docker-compose", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/05_k8s
7,282
[ "no_license" ]
[ { "path": "roles/05_k8s/tasks/main.yaml", "content": "---\n\n- name: Transferring k8s repo\n copy:\n src: kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n\n- name: Put SELinux in permissive mode, logging actions that would be blocked.\n selinux:\n policy: targeted\n state: permissive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1293, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/06_k8s-master
7,282
[ "no_license" ]
[ { "path": "roles/06_k8s-master/tasks/main.yaml", "content": "---\n\n- name: Configuring firewall [1/6]\n firewalld:\n port: 6443/tcp\n state: enabled\n permanent: yes\n\n- name: Configuring firewall [2/6]\n firewalld:\n port: 2379-2380/tcp\n state: enabled\n permanent: yes\n\n- name: Con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/07_k8s-nodes
7,282
[ "no_license" ]
[ { "path": "roles/07_k8s-nodes/tasks/main.yaml", "content": "---\n\n- name: Configuring firewall [1/4]\n firewalld:\n port: 10250/tcp\n state: enabled\n permanent: yes\n\n- name: Configuring firewall [2/4]\n firewalld:\n port: 10255/tcp\n state: enabled\n permanent: yes\n\n- name: Configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
salimwp/k8s-ansible
b445044b7a5fd286f8696494f7e41bf82fff4f68
0
roles/08_domain_integration
7,282
[ "no_license" ]
[ { "path": "roles/08_domain_integration/templates/resolv.conf.j2", "content": "search {{ DOMAIN }}\nnameserver {{ DNSSERVER }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/08_domain_integration/tasks/main.yaml", "content": "---\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
Murtyk1/Ansible_repo
6a1e3c60fc95f40cd8d84b9cbbb4ac027dfc6175
0
roles/docker
7,282
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n state: present\n update_cache: yes\n\n- name: Create directory for GPG key\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
Murtyk1/Ansible_repo
6a1e3c60fc95f40cd8d84b9cbbb4ac027dfc6175
0
roles/mysql
7,282
[ "no_license" ]
[ { "path": "roles/mysql/tasks/debian.yml", "content": "#Installing MYSQL\n - name: \"Install pymysql via apt\"\n ansible.builtin.apt:\n name: \"python3-pymysql\"\n state: \"latest\"\n update_cache: \"true\"\n\n - name: \"Install mysql via apt\"\n ansible.builtin.apt:\n nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
Murtyk1/Ansible_repo
6a1e3c60fc95f40cd8d84b9cbbb4ac027dfc6175
0
roles/nginx
7,282
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": " - name: \"Install nginx via apt\"\n include_tasks: \"debian.yml\"\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
Murtyk1/Ansible_repo
6a1e3c60fc95f40cd8d84b9cbbb4ac027dfc6175
0
roles/php
7,282
[ "no_license" ]
[ { "path": "roles/php/tasks/debian.yml", "content": "# Installing PHP\n\n - name: \"installing php fpm and php mysql\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: \"latest\"\n update_cache: true\n with_items:\n - \"php-fpm\"\n - \"php-mysql\"\n", "licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 324, "all_permissive": false }
ansible_role
Murtyk1/Ansible_repo
6a1e3c60fc95f40cd8d84b9cbbb4ac027dfc6175
0
roles/python_install
7,282
[ "no_license" ]
[ { "path": "roles/python_install/tasks/debian.yml", "content": "- name: \"python install with raw\"\n raw: apt -y update && apt install -y python3\n args:\n executable: /bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/python_i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 200, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/create_networks
7,282
[ "no_license" ]
[ { "path": "ansible/roles/create_networks/tasks/main.yml", "content": "\n- name: Create db-app network\n community.docker.docker_network:\n name: db-app-network\n\n- name: Create app-proxy network\n community.docker.docker_network:\n name: app-proxy-network", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/launch_app
7,282
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tasks/main.yml", "content": "- name: Run App\n docker_container:\n name: simple-api\n image: clemg73/tp-devops-simple-api:latest\n pull: yes\n networks:\n - name: db-app-network\n - name: app-proxy-network\n env_file: /setup/.env\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/launch_database
7,282
[ "no_license" ]
[ { "path": "ansible/roles/launch_database/tasks/main.yml", "content": "- name: Run Databse\n docker_container:\n name: database\n image: clemg73/tp-devops-database:latest\n pull: yes\n networks:\n - name: db-app-network\n volumes:\n - db-volume:/var/lib/postgresql/data\n env_file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/launch_front
7,282
[ "no_license" ]
[ { "path": "ansible/roles/launch_front/tasks/main.yml", "content": "- name: Run Front\n docker_container:\n name: front\n image: clemg73/tp-devops-front:latest\n pull: yes\n networks:\n - name: app-proxy-network", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/launch_proxy
7,282
[ "no_license" ]
[ { "path": "ansible/roles/launch_proxy/tasks/main.yml", "content": "- name: Run HTTPD\n docker_container:\n name: http-server\n image: clemg73/tp-devops-http-server:latest\n pull: yes\n networks:\n - name: app-proxy-network\n ports:\n - \"80:80\"\n - \"8080:8080\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
clemg73/devons
24864953041786c00db0401745b9b1d6f88bad36
0
ansible/roles/setup
7,282
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "---\n- name: Create the directory for the .env file\n file:\n path: \"/setup\"\n state: directory\n mode: '0755'\n\n- name: Copy the .env file to the directory\n copy:\n src: .env\n dest: \"/setup/.env\"\n mode: '0644'", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
Soumik1410/SPE_FInal_Project
a8c93a944e8e459f57b0fda8c427857f9a97908a
0
roles/docker_pull
7,282
[ "no_license" ]
[ { "path": "roles/docker_pull/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker_pull\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/docker_pull/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 356, "all_permissive": false }
ansible_role
Soumik1410/SPE_FInal_Project
a8c93a944e8e459f57b0fda8c427857f9a97908a
0
roles/k8s_deploy
7,282
[ "no_license" ]
[ { "path": "roles/k8s_deploy/tasks/main.yml", "content": "---\n# tasks file for roles/k8s_deploy\n\n- name: Stop existing Minikube cluster if running\n shell: minikube stop\n ignore_errors: yes\n\n- name: Delete existing Minikube cluster if exists\n shell: minikube delete\n ignore_errors: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1266, "all_permissive": false }
ansible_role
makotoeeee/dotfiles
32588d43cac13783141bce9b9f60d87e6bbb0c31
0
roles/apt
7,282
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- name: Install apt packages\n apt: \n name: '{{ item.name }}'\n state: '{{ item.state | default(\"present\") }}'\n with_items: '{{ apt_packages }}'\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 222, "all_permissive": false }
ansible_role
makotoeeee/dotfiles
32588d43cac13783141bce9b9f60d87e6bbb0c31
0
roles/dotfiles
7,282
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Backup dotfiles\n backup:\n src: \"~/.{{ item | basename }}\"\n with_fileglob:\n - \"files/*\"\n\n- name: Create dotfiles link\n file:\n src: \"{{ item }}\"\n dest: \"~/.{{ item | basename }}\"\n state: link\n with_fileglob:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11649, "all_permissive": false }
ansible_role
makotoeeee/dotfiles
32588d43cac13783141bce9b9f60d87e6bbb0c31
0
roles/homebrew
7,282
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: Update homebrew\n community.general.homebrew:\n update_homebrew: yes\n\n- name: Add homebrew tap\n community.general.homebrew_tap:\n name: '{{ item.name }}'\n state: present\n with_items: '{{ homebrew_taps }}'\n\n- name: Install home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1320, "all_permissive": false }
ansible_role
makotoeeee/dotfiles
32588d43cac13783141bce9b9f60d87e6bbb0c31
0
roles/osx
7,282
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yml", "content": "- name: Autohide Dock\n osx_defaults:\n domain: com.apple.dock\n key: autohide\n type: bool\n value: true\n notify: Restart dock \n\n- name: Show dock on left side\n osx_defaults:\n domain: com.apple.dock\n key: orientation\n type: st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": false }