User contributions for Bacchas
Jump to navigation
Jump to search
- 21:25, 13 July 2022 diff hist +297 N Ansible Variables Created page with "=Ansible Variables= --- - name: setup apache ser er hosts: localhost vars: variablename: apache2 tasks: apt: name: "{{ variablename }}" state: present tags: i-apache -name: start apache service: name: "{{ variablename }}" state: started tags: start_apache2"
- 21:22, 13 July 2022 diff hist +24 Ansible
- 21:18, 13 July 2022 diff hist +132 Ansible Tags
- 21:12, 13 July 2022 diff hist +91 Ansible Tags
- 21:11, 13 July 2022 diff hist +244 Ansible Tags
- 21:07, 13 July 2022 diff hist +136 Ansible Tags
- 20:42, 12 July 2022 diff hist +63 N Ansible Tags Created page with "=Ansible Tags= ''' Tags are the reference or alias to a task'''"
- 20:36, 12 July 2022 diff hist +19 Ansible
- 20:35, 12 July 2022 diff hist −47 Ansible Tag: Manual revert
- 20:34, 12 July 2022 diff hist +6 Ansible Tag: Reverted
- 20:33, 12 July 2022 diff hist −3 Ansible Tag: Reverted
- 20:32, 12 July 2022 diff hist +13 Ansible Tag: Reverted
- 20:32, 12 July 2022 diff hist −1 Ansible Tag: Reverted
- 20:29, 12 July 2022 diff hist −2 Ansible Tag: Reverted
- 20:28, 12 July 2022 diff hist −3 Ansible Tag: Reverted
- 20:28, 12 July 2022 diff hist +1 Ansible Tag: Reverted
- 20:28, 12 July 2022 diff hist +36 Ansible Tag: Reverted
- 20:22, 12 July 2022 diff hist +91 Ansible
- 20:19, 12 July 2022 diff hist +563 N Ansible Roles by Application Created page with "==Create Roles based on Applications== ===To Create Role=== cd /etc/ansible/roles * Make a Directory for each role Mkdir apache mkdir phpmyadmin mkdir tmux * Create sub-directory ''tasks''' within each directory Mkdir apache/tasks mkdir phpmyadmin/tasks mkdir tmux/tasks * Create yml file within these sub-directories touch apache/tasks/main.yml touch phpmyadmin/tasks/main.yml touch tmux/tasks/main.yml ==Write your yml file and install those apps == ---..."
- 20:09, 12 July 2022 diff hist +35 Ansible
- 20:09, 12 July 2022 diff hist +51 Ansible Roles current
- 16:33, 5 July 2022 diff hist +89 File Commands →SCP Command
- 16:28, 5 July 2022 diff hist +89 File Commands →SCP Command
- 16:26, 5 July 2022 diff hist 0 File Commands →SCP Command
- 16:25, 5 July 2022 diff hist +1,493 File Commands
- 16:14, 30 June 2022 diff hist +152 Ansible Roles
- 16:12, 30 June 2022 diff hist −35 Ansible Roles
- 16:09, 30 June 2022 diff hist +35 Ansible Roles
- 16:08, 30 June 2022 diff hist −2 Ansible Roles
- 16:08, 30 June 2022 diff hist +15 Ansible Roles
- 16:07, 30 June 2022 diff hist +1 Ansible Roles
- 16:06, 30 June 2022 diff hist +195 Ansible Roles
- 16:02, 30 June 2022 diff hist +427 Ansible Roles
- 15:58, 30 June 2022 diff hist −6 Ansible Roles
- 15:57, 30 June 2022 diff hist +364 N Ansible Roles Created page with "= Create Roles to organize playbooks= <code> --- - name: Install httpd package yum: name: httpd state: present - name: Start httpd service: name: httpd state: started - name: Open port for http firewalld: service: http permanent: true state: enabled - name: Restart firewalld service: name: firewalld state: reloaded </code>"
- 14:47, 30 June 2022 diff hist +1 Shell Scripting →Using Wildcards current
- 14:47, 30 June 2022 diff hist −1 Shell Scripting →Using Wildcards
- 14:46, 30 June 2022 diff hist +64 Shell Scripting →Creating a Function
- 14:07, 30 June 2022 diff hist +2 Shell Scripting →= &bull, $? contains the return code of the previously executed command
- 14:07, 30 June 2022 diff hist +1 Shell Scripting →=&bull, $? contains the return code of the previously executed command
- 14:06, 30 June 2022 diff hist +40 Shell Scripting →Shell Scripting
- 17:48, 29 June 2022 diff hist +173 Python Copying File and Directories
- 17:20, 29 June 2022 diff hist +435 Python Copying File and Directories
- 17:16, 29 June 2022 diff hist +300 N Python Copying File and Directories Created page with "= Copying a single file= import shutil src_path = r"C:/Users/bacchas/Dropbox (Personal)/Filing Cabinet/Karaoke Stuff/newsongscode.txt" dst_path = r"C:/Users/bacchas/Dropbox (Personal)/All Folders/websites/linode_msites/rb222/newsongscode.txt" shutil.copy(src_path, dst_path) print('copied')"
- 17:12, 29 June 2022 diff hist +43 Python
- 20:41, 28 June 2022 diff hist +99 Ansible
- 15:48, 28 June 2022 diff hist +63 Ansible Ad-Hoc Commands current
- 14:32, 27 June 2022 diff hist +25 DADABIK
- 14:31, 27 June 2022 diff hist +19 MYSQL COMMANDS
- 14:22, 27 June 2022 diff hist +18 MYSQL COMMANDS →List Databases