bootstrap and ping playbooks for new ansible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
venvironment='venv'
|
||||
|
||||
sudo apt install -y python-is-python3 python3-pip python3-argcomplete
|
||||
sudo apt install -y python-is-python3 python3-pip python3-argcomplete sshpass
|
||||
python -m pip install --user virtualenv
|
||||
|
||||
python -m virtualenv ${venvironment}
|
||||
|
||||
1
ansible-5/cli/play/.help
Normal file
1
ansible-5/cli/play/.help
Normal file
@@ -0,0 +1 @@
|
||||
TODO: Add help for this directory
|
||||
3
ansible-5/cli/play/bootstrap
Executable file
3
ansible-5/cli/play/bootstrap
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ansible-playbook playbooks/bootstrap.yaml -i inventory.ini --ask-pass --ask-become-pass
|
||||
3
ansible-5/cli/play/bootstrap.help
Normal file
3
ansible-5/cli/play/bootstrap.help
Normal file
@@ -0,0 +1,3 @@
|
||||
ARGS - The arguments you wish to provide to this command
|
||||
|
||||
TODO: Fill out the help information for this command.
|
||||
1
ansible-5/cli/play/bootstrap.usage
Normal file
1
ansible-5/cli/play/bootstrap.usage
Normal file
@@ -0,0 +1 @@
|
||||
ARGS...
|
||||
Reference in New Issue
Block a user