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
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/youtube-dl
298
[ "no_license" ]
[ { "path": "roles/youtube-dl/tasks/main.yml", "content": "- name: Download and install\n become: true\n get_url:\n url: https://yt-dl.org/downloads/latest/youtube-dl\n dest: /usr/local/bin/youtube-dl\n mode: '0755'\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": 163, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/Ansible-jenkins_Version1
298
[ "no_license" ]
[ { "path": "roles/Ansible-jenkins_Version1/tasks/user_config.yml", "content": "- name: Generate SSH Keys for jenkins Service Account\n user:\n name: jenkins\n generate_ssh_key: yes\n become: true\n\n- name: Read SSH Public Key for jenkins Service Account\n shell: \"cat /home/jenkins/.ssh/id_rsa.pub\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6950, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/Ansible_jenkins_Version1
298
[ "no_license" ]
[ { "path": "roles/Ansible_jenkins_Version1/defaults/main.yml", "content": "---\n\njenkins_executors: 2\njenkins_connection_delay: 5\njenkins_connection_retries: 60\njenkins_hostname: localhost \njenkins_home: /var/lib/jenkins\njenkins_http_port: 8080\njenkins_jar_location: /var/lib/jenkins/jenkins-cli.jar\nj...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6172, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/j_1
298
[ "no_license" ]
[ { "path": "roles/j_1/tasks/pup1.yml", "content": "- name: Refresh Update Center\n shell:\n cmd: |\n cat <<EOF |\n // These are the basic imports that Jenkin's interactive script console \n // automatically includes.\n import jenkins.*;\n import jenkins.model.*;\n import hud...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7682, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/jenkins
298
[ "no_license" ]
[ { "path": "roles/jenkins/vars/Debian.yml", "content": "---\n__jenkins_repo_url: deb https://pkg.jenkins.io/debian binary/\n__jenkins_repo_key_url: https://pkg.jenkins.io/debian/jenkins.io.key\n__jenkins_pkg_url: https://pkg.jenkins.io/debian/binary\njenkins_init_file: /etc/default/jenkins\njenkins_http_port...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4436, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/jenkins.bak
298
[ "no_license" ]
[ { "path": "roles/jenkins.bak/tasks/settings.yml", "content": "---\n- name: Do not run Jenkins setup Wizard\n lineinfile:\n dest: '{{ jenkins_init_file }}'\n regexp: '^JENKINS_JAVA_OPTIONS='\n line: 'JENKINS_JAVA_OPTIONS=\"-Djava.awt.headless=true -Djenkins.install.runSetupWizard=false\"' \n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2729, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/jenkins_V2
298
[ "no_license" ]
[ { "path": "roles/jenkins_V2/tasks/user_config.yml", "content": "---\n- name: Check if the Jenkins user has already been created\n stat:\n path: \"{{ jenkins_home }}/users/{{ username }}/config.xml\"\n register: chkuser\n\n- name: Make sure the user directory exists\n file:\n path: \"{{ jenkins_home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1848, "all_permissive": false }
ansible_role
glnreddy/Ansible-jenkins
2e0f7b13e94643c49ae8f265dedfe672793210f5
1
roles/jenkins_V3
298
[ "no_license" ]
[ { "path": "roles/jenkins_V3/tasks/plugins.yml", "content": "- name: Check if all required Jenkins plugins are already installed\n uri:\n url: \"http://{{ jenkins_hostname }}:{{ jenkins_http_port }}/pluginManager/prevalidateConfig\"\n method: POST\n follow_redirects: all\n body: \"{{ lookup('tem...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8489, "all_permissive": false }
ansible_role
vfurmane/Inception-of-Things
da07fb1edddd9da3431a3d8ab2d74b2dcdb276f8
0
vm/roles/helmfile
298
[ "no_license" ]
[ { "path": "vm/roles/helmfile/tasks/main.yaml", "content": "---\n- name: Get installed helmfile version\n ansible.builtin.command: helmfile version -o short\n ignore_errors: true\n changed_when: false\n register: helmfile_installed_version\n\n- name: Force install if versions mismatch\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1398, "all_permissive": false }
ansible_role
vfurmane/Inception-of-Things
da07fb1edddd9da3431a3d8ab2d74b2dcdb276f8
0
vm/roles/vbox-guest-additions
298
[ "no_license" ]
[ { "path": "vm/roles/vbox-guest-additions/tasks/main.yaml", "content": "---\n- name: Add specified repository into sources list\n ansible.builtin.apt_repository:\n repo: \"{{ vbox_guest_additions_backports_apt_repository }}\"\n state: present\n\n- name: Ensure required packages are installed\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
GlooK137/USS_PRACTICE_2023
4d2bd1bb0105d9c8d1d0675d20756a1d068e166b
0
Ansible-Big/roles/app
291
[ "no_license" ]
[ { "path": "Ansible-Big/roles/app/tasks/main.yml", "content": "- name: Install nginx and psql\n apt: \n name: '{{ item }}'\n state: present\n loop:\n - nginx\n - postgresql-client\n\n- name: Get repo sudoku\n git:\n repo: 'https://github.com/N...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
GlooK137/USS_PRACTICE_2023
4d2bd1bb0105d9c8d1d0675d20756a1d068e166b
0
Ansible-Big/roles/db
291
[ "no_license" ]
[ { "path": "Ansible-Big/roles/db/tasks/main.yml", "content": "- name: Check init postgres\n stat:\n path: \"/var/lib/pgsql/data/pg_hba.conf\"\n register: postgres_data\n\n- name: Start and enable services\n service: \n name: '{{ item }}' \n state: started \n enabled: yes\n loop:\n - postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1563, "all_permissive": false }
ansible_role
prasadashu/OTTServer-Deployer
5b5d0be53564668fd742b0dd899511b737d7d554
3
roles/firewall_setup
291
[ "no_license" ]
[ { "path": "roles/firewall_setup/tasks/main.yml", "content": "---\n- name: \"Install firewall daemon\"\n package:\n name: firewalld\n state: present\n\n- name: \"Start firewall service\"\n service:\n name: firewalld\n enabled: yes\n state: started\n\n- name: \"Permit traffic on ports for Ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
prasadashu/OTTServer-Deployer
5b5d0be53564668fd742b0dd899511b737d7d554
3
roles/python_dependency
291
[ "no_license" ]
[ { "path": "roles/python_dependency/tasks/main.yml", "content": "- name: \"Install Python library dependencies\"\n pip:\n name: [\"requests\", \"docker\", \"docker-compose\"]\n vars:\n ansible_python_interpreter: /bin/python3", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
prasadashu/OTTServer-Deployer
5b5d0be53564668fd742b0dd899511b737d7d554
3
roles/setup_dependencies
291
[ "no_license" ]
[ { "path": "roles/setup_dependencies/tasks/main.yml", "content": "- name: \"Download Python 3\"\n package:\n name: python3\n state: present\n\n- name: \"Download Git repo\"\n git:\n repo: https://github.com/official-srv-modak/OTTServer.git\n dest: /var/www/html/src/\n version: main\n forc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
prasadashu/OTTServer-Deployer
5b5d0be53564668fd742b0dd899511b737d7d554
3
roles/setup_scripts
291
[ "no_license" ]
[ { "path": "roles/setup_scripts/templates/path.php.j2", "content": "<?php\n $path_movies = \"path_movies.txt\";\n $path_tv = \"path_tv.txt\";\n $path_cached_images = \"path_cached_images.txt\";\n $path_cached_images_ip = \"{{ path_server }}cached_images/\";\n $path_server = \"{{ path_server }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 863, "all_permissive": false }
ansible_role
prasadashu/OTTServer-Deployer
5b5d0be53564668fd742b0dd899511b737d7d554
3
roles/spin_up_docker
291
[ "no_license" ]
[ { "path": "roles/spin_up_docker/tasks/main.yml", "content": "- name: \"Restart docker daemon to create firewall rules\"\n service:\n name: docker\n state: restarted\n\n- name: \"Pull the docker-compose file from templates\"\n template:\n src: \"./templates/docker-compose.yml.j2\"\n dest: \"./d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
Myntyy/Seracia
700f8830c84f6719f77f61819549cabb4037dbee
0
roles/twitch
291
[ "no_license" ]
[ { "path": "roles/twitch/tasks/main.yml", "content": "---\n- name: Build Docker image\n docker_image:\n name: seracia\n build:\n context: ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/twitch/files/bot.py", "content": "import...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2987, "all_permissive": false }
ansible_role
Mohammed-Eltaweel/DEPI_Assignments
dcb2b96e88cb928245f36b58e6a20adf51c941bd
0
week_4_assignment/roles/docker_setup
291
[ "no_license" ]
[ { "path": "week_4_assignment/roles/docker_setup/tasks/main.yaml", "content": "---\n\n- name: update cach\n dnf:\n update_cache: true\n\n- name: adding docker repo \n command: sudo yum-config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo\n register: docker_repo\n\n- name: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
Mohammed-Eltaweel/DEPI_Assignments
dcb2b96e88cb928245f36b58e6a20adf51c941bd
0
week_4_assignment/roles/nginx_container
291
[ "no_license" ]
[ { "path": "week_4_assignment/roles/nginx_container/tasks/main.yaml", "content": "---\n\n- name: pulling nginx image from docker hub\n docker_image:\n name: nginx\n source: pull\n\n\n- name: run nginx container\n docker_container:\n name: nginx_1\n image: nginx\n state: started\n ports:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
drkreddy/ocb_test_config
eadb44bc7387e794358c5426d2617dc6f27a125f
0
playbooks/roles/bahmni-lab-batch
291
[ "no_license" ]
[ { "path": "playbooks/roles/bahmni-lab-batch/tasks/main.yml", "content": "--- \n- \n name: \"Stop bahmni-lab\"\n service: \"name=bahmni-lab state=stopped\"\n- \n command: \"yum list installed bahmni-lab\"\n ignore_errors: true\n name: \"Check if bahmni-lab rpm needs an update\"\n register: installed_ba...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
drkreddy/ocb_test_config
eadb44bc7387e794358c5426d2617dc6f27a125f
0
playbooks/roles/bahmni-mrs-batch
291
[ "no_license" ]
[ { "path": "playbooks/roles/bahmni-mrs-batch/defaults/main.yml", "content": "bahmniapps_url: \"https://s3.ap-south-1.amazonaws.com/ocb-repos/ocb-bahmniapps/bahmniapps-34.zip\"\nbahmni_omod_url: \"https://s3.ap-south-1.amazonaws.com/ocb-repos/bahmnicore-omod-0.89-SNAPSHOT.omod\"\nbahmni_user: bahmni\nbahmni_g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1300, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/alertmanager
291
[ "no_license" ]
[ { "path": "roles/alertmanager/meta/main.yml", "content": "---\ndependencies:\n - role: dotenv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/alertmanager/tasks/install_alertmanager.yml", "content": "---\n- name: Download Alertmanager\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3713, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/aws
291
[ "no_license" ]
[ { "path": "roles/aws/templates/aws_config.j2", "content": "{% if profile == \"home\" %}\n [descartes-s3-uploader]\n region = us-east-1\n output = json\n\n [muumus-uploader]\n region = us-east-1\n output = json\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1145, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/blackhawk
291
[ "no_license" ]
[ { "path": "roles/blackhawk/tasks/install_teams.yml", "content": "---\n- name: Download Teams\n get_url:\n url: https://packages.microsoft.com/yumrepos/ms-teams/teams-1.2.00.32451-1.x86_64.rpm\n dest: /tmp/teams.rpm\n\n- name: Install Teams\n dnf:\n name: /tmp/teams.rpm\n state: present\n beco...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1079, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/borg_client
291
[ "no_license" ]
[ { "path": "roles/borg_client/tasks/main.yml", "content": "---\n- name: Install borg\n dnf:\n name: borgbackup\n state: latest\n\n- name: Create borg mount point\n file:\n path: /mnt/borg\n state: directory\n owner: root\n group: root\n mode: 0777\n\n- name: Copy back2borg.sh script\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4386, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/borg_server
291
[ "no_license" ]
[ { "path": "roles/borg_server/tasks/main.yml", "content": "---\n- name: Install borg\n package:\n name: borgbackup\n state: latest\n become: yes\n \n#- name: Create /root/scripts\n# file:\n# path: /root/scripts/\n# state: directory\n# owner: root\n# group: root\n# become: yes\n\n#-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1264, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/common
291
[ "no_license" ]
[ { "path": "roles/common/tasks/ubuntu_common.yml", "content": "---\n- name: Install Ubuntu common packages\n package:\n name:\n - netcat-traditional\n - python-setuptools\n - vim\n become: yes\n become_user: root\n\n- name: Set nopasswd sudo\n lineinfile:\n path: /etc/sudoers\n re...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5458, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/descartes
291
[ "no_license" ]
[ { "path": "roles/descartes/files/login-info.sh", "content": "#!/usr/bin/env bash\n\nMOUNTPOINT=/var/alexandria\nSCRIPTPATH=/root/scripts/mount-drive.sh\n\ncat /etc/motd\n\nmount | grep $MOUNTPOINT > /dev/null 2>&1\nif [ $? != 0 ]; then\n echo -e \"\\e[31m\\e[1mWARNING:\\e[0m \\e[31m$MOUNTPOINT is not mou...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2112, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/devel
291
[ "no_license" ]
[ { "path": "roles/devel/tasks/main.yml", "content": "---\n- name: Install dev tools\n dnf:\n name: \"@Development Tools\"\n state: latest\n become: yes\n become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/docker
291
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker dependencies\n dnf:\n name:\n - dnf-plugins-core\n - grubby\n state: latest\n become: yes\n become_user: root\n\n- name: Install docker-ce repo\n command: dnf config-manager --add-repo https://download.docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/dotenv
291
[ "no_license" ]
[ { "path": "roles/dotenv/tasks/main.yml", "content": "---\n- name: Check to see if dotenv is running\n assert:\n that:\n - lookup('env', 'DOTENV') == \"True\"\n fail_msg: \"This playbook must be run using dotenv\"\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": 163, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/elixir
291
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "---\n- name: Install Elixir\n package:\n name: elixir\n state: latest\n become: yes\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
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/fail2ban
291
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "- name: Install fail2ban\n package:\n name:\n - fail2ban\n state: present\n become: yes\n\n- name: Ensure fail2ban running & enabled\n systemd:\n name: fail2ban\n state: started\n enabled: yes\n become: yes\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/git_notes
291
[ "no_license" ]
[ { "path": "roles/git_notes/tasks/main.yml", "content": "- name: Ensure /home/{{ username }}/scripts\n file:\n path: /home/{{ username }}/scripts\n state: directory\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n become: yes\n\n- name: Copy git_notes.sh\n copy:\n src: git_notes.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/git_server
291
[ "no_license" ]
[ { "path": "roles/git_server/tasks/main.yml", "content": "- name: Add git user\n user:\n name: git\n state: present\n become: yes\n\n- name: Add pub key to authorized_keys for git user\n authorized_key:\n user: git\n state: present\n key: \"{{ ssh_public_key }}\"\n become: yes\n ignore_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/gnucash
291
[ "no_license" ]
[ { "path": "roles/gnucash/meta/main.yml", "content": "---\ndependencies:\n - role: common\n - role: aws\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/gnucash/files/saved-reports-2.8", "content": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 28230, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/graphical
291
[ "no_license" ]
[ { "path": "roles/graphical/tasks/gnome.yml", "content": "---\n- name: Kill natural scrolling with fire\n become: yes\n become_user: \"{{ username }}\"\n dconf:\n key: \"/org/gnome/desktop/peripherals/touchpad/natural-scroll\"\n value: \"false\"\n state: present\n\n- name: Super + W to close wind...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 15235, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/home_network
291
[ "no_license" ]
[ { "path": "roles/home_network/tasks/main.yml", "content": "---\n- name: Remove unused packages\n package:\n name:\n - fuse-afp\n state: absent\n become: yes\n\n- name: Ensure /shared\n file:\n path: /shared\n owner: root\n group: \"{{ username }}\"\n mode: 0775\n state: director...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1137, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/jekyll
291
[ "no_license" ]
[ { "path": "roles/jekyll/tasks/main.yml", "content": "---\n- name: Install Jekyll\n package:\n name:\n - ruby-devel\n - rubygem-jekyll\n - rubygem-tzinfo\n state: latest\n become: yes\n become_user: root\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": 165, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/laptop
291
[ "no_license" ]
[ { "path": "roles/laptop/tasks/main.yml", "content": "---\n- name: Install laptop packages\n package:\n name:\n - fuse-exfat\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/latex
291
[ "no_license" ]
[ { "path": "roles/latex/tasks/main.yml", "content": "---\n- name: Install Texlive and pandoc\n dnf:\n name:\n - texlive-scheme-basic\n - texlive-collection-fontsrecommended\n - texlive-dvipng\n - texlive-fira\n - texlive-fontawesome\n - texlive-moderncv\n - texlive-pdft...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/mailx
291
[ "no_license" ]
[ { "path": "roles/mailx/tasks/main.yml", "content": "- name: Install s-nail\n package:\n name: mailutils\n state: present\n become: yes\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
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/mopidy
291
[ "no_license" ]
[ { "path": "roles/mopidy/tasks/mopidy_debian.yml", "content": "---\n- name: Add Mopidy PPA key\n apt_key:\n url: https://apt.mopidy.com/mopidy.gpg\n state: present\n become: yes\n become_user: root\n\n- name: Install Mopidy Debian Buster PPA\n get_url:\n url: https://apt.mopidy.com/buster.list\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2539, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/printing
291
[ "no_license" ]
[ { "path": "roles/printing/tasks/main.yml", "content": "---\n- name: Install CUPS\n dnf:\n name: cups\n state: present\n become: yes\n\n- name: See if Downstairs Brother is installed\n shell: lpstat -l\n register: lpstat\n\n- name: Install Downstairs Brother printer\n shell: lpadmin -p DownstairsB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/prometheus
291
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n- name: Prometheus user\n user:\n name: prometheus\n group: prometheus\n create_home: no\n system: yes\n uid: 3434\n state: present\n become: yes\n become_user: root\n\n- name: See if prometheus is installed\n stat:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2311, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/ruby
291
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Install ruby packages\n package:\n name:\n - ruby-devel\n - rubygem-rake\n - zlib-devel\n become: yes\n become_user: root\n\n- name: Install solargraph\n gem:\n name: solargraph\n state: present\n user_install: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/rvm
291
[ "no_license" ]
[ { "path": "roles/rvm/tasks/install_rvm.yml", "content": "---\n- name: Add GPG key for rvm\n command: gpg2 --recv-keys <KEY> 7D2BAF1CF37B13E2069D6956105BD0E739499BDB\n become: yes\n become_user: root\n\n- name: Download RVM\n get_url:\n url: https://get.rvm.io\n dest: /tmp/rvm.sh\n mode: 0755\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/scheme
291
[ "no_license" ]
[ { "path": "roles/scheme/tasks/main.yml", "content": "---\n- name: Install guile and Racket\n dnf:\n name:\n - guile\n - guile22\n state: present\n become: yes\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
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/server_common
291
[ "no_license" ]
[ { "path": "roles/server_common/tasks/main.yml", "content": "---\n- name: Install motd\n copy:\n src: motd/{{ hostname | default(inventory_hostname) }}.motd\n dest: /etc/motd\n mode: 0644\n owner: root\n group: root\n become: yes\n become_user: root\n\n- name: Enable sshd\n systemd:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/snapd
291
[ "no_license" ]
[ { "path": "roles/snapd/tasks/main.yml", "content": "---\n- name: Install snapd\n package:\n name: snapd\n state: latest\n become: yes\n become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/spotify
291
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: Install Spotify\n snap:\n name: spotify\n state: present\n become: yes\n become_user: root\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
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/steam
291
[ "no_license" ]
[ { "path": "roles/steam/tasks/main.yml", "content": "---\n- name: Check if RPM Fusion non-free is installed\n stat:\n path: /etc/yum.repos.d/rpmfusion-nonfree.repo\n register: rpmfusion_nonfree\n\n- name: Install RPMFusion non-free\n dnf:\n name:\n - https://download1.rpmfusion.org/nonfree/fedo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/syncthing
291
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "---\n- name: Install syncthing\n package:\n name: syncthing\n state: latest\n become: yes\n\n- name: Start and enable syncthing\n systemd:\n name: syncthing@{{ username }}.service\n state: started\n enabled: yes\n become: yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/sysadmin_tools
291
[ "no_license" ]
[ { "path": "roles/sysadmin_tools/tasks/install_terraform.yml", "content": "---\n- name: Install tfswitch\n snap:\n name: tfswitch\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/sysadmin_tools/tasks/mai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/tailscale
291
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "---\n- include_tasks: install_raspbian_buster.yml\n when: ansible_lsb['id'] == 'Raspbian' and ansible_lsb['codename'] == 'buster'\n\n- name: Enable ipv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n state: present\n sysctl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 969, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/unattended_upgrades
291
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/tasks/main.yml", "content": "- name: Install unattended-upgrades\n package:\n name:\n - unattended-upgrades\n state: present\n become: yes\n\n- name: Ensure unattended-upgrades running & enabled\n systemd:\n name: unattended-upgrades\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
kylerjohnston/ansible
8a2f2c7f12fb938b16f33bbe777ec80864743425
0
roles/workstation
291
[ "no_license" ]
[ { "path": "roles/workstation/tasks/main.yml", "content": "---\n- name: Enable sshd\n systemd:\n name: sshd\n state: started\n enabled: yes\n become: yes\n become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/config_ara_recording
291
[ "permissive" ]
[ { "path": "roles/config_ara_recording/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: \"Install ARA plugin and configure ansible to use it\"\n company: dNation\n license: GPL-2.0-or-later\n min_ansible_version: \"2.1\"\n galaxy_tags: []\ndependencies: []\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3053, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/create_aio
291
[ "permissive" ]
[ { "path": "roles/create_aio/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_aio\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 69 }, { "path": "roles/create_aio/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 812, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/create_multinode
291
[ "permissive" ]
[ { "path": "roles/create_multinode/tasks/main.yml", "content": "---\n# tasks file for create_multinode\n- name: Set IP fact\n set_fact:\n remote_ip: \"{{ ansible_host }}\"\n when: is_remote\n\n- name: Generate VM list to delete\n delegate_to: localhost\n template:\n src: vm_list.yml.j2\n dest: \...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2342, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/create_vm
291
[ "permissive" ]
[ { "path": "roles/create_vm/templates/ssh_config.j2", "content": "Host {{ node_name }}\n User {{ kolla_user }}\n Hostname {{ gen_ip_ssh }}\n CheckHostIP no\n StrictHostKeyChecking no\n ServerAliveInterval 30\n IdentityFile \"{{ kolla_ssh_key }}\"\n IdentitiesOnly yes\n {% if is_remote...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1856, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/delete_nodes
291
[ "permissive" ]
[ { "path": "roles/delete_nodes/defaults/main.yml", "content": "---\n# defaults file for delete_vm\nvms_to_delete:\n - \"kolla-node\"\nimage_pool: \"/var/cache/libvirt\"\nssh_config: \"{{ lookup('ansible.builtin.env', 'HOME') }}/.ssh/config\"\ndelete_dhcp_leases: true\nnetwork_ssh_virt_interface: \"virbr0\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1723, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/deploy_ara_api
291
[ "permissive" ]
[ { "path": "roles/deploy_ara_api/defaults/main.yml", "content": "---\nara_enable: false\nara_server_ip: '127.0.0.1'\nara_server_port: 8000\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 71 }, { "path": "roles/deploy_ara_api/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 826, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/generate_ip
291
[ "permissive" ]
[ { "path": "roles/generate_ip/tasks/main.yml", "content": "---\n- name: Auto-generate new MAC addresses for the interfaces\n set_fact:\n network_ssh_mac: \"{{ '52:54:00' | random_mac }}\"\n network_openstack_mac: \"{{ '52:54:00' | random_mac }}\"\n network_neutron_mac: \"{{ '52:54:00' | random_mac ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 887, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/git_patch
291
[ "permissive" ]
[ { "path": "roles/git_patch/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - git_patch\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 68 }, { "path": "roles/git_patch/vars/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 975, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/libvirt_network
291
[ "permissive" ]
[ { "path": "roles/libvirt_network/defaults/main.yml", "content": "---\n# defaults file for libvirt_network\nlibvirt_network_name: kolla_network\nlibvirt_network_bridge: virbr0\nlibvirt_network_ip_start: \"192.168.100.2\"\nlibvirt_network_ip_end: \"192.168.100.254\"\nlibvirt_network_ip_gateway: \"192.168.100....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2046, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/nginx_proxy
291
[ "permissive" ]
[ { "path": "roles/nginx_proxy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nginx_proxy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 }, { "path": "roles/nginx_proxy/templates/passthrough.co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2040, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/prepare_nodes
291
[ "permissive" ]
[ { "path": "roles/prepare_nodes/vars/main.yml", "content": "---\n# vars file for kolla-prepare\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/prepare_nodes/tests/test.yml", "content": "---\n- hosts: localhost\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 476, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/ssh_jump
291
[ "permissive" ]
[ { "path": "roles/ssh_jump/vars/main.yml", "content": "---\n# vars file for ssh_jump\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 29 }, { "path": "roles/ssh_jump/handlers/main.yml", "content": "---\n# handlers file for ssh_jump\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 750, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/upload_archive
291
[ "permissive" ]
[ { "path": "roles/upload_archive/tasks/main.yml", "content": "---\n- name: Create temporary directory for archives\n tempfile:\n state: directory\n suffix: upload\n register: temp_archives\n delegate_to: localhost\n- debug:\n msg: \"{{ source_local_path }}\"\n- name: \"Create archive for {{ sourc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1101, "all_permissive": true }
ansible_role
SovereignCloudStack/kolla-builder
ea9fa43baccf29af1c043028096cb5d8a8a43a01
0
roles/upload_to_nodes
291
[ "permissive" ]
[ { "path": "roles/upload_to_nodes/vars/main.yml", "content": "---\n# vars file for upload\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 27 }, { "path": "roles/upload_to_nodes/tests/test.yml", "content": "---\n- hosts: localhost\n rem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2534, "all_permissive": true }
ansible_role
liliane-ibr/glpi-ansible
1b82f90c48b179607252831ae38d031467db74bb
0
roles/apache
291
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Installer Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Activer mod_rewrite\n command: a2enmod rewrite\n notify: Restart Apache\n\n- name: Créer VirtualHost pour GLPI (HTTP)\n copy:\n dest: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
liliane-ibr/glpi-ansible
1b82f90c48b179607252831ae38d031467db74bb
0
roles/glpi
291
[ "no_license" ]
[ { "path": "roles/glpi/tasks/main.yml", "content": "---\n- name: Installer les dépendances pour décompression\n apt:\n name: tar\n state: present\n\n- name: Télécharger GLPI\n get_url:\n url: \"https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
liliane-ibr/glpi-ansible
1b82f90c48b179607252831ae38d031467db74bb
0
roles/mariadb
291
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Installer MariaDB\n apt:\n name: mariadb-server\n state: present\n update_cache: yes\n\n- name: Démarrer et activer MariaDB\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Définir le mot de passe roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
liliane-ibr/glpi-ansible
1b82f90c48b179607252831ae38d031467db74bb
0
roles/php
291
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Installer PHP et ses extensions\n apt:\n name:\n - php\n - php-mysql\n - php-curl\n - php-gd\n - php-mbstring\n - php-xml\n - php-ldap\n - php-imap\n - php-apcu\n - php-zip\n - libapache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
liliane-ibr/glpi-ansible
1b82f90c48b179607252831ae38d031467db74bb
0
roles/security
291
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n- name: Créer un certificat SSL auto-signé\n community.crypto.x509_certificate:\n path: /etc/ssl/certs/glpi-selfsigned.crt\n privatekey_path: /etc/ssl/private/glpi-selfsigned.key\n provider: selfsigned\n state: present\n attributes:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/basicos
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/basicos/tasks/main.yml", "content": "# instala python, pip, pipx, ansible\n\n- name: Instalar Python\n apt:\n name: python3\n state: present\n update_cache: false\n\n- name: Instalar pip\n apt:\n name: python3-pip\n state: present\n update_cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/certificados
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/certificados/tasks/main.yml", "content": "- name: Asegurar que ~/.ssh existe\n file:\n path: /root/.ssh\n state: directory\n owner: root\n group: root\n mode: '0700'\n\n- name: Verificar si ya existe la clave privada de root\n stat:\n path: /ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2606, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/comparteaula
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/comparteaula/tasks/main.yml", "content": "---\n\n#Suponemos un nombre de equipo tipo \"pruebas-00\". Establezco en una variable el valor 00 a partir del nombre del equipo.\n- set_fact:\n aula_equipo: \"{{ ansible_hostname.split('-')[0] }}\"\n numero_equipo: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2982, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/contenedores
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/contenedores/tasks/main.yml", "content": "# Instala docker y podman\n\n- name: Instalar docker y podman\n block:\n - name: Instalar docker\n ansible.builtin.include_role:\n name: docker\n - name: Instalar podman\n ansible.builtin.include_ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/nvidia
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/nvidia/tasks/main.yml", "content": "- name: Comprobar si hay una GPU NVIDIA\n command: lspci\n changed_when: false #no quiero que marque como cambiado haya o no haya GPU\n register: lspci_output\n\n- name: Verificar si existe una GPU NVIDIA\n set_fact:\n h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2955, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/obs
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/obs/tasks/main.yml", "content": "\n\n- name: Comprobar si el binario de VS Code existe\n ansible.builtin.stat:\n path: /usr/bin/obs\n register: obs_instalado\n\n- name: Comprobar si obs-studio está instalado\n command: obs --version\n register: obs_check\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1873, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/virtualbox
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/virtualbox/tasks/main.yml", "content": "---\n- name: Comprobamos que existen las herramientas necesarias\n apt:\n name:\n - wget\n - gnupg\n state: present\n update_cache: false\n\n#TODO: marca changed todas las veces que se ejecuta, aunque no ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3515, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/virtualboxFUERA
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/virtualboxFUERA/tasks/main.yml", "content": "---\n# tasks file for desinstalar_virtualbox\n\n- name: 1. Detener y deshabilitar servicios de VirtualBox (si existen)\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n loop:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2832, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/vmware
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/vmware/defaults/main.yml", "content": "vmware_version: \"17.6.3\"\n\n#Ruta en el equipo remoto donde se encuentra el bundle de VMware Workstation\n# ->es una carpeta NFS remota mapeada.\n# ->en la instalación se copia a /tmp y se ejecuta desde allí\nvmware_bundle_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1872, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/vscode
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/vscode/tasks/main.yml", "content": "\n\n- name: Comprobar si el binario de VS Code existe\n ansible.builtin.stat:\n path: /usr/bin/code\n register: code_instalado\n\n- name: Comprobar si VSCode ya está instalado\n command: code --no-sandbox --version --user-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": false }
ansible_role
victormuelacarriles/IAC-IESMHP
244e311edea2fff15a48b2ce5bd2b0955497ba0e
0
Mint/ansible/ProbandoRoles/roles/xrdp
291
[ "no_license" ]
[ { "path": "Mint/ansible/ProbandoRoles/roles/xrdp/tasks/main.yml", "content": "# - name: Verificar si XRDP está instalado\n# command: dpkg-query -W xrdp\n# register: xrdp_check\n# failed_when: false\n# changed_when: false\n\n- name: Instalar XRDP\n apt:\n name: xrdp\n state: present\n updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
jonkelleyatrackspace/ansible-workstation
421f1c0ee8b380e07276d9d5708431e4ead8214b
0
roles/bash
291
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n\n\n# move directory to variable\n# exit if it looks setup\n\n- name: check if Bash it already installed\n action: command ls -a '/home/{{user}}/'\n register: home_directory\n ignore_errors: True\n\n- name: Checkout Bash it\n git: repo=git://github...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1057, "all_permissive": false }
ansible_role
jonkelleyatrackspace/ansible-workstation
421f1c0ee8b380e07276d9d5708431e4ead8214b
0
roles/dev-environment
291
[ "no_license" ]
[ { "path": "roles/dev-environment/tasks/main.yml", "content": "---\n- include: git.yml\n- include: ruby.yml\n- include: virtualbox.yml\n- include: vagrant.yml\n- include: kvm.yml\n- include: buildessential.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1017, "all_permissive": false }
ansible_role
jonkelleyatrackspace/ansible-workstation
421f1c0ee8b380e07276d9d5708431e4ead8214b
0
roles/vim
291
[ "no_license" ]
[ { "path": "roles/vim/tasks/vim-config.yml", "content": "---\n\n# move .vim-config directory to variable\n# exit if it looks setup\n\n- name: check for Neo Vim Config already installed\n action: command ls -a '/home/{{user}}/'\n register: home_directory\n ignore_errors: True\n\n- name: Checkout Neo Vim Co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 815, "all_permissive": false }
ansible_role
jonkelleyatrackspace/ansible-workstation
421f1c0ee8b380e07276d9d5708431e4ead8214b
0
roles/workstation_init
291
[ "no_license" ]
[ { "path": "roles/workstation_init/tasks/base-software.yml", "content": "---\n\n- name: Install common workstation tools.\n apt: name={{ item }} state=latest\n with_items:\n - terminator\n - sublime-text\n - git\n - hexchat\n - thunderbird\n - firefox\n - bash\n - openssl\n - python-opens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/do_free_droplet
291
[ "no_license" ]
[ { "path": "playbooks/roles/do_free_droplet/tasks/main.yml", "content": "---\n\n- include: utils.yml\n\n- include: users.yml\n\n- include: sshd.yml\n\n- include: fetch_info.yml\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "playbooks/role...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1455, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/do_new_droplet
291
[ "no_license" ]
[ { "path": "playbooks/roles/do_new_droplet/tasks/main.yml", "content": "---\n\n- name: create new droplet\n digital_ocean:\n state: present\n command: droplet\n name: '{{ droplet_name }}'\n image_id: '{{ droplet_image }}'\n size_id: '{{ droplet_size }}'\n region_id: '{{ droplet_region }}'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/freebsd
291
[ "no_license" ]
[ { "path": "playbooks/roles/freebsd/tasks/hostname.yml", "content": "---\n\n- name: check the hostname\n shell: hostname\n register: hostname_value\n when: is_not_jail\n changed_when: false\n always_run: yes\n tags: set_hostname\n\n- name: set hostname\n command: hostname {{ hostname | quote }}\n whe...
{ "task_files": 28, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 42, "total_bytes": 51689, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/nginx
291
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/logs.yml", "content": "---\n\n- name: create nginx log directory\n file:\n path={{ item.path }}\n state=directory\n owner=80\n group=80\n mode=0755\n when: \"{{ nginx_http_config_logs is defined }}\"\n with_items: \"{{ nginx_http_config_logs }}\"\n\n-...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 21175, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/poudriere
291
[ "no_license" ]
[ { "path": "playbooks/roles/poudriere/tasks/main.yml", "content": "---\n\n# - check linux modules are loaded\n\n- include: poudriere_conf.yml\n tags:\n - poudriere_config\n\n- include: ssl.yml\n tags:\n - poudriere_config\n\n- include: setup.yml\n tags:\n - poudriere_config\n\n- include: jails.ym...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16740, "all_permissive": false }
ansible_role
matias-pizarro/xanadu
08931f49cea60cfc5c4529b15e00876c946a9793
1
playbooks/roles/test
291
[ "no_license" ]
[ { "path": "playbooks/roles/test/tasks/main.yml", "content": "---\n\n- set_fact:\n test:\n - aaaa\n - bbbb\n\n- debug: var=test\n\n- name: add jail ssh port to ssh ports in pf\n shell: cat playbooks/roles/test/files/test2.txt | grep -E '^(.*{ [0-9 ]*)111( }.*)$' | wc -l | sed -e 's/^[ \\t]*//'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
merlincorey/ansible-class
d7ca1ae235649befe7374d53c39e5a0a201e2cb7
2
nsl-ansible-101/2016/ansible-class/roles/nginx
291
[ "no_license" ]
[ { "path": "nsl-ansible-101/2016/ansible-class/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Install nginx\n apt:\n name: nginx\n\n- name: Template nginx.conf\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: restart nginx\n\n- name: Create...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 706, "all_permissive": false }
ansible_role
franelmarga/k8s
cdc192e928c9a6314d1286906cdbe40a3e3e7394
2
tools/ansible/roles/common
291
[ "no_license" ]
[ { "path": "tools/ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Create containerd config file\n file:\n path: \"/etc/modules-load.d/containerd.conf\"\n state: \"touch\"\n\n- name: Add conf for containerd\n blockinfile:\n path: \"/etc/modules-load.d/containerd.conf\"\n block: |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2150, "all_permissive": false }