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
cerepx/packt
e62cff78f2d781d482acab9313f4508e66fd7c1c
0
roles/wordpress
135
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n# defaults file for wordpress\nwp_srcdir: /tmp \nwp_docroot: /usr/share/nginx/html \nwp_user: www-data\nwp_group: www-data\nwp_sitedir: wordpress\nwp_dbhost: 192.168.56.31\nwp_dbpass: <PASSWORD>\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
Chuks-project/Project-19-Packer
70e465a75667aeef390ed0f23502843b9006d474
0
Ansible/roles/tooling
135
[ "no_license" ]
[ { "path": "Ansible/roles/tooling/tasks/setup-db.yml", "content": "# - name: Install PyMySQL\n# pip:\n# name: pymysql\n# state: present\n \n# - name: create database\n# community.mysql.mysql_db:\n# login_host: \"terraform-2023050109583046800000000c.crlnswkkjx3m.us-east-1.rds.amazonaws.com\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1699, "all_permissive": false }
ansible_role
Chuks-project/Project-19-Packer
70e465a75667aeef390ed0f23502843b9006d474
0
Ansible/roles/wordpress
135
[ "no_license" ]
[ { "path": "Ansible/roles/wordpress/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-2023052209435280100000000c.crlnswkkjx3m.us-east-1.rds.amazonaws.com\" \n logi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
hoantp/galera_demo
c99bdec8769039bcee508159fd1c4b7d2901a895
0
ansible/roles/common
135
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- hostname: name={{ host_name }}\n\n- name: Install common packages\n yum: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - vim\n - curl\n - yum-utils\n\n- name: Set timezone to Asia/Ho_Chi_Minh\n timezo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
johan--/AbnormalLoads
4df0dda527ccdd90970e747391a5c7a8dcc19eeb
0
deploy/common/roles/clean
135
[ "no_license" ]
[ { "path": "deploy/common/roles/clean/tasks/main.yml", "content": "- name: install grunt-cli\n npm: name=grunt-cli global=yes\n\n- name: remove node_modules\n file: path={{web_dir}}/{{app_name}}/src/{{app_version}}/node_modules state=absent\n\n- name: remove bower_components\n file: path={{web_dir}}/{{ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
johan--/AbnormalLoads
4df0dda527ccdd90970e747391a5c7a8dcc19eeb
0
deploy/common/roles/update
135
[ "no_license" ]
[ { "path": "deploy/common/roles/update/tasks/main.yml", "content": "- name: create dev symlink to code\n file: src={{src_path}} dest={{web_dir}}/{{app_name}}/src/{{app_version}} state=link\n when: app_version == 'dev'\n\n- name: install {{app_name}} via git\n git: repo=<EMAIL>:GB3/abnormalloads.git dest={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4408, "all_permissive": false }
ansible_role
johan--/AbnormalLoads
4df0dda527ccdd90970e747391a5c7a8dcc19eeb
0
deploy/common/roles/upgradedb
135
[ "no_license" ]
[ { "path": "deploy/common/roles/upgradedb/templates/upgrade.js", "content": "var insertSystemRoles = function(sysId) {\n db.roles.insert({name: \"SysAdmin\", systemId: sysId});\n db.roles.insert({name: \"Admin\", systemId: sysId});\n db.roles.insert({name: \"User\", systemId: sysId});\n db.roles.insert({...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2812, "all_permissive": false }
ansible_role
okayy/Ansible
b0c999475dc05c23b9267223c5eabbdb25d9b941
0
roles/acme
135
[ "no_license" ]
[ { "path": "roles/acme/tasks/main.yaml", "content": "---\n\n- name: Install dependencies\n yum:\n name: socat\n update_cache: True\n\n- name: Create acme dir\n file:\n path: \"{{ acme_dest | dirname }}\"\n state: \"directory\"\n owner: \"{{ acme_sh_become_user }}\"\n group: \"{{ acme_sh_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 190270, "all_permissive": false }
ansible_role
okayy/Ansible
b0c999475dc05c23b9267223c5eabbdb25d9b941
0
roles/javadumps
135
[ "no_license" ]
[ { "path": "roles/javadumps/defaults/main.yaml", "content": "---\njavadumps_path: \"/path\"\njavadumps_user: \"username\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/javadumps/tasks/main.yaml", "content": "---\n- name: \"Common::Java...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
m-goncalves/blur-system
eee2ba540f1e23ff5e743945e6eae7214ed075ca
1
terraform/roles/common
132
[ "no_license" ]
[ { "path": "terraform/roles/common/templates/tfvars.j2", "content": "access_key = \"{{ terraform[env].access_key }}\"\ncluster_name = \"{{ terraform[env].cluster_name }}\"\ngrafana_pwd = \"{{ terraform[env].grafana_pwd }}\"\ninstance_type = \"{{ terraform[env].instance_type }}\"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1095, "all_permissive": false }
ansible_role
maa-targino/Playbook-Ansible
e9cbfaaafd573570daa411e4f2ec8531b7f17207
1
roles/mysql
132
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n - name: Cria o DB para o Wordpress\n mysql_db: name={{ wp_mysql_db }} state=present\n\n - name: Cria um usuario DB para o WordPress\n mysql_user:\n name={{ wp_mysql_user }}\n password={{ <PASSWORD> }}\n pri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 454, "all_permissive": false }
ansible_role
maa-targino/Playbook-Ansible
e9cbfaaafd573570daa411e4f2ec8531b7f17207
1
roles/php
132
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n - name: Install PHP extensions\n apt: name={{ item }} state=present\n with_items:\n - php-gd\n - php-ssh2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
weshardee/dotfiles-1
e0637ec0b2f6a4e7b551cbb8191b7760ef4a81f9
0
roles/fzf
132
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: install fzf\n homebrew:\n name: fzf\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
weshardee/dotfiles-1
e0637ec0b2f6a4e7b551cbb8191b7760ef4a81f9
0
roles/kitty
132
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "---\n- name: ensure kitty conf dir exists\n file:\n name: '{{ ansible_env.HOME }}/Library/Preferences/kitty'\n state: directory\n\n- name: link kitty.conf\n file:\n src: '{{ configs }}/kitty/kitty.conf'\n dest: '{{ ansible_env.HOME }}/Library...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
weshardee/dotfiles-1
e0637ec0b2f6a4e7b551cbb8191b7760ef4a81f9
0
roles/nvim
132
[ "no_license" ]
[ { "path": "roles/nvim/vars/main.yml", "content": "---\nshare_dest: '{{ ansible_env.HOME }}/.local/share/nvim'\nconfig_dest: '{{ ansible_env.HOME }}/.config'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/nvim/meta/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 976, "all_permissive": false }
ansible_role
weshardee/dotfiles-1
e0637ec0b2f6a4e7b551cbb8191b7760ef4a81f9
0
roles/z
132
[ "no_license" ]
[ { "path": "roles/z/tasks/main.yml", "content": "---\n- name: install z\n homebrew:\n name: z\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
weshardee/dotfiles-1
e0637ec0b2f6a4e7b551cbb8191b7760ef4a81f9
0
roles/zsh
132
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: link zshrc\n file:\n src: '{{ configs }}/zsh/zshrc'\n dest: '{{ ansible_env.HOME }}/.zshrc'\n state: link\n\n- name: link zsh_lib\n file:\n src: '{{ configs }}/zsh/zsh_lib'\n dest: '{{ ansible_env.HOME }}/.zsh_lib'\n state: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
clly/dotfiles
0e0e2a4fb1f808ef61ea6af6ae6cfa94c50fdb44
2
setup_tasks/roles/kubernetes
132
[ "no_license" ]
[ { "path": "setup_tasks/roles/kubernetes/tasks/main.yml", "content": "---\n\n- include: get-latest-version.yml\n when: (version == \"latest\")\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "setup_tasks/roles/kubernetes/tasks/kubectl.yml", "c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1357, "all_permissive": false }
ansible_role
jmevada6/automation-assignment
8cf7878c59cf575ccc355d134b6c04333b60d368
0
ansible/roles/datadisk
132
[ "no_license" ]
[ { "path": "ansible/roles/datadisk/vars/main.yml", "content": "listcreatepartition:\r\n - number: 1\r\n name: Q1.a - create 4GB partition\r\n part_start: 1%\r\n part_end: 40%\r\n - number: 2\r\n name: Q1.b - create 5GB partition\r\n part_start: 41%\r\n part_end: 90%\r\nlistmountpartition:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 972, "all_permissive": false }
ansible_role
jmevada6/automation-assignment
8cf7878c59cf575ccc355d134b6c04333b60d368
0
ansible/roles/system_profile
132
[ "no_license" ]
[ { "path": "ansible/roles/system_profile/tasks/main.yml", "content": "---\r\n- name: Q2 - Add two line in /etc/profile\r\n blockinfile:\r\n path: /etc/profile\r\n insertafter: EOF\r\n backup: yes\r\n state: present\r\n block: |\r\n \"#This is the test block added by ansible.... N01522383...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
jmevada6/automation-assignment
8cf7878c59cf575ccc355d134b6c04333b60d368
0
ansible/roles/users
132
[ "no_license" ]
[ { "path": "ansible/roles/users/vars/main.yml", "content": "group:\r\n - name: cloudadmins\r\n id: 3000\r\nuser:\r\n - name: user1000\r\n id: 1001\r\n - name: user2000\r\n id: 2001\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
jmevada6/automation-assignment
8cf7878c59cf575ccc355d134b6c04333b60d368
0
ansible/roles/webserver
132
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\r\n- name: Q4. a - install httpd\r\n yum:\r\n name: httpd\r\n state: present\r\n- name: Q4. c,d - copy file to respective host\r\n copy:\r\n src: \"{{ item.path }}\"\r\n dest: /var/www/html/index.html\r\n group: cloudadmins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 644, "all_permissive": false }
ansible_role
Adbonino/ansibleLinux
31a3ae62a1e1472ce479239bf51dab5cd7a04f36
0
checkpoint/roles/reporte
132
[ "no_license" ]
[ { "path": "checkpoint/roles/reporte/tasks/main.yml", "content": " - name: Leer contenido del archivo temporal\n slurp:\n src: /tmp/command_output.txt\n register: file_content\n delegate_to: localhost\n\n - name: enviar mail\n community.general.mail:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
Adbonino/ansibleLinux
31a3ae62a1e1472ce479239bf51dab5cd7a04f36
0
checkpoint/roles/verificacion
132
[ "no_license" ]
[ { "path": "checkpoint/roles/verificacion/tasks/main.yml", "content": " - name: Check a valid IPv4 address\n ansible.builtin.set_fact:\n is_formateada: \"{{ IP is ansible.utils.ipv4 }}\"\n \n - name: Check a public IP address\n ansible.builtin.set_fact:\n is_public: \"{{ IP i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1435, "all_permissive": false }
ansible_role
brtkwr/ansible-fail2ban
10d39a15331d259a56e60c1a1ba2f77d417bffd0
0
roles/fail2ban
132
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "- name: reload fail2ban\n become: True\n service:\n name: fail2ban\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/fail2ban/vars/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1323, "all_permissive": false }
ansible_role
brtkwr/ansible-fail2ban
10d39a15331d259a56e60c1a1ba2f77d417bffd0
0
roles/test
132
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: copy auth logs to remote\n become: True\n copy:\n src: test-logs/auth.log\n dest: /var/log/auth.log\n mode: 640\n owner: syslog\n group: adm\n- name: copy nginx logs to remote\n become: True \n copy:\n src: test-logs/nginx/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
SchmidtJonathan1/docker
3209b050bc5cc1ede5c0028fc162db9fae6ba770
0
roles/docker_install
132
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\r\n# ./roles/docker_install/tasks/main.yml\r\n- include_tasks: create_download_folder.yml\r\n- include_tasks: docker_install.yml\r\n- include_tasks: build_dockerfile.yml\r\n...", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1531, "all_permissive": false }
ansible_role
ildafon/ansible-kit
fceea2fb03b9519e9dcf1d1df49bbaedb1befde5
0
vm/roles/yc-user_create_local
132
[ "no_license" ]
[ { "path": "vm/roles/yc-user_create_local/handlers/main.yml", "content": "---\n# handlers file for yc-user_create_local", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "vm/roles/yc-user_create_local/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 387, "all_permissive": false }
ansible_role
ildafon/ansible-kit
fceea2fb03b9519e9dcf1d1df49bbaedb1befde5
0
vm/roles/yc_create_vm
132
[ "no_license" ]
[ { "path": "vm/roles/yc_create_vm/handlers/main.yml", "content": "---\n# handlers file for yc_create_vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "vm/roles/yc_create_vm/tasks/main.yml", "content": "---\n# tasks file for yc_create_vm\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1027, "all_permissive": false }
ansible_role
ildafon/ansible-kit
fceea2fb03b9519e9dcf1d1df49bbaedb1befde5
0
vm/roles/yc_delete_vm
132
[ "no_license" ]
[ { "path": "vm/roles/yc_delete_vm/vars/main.yml", "content": "---\n# vars file for yc_delete_vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "vm/roles/yc_delete_vm/handlers/main.yml", "content": "---\n# handlers file for yc_delete_vm", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 393, "all_permissive": false }
ansible_role
ildafon/ansible-kit
fceea2fb03b9519e9dcf1d1df49bbaedb1befde5
0
vm/roles/yc_vm_info
132
[ "no_license" ]
[ { "path": "vm/roles/yc_vm_info/tasks/main.yml", "content": "---\n# tasks file for yc_vm_info\n- name: VM info\n shell: >\n yc compute instance get {{ instance_name }} \n register: VM_info_report\n\n\n- name: Display result\n debug:\n msg: \"{{ VM_info_report }}\"\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 368, "all_permissive": false }
ansible_role
sushanku/maven-mockup
6a730ce5d20cc70ae5303d60b45d7f83822daa97
0
ansible/roles/mysql
132
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n#- name: install python-mysqldb\n# apt:\n# name: python-mysqldb\n# state: present\n# update_cache: yes\n# tags: python_mysql_connector\n\n#check if mysql service is started\n- name: Start the MySQL service\n service: \n name: my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
sushanku/maven-mockup
6a730ce5d20cc70ae5303d60b45d7f83822daa97
0
ansible/roles/user-management
132
[ "no_license" ]
[ { "path": "ansible/roles/user-management/tasks/main.yml", "content": "---\n# tasks file for user-management\n\n## This Tasks Creates a Several Users on the Targeted Machine\n- name: Add Deployment User\n user:\n name: \"{{ deploy_user }}\"\n state: present\n# update_password: always\n password...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1867, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/backup
132
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n- name: Install Rsync\n apt: name=rsync state=present\n\n- name: Install Duplicity\n apt: name=duplicity state=present\n\n- name: Install Python Swift client\n apt: name=python-swiftclient state=present\n\n- name: Install Python Keystone client\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3580, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/basic_server_setup
132
[ "no_license" ]
[ { "path": "roles/basic_server_setup/templates/ntp.conf.j2", "content": "# Please consider joining the pool:\n#\n# http://www.pool.ntp.org/join.html\n#\n# For additional information see:\n# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon\n# - http://support.ntp.org/bin/view/Support/Ge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2906, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/datadog
132
[ "no_license" ]
[ { "path": "roles/datadog/templates/datadog.conf.j2", "content": "[Main]\ndd_url: https://app.datadoghq.com\napi_key: {{ datadog['api_key'] }}\nuse_mount: no\ntags: {{ datadog['tags'] }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/datad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1466, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/docker
132
[ "no_license" ]
[ { "path": "roles/docker/meta/main.yml", "content": "dependencies:\n - { role: datadog }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/docker/tasks/main.yml", "content": "- name: get setuptools\n apt: name=python-setuptools state=pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/docker_cluster
132
[ "no_license" ]
[ { "path": "roles/docker_cluster/tasks/main.yml", "content": "---\n\n- name: Check if \"Swarm Mode\" is enabled.\n shell: docker info\n changed_when: False\n register: docker_info\n\n- name: Init \"Swarm Mode\" on the first manager.\n shell: docker swarm init\n --listen-addr {{ docker_swarm_addr }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2314, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/fail2ban
132
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "---\n- name: restart fail2ban\n action: service name=fail2ban state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/fail2ban/meta/main.yml", "content": "---\ngalaxy_in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2266, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/gitlab
132
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": " - name: Create DNS entry\n ovh_dns: state=present domain={{ tld_hostname }} name=git type=CNAME value={{ admin_vm_name }}.{{ tld_hostname }}.\n tags: dns\n\n - name: Add Gitlab Nginx conf file\n template: src=nginx.conf.j2 dest=/etc/nginx/site...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6794, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/jenkins
132
[ "no_license" ]
[ { "path": "roles/jenkins/templates/nginx.conf.j2", "content": "server {\n\tlisten\t\t[::]:80;\n\tlisten\t\t80;\n\tserver_name\tjenkins.{{ tld_hostname }};\n\treturn\t\t301 \thttps://$server_name$request_uri;\n}\nserver {\n\tlisten [::]:443 ssl http2;\n\tlisten 443 ssl http2;\n\tserver_name jenk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2184, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/jenkins_config
132
[ "no_license" ]
[ { "path": "roles/jenkins_config/templates/jenkins.plugins.slack.SlackNotifier.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<jenkins.plugins.slack.SlackNotifier_-DescriptorImpl plugin=\"slack@2.0.1\">\n <teamDomain>{{ slack.team_domain }}</teamDomain>\n <token>{{ slack.token }}</token>\n <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 26144, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/jenkins_slave_config
132
[ "no_license" ]
[ { "path": "roles/jenkins_slave_config/tasks/main.yml", "content": "- name: get jdk\n apt: name=openjdk-8-jdk state=present\n\n- name: get maven\n apt: name=maven state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ldap
132
[ "no_license" ]
[ { "path": "roles/ldap/templates/nginx.conf.j2", "content": "\tserver {\n\t\tlisten [::]:80;\n\t\tlisten 80;\n\t\tserver_name ldap.{{ tld_hostname }};\n\t\treturn 301 https://$server_name$request_uri;\n\t}\n\tserver {\n\t\tlisten [::]:443 ssl http2;\n\t\tlisten ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4858, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/letsencrypt
132
[ "no_license" ]
[ { "path": "roles/letsencrypt/defaults/main.yml", "content": "---\n# defaults file for letsencrypt\n\nletsencrypt_git: /var/git/letsencrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/letsencrypt/tasks/main.yml", "content": "# tasks ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/monitoring
132
[ "no_license" ]
[ { "path": "roles/monitoring/templates/mysql.yaml.j2", "content": "root@admin-vm:/data/dd-agent# cat mysql.yaml \ninit_config:\n\ninstances:\n - server: {{ owncloud.db.host }}\n user: {{ monitoring.db.user }}\n pass: {{ monitoring.db.pass }}\n port: {{ owncloud.db.port }}\n tags:\n - env:{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 11062, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/nextcloud
132
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/nginx.conf.j2", "content": "server {\n\tlisten\t\t[::]:80;\n\tlisten\t\t80;\n\tserver_name\tdrive.{{ tld_hostname }};\n\treturn\t\t301 \thttps://$server_name$request_uri;\n}\nserver {\n\tlisten [::]:443 ssl http2;\n\tlisten 443 ssl http2;\n\tserver_name driv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12596, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/odoo
132
[ "no_license" ]
[ { "path": "roles/odoo/templates/openerp-server.conf.j2", "content": "[options]\naddons_path = /mnt/extra-addons,/usr/lib/python2.7/dist-packages/openerp/addons\ndata_dir = /var/lib/odoo\nauto_reload = True\n; admin_passwd = <PASSWORD>\n; csv_internal_sep = ,\n; db_maxconn = 64\n; db_name = False\n; db_templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4746, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ovh
132
[ "no_license" ]
[ { "path": "roles/ovh/tasks/main.yml", "content": "- name: Install OVH pyhton module\n pip: name=ovh state=present\n become: true\n\n- name: Install libssl-dev for shade\n apt: name=libssl-dev state=present\n become: true\n\n#- name: Install Shade for Openstack tools\n# pip: name=shade state=present\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ovh_networks
132
[ "no_license" ]
[ { "path": "roles/ovh_networks/tasks/main.yml", "content": "- name: Create Vlans\n ovh_networks: description=\"{{ cloud.project }}\" project_name=\"{{ cloud.project }}\" name=\"{{ item.name }}\" id=\"{{ item.id }}\" region=\"{{ item.region }}\" cidr=\"{{ item.cidr }}\" start_ip=\"{{ item.start }}\" end_ip=\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ovh_project
132
[ "no_license" ]
[ { "path": "roles/ovh_project/templates/clouds.yaml.j2", "content": "clouds:\n {{ cloud.name }}:\n region_name: {{ cloud.region }}\n auth:\n auth_url: {{ openrc.openrc.os_auth_url }}\n username: {{ admin_user.user.username }}\n password: {{ <PASSWORD> }}\n project_name: {{ cloud.pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4359, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ovh_servers
132
[ "no_license" ]
[ { "path": "roles/ovh_servers/tasks/main.yml", "content": "- debug: var=cloud\n- os_keypair:\n cloud: \"{{ cloud.name }}\"\n state: absent\n name: \"{{ admin.key }}\"\n\n- os_keypair:\n state: present\n cloud: \"{{ cloud.name }}\"\n name: \"{{ admin.key }}\"\n public_key_file: \"{{ cloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10567, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/ovh_vrack
132
[ "no_license" ]
[ { "path": "roles/ovh_vrack/tasks/main.yml", "content": "- name: Create Vrack\n ovh_vrack: description=\"{{ cloud.project }}\" project_name=\"{{ cloud.project }}\" state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/phppgadmin
132
[ "no_license" ]
[ { "path": "roles/phppgadmin/templates/nginx.conf.j2", "content": "server {\n\tlisten\t\t[::]:80;\n\tlisten\t\t80;\n\tserver_name phppgadmin.{{ tld_hostname }};\n\treturn\t\t301 \thttps://$server_name$request_uri;\n}\nserver {\n\tlisten [::]:80;\n\tlisten 80;\n\tlisten 443 ssl http2;\n\tli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1544, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/registry
132
[ "no_license" ]
[ { "path": "roles/registry/templates/config.yml.j2", "content": "version: 0.1\nlog:\n level: info\n formatter: text\n fields:\n service: registry\n environment: staging\n hooks:\n - type: mail\n disabled: true\n levels:\n - panic\n options:\n smtp:\n addr: {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3752, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/rundeck
132
[ "no_license" ]
[ { "path": "roles/rundeck/templates/nginx.conf.j2", "content": "server {\n\tlisten\t\t[::]:80;\n\tlisten\t\t80;\n\tserver_name rundeck.{{ tld_hostname }};\n\treturn\t\t301 \thttps://$server_name$request_uri;\n}\nserver {\n\tlisten 443 ssl http2;\n\tlisten [::]:443 ssl http2;\n\tserver_name rund...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8363, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/sf_config
132
[ "no_license" ]
[ { "path": "roles/sf_config/files/src-demo-java/.gitignore", "content": "### Maven\ntarget/\n\n###IntelliJ IDEA\n.idea/\n*.ipr\n*.iml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/sf_config/files/src-demo-java/src/main/java/fr/alecharp/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 22197, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/vpn
132
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": " - name: Create DNS entry\n ovh_dns: state=present domain={{ tld_hostname }} name=vpn type=CNAME value={{ admin_vm_name }}.{{ tld_hostname }}.\n tags: dns\n\n - name: Configure ufw OpenVPN\n ufw: rule=allow port=1194 proto=udp\n\n - name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2932, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/webserver
132
[ "no_license" ]
[ { "path": "roles/webserver/templates/status.conf.j2", "content": "server {\n\tlisten 80;\n\tlisten [::]:80;\n\tserver_name localhost nginx;\n\tlocation /nginx_status {\n\t\tstub_status on;\n\t\taccess_log off;\n\t\tallow 127.0.0.1;\n\t\tallow ::1;\n\t\tallow {{ ansible_ens3['ipv4']['address'] }};\n\t\ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5953, "all_permissive": false }
ansible_role
captnbp/mypaas
52c885a4a806eda08df565b7b6091bef5ee1b06e
28
roles/wiki
132
[ "no_license" ]
[ { "path": "roles/wiki/tasks/main.yml", "content": "- name: Wiki\n docker_container:\n name: wiki\n image: \"{{ wiki.docker_image}}\"\n restart_policy: always\n pull: always\n volumes:\n - \"/data/wiki:/var/dokuwiki-storage\"\n networks: \n - name: \"{{ env }}-net\"\n\n- name: Ad...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2923, "all_permissive": false }
ansible_role
anton20044/Linux_Pro_22
cb093f904d007a4b71a24ab3f0ceb031b8a8550b
0
ansible/roles/ospf
132
[ "no_license" ]
[ { "path": "ansible/roles/ospf/tasks/main.yml", "content": "---\n- name: stop ufw\n ansible.builtin.service:\n name: ufw\n state: stopped\n enabled: false\n\n- name: add gpg frrouting.org\n apt_key:\n url: \"https://deb.frrouting.org/frr/keys.asc\"\n state: present\n\n- name: add repo\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1297, "all_permissive": false }
ansible_role
movd/k0s-ansible
f500ff761788859fbb14743619fe13347cf6c85a
86
roles/download
132
[ "permissive" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n\n- name: Make dir for k0s distro(s)\n delegate_to: localhost\n become: false\n file:\n path: distros\n state: directory\n register: distros_path\n\n- name: Download k0s binary k0s-{{ k0s_version }}-amd64\n delegate_to: localhost\n beco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": true }
ansible_role
movd/k0s-ansible
f500ff761788859fbb14743619fe13347cf6c85a
86
roles/env_setup
132
[ "permissive" ]
[ { "path": "roles/env_setup/templates/env.conf.j2", "content": "# {{ ansible_managed }}\n\n[Service]\n\n{% if ( ansible_facts.architecture is search(\"arm\") and\n ansible_facts.userspace_bits == \"64\" ) or\n ansible_facts.architecture is search(\"aarch64\") %}\nEnvironment='ETCD_UNSUPPORTED_ARCH=arm64'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 535, "all_permissive": true }
ansible_role
movd/k0s-ansible
f500ff761788859fbb14743619fe13347cf6c85a
86
roles/prereq
132
[ "permissive" ]
[ { "path": "roles/prereq/defaults/main.yml", "content": "---\nk0s_config_dir: /etc/k0s\nk0s_data_dir: /var/lib/k0s\nk0s_libexec_dir: /usr/libexec/k0s/\nk0s_use_custom_config: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 120 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2794, "all_permissive": true }
ansible_role
movd/k0s-ansible
f500ff761788859fbb14743619fe13347cf6c85a
86
roles/reset
132
[ "permissive" ]
[ { "path": "roles/reset/tasks/umount_with_children.yml", "content": "# Originally created for k3s-ansible by @jeffspahr\n# <https://github.com/k3s-io/k3s-ansible/blob/master/roles/reset/tasks/umount_with_children.yml>\n---\n\n- name: Get the list of mounted filesystems\n shell: set -o pipefail && cat /proc/...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1463, "all_permissive": true }
ansible_role
neumann-mlucas/ansible
8c49d5122f1cb3eb55477a5289b3cba28f155075
0
roles/common
132
[ "no_license" ]
[ { "path": "roles/common/tasks/yay.yml", "content": "- name: Check if yay is installed\n ansible.builtin.raw: command -v yay\n register: yay_installed\n ignore_errors: yes\n become: yes\n become_user: \"{{ username }}\"\n#\n- name: Clone yay repository\n ansible.builtin.git:\n repo: \"https://aur.ar...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 9668, "all_permissive": false }
ansible_role
neumann-mlucas/ansible
8c49d5122f1cb3eb55477a5289b3cba28f155075
0
roles/desktop
132
[ "no_license" ]
[ { "path": "roles/desktop/tasks/yay.yml", "content": "- name: Install desktop AUR packages using yay\n ansible.builtin.shell:\n cmd: yay -S --sudoloop --noconfirm {{ item }}\n become: yes\n become_user: \"{{ username }}\"\n loop:\n - activitywatch-bin\n - dict-wn\n - newsraft\n # - megasyn...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3552, "all_permissive": false }
ansible_role
neumann-mlucas/ansible
8c49d5122f1cb3eb55477a5289b3cba28f155075
0
roles/maintenance
132
[ "no_license" ]
[ { "path": "roles/maintenance/tasks/yay.yml", "content": "- name: Clean yay cache\n ansible.builtin.command: yay -Sc --noconfirm\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/maintenance/tasks/docker.yml", "content": "-...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 975, "all_permissive": false }
ansible_role
neumann-mlucas/ansible
8c49d5122f1cb3eb55477a5289b3cba28f155075
0
roles/server
132
[ "no_license" ]
[ { "path": "roles/server/tasks/services.yml", "content": "- name: Enable server systemd services\n ansible.builtin.systemd_service:\n name: \"{{ item }}\"\n enabled: true\n state: restarted\n masked: no\n loop:\n - jellyfin.service\n # - pi-hole-gravity.service\n # - pihole-FTL.service...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/common
132
[ "no_license" ]
[ { "path": "roles/common/tasks/sshd_config.yml", "content": "---\n- name: remove /etc/ssh/sshd_config Unnecessary comment out\n replace: \n dest: /etc/ssh/sshd_config\n regexp: \"{{item.regexp}}\"\n replace: \"{{item.replace}}\"\n with_items:\n - regexp: '^#PubkeyAuthentication yes$'\n rep...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1207, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/docker
132
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n import_tasks: docker-install.yml\n- name: install docker-compose\n import_tasks: docker-compose-install.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "roles/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1352, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/exporter_docker
132
[ "no_license" ]
[ { "path": "roles/exporter_docker/vars/main.yml", "content": "---\nnode_exporter_image: quay.io/prometheus/node-exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/exporter_docker/tasks/node-exporter.yml", "content": "---\n- name: d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 436, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/nvidia_dcgm_exporter
132
[ "no_license" ]
[ { "path": "roles/nvidia_dcgm_exporter/tasks/nvidia-dcgm-exporter.yml", "content": "---\n- name: docker-py install\n pip: \n name: docker==2.4.0\n\n- name: run nvidia-dcgm-exporter\n docker_container:\n name: nvidia-dcgm-exporter\n state: started\n image: \"{{nvidia_dcgm_exporter_image}}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 879, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/nvidia_docker
132
[ "no_license" ]
[ { "path": "roles/nvidia_docker/tasks/nvidia-docker-install.yml", "content": "---\n- name: Add nvidia-docker GPG key\n apt_key:\n url: \"{{ nvidia_docker_key }}\"\n state: present\n\n- name: Add nvidia-docker repository\n get_url:\n url: \"{{ nvidia_docker_list }}\"\n dest: /etc/apt/sources.lis...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 724, "all_permissive": false }
ansible_role
9dw/ansible-playbook
8917907f956288b77480e318402b6f1ba51aa5b4
2
roles/nvidia_driver
132
[ "no_license" ]
[ { "path": "roles/nvidia_driver/vars/main.yml", "content": "---\nnvidia_driver_package_version: 'nvidia-driver-430'\nubuntu_repo_dir: \"{{ ansible_distribution | lower }}{{ ansible_distribution_version | replace('.', '') }}/{{ ansible_architecture }}\"\nnvidia_driver_ubuntu_cuda_repo_gpgkey_id: \"7fa2af80\"\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1300, "all_permissive": false }
ansible_role
mostafahazem944/cdond-c3-projectstarter
ef90b7001aa28063e857341555d405294c62a933
0
.circleci/ansible/roles/deploy
130
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: /home/ubuntu/backend-app\n state: directory\n \n- name: \"Unarchive backend files\" \n unarchive:\n src: artifact.tar.gz\n dest: /home/ubuntu/backend-app\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/ansible
130
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: create Ansible vault password file\n copy:\n content: \"{{ ansible.vault.password }}\"\n dest: \"~/{{ ansible.config.home }}/pass.txt\"\n tags: ansible\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/bash
130
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n- name: copy bash settings\n copy:\n src: \"{{ item }}\"\n dest: \"~/.{{ item | basename }}\"\n with_fileglob:\n - ./home/*\n tags: bash\n\n- name: create extra profiles directory\n file:\n path: \"~/.profile.d\"\n mode: 0700\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 869, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/bitbucket
130
[ "no_license" ]
[ { "path": "roles/bitbucket/vars/main.yml", "content": "bitbucket:\n repositories:\n - afero\n - arikuzu\n - babili\n - css\n - ekagi\n - endless\n - fairbund\n - finigo\n - footzy\n - lqj\n - java-code-quality\n - java-testing-strategies\n - junit-di-rule\n - junit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1205, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/git
130
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[user]\n name = {{ name }}\n email = {{ email }}\n signingkey = 0xC92E025EB94DABC0\n\n[url \"git@github\"]\n insteadOf = github\n\n[url \"git@bitbucket\"]\n insteadOf = bitbucket\n\n[url \"git@gitlab\"]\n insteadOf = gitlab\n\n[url \"git@...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 20660, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/github
130
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yml", "content": "---\n- name: ensure github.com is a known host\n lineinfile:\n dest: \"~/.ssh/known_hosts\"\n create: yes\n state: present\n line: \"{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}\"\n regexp: \"^github\\\\.com\"\n tags: github\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/gnupg
130
[ "no_license" ]
[ { "path": "roles/gnupg/handlers/main.yml", "content": "---\n- name: gpg-agent\n shell: gpgconf --reload gpg-agent\n- name: dirmngr\n shell: pkill dirmngr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/gnupg/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/maven
130
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n- name: create maven config directory\n file:\n path: \"{{ user.home }}/{{ maven.config.home }}\"\n mode: 0700\n state: directory\n tags: maven\n\n- name: copy maven settings\n template:\n src: settings.xml.j2\n dest: \"{{ user.home ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1014, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/mpv
130
[ "no_license" ]
[ { "path": "roles/mpv/tasks/main.yml", "content": "---\n- name: create mpv config directory\n file:\n path: \"~/{{ mpv.config.home }}\"\n mode: 0700\n state: directory\n tags: mpv\n\n- name: copy mpv config\n copy:\n src: config\n dest: \"~/{{ mpv.config.home }}/config\"\n tags: mpv\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/nexus
130
[ "no_license" ]
[ { "path": "roles/nexus/templates/Makefile.j2", "content": "# {{ ansible_managed }}\n\n.PHONY: all\nall: help\n\n.PHONY: help\nhelp:\n\t@echo \"\"\n\t@echo \"-- Help Menu\"\n\t@echo \"\"\n\t@echo \" 1. make start - start Nexus\"\n\t@echo \" 2. make stop - stop Nexus\"\n\t@echo \" 3. make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1360, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/pass
130
[ "no_license" ]
[ { "path": "roles/pass/tasks/main.yml", "content": "---\n- name: ensure that pass is install\n become: yes\n become_method: sudo\n apt:\n pkg: pass\n state: installed\n tags: pass\n\n- name: clone pass repository\n git:\n repo: \"<EMAIL>:{{ nick }}/password-store.git\"\n dest: \"~/.password-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/redshift
130
[ "no_license" ]
[ { "path": "roles/redshift/tasks/main.yml", "content": "---\n- name: ensure that redshift is install\n become: yes\n become_method: sudo\n apt:\n pkg: redshift\n state: installed\n tags: redshift\n\n- name: ensure that redshift-gtk is install\n become: yes\n become_method: sudo\n apt:\n pkg: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/sonarqube
130
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "---\n- name: create SonarQube directories\n file:\n path: \"{{ user.software }}/{{ item }}\"\n mode: 0700\n state: directory\n recurse: true\n with_items:\n - \"{{ sonarqube.home }}\"\n - \"{{ sonarqube.home }}/extensions\"\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1436, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/spotify
130
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: add Spotify key\n become: yes\n become_method: sudo\n apt_key: id=94558F59 keyserver=\"hkp://keyserver.ubuntu.com:80\" state=present\n tags: spotify\n\n- name: add Spotify repository\n become: yes\n become_method: sudo\n apt_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
sebhoss/ansible-setup
bf538dd860c77a29de3e1bdcfe65aa41704b9f3d
1
roles/ssh
130
[ "no_license" ]
[ { "path": "roles/ssh/templates/config.j2", "content": "# {{ ansible_managed }}\n\nHost github\n Hostname github.com\n User git\n PreferredAuthentications publickey\n IdentityFile ~/.ssh/key-for-github\n\nHost bitbucket\n Hostname bitbucket.org\n User git\n PreferredAuthentications publickey\n Identi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 809, "all_permissive": false }
ansible_role
hqzhang/cloudtestbed
43a6b24c098d8598361a70919a46eda8293a9fd8
1
ansible/roles/mytest
130
[ "no_license" ]
[ { "path": "ansible/roles/mytest/tasks/main.yml", "content": "---\n- name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
hqzhang/cloudtestbed
43a6b24c098d8598361a70919a46eda8293a9fd8
1
webappdb/ansible/roles/nginx
130
[ "no_license" ]
[ { "path": "webappdb/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Installs nginx web server\n apt: pkg=nginx state=installed update_cache=true\n notify:\n - start nginx\n\n- name: Upload default index.php for host\n copy: src=static_files/index.php dest=/usr/share/nginx/www/ mode=0644\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
utrains/ansible-playbooks-roles
8d92ffe1c48815036021ba6759cae4c042802580
0
Roles/Jenkins
130
[ "no_license" ]
[ { "path": "Roles/Jenkins/tasks/main.yml", "content": "\n - name: Download Long Term Jenkins release\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n when: ansible_os_family == 'RedHat'\n\n - name: Import jenkins key from url\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1388, "all_permissive": false }
ansible_role
utrains/ansible-playbooks-roles
8d92ffe1c48815036021ba6759cae4c042802580
0
Roles/java11
130
[ "no_license" ]
[ { "path": "Roles/java11/meta/main.yml", "content": "---\ngalaxy_info:\n author: Utrains\n description: Role to install Java\n min_ansible_version: 2.11\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "Roles/java11/defaults/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 786, "all_permissive": false }
ansible_role
atchaikovski/SF_B10.9.2
1001f001ae06f0f7f64b08c509fea30c0508c70c
0
roles/dnsmasq
130
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "# tasks file\n---\n- name: install dependencies\n apt:\n name: \"{{ dnsmasq_dependencies }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n update_cache: true\n cache_valid_time: \"{{ apt_update_cache_valid_time | default(3600) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2293, "all_permissive": false }
ansible_role
atchaikovski/SF_B10.9.2
1001f001ae06f0f7f64b08c509fea30c0508c70c
0
roles/nginx-php-fpm
130
[ "no_license" ]
[ { "path": "roles/nginx-php-fpm/tasks/main.yml", "content": "---\n\n#- name: stop httpd\n# shell: 'systemctl stop httpd' \n\n- name: Create DocumentRoot dir\n file: \n path: \"{{app_work_dir}}\"\n state: directory\n\n- name: Install PHP {{php_version}} Repo\n apt_repository:\n repo: 'ppa:ondrej/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2748, "all_permissive": false }
ansible_role
atchaikovski/SF_B10.9.2
1001f001ae06f0f7f64b08c509fea30c0508c70c
0
roles/superusers
130
[ "no_license" ]
[ { "path": "roles/superusers/defaults/main.yml", "content": "---\n# defaults file for superusers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/superusers/handlers/main.yml", "content": "---\n# handlers file for superusers\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1366, "all_permissive": false }
ansible_role
jastkand/vagrantfiles
22d00d927f57ca50086d59e5e58eba9cff37f0b3
2
provisioning/roles/common
130
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- include: vim.yml\n- include: nodejs.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "provisioning/roles/common/tasks/vim.yml", "content": "- name: Vim | Install vim\n apt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 739, "all_permissive": false }
ansible_role
jastkand/vagrantfiles
22d00d927f57ca50086d59e5e58eba9cff37f0b3
2
provisioning/roles/git
130
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/configure.yml", "content": "# TODO: 2-4 tasks are not working\n- name: Add .gitignore_global\n copy: src=gitignore_global dest=~{{ host.user }}/.gitignore_global owner={{ host.user }} group={{ host.user }} mode=0750\n tags:\n - git\n\n- name: Config git to use gl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 795, "all_permissive": false }
ansible_role
jastkand/vagrantfiles
22d00d927f57ca50086d59e5e58eba9cff37f0b3
2
provisioning/roles/imagemagick
130
[ "no_license" ]
[ { "path": "provisioning/roles/imagemagick/tasks/main.yml", "content": "##\n# imagemagick installation\n#\n- name: Installs imagemagick\n apt: name={{ item }} state=installed update-cache=yes\n with_items:\n - imagemagick\n - libmagickwand-dev\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }