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
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/llvm
7,381
[ "no_license" ]
[ { "path": "roles/llvm/tasks/ubuntu.yaml", "content": "---\n# tasks file for Ubuntu\n- name: llvm | Ensure installed llvm (APT)\n apt:\n name: llvm\n state: present\n become: yes\n environment: \"{{ proxy_env }}\"\n\n- name: llvm | Ensure installed llvm-runtime (APT)\n apt:\n name: llvm-runtime\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/mono
7,381
[ "no_license" ]
[ { "path": "roles/mono/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/mono", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/mono/handlers/main.yml", "content": "---\n# handlers file for role...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1216, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/nodejs
7,381
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yaml", "content": "---\n# tasks file for rbenv\n- name: nodejs | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - ansible_distribution == \"Ubuntu\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "pat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1238, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/nvim
7,381
[ "no_license" ]
[ { "path": "roles/nvim/files/vimfiles/rc/dein.toml", "content": "# -------------------------------------\n# dein.vim\n# -------------------------------------\n[[plugins]]\nrepo = 'Shougo/dein.vim'\n\n# -------------------------------------\n# deoplete.nvim\n# -------------------------------------\n[[plugin...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 13994, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/ocaml
7,381
[ "no_license" ]
[ { "path": "roles/ocaml/tasks/main.yaml", "content": "---\n# tasks for OCaml\n- name: OCaml | Switch to 4.07.1\n shell: opam switch create 4.07.1\n environment: \"{{ proxy_env }}\"\n ignore_errors: yes\n\n- name: OCaml | Reinitialize opam\n shell: eval $(opam config env)\n environment: \"{{ proxy_env }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/opam
7,381
[ "no_license" ]
[ { "path": "roles/opam/tasks/main.yaml", "content": "---\n# tasks for opam\n- name: opam | Install pexpect module.\n pip:\n name: pexpect\n\n- name: opam | Make a temporary directory.\n tempfile:\n state: directory\n register: directory\n\n- name: opam | Download the install script.\n get_url:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/powershell
7,381
[ "no_license" ]
[ { "path": "roles/powershell/tasks/main.yaml", "content": "---\n# tasks file for powershell\n- name: powershell | Check if installing powershell\n shell: which pwsh\n register: pwsh_installed\n ignore_errors: yes\n\n- name: powershell | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - pwsh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/rbenv
7,381
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yaml", "content": "---\n# tasks file for rbenv\n- name: rbenv | Install tasks for Ubunts\n include: ubuntu.yaml\n when:\n - ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/repo
7,381
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yaml", "content": "---\n# tasks file for repo\n- name: repo | Ensure $HOME/.local/bin\n file:\n path: ~/.local/bin\n state: directory\n\n- name: repo | Get files from Google.\n get_url:\n url: https://storage.googleapis.com/git-repo-downloads/repo\n dest: ~/.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/review
7,381
[ "no_license" ]
[ { "path": "roles/review/tasks/main.yaml", "content": "---\n# tasks for Re:View\n- name: Re:Veiw | Install ruby latest\n shell: rbenv install 2.6.3\n environment: \"{{ proxy_env }}\"\n ignore_errors: yes\n\n- name: Re:Veiw | Switch ruby version\n shell: rbenv local 2.6.3\n environment: \"{{ proxy_env }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/sudoers
7,381
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n# tasks file for sudoers\n- name: sudoers | Ensure existed ansible_user in /etc/sudoers\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^{{ ansible_user }} ALL='\n line: '{{ ansible_user }} ALL=NOPASSWD: ALL'\n validat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
0x4FCA/dotfiles
2614133e590ade8c65b2916788e3cacb6571f8a6
0
roles/vscode
7,381
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yaml", "content": "---\n# tasks file for vscode\n- name: vscode | Check if installing vscode.\n shell: which code\n register: vscode_installed\n ignore_errors: yes\n\n- name: vscode | Install tasks for Ubuntu\n include: ubuntu.yaml\n when:\n - vscode_installed == \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2094, "all_permissive": false }
ansible_role
rcbops/openstack-ansible-os_horizon_metadatasearch
e0780484b0b016bd083879f93381f5e701f3fea7
1
playbooks/roles/os_horizon_metadatasearch
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/os_horizon_metadatasearch/defaults/main.yml", "content": "horizon_metadatasearch_git_repo: https://github.com/michaelrice/horizon_metadata_search\nhorizon_metadatasearch_git_install_branch: master\nhorizon_metadatasearch_dest_dir: /opt/rackspace/horizon-metadatasearch\nhorizon_met...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2479, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/Firewall
7,381
[ "no_license" ]
[ { "path": "roles/Firewall/tasks/main.yaml", "content": "---\n# Install ufw (Uncomplicated Firewall)\n- name: Install ufw\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n# Allow SSH through the firewall\n- name: Allow SSH through the firewall\n ufw:\n rule: allow\n name: OpenSSH\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/backup
7,381
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "---\n- name: Ensure backup directory exists\n file:\n path: /backups\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n\n\n- name: Perform database backup\n shell: >\n mysqldump -u {{ db_user }} -p{{ db_user_password ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/compliance
7,381
[ "no_license" ]
[ { "path": "roles/compliance/tasks/main.yaml", "content": "---\n- name: Disable Root SSH Login\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin no'\n notify: Restart SSH\n \n\n\n- name: Update all packages\n ansible.builtin.apt:\n upgrade: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/database_server
7,381
[ "no_license" ]
[ { "path": "roles/database_server/tasks/main.yaml", "content": "---\n- name: Install Mysequel\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: Enable and Start Mysql\n ansible.builtin.service:\n name: mysql\n state: started\n enabled: yes \n\n- name: Ensure ufw allo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1936, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/logging
7,381
[ "no_license" ]
[ { "path": "roles/logging/vars/main.yaml", "content": "log_server: <ip addr>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/logging/tasks/main.yaml", "content": "---\n- name: Install rsyslog\n ansible.builtin.apt:\n name: rsyslog\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/user_management
7,381
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yaml", "content": "---\n- name: Ensure the 'dev' group exists\n ansible.builtin.group:\n name: dev\n state: present\n\n\n- name: Create Users \n ansible.builtin.user:\n name: \"{{ item.name }}\"\n state: present\n groups: \"{{ item.groups }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
SivaSankarMG/Ansible
791d9c623f2dee1cf9c6f21e1d30e09212155e56
0
roles/web_server
7,381
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yaml", "content": "---\n- name: Installing packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apache2\n - php\n - php-mysql\n - libapache2-mod-php\n\n- name: Enable and Start Apache\n ansible.builtin.service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
paullmangundayao/Mangundayao_MidtermExam
3c056c090edf8682d6b71c2ee417aa77a1804aa1
0
roles/elk_centos
7,381
[ "no_license" ]
[ { "path": "roles/elk_centos/tasks/main.yml", "content": "---\n- name: Install Java\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Install Elasticsearch\n yum:\n name: elasticsearch\n state: present\n\n- name: Start and enable Elasticsearch service\n service:\n name: elastics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/aur
7,381
[ "no_license" ]
[ { "path": "roles/aur/molecule/default/prepare.yml", "content": "---\n- name: Prepare\n hosts: all\n gather_facts: false\n\n tasks:\n - name: Update pacman cache.\n community.general.pacman:\n update_cache: true\n\n - name: Install harfbuzz to prevent dependency cycle.\n community.g...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2301, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/dots
7,381
[ "no_license" ]
[ { "path": "roles/dots/tasks/main.yml", "content": "---\n- name: Install git.\n become: true\n community.general.pacman:\n name: git\n state: present\n\n- name: Check if git exists.\n ansible.builtin.stat:\n path: \"{{ dots_git_dest }}/.git\"\n register: git_exists\n\n- name: Clone/update dots.\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2979, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/firefox
7,381
[ "no_license" ]
[ { "path": "roles/firefox/molecule/default/molecule.yml", "content": "---\nrole_name_check: 1\ndependency:\n name: galaxy\n options:\n ignore-errors: true\ndriver:\n name: docker\nplatforms:\n - name: firefox\n image: \"sjoerdthijsse/archlinux:latest\"\n command: ${MOLECULE_DOCKER_COMMAND:-\"\"}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1805, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/neovim
7,381
[ "no_license" ]
[ { "path": "roles/neovim/molecule/dots/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n\n roles:\n - role: neovim\n vars:\n neovim_bootstrap_result: /root/.local/share/nvim/lazy\n neovim_mason_result: /root/.local/share/nvim/mason\n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2937, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/pacman
7,381
[ "no_license" ]
[ { "path": "roles/pacman/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n\n roles:\n - role: pacman\n vars:\n pacman_installed_packages:\n - nginx\n pacman_services:\n - nginx\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3579, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/suckless
7,381
[ "no_license" ]
[ { "path": "roles/suckless/tasks/main.yml", "content": "---\n- name: Install suckless build dependencies.\n become: true\n community.general.pacman:\n name: \"{{ suckless_dependencies }}\"\n state: present\n\n- name: Install tools.\n ansible.builtin.include_tasks:\n file: tools.yml\n loop: \"{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3319, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/system
7,381
[ "no_license" ]
[ { "path": "roles/system/handlers/main.yml", "content": "---\n- name: Run locale-gen.\n ansible.builtin.command:\n cmd: locale-gen\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/system/meta/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1930, "all_permissive": false }
ansible_role
thijssesc/dots-ansible
4427073f7544ac33784b5b8166df2896e11393d6
0
roles/work
7,381
[ "no_license" ]
[ { "path": "roles/work/tasks/main.yml", "content": "---\n- name: Secrets.\n ansible.builtin.include_tasks:\n file: secrets.yml\n\n- name: Maven configuration.\n ansible.builtin.include_tasks:\n file: maven.yml\n\n- name: SSH configuration.\n ansible.builtin.include_tasks:\n file: ssh.yml\n\n- nam...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4235, "all_permissive": false }
ansible_role
rjrivero/gwmanager
13fc70f43c6854b3c37f018c7527f0f4778a4d95
0
playbooks/roles/ansible-coreos-bootstrap
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/ansible-coreos-bootstrap/tasks/main.yml", "content": "- name: If redeploying (because of pypy upgrade, for exampe), remove tokens\n raw: rm -f $HOME/.bootstrapped\n when: ansible_coreos_redeploy\n ignore_errors: True\n\n- name: If redeploying remove pypy\n raw: rm -f $HOME/pyp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1711, "all_permissive": false }
ansible_role
rjrivero/gwmanager
13fc70f43c6854b3c37f018c7527f0f4778a4d95
0
playbooks/roles/lab-cluster
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/lab-cluster/vars/main.yml", "content": "---\n\n# List of docker images to upload to the central registry\ndocker_images:\n\n # Name of the repository image\n - name: registry\n # Release tag to download\n tag: 2\n # rename it to this in the local registry\n label: ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 21326, "all_permissive": false }
ansible_role
rjrivero/gwmanager
13fc70f43c6854b3c37f018c7527f0f4778a4d95
0
playbooks/roles/lab-host
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/lab-host/tasks/storage-zfs.yml", "content": "---\n\n- name: Get volumes present\n sudo: yes\n shell: zfs list -t volume -H -o name\n register: volumes\n ignore_errors: yes\n\n- name: If volume is not present, create it\n sudo: yes\n shell: zfs create -V \"{{ vm_volsize }}\" ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 19023, "all_permissive": false }
ansible_role
rjrivero/gwmanager
13fc70f43c6854b3c37f018c7527f0f4778a4d95
0
playbooks/roles/lxcserver
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/lxcserver/templates/lxc-usernet.j2", "content": "{{ lxc_user }} veth br0 20\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "playbooks/roles/lxcserver/vars/main.yml", "content": "# Directorio donde se almacenan los b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6246, "all_permissive": false }
ansible_role
rjrivero/gwmanager
13fc70f43c6854b3c37f018c7527f0f4778a4d95
0
playbooks/roles/sshbot
7,381
[ "no_license" ]
[ { "path": "playbooks/roles/sshbot/templates/autossh.conf.j2", "content": "# AutoSSH - persistent ssh connection\n#\n# Maintains a persistent SSH reverse tunnel to a given control server\n\ndescription \"AutoSSH-based reverse SSH tunnel to control server\"\n\nstart on (started networking)\nstop on (stopped ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5808, "all_permissive": false }
ansible_role
jpthiery/dotfiles
6addf485c5f08c838db7c334c561709226a186c0
0
ansible/roles/shell
7,381
[ "no_license" ]
[ { "path": "ansible/roles/shell/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\ndef test_jpthiery_used_zsh_as_shell(host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1023, "all_permissive": false }
ansible_role
jpthiery/dotfiles
6addf485c5f08c838db7c334c561709226a186c0
0
ansible/roles/yaourt
7,381
[ "no_license" ]
[ { "path": "ansible/roles/yaourt/molecule/default/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - role: yaourt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/yaourt/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1165, "all_permissive": false }
ansible_role
davidx/ansible-hadoop
fad874d3677fc18fe4632459b709c5f25c8865a9
0
roles/hadoop_node
7,381
[ "no_license" ]
[ { "path": "roles/hadoop_node/tasks/main.yml", "content": "---\n\n- name: install java dependency\n apt: pkg=openjdk-{{ java_version }}-jdk\n\n- name: symlink\n shell: ln -s /usr/lib/jvm/java-7-openjdk-amd64 /usr/lib/jvm/java-6-sun\n#- name:\n- name: install hadoop\n shell: wget http://psg.mtu.edu/pub/apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
empressofinnovation/ansible-dev-prod-demo
459c823b147490c4f762f1ef1da5615ea3d3f2f6
0
roles/gather_facts
7,381
[ "no_license" ]
[ { "path": "roles/gather_facts/tasks/main.yml", "content": "- name: Ping the host\n ansible.builtin.ping:\n register: ping_result\n ignore_unreachable: true\n\n- name: Gather facts\n setup:\n when: ping_result.ping is defined\n\n- name: Save gathered facts to file\n delegate_to: localhost\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/eleven
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/eleven/tasks/eleven_aa_role_one.yml", "content": "---\n- yum: name=package-34.0.0.3-1 state=present\n\n- shell: umask 000; /data_dlvry {{item}} executable=/bin/ksh\n environment:\n TMP: /tmp\n with_items:\n - 1234\n - 2345\n- shell: /bin/ls /tmp/log*\n reg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1150, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/five
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/five/handlers/main.yml", "content": "---\n- name: restart serviceone\n service: name=serviceone state=restarted\n- name: restart servicetwo\n service: name=servicetwo state=restarted\n- name: restart servicethree\n service: name=servicethree state=restarted\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 844, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/nine
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/nine/tasks/main.yml", "content": "---\n- include: nine_{{facter_role}}.yml\n when: version == 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/ansible-deploy/roles/nine/templates/two.j2", "con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2609, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/puppetagent
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/puppetagent/vars/main.yml", "content": "---\npuppet_version: '1.3.6'\nusername: 'foo'\npassword: 'bar'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/ansible-deploy/roles/puppetagent/tasks/prod.yml...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2480, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/six
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/six/tasks/main.yml", "content": "---\n- include: six_{{facter_role}}.yml\n when: version == 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/ansible-deploy/roles/six/tasks/six_bb_role_one.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/three
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/three/tasks/three_aa_role_one.yml", "content": "---\n- yum: name=package-1.0-1 state=present\n\n- file: path=/appuser/{{item}} state=directory owner=appuser group=users\n with_items:\n - aa\n - aa/AA\n\n- file: path=/appuser/filesync.ksh state=file owner=appuse...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1197, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/twelve
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/twelve/handlers/main.yml", "content": "---\n- name: restart httpd_server\n service: name=httpd_server state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/ansible-deploy/roles/twelve/tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1586, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/ansible-deploy/roles/two
7,381
[ "no_license" ]
[ { "path": "ansible/ansible-deploy/roles/two/tasks/two_aa_role_one.yml", "content": "---\n- yum: name=package-1.1.2.11-7 state=present\n\n- command: /usr/bin/yumdownloader --destdir /tmp badpackage-2.0.0.7-1.x86_64\n- command: /bin/rpm -U --force /tmp/badpackage-2.0.0.7-1.x86_64.rpm\n", "license_type": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1563, "all_permissive": false }
ansible_role
jleopold28/snippets-and-notes
0a032ee6ecc31c1e626305464f6ca59bfec90275
0
ansible/course/lab-roles/roles/myapache
7,381
[ "no_license" ]
[ { "path": "ansible/course/lab-roles/roles/myapache/defaults/main.yml", "content": "---\napache_enable: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/course/lab-roles/roles/myapache/tasks/main.yml", "content": "---\n- name: ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
nkgupta1989/ansible-role-celery
53db0fc7fd5d494db1475addf8470a6eeb5ee896
0
roles/celery
7,381
[ "no_license" ]
[ { "path": "roles/celery/tasks/celerybeat.yml", "content": "---\n- name: Configure Celerybeat default file\n template: src=celerybeat.j2 dest=/etc/default/celerybeat-{{celery_app_name}} owner={{ local_user }} group={{ local_user }}\n\n- name: Configure Celerybeat init.d service\n template: src=celerybeat.i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2998, "all_permissive": false }
ansible_role
nkgupta1989/ansible-role-celery
53db0fc7fd5d494db1475addf8470a6eeb5ee896
0
roles/common
7,381
[ "no_license" ]
[ { "path": "roles/common/tasks/yum.yml", "content": "---\n- name: update yum cache and all packages\n yum: name=* state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/common/tasks/timezone.yml", "content": "---\...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 2607, "all_permissive": false }
ansible_role
nkgupta1989/ansible-role-celery
53db0fc7fd5d494db1475addf8470a6eeb5ee896
0
roles/virtualenv
7,381
[ "no_license" ]
[ { "path": "roles/virtualenv/tasks/main.yml", "content": "---\n- name: ensure python pip is installed\n yum: name=\"python-pip\" state=latest\n\n- name: Install virtual enviornment\n pip: name=\"virtualenv\" state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
sarabrajsingh/udemy-ansible-course
e68d076c677b54bdb9469538a85a314e99a01fae
0
roles/apache2
7,380
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: install web components\n apt: name={{item}} state=present \n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: [ 'packages' ]\n\n- name: ensure mod_wsgi apache2 module is enabled=yes\n apache2_module: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
sarabrajsingh/udemy-ansible-course
e68d076c677b54bdb9469538a85a314e99a01fae
0
roles/demo_app
7,380
[ "no_license" ]
[ { "path": "roles/demo_app/templates/demo.wsgi.j2", "content": "activate_this = '/var/www/demo/.venv/bin/activate_this.py'\nexecfile(activate_this, dict(__file__=activate_this))\n\nimport os\n#user = {{ db_user }}\n#password = {{ db_pass }}\n#server = {{ groups.databases[0] }}\n#instance = {{ db_name}}\nos.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2032, "all_permissive": false }
ansible_role
nickgryg/ansible-mysql-5.5-5.6
2152af965d7342d628bb8fcca45c918f43b7f664
1
roles/mysql
7,380
[ "no_license" ]
[ { "path": "roles/mysql/templates/.my.cnf.j2", "content": "[mysql]\nprompt=\"MySQL: \\\\u [\\\\d]\\n> \"\n\n[client]\nuser = root\npassword = {{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/mysql/defaults/main.yaml", "co...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5581, "all_permissive": false }
ansible_role
grothesk/app-with-plugins-operator
aae9d4a665fb49b2b9d49f48517e04bc88e26cd2
0
roles/appwithplugins
7,380
[ "no_license" ]
[ { "path": "roles/appwithplugins/templates/setup-plugin-store-configmap.yaml.j2", "content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: setup-plugin-store\n namespace: \"{{ ansible_operator_meta.namespace }}\"\ndata:\n setup.sh: |\n #!/bin/sh\n set -e\n echo \"Setup Plugin Store...\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4661, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/celery
7,380
[ "no_license" ]
[ { "path": "ansible/roles/celery/tasks/main.yml", "content": "- name: start celery container\n community.docker.docker_container:\n recreate: true\n name: celery\n image: dlbas/videoarchive-celery:{{ celery_version }}\n volumes:\n - \"{{ media_volume_name }}:{{ media_volume_path }}\"\n net...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/init
7,380
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- name: install docker\n include_role:\n name: geerlingguy.docker\n\n- name: install python pip\n apt:\n name: python-pip\n state: present\n\n- name: install python-backports.ssl-match-hostname\n apt:\n name: python-backports.ssl-matc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/mysql
7,380
[ "no_license" ]
[ { "path": "ansible/roles/mysql/defaults/main.yml", "content": "mysql_image: \"mariadb:latest\"\nmysql_volume_name: mysql\n\nmysql_database: videoarchive\nmysql_user: test\nmysql_password: <PASSWORD>\nmysql_root_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/nginx
7,380
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "nginx_version: \"0.1.0\"\nnginx_config_path: /tmp/nginx.default.conf\n\nvideoarchive_host: \"localhost:8080\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "ansible/roles/nginx/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1251, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/rabbitmq
7,380
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "- name: start rabbitmq container\n community.docker.docker_container:\n name: rabbitmq\n image: \"{{ rabbitmq_image }}\"\n recreate: true\n ports:\n - \"15672:15672\"\n - \"5672:5672\"\n networks:\n - name: \"{{ dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
dlbas/videoarhive
56e415545a3884b4fd8eb13dbab7e7ed12a55d3d
0
ansible/roles/videoarchive
7,380
[ "no_license" ]
[ { "path": "ansible/roles/videoarchive/tasks/main.yml", "content": "- name: do migrations\n community.docker.docker_container:\n name: videoarchive-migration-runner\n image: dlbas/videoarchive-django:{{ videoarchive_version }}\n volumes:\n - \"{{ media_volume_name }}:{{ media_volume_path }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2064, "all_permissive": false }
ansible_role
Rikimaru008/Skillbox
fe3a045ec49ae41f96ee70dc4aea0dbabd4a390c
0
Playbook/roles/grafana
7,380
[ "no_license" ]
[ { "path": "Playbook/roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana\n\n- name: install gpg\n apt:\n name: gnupg,software-properties-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n\n- name: put fix.sh\n template:\n src: fix.sh\n dest: \"~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2986, "all_permissive": false }
ansible_role
Rikimaru008/Skillbox
fe3a045ec49ae41f96ee70dc4aea0dbabd4a390c
0
Playbook/roles/openvpn_node_exporter
7,380
[ "no_license" ]
[ { "path": "Playbook/roles/openvpn_node_exporter/tasks/main.yml", "content": "---\n# tasks file for openvpn_node_exporter\n\n- name:\n shell: \"apt-get update\"\n\n- name: Install GO\n apt:\n name: \"golang\"\n state: \"latest\"\n\n#- name: Install GO\n# shell: \"apt-get install golang \"\n \n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1439, "all_permissive": false }
ansible_role
Rikimaru008/Skillbox
fe3a045ec49ae41f96ee70dc4aea0dbabd4a390c
0
Playbook/roles/ssh
7,380
[ "no_license" ]
[ { "path": "Playbook/roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n- name: Generate an OpenSSH keypair with the default values (4096 bits, rsa)\n openssh_keypair:\n path: /root/.ssh/id_rsa\n owner: root\n group: root\n register: ssh_key\n\n- name: Fix owner of the generated pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
V01dDweller/minecraft_server_install
7d4e8d31344ddd37e45fda1ffa8779a0b4c53955
0
roles/minecraft_server_install
7,380
[ "no_license" ]
[ { "path": "roles/minecraft_server_install/tasks/main.yml", "content": "# file: roles/minecraft_server_install/tasks/main.yml\n---\n- name: Creating minecraft group\n group:\n name: 'minecraft'\n state: present\n\n- name: Creating minecraft user with /opt/minecraft home directory\n user:\n name: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
mbovo/ansible_stuffs
33acd3b9c907e2944136e2a2e98f6f29774e3e4f
7
roles/beegfs
7,380
[ "permissive" ]
[ { "path": "roles/beegfs/tasks/storage.yml", "content": "---\n\n- name: \"Install storage server\"\n yum:\n name: \"{{item}}\"\n state: present\n with_items:\n - beegfs-storage\n\n- include: \"kernel.yml\"\n\n- name: \"mkfs /dev/{{storage_disk}}\"\n shell: \"mkfs.{{disks.storage.fstype}} {{disks....
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8014, "all_permissive": true }
ansible_role
mbovo/ansible_stuffs
33acd3b9c907e2944136e2a2e98f6f29774e3e4f
7
roles/kernel_upgrade
7,380
[ "permissive" ]
[ { "path": "roles/kernel_upgrade/tasks/main.yml", "content": "---\n\n- name: \"Add elrepo gpg key\"\n command: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org\n\n- name: \"Add elrepo for centos\"\n yum:\n name: http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm\n state: prese...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1237, "all_permissive": true }
ansible_role
mbovo/ansible_stuffs
33acd3b9c907e2944136e2a2e98f6f29774e3e4f
7
roles/nexus
7,380
[ "permissive" ]
[ { "path": "roles/nexus/tests/test_default.py", "content": "import os\nimport pytest\n\nimport testinfra.utils.ansible_runner\n\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\n@pytest.fixture(scope=\"module\")\ndef get_vars(...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9991, "all_permissive": true }
ansible_role
mbovo/ansible_stuffs
33acd3b9c907e2944136e2a2e98f6f29774e3e4f
7
roles/telegraf
7,380
[ "permissive" ]
[ { "path": "roles/telegraf/defaults/agent.yml", "content": "---\n\n# Default configuration\nconf:\n global_tags: {}\n agent:\n interval: \"5s\"\n round_interval: \"true\"\n metric_batch_size: 1000\n metric_buffer_limit: 10000\n collection_jitter: \"1s\"\n flush_jitter: \"0s\"\n precisi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 14225, "all_permissive": true }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/ftp
7,380
[ "no_license" ]
[ { "path": "roles/ftp/tasks/main.yml", "content": "---\n- name: Install vsftpd\n apt:\n name: vsftpd\n update_cache: yes\n state: present\n \n- name: Delete old config\n file:\n path: /etc/vsftpd.conf\n state: absent\n \n- name: Create config\n blockinfile:\n path: /etc/vsftpd.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/gather
7,380
[ "no_license" ]
[ { "path": "roles/gather/tasks/main.yml", "content": "---\n- name: Gather cores\n setup:\n filter: ansible_processor_cores \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/helloworld
7,380
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\n- name: Create file\n copy:\n content: Hello world!\n dest: /user/myuser/hello.txt\n owner: myuser\n group: myusers\n mode: 0754\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/nginx
7,380
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n state: latest\n \n- name: Restart nginx\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/remove
7,380
[ "no_license" ]
[ { "path": "roles/remove/tasks/main.yml", "content": "---\n- name: Remove file\n file:\n path: /user/myuser/hello.txt\n state: absent\n \n- name: Remove user\n user:\n name: myuser\n state: absent\n \n- name: Remove group\n group:\n name: myusers\n state: absent\n \n- name: Remo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/statuscheck
7,380
[ "no_license" ]
[ { "path": "roles/statuscheck/tasks/main.yml", "content": "---\n- name: Check nginx status\n command: service nginx status\n args:\n warn: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
elenarazguliaeva/ansible_2
fe3d57f71f9f759b0ece1064a1f17c3c327fea2e
0
roles/user
7,380
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create group\n group:\n name: myusers\n state: present\n \n- name: Create user\n user:\n name: myuser\n groups: myusers\n password: <PASSWORD>\n home: /user/myuser\n state: present\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
mikeckennedy/python-for-entrepreneurs-course-demos
01de69da51f601f136316d86d715e1fe60fd794b
285
15-deployment/blue_yellow_app_deployment/deploy/roles/common
7,382
[ "no_license" ]
[ { "path": "15-deployment/blue_yellow_app_deployment/deploy/roles/common/tasks/nginx.yml", "content": "###\n# configure Nginx with HTTPS\n##\n\n- name: double check Nginx is installed\n apt: name=nginx state=present update_cache=yes\n become: true\n\n\n- name: delete symbolic linked website if necessary\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6519, "all_permissive": false }
ansible_role
mikeckennedy/python-for-entrepreneurs-course-demos
01de69da51f601f136316d86d715e1fe60fd794b
285
15-deployment/blue_yellow_app_deployment/deploy/roles/init_config
7,382
[ "no_license" ]
[ { "path": "15-deployment/blue_yellow_app_deployment/deploy/roles/init_config/tasks/main.yml", "content": "###\n# establishes non-root user with sudo privileges\n##\n- name: update, upgrade packages install fail2ban\n apt:\n name: fail2ban\n state: present\n update_cache: yes\n\n\n- name: create a ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1235, "all_permissive": false }
ansible_role
A838934/Batch_script
aa233ac6032b5237a9d8d384d6d74262bb15177c
0
roles/role_execute_bat_file
7,382
[ "no_license" ]
[ { "path": "roles/role_execute_bat_file/tasks/main.yml", "content": "---\n\n# - name: Delete a file\n# win_file:\n# # path: C:/temp/test_1.bat\n# path: C:/temp/test_1.ps1\n# state: absent\n\n- name: Copy a file\n win_copy: \n src: test_1.bat\n dest: C:/temp/test_1.bat\n# src: test_1.ps1\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 909, "all_permissive": false }
ansible_role
zcat7449/test_work
efda490acd20bccf051570455630a268b1af30d5
0
roles/filebeat
7,382
[ "no_license" ]
[ { "path": "roles/filebeat/defaults/main.yml", "content": "---\ndestin_folder: /etc/filebeat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/filebeat/files/filebeam.yml", "content": "######################## Filebeat Configuration ########...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8753, "all_permissive": false }
ansible_role
skkumari6669/expense-ansible-roles
c6ab11b648a48d4fa169d7f83db083133922f081
0
roles/common
7,382
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: remove app location\n ansible.builtin.file:\n path: \"{{ app_location }}\" \n state: absent\n ignore_errors: true\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\" \n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/certbot
7,382
[ "no_license" ]
[ { "path": "roles/certbot/library/certbot_deploy.py", "content": "\"\"\" Ansible module to run the certbot deploy script. \"\"\"\nfrom pathlib import Path\nimport subprocess\nfrom subprocess import PIPE\nfrom ansible.module_utils.basic import AnsibleModule\n\nLIVE = Path('/etc/letsencrypt/live')\n\n\ndef _ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5408, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/dev
7,382
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n# OS\n\n- name: Packages\n ansible.builtin.apt:\n pkg:\n - man\n - mlocate\n\n- name: Editor\n community.general.alternatives:\n name: editor\n path: /usr/bin/vim.basic\n\n\n# Root\n\n- name: Root .vim\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/exim
7,382
[ "no_license" ]
[ { "path": "roles/exim/tasks/main.yml", "content": "---\n- name: Packages\n ansible.builtin.apt:\n pkg:\n - exim4\n\n- name: Configtype smarthost\n notify:\n - update exim conf\n - restart exim service\n ansible.builtin.lineinfile:\n dest: /etc/exim4/update-exim4.conf.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/host
7,382
[ "no_license" ]
[ { "path": "roles/host/tasks/main.yml", "content": "---\n\n# Basic stuff.\n\n- name: Hostname\n notify:\n - notify reboot\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n\n- name: Timezone\n notify:\n - notify reboot\n community.general.timezone:\n name: \"{{ timezone }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/parked
7,382
[ "no_license" ]
[ { "path": "roles/parked/tasks/main.yml", "content": "---\n- name: Deployment directory\n ansible.builtin.file:\n path: /opt/stack\n state: directory\n owner: root\n group: root\n mode: \"0755\"\n\n- name: Web directory\n ansible.builtin.file:\n path: /opt/stack/web\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2063, "all_permissive": false }
ansible_role
tessercat/stack-deploy
15902f8dcf0b00ece1c17922b1598ae31e6c3deb
0
roles/stack
7,382
[ "no_license" ]
[ { "path": "roles/stack/tasks/main.yml", "content": "---\n\n- name: Disable apt-daily\n ansible.builtin.systemd:\n name: apt-daily.timer\n state: stopped\n enabled: false\n\n- name: Disable apt-daily-upgrade\n ansible.builtin.systemd:\n name: apt-daily-upgrade.timer\n state: stoppe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
WikKam/LSC-projekt
a9290192d0333c10b05ad373fe04895ad401443a
0
ansible-nomad/roles/docker
7,382
[ "no_license" ]
[ { "path": "ansible-nomad/roles/docker/tasks/main.yml", "content": "- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
michel-slm/kopdar-playbook
0b8133819408d20db7857e160908998b93879480
1
roles/basic-centos-setup
7,382
[ "no_license" ]
[ { "path": "roles/basic-centos-setup/tasks/main.yml", "content": "- name: adjust hostname\n hostname: name={{ hostname }}\n\n- name: user -- michel\n user:\n name=michel\n groups=wheel\n shell=/bin/bash\n state=present\n uid=1000\n\n- name: SSH key -- michel\n authorized_key:\n user=mich...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
michel-slm/kopdar-playbook
0b8133819408d20db7857e160908998b93879480
1
roles/gogs
7,382
[ "no_license" ]
[ { "path": "roles/gogs/tasks/main.yml", "content": "- name: required packages\n yum: pkg=git,unzip state=present\n\n- name: user -- gogs\n user:\n name=git\n system=yes\n home=/home/git\n\n- name: check if Gogs is deployed\n stat:\n path=/home/git/gogs\n register: gogs\n \n- name: deploy Gog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1249, "all_permissive": false }
ansible_role
michel-slm/kopdar-playbook
0b8133819408d20db7857e160908998b93879480
1
roles/nginx
7,382
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: required packages\n yum: pkg=nginx state=present\n\n- name: Enable nginx\n service: name=nginx enabled=yes state=started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
montel-ig/techtest
80b42fe949f8505642b622fc66f459a47e4ba114
0
ansible/roles/montel.nginx-front
7,382
[ "no_license" ]
[ { "path": "ansible/roles/montel.nginx-front/files/nginx.conf.j2", "content": "# return 444 as default, only allow explicitly set hosts\nserver {\n listen 80;\n server_name _ default;\n return 444;\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1158, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/add_user_deploy
7,382
[ "no_license" ]
[ { "path": "provision/roles/add_user_deploy/tasks/main.yml", "content": "---\n- name: Ensure deployers group is present\n group: name=deployers state=present\n sudo: true\n- name: Ensure user is present and member of the deployers group\n user: name={{ app_user }} generate_ssh_key=yes ssh_key_bits={{ app_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/app_deploy
7,382
[ "no_license" ]
[ { "path": "provision/roles/app_deploy/tasks/git.yml", "content": "---\n- name: Clone git repository\n git: repo={{ git_repository }}\n dest={{ app_git_folder }}\n version={{ git_branch }}\n accept_hostkey=true\n\n- name: Create build git directory\n file: path={{ deploy_path.stdout }}/gi...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 3855, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/app_localdev
7,382
[ "no_license" ]
[ { "path": "provision/roles/app_localdev/tasks/python.yml", "content": "---\n# Check if virtualenv is created\n- shell: if [ -e .virtualenv ]; then echo yes; else echo no; fi;\n register: virtualenv_exists\n always_run: True\n# Create virtualenv\n- name: Ensure virtualenv is created\n when: virtualenv_exi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2009, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/app_production
7,382
[ "no_license" ]
[ { "path": "provision/roles/app_production/tasks/main.yml", "content": "---\n- name: Create user and generate shh-key file\n user: name={{ app_user }} generate_ssh_key=yes ssh_key_bits={{ app_user_key_bits }} ssh_key_file=.ssh/id_rsa\n sudo: true\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/base
7,382
[ "no_license" ]
[ { "path": "provision/roles/base/handlers/main.yml", "content": "- include: ntp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "provision/roles/base/tasks/ntp.yml", "content": "---\n- name: ensure ntpd is at the latest version\n apt: pk...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 193, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/deploy_user
7,382
[ "no_license" ]
[ { "path": "provision/roles/deploy_user/tasks/main.yml", "content": "---\n- name: Create user and generate shh-key file\n user: name={{ app_user }} generate_ssh_key=yes ssh_key_bits={{ app_user_key_bits }} ssh_key_file=.ssh/id_rsa shell=/bin/bash\n sudo: true\n- include: folders.yml\n- include: sudoer.yml\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2196, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/nginx
7,382
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- include_vars: ../../deploy_user/defaults/main.yml\n- name: Ensure nginx installed\n apt: pkg=nginx state=latest\n sudo: true\n\n- name: Ensure default hostfile is deleted\n file: path=/etc/nginx/sites-enabled/default state=absent\n sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/nodejs
7,382
[ "no_license" ]
[ { "path": "provision/roles/nodejs/tasks/main.yml", "content": "---\n- include: nodejs.yml\n- include: tools.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "provision/roles/nodejs/tasks/nodejs.yml", "content": "---\n- name: Ensure nodejs i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 411, "all_permissive": false }
ansible_role
fmartingr/amiibofindr
605ed1bac1f64cfa6d51c343a431e7c3ad6eaa92
2
provision/roles/postgresql
7,382
[ "no_license" ]
[ { "path": "provision/roles/postgresql/handlers/postgresql.yml", "content": "---\n- name: start postgresql\n service: name=postgresql state=started\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provision/roles/postgresql/task...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1386, "all_permissive": false }