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
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/base
8,105
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Disable Domain firewall\n win_firewall:\n state: disabled\n profiles:\n - Domain\n# - name: Enable Local Administrator\n# win_user:\n# name: administrator\n# account_disabled: no\n# password_never_expires: yes\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/createsite
8,105
[ "no_license" ]
[ { "path": "ansible/roles/createsite/files/createsite.ps1", "content": "#==========================================================================\n#\n# Configure the Citrix XenDeskop Site\n#\n# AUTHOR: <NAME> (https://dennisspan.com)\n# DATE : 05.04.2017\n#\n# COMMENT:\n# This script has been prepared for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 27048, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/ddc
8,105
[ "no_license" ]
[ { "path": "ansible/roles/ddc/tasks/main.yml", "content": "---\n- name: Install DDC Pre-Reqs\n win_feature:\n name:\n - NET-Framework-45-Core\n - GPMC\n - RSAT-ADDS-Tools\n - RDS-Licensing-UI\n - WAS\n - Telnet-Client\n state: present\n register: win_feature\n\n- name: Reboot if fea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1409, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/director
8,105
[ "no_license" ]
[ { "path": "ansible/roles/director/files/configuredefault.ps1", "content": "#From https://dennisspan.com/citrix-director-unattended-installation/#CompleteScriptConfigDirector\n#Configures default page\\redirection\n\n$IISRootDir = \"$env:SystemDrive\\inetpub\\wwwroot\"\n$DirectorRedirectFileName = \"Director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5598, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/enablerdp
8,105
[ "no_license" ]
[ { "path": "ansible/roles/enablerdp/vars/main.yml", "content": "---\n# vars file for enablerdp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/enablerdp/README.md", "content": "ENABLERDP\n=========\n\nEnables Windows RDP, creates a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1395, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/license
8,105
[ "no_license" ]
[ { "path": "ansible/roles/license/tasks/main.yml", "content": "---\n- name: Install License Pre-Reqs\n win_feature:\n name:\n - NET-Framework-Core\n - NET-Framework-Features\n - NET-Framework-45-Features\n - NET-Framework-45-Core\n - NET-Framework-45-ASPNET\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/site-hydrate
8,105
[ "no_license" ]
[ { "path": "ansible/roles/site-hydrate/tasks/main.yml", "content": "---\n- name: Hydrate Site\n script: hydrate.ps1\n args:\n creates: C:\\Logs\\done-hydrate.txt\n environment:\n vdahostname: \"{{ hostvars[groups['vda'][0]]['ansible_hostname'] }}\"\n cvad_machinecatalog: \"{{ cvad_machinecatalog ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/sql
8,105
[ "no_license" ]
[ { "path": "ansible/roles/sql/tasks/main.yml", "content": "---\n- name: Install SQL Pre-Reqs\n win_feature:\n name:\n - NET-Framework-Core\n - NET-Framework-Features\n - NET-Framework-45-Features\n - NET-Framework-45-Core\n - NET-Framework-45-ASPNET\n state: present\n registe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1110, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/storefront
8,105
[ "no_license" ]
[ { "path": "ansible/roles/storefront/tasks/main.yml", "content": "---\n- name: Install Storefront Pre-Reqs\n win_feature:\n name:\n - Web-Server\n - Web-WebServer\n - Web-Common-Http\n - Web-Default-Doc\n - Web-Dir-Browsing\n - Web-Http-Errors\n - Web-Static-Content\n - Web-Http-R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2493, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/storefront-init
8,105
[ "no_license" ]
[ { "path": "ansible/roles/storefront-init/files/createsfsite.ps1", "content": "<#\n .SYNOPSIS\n Deploy the first member of a remote access StoreFront group with a single XenDesktop farm with one of more servers.\n Wait for a joiner to join to the newly created server and publishes the configuration to it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10159, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/storefront-join
8,105
[ "no_license" ]
[ { "path": "ansible/roles/storefront-join/tasks/main.yml", "content": "---\n- name: Create task to run a PS script as SYSTEM service\n win_scheduled_task:\n name: Join SF Cluster\n description: Run a PowerShell script\n actions:\n - path: C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
ryancbutler/Citrix-VAD-LAB
51ce891f11df98f87989dc6df2b20ac6917bf3b6
79
ansible/roles/vda
8,105
[ "no_license" ]
[ { "path": "ansible/roles/vda/tasks/main.yml", "content": "---\n- name: Install VDA Pre-Reqs\n win_feature:\n name:\n - NET-Framework-45-Core\n - Telnet-Client\n - RDS-RD-Server\n - Remote-Assistance\n state: present\n register: win_feature\n\n- name: Reboot if features require\n win_reb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1308, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/apt
8,105
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: install packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \"{{ apt_packages | default([]) }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/bacula
8,105
[ "no_license" ]
[ { "path": "roles/bacula/tasks/main.yml", "content": "---\n- include: bacula_client.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/bacula/tasks/bacula_client.yml", "content": "---\n- name: Update apt\n apt:\n state: latest\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2208, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/base
8,105
[ "no_license" ]
[ { "path": "roles/base/tasks/user.yml", "content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=(...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2179, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/bind9
8,105
[ "no_license" ]
[ { "path": "roles/bind9/README.md", "content": "# bind9 configuration\n\nTODO\n- [x] logrotate needs to be installed\n- [x] clone bind9-config\n- [ ] fetch datacenter specific config from vault\n- [x] FIX named.conf.log doesn't work\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2517, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/docker
8,105
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Clean install by removing any docker package\n package: name={{ item }} state=absent\n with_items: \"{{ clean_install_remove_packages }}\"\n\n- name: Ensure curl & ca-certs are installed \n package:\n name:\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1525, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/fail2ban
8,105
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yaml", "content": "---\n- include_tasks: fail2ban.yaml\n when: ansible_os_family == \"Debian\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/fail2ban/tasks/fail2ban.yaml", "content": "---\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/firewall
8,105
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "# Defaults for the base role\n---\nfirewall_enable: true\nenable_elastic_ufw_port: false\nenable_kibana_ufw_port: false\nenable_vault_ufw_port: false\nenable_bacula_server_ufw_port: false\nenable_bacula_client_ufw_port: false\nenable_plex_ufw_port: f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 762, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/gitea
8,105
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "---\n - name: update debian hosts\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n when:\n - ansible_os_family == 'Debian'\n\n - name: install sqlite3\n ansible.builtin.package:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1788, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/immich
8,105
[ "no_license" ]
[ { "path": "roles/immich/defaults/main.yml", "content": "nfs_mount: \"mainframe.schleppe:/mnt/mainframe/app/immich\"\nmount_point: \"/mnt/mainframe-immich\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/immich/templates/docker-compose.j2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4769, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/java
8,105
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Installing Java OpenJDK\n apt: name=default-jdk state=latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/minecraft
8,105
[ "no_license" ]
[ { "path": "roles/minecraft/templates/Makefile.j2", "content": ".PHONY: backup configure password update configure-rcon check-mcrcon-already-installed\n\nMCRCON_FOLDER=/opt/minecraft/tools/mcrcon\nMCRCON_PASS_FILE=$(MCRCON_FOLDER)/.mcrcon_pass\nMCRCON=$(MCRCON_FOLDER)/mcrcon -H 127.0.0.1 -P 25575 -p\n\nmcrco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5436, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/motd
8,105
[ "no_license" ]
[ { "path": "roles/motd/defaults/main.yml", "content": "---\n# Toggle abstract\nmotd_abstract: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/motd/tasks/main.yml", "content": "---\n - name: create motd-hostname file\n file:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1946, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/oh-my-zsh
8,105
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/tasks/install.yml", "content": "---\n- name: install dependencies\n become: true\n become_user: 'root'\n # become: \"{{ ansible_distribution != 'MacOSX' }}\"\n package:\n name:\n - git\n - zsh\n state: present\n with_items: \"{{ users }}\"\n when: \"((user.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2628, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/prox-qemu-agent
8,105
[ "no_license" ]
[ { "path": "roles/prox-qemu-agent/tasks/main.yml", "content": "---\n- name: install and start qemu-quest-agent\n include_tasks: qemu-apt.yml\n when: inventory_hostname in groups.proxmox_vm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/ssh
8,105
[ "no_license" ]
[ { "path": "roles/ssh/tasks/sshd_config.yml", "content": "---\n- name: sshd config\n template: src=ssh/sshd_config.j2 dest=/etc/ssh/sshd_config owner=root mode=644\n notify: restart sshd\n\n- name: new ssh key\n command: 'ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -P \"\" creates=/etc/ssh/ssh_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4486, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/syncthing
8,105
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/install-debian.yml", "content": "---\n- name: add syncthing key\n apt_key:\n url: 'https://syncthing.net/release-key.gpg'\n state: present\n\n- name: add syncthing repo\n apt_repository:\n repo: 'deb https://apt.syncthing.net/ syncthing stable'\n state: present...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1051, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/varnish
8,105
[ "no_license" ]
[ { "path": "roles/varnish/tasks/main.yml", "content": "---\n - name: update apt\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n - name: install required packages\n package:\n name:\n - debian-archive-keyring\n - curl\n - gnupg\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2332, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/vault
8,105
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "---\n- name: Install gpg package\n apt:\n name: gpg\n state: present\n\n- name: Add hashicorp GPG apt Key\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n\n- name: Add hashicorp repository\n apt_repository:\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2144, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/vault-config
8,105
[ "no_license" ]
[ { "path": "roles/vault-config/tasks/main.yml", "content": "---\n- name: read ansible config from vault\n community.hashi_vault.vault_read:\n path: 'schleppe/data/ansible'\n register: vault_config\n\n- name: restructure vault config json output\n set_fact:\n vault_config: \"{{ vault_config | json_qu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/vim
8,105
[ "no_license" ]
[ { "path": "roles/vim/templates/vimrc.j2", "content": "syntax on\nset expandtab\nset tabstop=2\nset softtabstop=2\nset shiftwidth=2\n\nset number relativenumber\n\nfiletype plugin indent on\n\nif has(\"autocmd\")\n au BufReadPost * if line(\"'\\\"\") > 0 && line(\"'\\\"\") <= line(\"$\") | exe \"normal! g`\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 771, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/vinlottis
8,105
[ "no_license" ]
[ { "path": "roles/vinlottis/templates/lottery.config.js.j2", "content": "module.exports = {\n name: \"<NAME>\",\n phone: \"222 22 222\",\n price: 10,\n message: \"Vinlotteri 🍾\",\n date: 5,\n hours: 15,\n apiUrl: null,\n gatewayToken: '',\n vinmonopoletToken: '',\n googleanalytics_trackingId: '',\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3712, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/wireguard
8,105
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: install wireguard package\n package:\n name:\n - wireguard\n - qrencode\n state: present\n\n- name: copy wireguard install helper script\n template:\n src: wireguard-install_sh.j2\n dest: /home/kevin/wireguard-insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7762, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/xwiki
8,105
[ "no_license" ]
[ { "path": "roles/xwiki/templates/docker-compose_yml.j2", "content": "version: '2'\nnetworks:\n bridge:\n driver: bridge\nservices:\n web:\n image: \"xwiki:stable-postgres-tomcat\"\n container_name: xwiki-postgres-tomcat-web\n depends_on:\n - db\n ports:\n - \"8080:8080\"\n envi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2399, "all_permissive": false }
ansible_role
KevinMidboe/playbooks
30598eb812090e86d89f38cb1ceb77ae7585e354
0
roles/xz_utils_patch
8,105
[ "no_license" ]
[ { "path": "roles/xz_utils_patch/defaults/main.yml", "content": "---\npackage_name: xz-utils\nnon_safe_version1: 5.6.0\nnon_safe_version2: 5.6.1\nsafe_version: 5.4.6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/xz_utils_patch/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
Specthram/dropshippers
ad907a7b2658350ea017391732216905ea2a27b5
0
ansible/roles/dropshippers
8,105
[ "no_license" ]
[ { "path": "ansible/roles/dropshippers/tasks/main.yml", "content": "---\n- name: \"Install common packages\"\n apt: name={{ item }} state=present\n with_items:\n - wget\n - git\n - vim\n - htop\n - apache2\n - mysql-server\n - python-mysqldb\n - emacs\n - curl\n - wget\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4325, "all_permissive": false }
ansible_role
exu-g/configs
4441214ab26570483705423cf23793ccf1cd2f64
0
roles/packages
8,107
[ "no_license" ]
[ { "path": "roles/packages/README.md", "content": "# Packages\n\n## Tags\n\n| Tag | Explaination |\n| --------- | ------------------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8136, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/base
8,107
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Update Apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install packages we depend on\n apt: pkg={{ item }} state=present\n with_items:\n - acl\n - python-pycurl\n - htop\n - build-essential\n\n- name: Set Hostname for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/development
8,107
[ "no_license" ]
[ { "path": "roles/development/tasks/main.yml", "content": "---\n- name: Install Vim\n apt: pkg=vim state=present\n- name: Install GraphViz\n apt: pkg=graphviz state=present\n- name: Install Man\n apt: pkg=man state=present\n- name: Clone setup-site application\n git: repo=https://github.com/SpenserJ/Webh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/firewall
8,107
[ "no_license" ]
[ { "path": "roles/firewall/tasks/install.yml", "content": "---\n- name: Install UFW\n apt: pkg=\"ufw\" state=\"present\"\n\n- name: Check if UFW is installed\n stat: path=/usr/sbin/ufw\n register: installed_ufw\n- name: Download UFW source\n get_url: url=https://launchpad.net/ufw/{{ ufw_version }}/{{ ufw...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1547, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/firewall_save
8,107
[ "no_license" ]
[ { "path": "roles/firewall_save/tasks/main.yml", "content": "---\n- name: Install IPTables Persistent\n apt: pkg=iptables-persistent state=present\n- name: Save IPTables\n command: /etc/init.d/iptables-persistent save\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/git
8,107
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install Git\n apt: pkg=git-core state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/haproxy
8,107
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt: pkg={{ item }} state=present\n with_items:\n - libpcre3-dev\n - zlib1g-dev\n- name: Install HAProxy 1.5 PPA\n apt_repository: repo='ppa:vbernat/haproxy-1.5'\n- name: Install HAProxy 1.5\n apt: pkg=haproxy st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5054, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/mailblock
8,107
[ "no_license" ]
[ { "path": "roles/mailblock/tasks/main.yml", "content": "---\n- name: Setup Python 2.7\n apt: pkg={{ item }}\n with_items:\n - python2.7-dev\n - python-pip\n\n- name: Ensure Postfix is installed\n apt: pkg={{ item }}\n with_items:\n - postfix\n - postfix-pcre\n\n# Force emails sent via postfix to go ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2709, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/mysql
8,107
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt: pkg=mysql-server state=present\n- name: Run MySQL on boot\n service: name=mysql enabled=yes state=started\n- name: Install MySQL-python\n apt: pkg=python-mysqldb state=present\n\n- name: Check for /root/.my.cnf\n stat:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2774, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/nginx
8,107
[ "no_license" ]
[ { "path": "roles/nginx/templates/can_view_fpm_status.conf.j2", "content": "geo $show_fpm_status {\n default 0; # Deny on all except\n 127.0.0.1 1; # - Loopback\n 192.168.1.0/24 1; # - Internal Network\n\n{% for ip in management_ips %}\n {{ ip }} 1;\n{% endfor %}\n}\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6169, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/node
8,107
[ "no_license" ]
[ { "path": "roles/node/defaults/main.yml", "content": "ensure_node_version: '0.10.28'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/node/tasks/main.yml", "content": "---\n# Check if node is already installed\n- name: Exists\n stat: pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/php
8,107
[ "no_license" ]
[ { "path": "roles/php/files/xdebug.ini", "content": "; Enable xdebug extension module\nzend_extension=/usr/lib64/php/modules/xdebug.so\n\nxdebug.remote_enable = 1\nxdebug.remote_host = \"localhost\"\nxdebug.remote_port = 9000\nxdebug.remote_handler = \"dbgp\"\nxdebug.remote_mode = req\nxdebug.remote_connect_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2367, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/ssh
8,107
[ "no_license" ]
[ { "path": "roles/ssh/files/ssh_config", "content": "Host *\n GSSAPIAuthentication yes\n GSSAPIDelegateCredentials no\n ForwardX11Trusted yes\n SendEnv LANG LC_*\n SendEnv XMODIFIERS\n HashKnownHosts yes\n\nHost *.dev\n ForwardAgent yes\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2115, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/ssl
8,107
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n- name: Ensure /etc/ssl/webserver-certs/ exists\n file: path=/etc/ssl/webserver-certs state=directory owner=root group=root\n- name: Copy any SSL certificates that are provided by a website\n copy: src={{ item.ssl }} dest=/etc/ssl/webserver-certs/{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/varnish
8,107
[ "no_license" ]
[ { "path": "roles/varnish/templates/default.vcl.j2", "content": "backend default {\n .host = \"{{ nginx_host }}\";\n .port = \"{{ nginx_port }}\";\n}\n\n# Below is a commented-out copy of the default VCL logic. If you\n# redefine any of these subroutines, the built-in logic will be\n# appended to your...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3277, "all_permissive": false }
ansible_role
SpenserJ/Ansible-Webhost
ea34295470c41af1ef5d8d6af7ca158fbbd26c1a
2
roles/websites
8,107
[ "no_license" ]
[ { "path": "roles/websites/tasks/main.yml", "content": "---\n- name: Ensure the /var/www folder exists\n sudo: yes\n file: path=/var/www state=directory\n- name: Ensure the /var/www/shared folder exists\n sudo: yes\n file: path=/var/www/shared state=directory\n when: \"'development' in group_names\"\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3217, "all_permissive": false }
ansible_role
nicanordlc/jenkins-training
479f4b35ffb524abdb7f359ac688004ca3d0404d
0
ansible/roles/basic
8,107
[ "no_license" ]
[ { "path": "ansible/roles/basic/tasks/main.yml", "content": "- name: \"Installing Basic packages\"\n yum: pkg={{ item }} state=installed\n with_items:\n - vim\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
nicanordlc/jenkins-training
479f4b35ffb524abdb7f359ac688004ca3d0404d
0
ansible/roles/jenkins-master
8,107
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-master/handlers/main.yml", "content": "- name: curl config files\n get_url:\n url: http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: jenkins-ci key\n rpm_key:\n key: https://jenkins-ci.org/redhat/jenkins-ci.org.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
nicanordlc/jenkins-training
479f4b35ffb524abdb7f359ac688004ca3d0404d
0
ansible/roles/jenkins-slave
8,107
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-slave/tasks/main.yml", "content": "- name: \"Installing software for 'jenkins-training-slave'\"\n yum: pkg={{ item }} state=installed\n with_items:\n - java-1.8.0-openjdk\n\n- name: \"Adding User\"\n user:\n name: jenkins\n home: /var/lib/jenkins\n generate_ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
tankmek/shc-nginx-lb
7043d22962e7fb4f9e2e7bb1b19fc93c2f4f16a8
0
roles/nginx-lb
8,107
[ "no_license" ]
[ { "path": "roles/nginx-lb/tasks/generate-ssl_certs.yml", "content": "---\n- name: ensure openssl dependencies are present\n yum:\n name: \n - openssl\n - python-pip\n - python-setuptools\n state: latest\n\n- name: pyOpenSSL deprecated installing 'cryptography' via pip\n pip:\n name...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7790, "all_permissive": false }
ansible_role
markov-ngz/k8s_auto_setup
e9750964fdf38833d1f7e498888f573de1859bba
0
ansible/roles/apt_setup
8,107
[ "no_license" ]
[ { "path": "ansible/roles/apt_setup/tasks/create_key_folder.yml", "content": "- name: Check if folder already exists\n become : yes\n ansible.builtin.stat:\n path: \"{{ key_folder }}\"\n register : dir_to_check\n- name: Create APT keyrings folder\n become : yes\n shell: sudo mkdir {{ key_folder}}\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 523, "all_permissive": false }
ansible_role
markov-ngz/k8s_auto_setup
e9750964fdf38833d1f7e498888f573de1859bba
0
ansible/roles/k8s_install
8,107
[ "no_license" ]
[ { "path": "ansible/roles/k8s_install/tasks/setup_controllers.yml", "content": "- name: Init Kubeadm on master node to setup control plane\n shell: kubeadm init --control-plane-endpoint=$(curl ifconfig.me && echo \"\") --apiserver-cert-extra-sans=$(curl ifconfig.me && echo \"\") --pod-network-cidr=192.168....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2194, "all_permissive": false }
ansible_role
justinnais/alpine-inc
be9278ef9504f2ae70d45b7c99d789faa2b42164
0
ansible/roles/common
8,107
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "# Apply the template - may only need to be on web\n- name: Create template directory\n become: true\n shell:\n cmd: mkdir -p \"{{ service_path }}\"\n\n- name: template file onto remote hosts\n become: true\n template:\n src: notes.servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
justinnais/alpine-inc
be9278ef9504f2ae70d45b7c99d789faa2b42164
0
ansible/roles/web
8,107
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yaml", "content": "---\n# Setting up the web server with Node.js\n\n- name: Get Node setup script\n get_url:\n url: https://rpm.nodesource.com/setup_15.x\n dest: /tmp/node-setup.sh\n mode: 0777\n\n- name: Execute setup script\n become: true\n command: sh /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
paulocalaes/magma-custom
5ec623bb573c7eb501185cd6521c3cabab0eee9b
0
experimental/cloudstrapper/playbooks/roles/magma-agw
8,107
[ "no_license" ]
[ { "path": "experimental/cloudstrapper/playbooks/roles/magma-agw/tasks/agw-setup.yaml", "content": "---\n\n- name: run magma deploy\n command: ansible-playbook -e '@{{ usrHome }}/ansible-env.yaml' -e \"magma_pkgrepo_dist=focal-{{ buildAgwPackage }}\" -i {{ usrHome }}/inventory {{ deployPath }}/magma_deploy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
paulocalaes/magma-custom
5ec623bb573c7eb501185cd6521c3cabab0eee9b
0
lte/gateway/deploy/roles/focal_hacks
8,107
[ "no_license" ]
[ { "path": "lte/gateway/deploy/roles/focal_hacks/tasks/main.yml", "content": "---\n################################################################################\n# Copyright 2020 The Magma Authors.\n\n# This source code is licensed under the BSD-style license found in the\n# LICENSE file in the root direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1333, "all_permissive": false }
ansible_role
sanchitbahal/ror_dev
0de4c4195dfb4e9ee78853c25b30b451d8bf3137
0
provision/roles/base
8,107
[ "no_license" ]
[ { "path": "provision/roles/base/tasks/main.yml", "content": "- name: Install curl\n sudo: yes\n apt: name=curl state=present update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_commonOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_commonOpt/tasks/main.yml", "content": "--- \r\n - name: server ID\r\n become: true\r\n debug:\r\n msg: \"{{ mysql_server_id }} and {{ ansible_default_ipv4.address }}\"\r\n tags: server_ID\r\n\r\n - name: Install packages\r\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1732, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_hiveOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_hiveOpt/tasks/main.yml", "content": "---\r\n - name: Create the hive database\r\n become: true\r\n mysql_db:\r\n name: hive\r\n state: present\r\n login_password: \"{{ <PASSWORD> }}\"\r\n\r\n - name: Create the hive user and setting pri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_masterOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_masterOpt/tasks/main.yml", "content": "---\r\n - name: Register master IP\r\n set_fact: mysql_replication_master=\"{{ansible_default_ipv4.address}}\"\r\n register: mysql_replication_master\r\n\r\n #- name: MYSQL_VARIABLES | Get MySQL vendor\r\n # b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_oozieOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_oozieOpt/tasks/main.yml", "content": "---\r\n - name: Create the oozie database\r\n become: true\r\n mysql_db:\r\n name: oozie\r\n state: present\r\n login_password: \"{{ <PASSWORD> }}\"\r\n\r\n - name: Create the oozie user and setting...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_rangerOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_rangerOpt/tasks/main.yml", "content": "---\r\n - name: Create the ranger database\r\n become: true\r\n mysql_db:\r\n name: ranger\r\n state: present\r\n login_password: \"{{ <PASSWORD> }}\"\r\n\r\n - name: Create the rangeradmin user an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
28mane/testMariadb
0702e55cdef32730c463c894451058b342a3a1f8
0
testMaria/playbooks/roles/mariadb_slaveOpt
8,107
[ "no_license" ]
[ { "path": "testMaria/playbooks/roles/mariadb_slaveOpt/tasks/main.yml", "content": "---\r\n - name: Deploy slave configuration\r\n become: true\r\n template: >\r\n src=slave.cnf.j2\r\n dest=/etc/my.cnf.d/server.cnf\r\n notify: restart mysql\r\n\r\n #- name: Printing\r\n # becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1840, "all_permissive": false }
ansible_role
ghyde/selinux-presentation
3f8b9a0f4adff0d5a5262aeed1e9410a7492f070
0
vagrant/roles/bash
8,107
[ "no_license" ]
[ { "path": "vagrant/roles/bash/tasks/main.yml", "content": "---\n- name: install required packages\n yum:\n name: \"{{ item }} \"\n state: installed\n loop:\n - gcc\n\n- name: download version of bash vulnerable to shellshock\n unarchive:\n src: https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
ghyde/selinux-presentation
3f8b9a0f4adff0d5a5262aeed1e9410a7492f070
0
vagrant/roles/users
8,107
[ "no_license" ]
[ { "path": "vagrant/roles/users/tasks/main.yml", "content": "- name: change homedir permissions\n file:\n path: /home/vagrant\n state: directory\n owner: vagrant\n group: vagrant\n mode: '0711'\n recurse: false\n\n- name: copy secret file\n copy:\n src: secrets.txt\n dest: /home/vag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
ghyde/selinux-presentation
3f8b9a0f4adff0d5a5262aeed1e9410a7492f070
0
vagrant/roles/web
8,107
[ "no_license" ]
[ { "path": "vagrant/roles/web/tasks/main.yml", "content": "---\n- name: disable firewall\n systemd:\n name: firewalld\n state: stopped\n enabled: false\n masked: true\n\n- name: install web server\n yum:\n name: httpd\n state: installed\n\n- name: start web server\n systemd:\n name: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
AMITKUMAR7970/multi-cloud-console
0e00a0afe5592b6df42a78e634b3fa07325afb91
0
infra/ansible/roles/docker
8,107
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker on Ubuntu\r\n apt:\r\n name: docker.io\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Ensure Docker is started\r\n service:\r\n name: docker\r\n state: started\r\n enabled: yes", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
AMITKUMAR7970/multi-cloud-console
0e00a0afe5592b6df42a78e634b3fa07325afb91
0
infra/ansible/roles/monitoring
8,107
[ "no_license" ]
[ { "path": "infra/ansible/roles/monitoring/tasks/main.yml", "content": "- name: Install Prometheus\r\n apt:\r\n name: prometheus\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Install Grafana\r\n apt:\r\n name: grafana\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Ensur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/ansible
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/ansible/tasks/main.yml", "content": "---\n- name: Update repositories cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install ansible\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no \n vars:\n pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/apt_update
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/apt_update/tasks/main.yml", "content": "- name: update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: install packages to allow apt to use repository offer HTTPS\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certifica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/bash
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/bash/files/bashrc", "content": "# ~/.bashrc: executed by bash(1) for non-login shells.\n# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)\n\n# Test for an interactive shell. There is no need to set anything\n# past this point for scp and rcp, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5013, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/citrix
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/citrix/handlers/main.yml", "content": "---\n- name: rehash certs\n command: c_rehash /opt/Citrix/ICAClient/keystore/cacerts/\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "ansible-playbook-root/roles/cit...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2384, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/console_editors
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/console_editors/tasks/main.yml", "content": "---\n- name: Update repositories cache\n become: yes\n apt:\n\n\n- name: Console Editors\n become: yes\n apt:\n name:\n - ne\n - tilde\n - zile\n - vim\n state: latest\n update_cache: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/console_file_managers
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/console_file_managers/tasks/main.yml", "content": "---\n- name: Update repositories cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Console Editors\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no \n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/docker_services_manual
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/docker_services_manual/tasks/main.yml", "content": "---\n- name: docker related services stop and manual start only\n become: yes\n systemd:\n name: \"{{ item }}\"\n enabled: no\n state: stopped\n with_items:\n - cadvisor\n - rawdns\n - containerd\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/emacs
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/emacs/tasks/main.yml", "content": "---\n- name: Install emacs\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: latest\n install_recommends: no \n vars:\n packages:\n - emacs-nox\n - git-el\n - python-mode\n - yaml-mode\n - elpa-lua...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/firewall_ufw
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/firewall_ufw/tasks/main.yml", "content": "---\n- name: UFW - Allow everything and enable\n become: yes\n ufw:\n state: enabled\n policy: allow\n\n- name: UFW - set logging\n become: yes\n ufw:\n logging: on\n\n# ufw supports connection rate limiting, which...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/gradle
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/gradle/tasks/main.yml", "content": "---\n\n# the module apt_repository cannot be used behind proxy\n\n- name: copy gradle ppa key\n become: yes\n copy:\n src: files/0xD7CC6F019D06AF36.pgp\n dest: /tmp/0xD7CC6F019D06AF36.pgp\n\n- name: import gradle ppa key\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/icewm
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/icewm/tasks/main.yml", "content": "- name: Install icewm packages\n become: true\n apt:\n name:\n - icewm\n update_cache: true\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/jdk_8
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/jdk_8/tasks/main.yml", "content": "---\n- name: apt-get update\n become: yes\n apt:\n update_cache: yes\n\n- name: install JDK\n become: yes\n apt:\n name: \"openjdk-8-jdk\"\n\n- name: export JAVA_HOME # OpenJDK installer does not do this by default and mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/kernel
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/kernel/tasks/main.yml", "content": "---\n- name: Update repositories cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Latest linux kernel\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no \n vars:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/linux-mint-repo
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/linux-mint-repo/tasks/main.yml", "content": "---\n- name: Check if linux mint repository is installed\n shell: find /etc/apt/ -name *.list | xargs cat | grep ^[[:space:]]*deb.*linuxmint | wc -l\n register: linuxmint_repo_check_output\n changed_when: false\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/logging
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/logging/tasks/main.yml", "content": "---\n- name: journald Storage=none\n become: yes\n lineinfile:\n path: /etc/systemd/journald.conf\n regexp: 'Storage='\n line: Storage=none\n state: present\n\n- name: restart journald\n become: yes\n command: system...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/network_interfaces
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/network_interfaces/tasks/main.yml", "content": "---\n#https://askubuntu.com/questions/1031709/ubuntu-18-04-switch-back-to-etc-network-interfaces#1052023\n\n# Ubuntu 18.04 specific\n# they stopped using the classic /etc/init.d/networking and\n# /etc/network/interfaces ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1773, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/no_snap
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/no_snap/tasks/main.yml", "content": "---\n- name: Remove snap related packages\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: absent\n purge: yes\n install_recommends: no \n vars:\n packages:\n - snapd\n - snap\n - snap-confine\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/no_swap
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/no_swap/tasks/main.yml", "content": "---\n- name: turn off swap\n become: yes\n command: swapoff -a\n \n- name: remove swap from fstab\n become: yes\n lineinfile:\n path: /etc/fstab\n regexp: '\\\\sswap\\\\s+sw'\n state: absent\n \n- name: remove /swap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/no_wifi
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/no_wifi/tasks/main.yml", "content": "---\n- name: Remove wifi related packages\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: absent\n purge: yes\n install_recommends: no \n vars:\n packages:\n - crda\n - iw\n - wireless-regdb\n\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/opt_dir_developer
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/opt_dir_developer/tasks/main.yml", "content": "- name: create group developer\n become: yes\n group:\n name: developer\n state: present\n\n- name: directory /opt writable by group developer\n become: yes\n file:\n path: /opt\n state: directory\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/proxy_settings
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/proxy_settings/tasks/main.yml", "content": "---\n- name: proxy settings for bash.bashrc\n become: yes\n lineinfile:\n dest: /etc/bash.bashrc\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n insertafter: 'return$'\n with_items:\n - { regexp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1506, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/sshfs
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/sshfs/tasks/main.yml", "content": "---\n- name: Console Editors\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no \n vars:\n packages:\n - sshfs\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": 158, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/tmp_tmpfs
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/tmp_tmpfs/tasks/main.yml", "content": "---\n- name: /tmp in tmpfs\n become: yes\n lineinfile:\n path: /etc/fstab\n regexp: '\\\\s/tmp\\\\s'\n line: tmpfs /tmp tmpfs defaults,noatime,nodiratime,norelatime,nosuid,nodev 0 0\n state: present\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/unwanted_packages
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/unwanted_packages/tasks/main.yml", "content": "---\n- name: Remove unwanted packages\n become: yes\n apt:\n name:\n - avahi-daemon\n - avahi-utils\n - avahi-autoipd\n - nvidia-prime-applet\n - reiserfsprogs\n - apturl\n - apturl-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5417, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/wanted_packages
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/wanted_packages/tasks/main.yml", "content": "---\n- name: Install wanted packages\n become: yes\n apt:\n name:\n - sshpass\n - htop\n - mc\n - openssh-server\n - f2fs-tools\n - deborphan\n - zile\n - putty\n - mtp-tools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }