Laptop configuration
Go to file
earnest ma 8b3cb74e8f
Things
2022-01-23 21:43:00 -05:00
roles/common/tasks Things 2022-01-23 21:43:00 -05:00
tasks Things 2022-01-23 21:43:00 -05:00
vars Things 2022-01-23 21:43:00 -05:00
README.md Things 2022-01-23 21:43:00 -05:00
ansible.cfg Things 2022-01-23 21:43:00 -05:00
hosts Things 2022-01-23 21:43:00 -05:00
run.yml Things 2022-01-23 21:43:00 -05:00

README.md

ansible

Currently Ansible configurations for ataraxia, although if this goes well I'll bring it to Tycho/future devices. Please don't use :/

Start

sudo dnf install -y ansible

  • inventory: hosts file
  • tasks: what playbook is going to do
  • variables
    • group_vars: groups of hosts
    • host_vars: individual hosts
    • ansible-vault create/edit secret.yml
  • playbook: list of all tasks/roles Ansible must execute
    • execute: ansible-playbook run.yml -K --ask-vault-pass

S

ansible-galaxy collection install ansible.posix