Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 398 Bytes

Pierre's personnal Infra

I'm handling my servers hosted at OVH with Ansible.

List of hosts

  • mon.pierrezemb.org hosting my Warp10
  • pierrezemb.fr hosting several websites with caddy

Ansible commands

ping all hosts
ansible all -m ping -i inventory/all -u arch --sudo

run common playbook

ansible-playbook -i inventory/all common.yml -u arch --sudo