bootstrap and ping playbooks for new ansible

This commit is contained in:
2021-12-22 10:09:00 -05:00
parent d8ed170ecc
commit ebae058a0b
9 changed files with 89 additions and 1 deletions

1
ansible-5/cli/play/.help Normal file
View File

@@ -0,0 +1 @@
TODO: Add help for this directory

3
ansible-5/cli/play/bootstrap Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
ansible-playbook playbooks/bootstrap.yaml -i inventory.ini --ask-pass --ask-become-pass

View File

@@ -0,0 +1,3 @@
ARGS - The arguments you wish to provide to this command
TODO: Fill out the help information for this command.

View File

@@ -0,0 +1 @@
ARGS...