ansibleteleportsetup/README.md
2023-10-25 10:01:11 +11:00

11 lines
292 B
Markdown

# ansibleteleportsetup
basic ansible script to set up Teleport.sh
Change options in `vars/default.yml`
Edit `inventory` to have the ip address of the server and clients you want to install on.
Run below command
`ansible-playbook -i inventory main.yml -k`
hey presto! isnt ansible great!