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
eutm/ansible-docker
132403081373e9bfbc043877fe626489d132ab9d
0
ansible/roles/common
8,099
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# Common configuration for Digital Ocean's Debian 8.5 Image\n---\n- name: Create swap file\n script: create_swap.sh creates=/swapfile\n\n- name: Set timezone\n command: timedatectl set-timezone Europe/Berlin\n\n- name: Add Docker PGP Key\n apt_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": false }
ansible_role
eutm/ansible-docker
132403081373e9bfbc043877fe626489d132ab9d
0
ansible/roles/haproxy
8,099
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: Create haproxy directory\n file: path=/opt/haproxy state=directory\n\n- name: Copy haproxy configuration\n template: src=haproxy.cfg.j2 dest=/opt/haproxy/haproxy.cfg\n\n- name: Install haproxy container\n docker_container:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2284, "all_permissive": false }
ansible_role
eutm/ansible-docker
132403081373e9bfbc043877fe626489d132ab9d
0
ansible/roles/mongo
8,099
[ "no_license" ]
[ { "path": "ansible/roles/mongo/tasks/main.yml", "content": "---\n- name: Create mongodb directory\n file: path=/opt/mongodb state=directory\n\n- name: Install mongo container\n docker_container:\n name: mongo\n image: mongo\n state: started\n pull: yes\n ports:\n - 127.0.0.1:27017:27017\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
eutm/ansible-docker
132403081373e9bfbc043877fe626489d132ab9d
0
ansible/roles/server
8,099
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: Install server container\n docker_container:\n name: server\n image: registry.gitlab.com/my-group/server\n state: started\n pull: yes\n links:\n - mongo\n env:\n DATABASE: mongodb://mongo:27017/database\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
IBM/sol006-vnfd-handler
9c8063abe6dc7584281ed9713fab642bb1149902
0
resources/input/packages/example/Files/vdu1/Lifecycle/ansible/scripts/roles/get_instance
8,099
[ "permissive" ]
[ { "path": "resources/input/packages/example/Files/vdu1/Lifecycle/ansible/scripts/roles/get_instance/tasks/main.yml", "content": "- name: set provider\n set_fact:\n admin_provider:\n server: \"{{ properties.bigip_mgmt_ip }}\"\n server_port: \"{{ properties.device_port }}\"\n user: \"{{ pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": true }
ansible_role
IBM/sol006-vnfd-handler
9c8063abe6dc7584281ed9713fab642bb1149902
0
vnf1/Contains/vdu1/Lifecycle/ansible/scripts/roles/manage_license
8,099
[ "permissive" ]
[ { "path": "vnf1/Contains/vdu1/Lifecycle/ansible/scripts/roles/manage_license/tasks/main.yml", "content": "- name:\n pause:\n minutes: 1\n\n#wait 300 seconds for port 443 to become open\n- name: wait for https connection \n wait_for:\n port: 443\n host: \"{{ properties.bigip_mgmt_ip }}\"\n time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": true }
ansible_role
IBM/sol006-vnfd-handler
9c8063abe6dc7584281ed9713fab642bb1149902
0
vnf1/Contains/vdu2/Lifecycle/ansible/scripts/roles/configure_firewall
8,099
[ "permissive" ]
[ { "path": "vnf1/Contains/vdu2/Lifecycle/ansible/scripts/roles/configure_firewall/tasks/main.yml", "content": "- name: Create a basic policy with some rule stubs\n bigip_firewall_policy:\n state: \"{{ firewall_state }}\"\n name: \"{{ firewall_policy_name }}\"\n provider: \"{{ admin_provider }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3925, "all_permissive": true }
ansible_role
IBM/sol006-vnfd-handler
9c8063abe6dc7584281ed9713fab642bb1149902
0
vnf1/Contains/vdu2/Lifecycle/ansible/scripts/roles/provision_modules
8,099
[ "permissive" ]
[ { "path": "vnf1/Contains/vdu2/Lifecycle/ansible/scripts/roles/provision_modules/tasks/main.yaml", "content": "- name: modules defined\n set_fact:\n modulelist: \"{{ modules.split(',') }}\"\n when: modules is defined\n\n- name: Provision modules at \"nominal\" level\n bigip_provision:\n module: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": true }
ansible_role
vikas-t/ansible-playbooks
735297bc8f866444db21f26d40ed261d2d4da949
0
nginx+ssl/roles/ssl
8,099
[ "no_license" ]
[ { "path": "nginx+ssl/roles/ssl/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n action: apt name={{item}} state=installed\n with_items:\n - git\n - bc\n\n- name: Install certbot i.e the letsencrypt client\n git: repo={{lets_encrypt_repo}} dest={{install_dir}}\n tags: install_lets...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1149, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/build-env
8,104
[ "no_license" ]
[ { "path": "roles/build-env/defaults/main.yml", "content": "# Ubuntu Jammy 20.04LTS\nsystem_packages:\n - build-essential\n - clang-15\n - libc++-15-dev\n - libc++abi-15-dev\n - libsofthsm2\n - libssl-dev\n - libudev-dev\n - libusb-1.0-0-dev\n - lld-15\n - pkg-config\n - zlib1g-dev\nbazelisk_versi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2018, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/buildbuddy
8,104
[ "no_license" ]
[ { "path": "roles/buildbuddy/tasks/main.yml", "content": "- name: Create workspace in /data\n ansible.builtin.file:\n path: /data/buildbuddy\n state: directory\n mode: '0755'\n\n- name: Create temporary directory\n ansible.builtin.file:\n path: /data/buildbuddy/tmp\n state: directory\n mo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 873, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/docker
8,104
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker dependencies\n ansible.builtin.package:\n name:\n - ca-certificates\n - curl\n - gnupg\n state: present\n become: yes\n\n- name: Install Docker GPG key\n ansible.builtin.apt_key:\n url: https://download.do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/node
8,104
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Download `nvm` installer\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/{{ nvm_version }}/install.sh\n dest: /tmp/nvm_install.sh\n mode: '0755'\n become: yes\n\n- name: Install `nvm`\n ansible.builtin.shel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2057, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/rust
8,104
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "- name: Check if cargo is installed\n ansible.builtin.shell: command -v cargo\n register: cargo_exists\n ignore_errors: yes\n\n- name: Download Rust Installer\n when: cargo_exists is failed\n ansible.builtin.get_url:\n url: https://sh.rustup.rs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1561, "all_permissive": false }
ansible_role
fmorency/dev-env-ansible
1cbdd982ae534c14483d9c85e2699fdbd78e58a5
0
roles/zsh
8,104
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install `zsh`\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Fetch `oh-my-zsh` installer\n get_url:\n url: https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n dest: /tmp/oh-my-zsh-install.sh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
bheemesh1234/11AprPlaybooks
bf2e97a23701277b3dc807a4b7eff931f6be539d
0
11AprPlaybooks/roles/setup-apache-role
8,104
[ "no_license" ]
[ { "path": "11AprPlaybooks/roles/setup-apache-role/tasks/main.yml", "content": "---\n# tasks file for setup-apache-role\n- name: Install httpd package\n yum:\n name: httpd\n state: present\n when: ansible_os_family == \"RedHat\"\n notify: Start httpd service\n\n- name: Install apache2 package\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
chouaieb-sleimi/lab-provision
668d0ed635eb4b3b05366b2ea3ea94d431e614af
0
roles/host_configure
8,104
[ "no_license" ]
[ { "path": "roles/host_configure/tasks/main.yml", "content": "---\n# tasks file for host_configure\n- name: Hosts to configure\n ansible.builtin.debug:\n var: inventory_hostname\n\n- name: Configure guest tasks\n ansible.builtin.import_tasks: tasks_configure.yml\n\n- name: Deploy packages tasks\n ansib...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5018, "all_permissive": false }
ansible_role
chouaieb-sleimi/lab-provision
668d0ed635eb4b3b05366b2ea3ea94d431e614af
0
roles/kvm_provision
8,104
[ "no_license" ]
[ { "path": "roles/kvm_provision/tasks/tasks_provision.yml", "content": "---\n- name: Ensure requirements are in place\n ansible.builtin.dnf:\n name:\n - guestfs-tools\n - python3-libvirt\n state: present\n\n- name: Get current vms list\n community.libvirt.virt:\n command: list_vms\n reg...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3330, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/debdev
8,104
[ "no_license" ]
[ { "path": "roles/debdev/tasks/main.yml", "content": "- name: Install development tools for Debian\n apt: name={{ item }} state=installed\n with_items:\n - apt-transport-https\n - devscripts\n - dh-make\n - dupload\n - ruby-ronn\n - net-tools\n - lxc\n - git\n - zsh\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/debrepos
8,104
[ "no_license" ]
[ { "path": "roles/debrepos/tasks/main.yml", "content": "- name: Setup gpg keys\n command: \"apt-key adv --fetch-keys --no-tty {{ item.value.repo_gpg }}\"\n become: true\n with_dict: \"{{ repositories }}\"\n\n- name: Setup additional repositories\n template:\n src: \"roles/debrepos/templates/repo.list....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1673, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/earlystageconfigs
8,104
[ "no_license" ]
[ { "path": "roles/earlystageconfigs/tasks/main.yml", "content": "- name: Add provisioning directory for keeping state in\n file:\n path: \"/etc/provisioning\"\n state: directory\n mode: 0755\n become: true\n\n- stat:\n path: \"/etc/provisioning/earlystageconfigs\"\n register: e\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4335, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/firewall
8,104
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: Firewall directory\n file:\n path: /etc/firewall\n state: directory\n mode: 0700\n become: true\n\n- name: Gather all v4 input rules into a file\n template:\n src: \"roles/firewall/templates/iptables-input.j2\"\n dest: \"/etc/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4201, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/nginx
8,104
[ "no_license" ]
[ { "path": "roles/nginx/templates/blog.conf.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name blog.it-the-drote.tk;\n\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl http2;\n listen [::]:443 ssl http2;\n\n access_log /var/log/nginx/blog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 22277, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/nodejs
8,104
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include: osx.yml\n when: ansible_os_family == \"Darwin\"\n\n- name: Install essential Node.js packages\n npm:\n name: \"{{ item }}\"\n global: yes\n state: present\n with_item...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 441, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/openvpn
8,104
[ "no_license" ]
[ { "path": "roles/openvpn/environment/main.yml", "content": "environment:\n EASY_RSA: '/etc/openvpn/easy-rsa/'\n OPENSSL: 'openssl'\n PKCS11TOOL: 'pkcs11-tool'\n GREP: 'grep'\n KEY_CONFIG: '/etc/openvpn/easy-rsa/whichopensslcnf /etc/openvpn/easy-rsa/'\n KEY_DIR: '/etc/openvpn/easy-rsa/keys'\n PKCS11_M...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3200, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/screen
8,104
[ "no_license" ]
[ { "path": "roles/screen/tasks/debian.yml", "content": "- name: Install screen\n apt: name=screen\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/screen/tasks/main.yml", "content": "- include: debian.yml\n when: ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/secrets
8,104
[ "no_license" ]
[ { "path": "roles/secrets/templates/apps-api.json.j2", "content": "{\n \"telegramBotToken\": \"{{ api.telegram_bot_token }}\",\n \"webhookToken\": \"{{ api.webhook_token }}\",\n \"lastfmToken\": \"{{ api.lastfm_token }}\",\n \"telegramBotRecipient\": \"/etc/datasources/pisun-default-chat\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4824, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/services
8,104
[ "no_license" ]
[ { "path": "roles/services/vars/main.yml", "content": "nginx:\n ssl_certificate: \"/etc/letsencrypt/live/it-the-drote.tk/fullchain.pem\"\n ssl_certificate_key: \"/etc/letsencrypt/live/it-the-drote.tk/privkey.pem\"\n new_ssl_certificate: \"/etc/letsencrypt/live/rcmd.space/fullchain.pem\"\n new_ssl_certifi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2089, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/test
8,104
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Test\n command: \"echo 'Bullshit'\"\n register: test\n- debug:\n var: test.stdout_lines\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/users
8,104
[ "no_license" ]
[ { "path": "roles/users/templates/insert-apps-service.j2", "content": "#!/usr/bin/env bash\n\nproject=$1\nservice=$2\n\ncp -f /opt/apps/$project/current/init/$service.service /etc/systemd/system/$service.service\nsystemctl daemon-reload\nsystemctl is-enabled $service || systemctl enable $service.service", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2239, "all_permissive": false }
ansible_role
rcmd-funkhaus/dotfiles
fa9bc07b153cc978e1e8ed562f3fb6afeae4d0fa
1
roles/zsh
8,104
[ "no_license" ]
[ { "path": "roles/zsh/tasks/debian.yml", "content": "- name: Install zsh\n apt: name=zsh\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/zsh/templates/zshrc.j2", "content": "# Setup Oh-My-ZSH\nexport ZSH={{ ansible_env.H...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1951, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/bin
8,104
[ "no_license" ]
[ { "path": "roles/bin/tasks/main.yml", "content": " - name: Symlink bootstrap script\n file:\n src: \"{{ dotfiles_home }}/bin/dot-bootstrap\"\n dest: \"{{ lookup('env', 'HOME') }}/.local/bin/dot-bootstrap\"\n state: link\n\n - name: Symlink symlink script\n file:\n src: \"{{ dotfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/dnf
8,104
[ "no_license" ]
[ { "path": "roles/dnf/tasks/main.yml", "content": "- name: Enable third party repos\n become: yes\n become_user: root\n become_method: sudo\n dnf:\n name: fedora-workstation-repositories\n state: present\n\n- name: Install brave browser\n block:\n - name: Install dnf plugins core\n become: yes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2953, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/flatpaks
8,104
[ "no_license" ]
[ { "path": "roles/flatpaks/defaults/main.yml", "content": "packages:\n - com.discordapp.Discord\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/flatpaks/tasks/main.yml", "content": "- name: Add the flathub flatpak repository if needed\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/github_releases
8,104
[ "no_license" ]
[ { "path": "roles/github_releases/tasks/main.yml", "content": "- name: Install github3py dependency\n pip:\n name: github3.py\n state: present\n\n- name: Create local bin directory if it doesn't exist\n file:\n path: \"{{ lookup('env', 'HOME') }}/.local/bin\"\n state: directory\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2650, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/kitty
8,104
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "- name: Install kitty package\n become: yes\n become_user: root\n become_method: sudo\n dnf:\n name: kitty\n state: present\n\n# - name: Create kitty config dir if needed\n# file:\n# path: \"{{ lookup('env', 'HOME') }}/.config/kitty\"\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/npm
8,104
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "- name: Install global npm packages\n community.general.npm:\n name: \"{{ item }}\"\n state: present\n global: yes\n become: yes\n become_user: root\n become_method: sudo\n loop: \"{{ packages }}\"\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
jacksonludwig/ansible
238c0631841803444627395d908f5e6c377a6844
1
roles/nvim
8,104
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "- name: Install nvim package\n block:\n - name: Enable neovim-nightly COPR repo\n become: yes\n become_user: root\n become_method: sudo\n community.general.copr:\n name: agriffis/neovim-nightly\n state: enabled\n\n - name: Install n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 22275, "all_permissive": false }
ansible_role
wendyserver/DEVOPS
9187569e51fd475cf3b0896f968c0cc38eb0cfd8
0
ansible/App_deployment/roles/app
8,104
[ "no_license" ]
[ { "path": "ansible/App_deployment/roles/app/tasks/main.yml", "content": "\n# tasks file for roles/app\n\n- name: Remove old database container\n docker_container:\n name: backend\n state: absent\n\n- name: Launch API app container\n docker_container:\n name: backend\n image: wendy2001/tp-devop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
wendyserver/DEVOPS
9187569e51fd475cf3b0896f968c0cc38eb0cfd8
0
ansible/App_deployment/roles/db
8,104
[ "no_license" ]
[ { "path": "ansible/App_deployment/roles/db/tasks/main.yml", "content": "\n# tasks file for roles/db\n\n- name: Remove old database container\n docker_container:\n name: database\n state: absent\n\n- name: Launch database container\n docker_container:\n name: database\n image: wendy2001/tp-devo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
wendyserver/DEVOPS
9187569e51fd475cf3b0896f968c0cc38eb0cfd8
0
ansible/App_deployment/roles/docker
8,104
[ "no_license" ]
[ { "path": "ansible/App_deployment/roles/docker/tasks/main.yml", "content": "\n# tasks file for roles/docker\n- name: Install required packages for Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-venv\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
wendyserver/DEVOPS
9187569e51fd475cf3b0896f968c0cc38eb0cfd8
0
ansible/App_deployment/roles/proxy
8,104
[ "no_license" ]
[ { "path": "ansible/App_deployment/roles/proxy/tasks/main.yml", "content": "- name: Remove old database container\n docker_container:\n name: my_proxy\n state: absent\n\n- name: Launch HTTPD proxy container\n docker_container:\n name: my_proxy\n image: wendy2001/tp-devops-httpd\n pull: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
Huertix/ansible-crm-server
919419fd096709c129ae934cca47ac94cbb74fc2
0
ansible/roles/app
8,104
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# application tasks to be customized and to run after the main provision\n\n\n# INSTALL NODEJS & NPM & BOWER\n- name: 'Add Node.js PPA'\n tags: 'nodejs'\n become: 'yes'\n become_method: 'sudo'\n shell: \"curl --silent --location https://deb....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1688, "all_permissive": false }
ansible_role
Huertix/ansible-crm-server
919419fd096709c129ae934cca47ac94cbb74fc2
0
ansible/roles/php
8,104
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n# - name: Add ppa Repository\n# sudo: yes\n# apt_repository: repo=ppa:ondrej/{{ php.ppa }}\n\n#- name: Update apt\n# sudo: yes\n# apt: update_cache=yes\n\n- name: Install php5\n# sudo: yes\n apt: pkg=php5 state=latest\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
Huertix/ansible-crm-server
919419fd096709c129ae934cca47ac94cbb74fc2
0
ansible/roles/server
8,104
[ "no_license" ]
[ { "path": "ansible/roles/server/templates/.gitconfig.tpl", "content": "[user]\n\tname = <NAME>\n\temail = <EMAIL>\n[alias]\n\tco = checkout\n\tci = commit\n\tst = status\n\thist = log --pretty=format:\\\"%h %ad | %s%d [%an]\\\" --graph --date=short\n\ttype = cat-file -t\n\tdump = cat-file -p\n\tlol = log -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2189, "all_permissive": false }
ansible_role
ichaida/pocketbase-ansible
e533edc631efd9503adb152657be6894e0081d91
4
roles/ansible-role-pocketbase
8,104
[ "no_license" ]
[ { "path": "roles/ansible-role-pocketbase/handlers/main.yml", "content": "---\n# systemd - reload\n- name: Reload systemd\n ansible.builtin.systemd:\n daemon_reload: true\n\n# Pocketbase - enable\n- name: Enable Pocketbase\n ansible.builtin.service:\n name: pocketbase\n enabled: true\n\n# Pocketba...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8049, "all_permissive": false }
ansible_role
mupacif/ansible_test
28d501db282e24fa79b2f9b39d057c692326ad82
0
roles/install_web
8,104
[ "no_license" ]
[ { "path": "roles/install_web/tasks/main.yml", "content": "---\n - name: 1. install Apache\n apt: name=apache2 state=present\n \n - name: 2. start Apache\n service: name=apache2 state=running enabled=yes\n\n - name: php\n apt: name=php7.0 \n\n - name: apache php \n apt: name=libapache2-mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
guanizojames/CPE232_HOA10
6563ac62c1bdd49fa3c5d821d1f3bf3b3f51f1e8
0
roles/Elastic
8,104
[ "no_license" ]
[ { "path": "roles/Elastic/tasks/main.yml", "content": "- name: Install GPG (Ubuntu)\n apt:\n name: gnupg\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Add the Elasticsearch APT repository (Ubuntu)\n apt_repository:\n repo: \"deb https://artifacts.elastic.co/packages/7.x/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
guanizojames/CPE232_HOA10
6563ac62c1bdd49fa3c5d821d1f3bf3b3f51f1e8
0
roles/Kibana
8,104
[ "no_license" ]
[ { "path": "roles/Kibana/tasks/main.yml", "content": "- name: Install Kibana in Ubuntu\n apt:\n name: kibana\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Download Kibana in CentOS\n get_url:\n url: https://artifacts.elastic.co/downloads/kibana/kibana-8.4.3-x86_64.rpm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
bigprongs/fantasy-local
c8ad042ee7b7ce3da194ec70bd16bfc0a8bcf3c1
0
ansible/roles/fantasy-cricket
8,104
[ "no_license" ]
[ { "path": "ansible/roles/fantasy-cricket/tasks/main.yml", "content": "- name: Copy the ngxin conf\n copy: src=fantasy.conf dest=/etc/nginx/sites-enabled/ owner=root group=root mode=0644\n notify:\n - restart nginx\n\n# Pull image\n- name: Pull image\n containers.podman.podman_image:\n name: \"regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
mdrose/dev-env
c5a5f093cf4f6456b3ab24ee55045c550e9dd9b7
0
ansible/roles/desktop
8,104
[ "no_license" ]
[ { "path": "ansible/roles/desktop/tasks/main.yml", "content": "---\n- name: Install Desktop\n apt:\n name: xorg,xfce4\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
mdrose/dev-env
c5a5f093cf4f6456b3ab24ee55045c550e9dd9b7
0
ansible/roles/dev-base
8,104
[ "no_license" ]
[ { "path": "ansible/roles/dev-base/vars/main.yml", "content": "---\ngithub_user: mdrose\ndotfiles_repo: dotfiles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/dev-base/tasks/main.yml", "content": "---\n- name: Adding system var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 820, "all_permissive": false }
ansible_role
mdrose/dev-env
c5a5f093cf4f6456b3ab24ee55045c550e9dd9b7
0
ansible/roles/docker
8,104
[ "no_license" ]
[ { "path": "ansible/roles/docker/vars/Debian.yml", "content": "---\nold_docker_packages: \"docker,\\\n docker-engine,\\\n docker.io\"\n\ndependencies: \"apt-transport-https,\\\n ca-certificates,\\\n curl,\\\n gnupg2,\\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1419, "all_permissive": false }
ansible_role
mdrose/dev-env
c5a5f093cf4f6456b3ab24ee55045c550e9dd9b7
0
ansible/roles/mongodb
8,104
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "---\n- name: Add MongoDB repo key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.0.asc\n validate_certs: yes\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add MongoDB repo\n apt_repository:\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
mdrose/dev-env
c5a5f093cf4f6456b3ab24ee55045c550e9dd9b7
0
ansible/roles/nvm
8,104
[ "no_license" ]
[ { "path": "ansible/roles/nvm/vars/main.yml", "content": "---\ngetnvm_dir: \"/home/vagrant/get-nvm\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/nvm/tasks/main.yml", "content": "---\n- name: Downloading get-nvm\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 295, "all_permissive": false }
ansible_role
PFCalanca/Estudos_Ansible
317011cca3ed0b202fbe9a801a4914263607a97e
0
roles/mysql
8,104
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencias do OS\"\n apt: \n name:\n - mysql-server-5.6\n - python-mysqldb\n state: latest\n become: yes\n\n- name: 'Cria o banco do MySQL'\n mysql_db: \n name: \"{{ wp_db_name }}\"\n login_user: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
PFCalanca/Estudos_Ansible
317011cca3ed0b202fbe9a801a4914263607a97e
0
roles/webserver
8,104
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencias do OS\"\n apt: \n name:\n - software-properties-common\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-mcrypt\n - php5-mysql\n state: lates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
PFCalanca/Estudos_Ansible
317011cca3ed0b202fbe9a801a4914263607a97e
0
roles/wordpress
8,104
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Baixa o arquivo wordpress'\n get_url:\n url: 'https://wordpress.org/wordpress-5.0.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n\n- name: 'Descompacta wordpress'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n dest: '/var/www/'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
seunboy1/Udapeople
70cc83feac9522c57c5b2b4e621665efddd3a005
0
.circleci/ansible/roles/deploy
8,104
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"Extract backend artifact\"\n unarchive:\n src: files/artifact.tar.gz\n dest: /home/ubuntu\n\n- name: \"start server\"\n become: true\n shell: |\n cd /home/ubuntu\n npm install\n pm2 stop default\n sudo pm2 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
aau-claaudia/aicloud
162d206da7f14bea133d08942e4e34463a0ced56
2
ansible/roles/cephhome
8,104
[ "no_license" ]
[ { "path": "ansible/roles/cephhome/tasks/main.yml", "content": "---\n- name: ensure ceph common is present\n apt:\n name: ceph-common\n state: present\n force_apt_get: true\n\n- name: ensure acl tool is present\n apt:\n name: acl\n state: present\n force_apt_get: true\n\n- name: add cephf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4046, "all_permissive": false }
ansible_role
aau-claaudia/aicloud
162d206da7f14bea133d08942e4e34463a0ced56
2
ansible/roles/hosts
8,104
[ "no_license" ]
[ { "path": "ansible/roles/hosts/templates/hosts.j2", "content": "# ansible managed\n127.0.1.1 {{ ansible_hostname }} {{ inventory_hostname }}\n127.0.0.1 localhost\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7100 ip6-localnet\nfc00:db20:3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
aau-claaudia/aicloud
162d206da7f14bea133d08942e4e34463a0ced56
2
ansible/roles/nvidia-drivers
8,104
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-drivers/tasks/main.yml", "content": "---\n\n- name: install nvidia driver and utils\n apt:\n update_cache: true\n state: present\n force_apt_get: true\n pkg:\n - nvidia-headless-535\n - nvidia-utils-535\n register: driver\n\n- name: reboot the machine ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
aau-claaudia/aicloud
162d206da7f14bea133d08942e4e34463a0ced56
2
ansible/roles/singularity
8,104
[ "no_license" ]
[ { "path": "ansible/roles/singularity/tasks/main.yml", "content": "---\n- name: ensure golang is installed\n snap:\n name: go\n classic: yes\n\n- name: dependencies\n apt:\n state: present\n force_apt_get: true\n pkg:\n - build-essential \n - libseccomp-dev \n - pkg-config \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
aau-claaudia/aicloud
162d206da7f14bea133d08942e4e34463a0ced56
2
ansible/roles/slurmdbd
8,104
[ "no_license" ]
[ { "path": "ansible/roles/slurmdbd/tasks/main.yml", "content": "---\n # we dont want to manage a slurm mysql password - insted\n # we let mysql detect if its the slurm user which is connecting\n # as this command is idempotent - we will just run it every time\n- name: grant slurm user access to database i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
xayk88/otus
856b92fa97bbb09ac6f980177d22d4a8652b0d0d
0
Homework_Ansible_1/playbooks/roles/nginx
8,104
[ "no_license" ]
[ { "path": "Homework_Ansible_1/playbooks/roles/nginx/tasks/main.yml", "content": "---\n- name: install EPEL Repo\n yum:\n name: epel-release\n state: present\n tags:\n - epel-package\n - packages\n\n- name: install nginx package from epel repo\n yum:\n name: nginx\n state: latest\n noti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.common
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.common/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lmaly.common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/lmaly.common/handlers/main.yml", "content": "---\n# hand...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 450, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.haproxy
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.haproxy/tasks/main.yml", "content": "---\n# tasks file for lmaly.haproxy\n- name: 1.0 | Install HAProxy\n package:\n name: haproxy\n state: latest\n\n- name: 1.1 | Enable HAProxy\n service:\n name: haproxy\n enabled: yes\n\n- name: 2.0 | Configure HAproxy\n template:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1353, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.in-memory-inventory
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.in-memory-inventory/vars/main.yml", "content": "---\n# vars file for lmaly.in-memory-inventory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/lmaly.in-memory-inventory/tests/test.yml", "content": "---\n- hosts: loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1065, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.osp-instances
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.osp-instances/defaults/main.yml", "content": "---\n# defaults file for lmaly.osp-instances\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/lmaly.osp-instances/tests/test.yml", "content": "---\n- hosts: localhost\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2563, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.postgres
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.postgres/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lmaly.postgres", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/lmaly.postgres/defaults/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 703, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/lmaly.tomcat
8,105
[ "no_license" ]
[ { "path": "roles/lmaly.tomcat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lmaly.tomcat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/lmaly.tomcat/handlers/main.yml", "content": "---\n# hand...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 815, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/win_ad_install
8,105
[ "no_license" ]
[ { "path": "roles/win_ad_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - win_ad_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/win_ad_install/defaults/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 571, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/win_domain_user
8,105
[ "no_license" ]
[ { "path": "roles/win_domain_user/defaults/main.yml", "content": "---\n# defaults file for win_domain_user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/win_domain_user/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 768, "all_permissive": false }
ansible_role
luckylittle/red-hat-ansible-advanced-Dec2018
57a336572240a0c41604d64c20556bb2015d22e1
1
roles/win_service_config
8,105
[ "no_license" ]
[ { "path": "roles/win_service_config/handlers/main.yml", "content": "---\n# handlers file for win_service_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/win_service_config/defaults/main.yml", "content": "---\n# defaults file for wi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 877, "all_permissive": false }
ansible_role
sadovyiov/3proxy-warp
75ee4fed7b2ce9bda8d5fe19d39937d9a5f04192
1
roles/3proxy
8,105
[ "no_license" ]
[ { "path": "roles/3proxy/templates/3proxy.cfg.j2", "content": "{% if ansible_distribution != 'Ubuntu' %}daemon{% endif %}\n\nnserver 8.8.8.8\nnserver 8.8.4.4\nnscache 65536\n\n{% if enable_logs %}\nlog /logs/3proxy-%y%m%d.log D\nrotate 60\n{% endif %}\n\n{% if proxy_users | length > 0 %}\nauth strong\n{% end...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1966, "all_permissive": false }
ansible_role
sadovyiov/3proxy-warp
75ee4fed7b2ce9bda8d5fe19d39937d9a5f04192
1
roles/system
8,105
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Disable ICMP echo\n ansible.builtin.shell: echo \"1\" > /proc/sys/net/ipv4/icmp_echo_ignore_all", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
sadovyiov/3proxy-warp
75ee4fed7b2ce9bda8d5fe19d39937d9a5f04192
1
roles/warp
8,105
[ "no_license" ]
[ { "path": "roles/warp/tasks/Ubuntu.yml", "content": "---\n- name: Download GPG\n shell: curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg\n\n- name: Add repo to source list\n shell: echo \"deb [arch=amd64 signed-by=...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1871, "all_permissive": false }
ansible_role
mrschyte/ansibuild
f84a2e9c138d988a92e3c5065b7ed5b6aa361d03
0
roles/rkt-ansibuild
8,105
[ "no_license" ]
[ { "path": "roles/rkt-ansibuild/handlers/main.yml", "content": "---\n# handlers file for rkt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/rkt-ansibuild/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2097, "all_permissive": false }
ansible_role
krdlab/examples
9adc3b6749920a68701a7d39831df247a4aef311
18
try-hubot/ansible/roles/common
8,105
[ "no_license" ]
[ { "path": "try-hubot/ansible/roles/common/tasks/main.yml", "content": "\n- name: Install sysstat\n sudo: yes\n yum: name=sysstat state=present\n\n- name: Start sysstat\n sudo: yes\n service: name=sysstat state=started enabled=yes\n\n- name: Install tools\n sudo: yes\n yum: name={{ item }} state=presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
krdlab/examples
9adc3b6749920a68701a7d39831df247a4aef311
18
try-hubot/ansible/roles/hubot
8,105
[ "no_license" ]
[ { "path": "try-hubot/ansible/roles/hubot/tasks/main.yml", "content": "---\n# file: roles/hubot/tasks/main.yml\n\n- name: Install CoffeeScript\n sudo: yes\n npm: name=coffee-script global=yes\n\n- name: Install hubot\n sudo: yes\n npm: name=hubot global=yes\n\n- name: Install redis\n sudo: yes\n yum: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
krdlab/examples
9adc3b6749920a68701a7d39831df247a4aef311
18
try-hubot/ansible/roles/node
8,105
[ "no_license" ]
[ { "path": "try-hubot/ansible/roles/node/tasks/main.yml", "content": "---\n# file: roles/node/tasks/main.yml\n\n- name: Install node\n sudo: yes\n yum: name={{ item }} state=present\n with_items:\n - gcc-c++\n - nodejs\n - npm\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
xmanningcentiq/workstation
1ec55e8a401295e825b790b77f52b9a2354305af
0
roles/controller_roles
8,105
[ "no_license" ]
[ { "path": "roles/controller_roles/defaults/main.yml", "content": "---\n\ncontroller_ansible_tmp_requirements_path: \"{{ playbook_dir }}/../controller-requirements.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/controller_roles/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
xmanningcentiq/workstation
1ec55e8a401295e825b790b77f52b9a2354305af
0
roles/netextender
8,105
[ "no_license" ]
[ { "path": "roles/netextender/tasks/debian/install-prerequisites.yml", "content": "---\n\n- name: Ensure icedtea-web is installed (YUM)\n apt:\n name: icedtea-web\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1362, "all_permissive": false }
ansible_role
xmanningcentiq/workstation
1ec55e8a401295e825b790b77f52b9a2354305af
0
roles/slack
8,105
[ "no_license" ]
[ { "path": "roles/slack/tasks/pre-checks.yml", "content": "---\n\n- name: Fail play if architecture is not amd64\n fail:\n msg: This role only supports x86_64 processors.\n when: ansible_architecture != \"x86_64\"\n\n- name: Ensure query string is generated\n set_fact:\n slack_repo_query_string: \"o...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1986, "all_permissive": false }
ansible_role
xmanningcentiq/workstation
1ec55e8a401295e825b790b77f52b9a2354305af
0
roles/teams
8,105
[ "no_license" ]
[ { "path": "roles/teams/tasks/pre-checks.yml", "content": "---\n\n- name: Fail play if architecture is not amd64\n fail:\n msg: This role only supports x86_64 processors.\n when: ansible_architecture != \"x86_64\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1996, "all_permissive": false }
ansible_role
CiscoSystems/devstack-environment
2d9e1afe5a4c3b206ff27e6060f045d23a6a83c0
18
playbooks/roles/common
8,105
[ "permissive" ]
[ { "path": "playbooks/roles/common/templates/01proxy.j2", "content": "{% if CACHE.pkg_cache == \"create\" %}\nAcquire::http::Proxy \"http://{{ hostvars[groups['cache-hosts'][0]][NET.pub_eth_interface]['ipv4']['address'] }}:{{ CACHE.apt_cache_port }}\";\n{% else %}\nAcquire::http::Proxy \"http://{{ CACHE.pkg_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2929, "all_permissive": true }
ansible_role
nyelda/Final_Exam_Suyat
93ff4fd013c0507ec45380ed645376b649b98045
0
roles/CentOS
8,105
[ "no_license" ]
[ { "path": "roles/CentOS/tasks/main.yml", "content": "- name: Install httpd and php for CentOS\n yum:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: \"httpd- Restarting/Enabling\"\n service:\n name: httpd\n state: restarted\n enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
nyelda/Final_Exam_Suyat
93ff4fd013c0507ec45380ed645376b649b98045
0
roles/Debian
8,105
[ "no_license" ]
[ { "path": "roles/Debian/tasks/main.yml", "content": "- name: Install apache and php for Debian Server\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Mariadb service for Debian\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
dusanmssystems/test1
db39ffb29be150f522c514b78c465bf5450aa541
0
roles/database
8,105
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: \"FIX: Ubuntu 16.04 LTS doesn't come with certain modules, required by ansible\"\n raw: apt-get install python-minimal aptitude -y\n\n- name: Ensure that MariaDB is installed\n apt: \n name: ['mariadb-server', 'python-mysqldb']\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
dusanmssystems/test1
db39ffb29be150f522c514b78c465bf5450aa541
0
roles/webserver
8,105
[ "no_license" ]
[ { "path": "roles/webserver/defaults/main.yml", "content": "tomcat_ver: version\ntomcat_archive_url: https://archive.apache.org/dist/tomcat/tomcat-9/v{{ tomcat_ver }}/bin/apache-tomcat-{{ tomcat_ver }}.tar.gz\ntomcat_archive_dest: /tmp/apache-tomcat-{{ tomcat_ver }}.tar.gz\nJAVA_HOME: /usr/lib/jvm/java-1.8.0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2906, "all_permissive": false }
ansible_role
dbostock/ansible
1ddeed78d4ffa86e4e0445f62c88d929eba2feb2
0
roles/IOS_Facts
8,105
[ "no_license" ]
[ { "path": "roles/IOS_Facts/tasks/main.yml", "content": "---\n- name: Configure Connection\n set_fact:\n cli:\n host: \"{{mgt_ip_address|default(inventory_hostname)}}\"\n username: \"{{username|default(GLUser)}}\"\n password: \"{{<PASSWORD>|default(GLPass)}}\"\n authorize: \"no\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1921, "all_permissive": false }
ansible_role
MarinaGregorini/dual_boot_switch_with_wake_on_lan
b483746a482d1e611dfd9414af4e5d4ef9946267
0
plays/roles/dual_boot_switch
8,105
[ "no_license" ]
[ { "path": "plays/roles/dual_boot_switch/files/dual_boot_switcher.py", "content": "import time\nimport subprocess\nimport sys\nimport platform\n\n\ndef detect_os():\n active_os = platform.system()\n print(active_os)\n if active_os == \"Linux\":\n return \"ubuntu\"\n else:\n return \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 25917, "all_permissive": false }
ansible_role
bigforcegun/home_cloud
b7b75808f80dad8c7a8d0656fffb733287485c60
0
home_cloud/roles/docker_env
8,105
[ "no_license" ]
[ { "path": "home_cloud/roles/docker_env/tasks/main.yml", "content": "- name: Template a file to /etc/files.conf\n template:\n src: templates/env.j2\n dest: \"{{ env_destination }}/.env\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "home_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
bigforcegun/home_cloud
b7b75808f80dad8c7a8d0656fffb733287485c60
0
home_cloud/roles/jackett
8,105
[ "no_license" ]
[ { "path": "home_cloud/roles/jackett/tasks/main.yml", "content": "- name: create service root directory\n file:\n path: \"{{ services_path.jackett.root }}\"\n state: directory\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n #mode: 0775\n #recurse: yes\n\n- name: create service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
bigforcegun/home_cloud
b7b75808f80dad8c7a8d0656fffb733287485c60
0
home_cloud/roles/jellyfin
8,105
[ "no_license" ]
[ { "path": "home_cloud/roles/jellyfin/files/docker-compose.yml", "content": "version: '3'\n\nservices:\n jellyfin:\n network_mode: host\n restart: unless-stopped\n image: linuxserver/jellyfin:latest\n container_name: jellyfin\n environment:\n - PUID=${PUID}\n - PGID=${PGID}\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
bigforcegun/home_cloud
b7b75808f80dad8c7a8d0656fffb733287485c60
0
home_cloud/roles/music
8,105
[ "no_license" ]
[ { "path": "home_cloud/roles/music/files/mediaclt", "content": "#!/usr/bin/env bash\n\n[[ \"${__usage+x}\" ]] || read -r -d '' __usage <<-'EOF' || true # exits non-zero when EOF encountered\n cron runs default tasks\n ampache cron runs default tasks for ampache \n ampache shell ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8115, "all_permissive": false }
ansible_role
bigforcegun/home_cloud
b7b75808f80dad8c7a8d0656fffb733287485c60
0
home_cloud/roles/organizr
8,105
[ "no_license" ]
[ { "path": "home_cloud/roles/organizr/tasks/main.yml", "content": "- name: create service root directory\n file:\n path: \"{{ services_path.organizr }}\"\n state: directory\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n #mode: 0775\n #recurse: yes\n\n- name: create service ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 997, "all_permissive": false }
ansible_role
weiyu10/kolla-base
6f97061e87d3542895a86641b8fb50c8b4c48f50
0
ansible/roles/pre-deploy
8,105
[ "permissive" ]
[ { "path": "ansible/roles/pre-deploy/tasks/main.yaml", "content": "---\n- name: Network config\n copy: src=ifcfg-{{ item }} dest=/etc/sysconfig/network-scripts/ifcfg-{{ item }}\n with_items:\n - eth2\n - eth3\n - eth4\n\n- name: Restart network service\n service: name=network state=restarted enab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2866, "all_permissive": true }
ansible_role
lonewolf022/hwc-agent-deploy
95748ed6a02b68b81eacb2f46f626f565283d1bf
0
roles/hw-cloud-agent
8,105
[ "no_license" ]
[ { "path": "roles/hw-cloud-agent/vars/main.yml", "content": "---\n# vars file for hw-cloud-agent\n\nap_bangkok_ns:\n - nameserver 192.168.127.12\n - nameserver 192.168.3.11\n\nservices_name: /etc/systemd/system/uniagent.service\n\n# \"cd /usr/local && curl -k -O https://obs.ap-southeast-2.myhuaweicloud.com...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1261, "all_permissive": false }
ansible_role
selectalldelete/k8s-cluster-example
b7ef660b556a2ea46f137788f762283d98e27468
1
ansible/roles/k8s_common
8,105
[ "no_license" ]
[ { "path": "ansible/roles/k8s_common/tasks/main.yml", "content": "---\n- name: Add kubernetes GPG key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add kubernetes repo to apt sources\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kuber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }